/*
    Theme Name: Elite Instalators
    Theme URI: http://verycreative.eu
    Author: Anton Iulian-Leonard
    Author URI: http://verycreative.eu
    Version: 1.0
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

li {
  list-style-type: none;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  height: 350px;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container:before, .container:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.container:after {
  clear: both;
}

.centered-content {
  text-align: center;
}

.row {
  margin-right: -17px;
  margin-left: -17px;
}
.row:before, .row:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.row:after {
  clear: both;
}
.row > [class*='col_'] {
  padding-left: 17px;
  padding-right: 17px;
  display: inline-block;
  float: left;
}
.row > [class*='col_'].right {
  float: right;
}
.row.visible {
  overflow: visible;
}
.row.big-gutter {
  margin-left: -42px;
  margin-right: -42px;
}
@media (max-width: 767px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*='col_'] {
  padding-left: 42px;
  padding-right: 42px;
}
@media (max-width: 767px) {
  .row.big-gutter > [class*='col_'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -8px;
  margin-right: -8px;
}
.row.small-gutter > [class*='col_'] {
  padding-left: 8px;
  padding-right: 8px;
}

.col_16 {
  width: 16.66%;
}

.col_15 {
  width: 15%;
}

.col_14 {
  width: 14.28%;
}

.col_33 {
  width: 33.33%;
}

.col_20 {
  width: 20%;
}

.col_auto {
  width: auto;
}

.col_25 {
  width: 25%;
}

.col_12 {
  width: 12.5%;
}

.col_50 {
  width: 50%;
}

.col_100 {
  width: 100%;
}

.col_30 {
  width: 30%;
}

.col_35 {
  width: 35%;
}

.col_70 {
  width: 70%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_66 {
  width: 66.66%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

html {
  background: white;
  color: #3c4658;
  font-family: "Montserrat", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #3c4658;
  line-height: normal;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 30px;
  letter-spacing: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p,
a,
span,
label {
  margin: 0;
}
p p,
p a,
p span,
p label,
a p,
a a,
a span,
a label,
span p,
span a,
span span,
span label,
label p,
label a,
label span,
label label {
  font-size: 100%;
  margin: 0;
}

p {
  margin: 0 0 25px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 300;
  color: #3c4658;
}

a {
  margin: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #3d9dda;
}
a:hover {
  color: #5dc560;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select, .selectize-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  border-style: none;
  font-weight: 400;
  border: 2px solid #d6dae0;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  line-height: 54px;
  background: white;
  color: #3c4658;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
}
input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus, .selectize-input:active, .selectize-input:hover, .selectize-input:focus {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.selectize-input {
  line-height: 40px;
}

.selectize-input input[type="text"] {
  height: auto;
  min-width: 120px;
}

.selectize-input.focus {
  box-shadow: none !important;
}

.selectize-control.multi .selectize-input > div {
  background: #5dc560;
  border: none;
}

.selectize-control.multi .selectize-input [data-value] {
  background: #5dc560;
  border: none;
  margin: 0;
  margin-right: 5px;
  padding: 5px 15px;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  display: inline-block;
  line-height: normal;
}

textarea {
  line-height: normal;
  height: auto;
  min-height: 110px;
  padding: 10px 15px;
}

select {
  padding-right: 0;
}

label {
  display: block;
  color: #3c4658;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

::-webkit-input-placeholder {
  color: #3c4658;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #3c4658;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c4658;
}

:-ms-input-placeholder {
  color: #3c4658;
}

.input-block {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.input-block label {
  display: block;
}

.checkbox, .radio {
  width: 16px;
  height: 16px;
  padding: 0 5px 0 0;
  background: url(images/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}

.radio {
  background: url(images/png/radio.png) no-repeat;
}

.select-block {
  position: relative;
  height: 54px;
}
.select-block .select {
  position: absolute;
  width: 100%;
  height: 54px;
  padding: 15px 24px 0 15px;
  border: 2px solid #d6dae0;
  color: #3c4658;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white url(images/select-arrow.png) right 4px no-repeat;
  overflow: hidden;
  box-shadow: none;
}

.white_select .select {
  position: absolute;
  width: 100%;
  height: 42px;
  padding: 12px 24px 0 20px;
  color: #3c4658;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white url(images/white-select-arrow.png) right 18px no-repeat;
  overflow: hidden;
  box-shadow: 0px 2px 1.98px 0.02px rgba(27, 69, 120, 0.5);
  border: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.picker__button--clear, .picker__button--close, .picker__button--today {
  line-height: normal;
  color: #3c4658;
}

.calendar-input {
  position: relative;
}
.calendar-input > span {
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 1.6rem;
  color: #3c4658;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #fff;
}

table {
  width: 100%;
}

table, th, td {
  border-spacing: 0;
  border: 1px solid #999999;
  padding: 1em;
  line-height: 1;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: normal;
}

button,
input[type='submit'],
.button {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  min-width: 120px;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 0px;
  background: #5dc560;
}
button.red,
input[type='submit'].red,
.button.red {
  background: #eb5e4b;
}
button.red:hover,
input[type='submit'].red:hover,
.button.red:hover {
  background: #e6351d;
}
button.green,
input[type='submit'].green,
.button.green {
  background: #5dc560;
}
button.green:hover,
input[type='submit'].green:hover,
.button.green:hover {
  background: #3fb042;
}
button.blue,
input[type='submit'].blue,
.button.blue {
  background: #3d9dda;
}
button.blue:hover,
input[type='submit'].blue:hover,
.button.blue:hover {
  background: #2583bf;
}
button.outlined,
input[type='submit'].outlined,
.button.outlined {
  background: none;
  border: 2px solid #fff;
  line-height: 30px;
}
button:hover,
input[type='submit']:hover,
.button:hover {
  color: #fff;
}

body, html {
  background: #f3f6f8;
}

@media (max-width: 1240px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 1020px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}

.right {
  float: right;
}

.left {
  float: left;
}

.floating-objects {
  overflow: hidden;
}
.floating-objects.visible {
  display: inline-block;
  width: 100%;
  overflow: visible;
}

.show {
  display: block !important;
}

img {
  max-width: 100%;
}

.tabs-wrapper .tab-wrapper .tab {
  display: none;
}
.tabs-wrapper .tab-wrapper .tab.active {
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .sprite:before {
    background-image: url(images/png/sprite2X.png);
    background-size: 200px 200px;
  }
}
.sprite {
  position: relative;
}

.sprite:before {
  content: "";
  background-image: url(images/png/sprite.png);
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0px;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px solid #fff;
  left: auto;
  background: none;
}

.hide {
  display: none !important;
}

@media (max-width: 767px) {
  .container {
    overflow: hidden;
  }
  .container.visible {
    overflow: visible;
  }
}

.accordion-wrapper .accordion-item .accordion-hidden-content {
  display: none;
}
.accordion-wrapper .accordion-item.active .accordion-hidden-content {
  display: block;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
}

.mb {
  margin-bottom: 40px;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.main-content {
  padding: 65px 0 35px;
}
@media (max-width: 767px) {
  .main-content {
    padding: 35px 0 35px;
  }
}

@media (max-width: 1020px) {
  .services-wrapper .col_25 {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .services-wrapper .col_25 {
    width: 100%;
  }
}
.services-wrapper .service-box {
  box-shadow: 0px 0px 100px 0px rgba(27, 37, 67, 0.16);
  margin-bottom: 50px;
}
.services-wrapper .service-box .image {
  display: inline-block;
  width: 100%;
}
.services-wrapper .service-box .image img {
  width: 100%;
}
.services-wrapper .service-box .text-content {
  background: #fff;
  padding: 15px 20px 20px;
  position: relative;
}
.services-wrapper .service-box .text-content h5 {
  margin-bottom: 5px;
  text-align: center;
}
.services-wrapper .service-box .text-content p {
  font-size: 1.3rem;
  line-height: 18px;
  font-weight: 300;
  color: #a1aabc;
  margin: 0;
  min-height: 54px;
}
.services-wrapper .service-box .text-content .plus-button {
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -17px;
  z-index: 10;
}

a.plus-button {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  background: #3d9dda;
  display: inline-block;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
a.plus-button:hover {
  background: #5dc560;
}

.pointed-button {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pointed-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 14px 25px 0;
  border-color: transparent #5dc560 transparent transparent;
}
.pointed-button:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 14px;
  border-color: transparent transparent transparent #5dc560;
}
.pointed-button.green {
  background: #5dc560;
}
.pointed-button.green:before {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-color: transparent #5dc560 transparent transparent;
}
.pointed-button.green:after {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-color: transparent transparent transparent #5dc560;
}
.pointed-button.green:hover:after {
  border-color: transparent transparent transparent #3fb042;
}
.pointed-button.green:hover:before {
  border-color: transparent #3fb042 transparent transparent;
}
.pointed-button.blue {
  background: #3d9dda;
}
.pointed-button.blue:before {
  border-color: transparent #3d9dda transparent transparent;
}
.pointed-button.blue:after {
  border-color: transparent transparent transparent #3d9dda;
}
.pointed-button:hover {
  color: #fff;
}

.grey-section {
  background: #f0f0f5;
  padding: 65px 0px 65px;
}

.testimonials-carousel-wrapper {
  text-align: center;
  position: relative;
}
.testimonials-carousel-wrapper .carousel-item .testimonial-content {
  position: relative;
  margin-bottom: 22px;
  padding: 20px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.testimonials-carousel-wrapper .carousel-item .testimonial-content:before {
  content: "";
  width: 22px;
  height: 16px;
  background: url(images/box-arrow.png);
  position: absolute;
  bottom: -16px;
  z-index: 10;
  left: 50%;
  margin-left: -11px;
}
.testimonials-carousel-wrapper .carousel-item .testimonial-content p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  opacity: .5;
}
.testimonials-carousel-wrapper .carousel-item .testimonial-content:hover p {
  opacity: 1;
}
.testimonials-carousel-wrapper .carousel-item h6 {
  margin-bottom: 0;
  color: #3d9dda;
  font-size: 1.4rem;
  font-weight: 400;
}
.testimonials-carousel-wrapper .carousel-item span {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #a1aabc;
  font-weight: 400;
}
.testimonials-carousel-wrapper .owl-nav {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 50%;
  margin-left: -44px;
  z-index: 100;
}
.testimonials-carousel-wrapper .owl-nav > div {
  width: 30px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  height: 13px;
  float: left;
  text-indent: -9999px;
  z-index: 9999;
}
.testimonials-carousel-wrapper .owl-nav > div.owl-prev {
  background: url(images/controls-grey.png) 0 0px;
}
.testimonials-carousel-wrapper .owl-nav > div.owl-next {
  background: url(images/controls-grey.png) -30px 0px;
}

.partners-wrapper {
  margin-left: -25px;
  margin-right: -25px;
  overflow: hidden;
  margin-bottom: 40px;
}
.partners-wrapper .partner-box {
  display: inline-block;
  float: left;
  width: 14.28571%;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1020px) {
  .partners-wrapper .partner-box {
    width: 25%;
  }
}
@media (max-width: 420px) {
  .partners-wrapper .partner-box {
    width: 50%;
    margin-bottom: 10px;
  }
}
.partners-wrapper .partner-box a {
  display: block;
  height: 70px;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: .5;
}
.partners-wrapper .partner-box a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 130px;
  max-height: 70px;
}
@media (max-width: 1020px) {
  .partners-wrapper .partner-box a img {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .partners-wrapper .partner-box a img {
    width: 80%;
  }
}
.partners-wrapper .partner-box a:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}

.ib-right {
  display: inline-block;
}
@media (max-width: 1020px) {
  .ib-right {
    float: none;
    display: block;
  }
}

div.sep {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #3c4658;
}
div.sep:before, div.sep:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
div.sep:after {
  clear: both;
}

.fancybox-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.fancybox-wrap .fancybox-skin {
  position: relative;
  background: #fff;
  color: #3c4658;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0px 0px 100px 0px rgba(27, 37, 67, 0.16);
}
.fancybox-wrap .fancybox-skin .popup-content .pointed-button {
  width: calc(100% - 28px);
  margin: 0 auto;
  display: block;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-header {
  text-align: center;
  background: #3d9dda;
  padding: 12px 0px;
  position: relative;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-header h3 {
  font-weight: 300;
  color: #fff;
  margin: 0;
  font-size: 3rem;
  line-height: 32px;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-header h5 {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-header:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #3d9dda transparent transparent transparent;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-inner-content {
  padding: 40px 65px 30px;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-inner-content p.small {
  margin-bottom: 0;
  margin-top: 5px;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-inner-content p.small a {
  color: #5dc560;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-inner-content p.bigger {
  font-size: 1.8rem;
  line-height: 26px;
  max-width: 400px;
  margin: 0 auto 30px;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-inner-content .pointed-button {
  margin-bottom: 15px;
}
.fancybox-wrap .fancybox-skin .popup-content .popup-inner-content .grey-wrapper {
  margin-bottom: 10px;
}
@media all and (max-width: 619px) {
  .fancybox-wrap {
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
  }
  .fancybox-wrap .fancybox-skin {
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-wrap .fancybox-skin .fancybox-outer {
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .vc-special-popout {
    width: 100% !important;
  }
}
@media all and (max-width: 380px) {
  .fancybox-wrap .fancybox-skin .popup-content .popup-inner-content {
    padding: 20px 0;
  }
}

.close-popup {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3c4658;
  opacity: .5;
  display: inline-block;
}

a.show-menu {
  display: none;
  float: left;
  margin-left: 10px;
  font-size: 3rem;
  color: #3c4658;
}
@media (max-width: 1020px) {
  a.show-menu {
    display: inline-block;
  }
}

.grey-wrapper {
  background: #f3f5f8;
  border-style: solid;
  border-width: 2px;
  border-color: #d6dae0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 28px;
}
.grey-wrapper p {
  line-height: 22px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  margin-top: 15px;
}
.grey-wrapper a {
  font-size: 1.2rem;
  line-height: 24px;
}

.main-content ul {
  margin-left: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.main-content ul li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 10px 0px;
  display: list-item;
  text-align: -webkit-match-parent;
}
.main-content ul li:before {
  content: "";
  width: 15px;
  height: 12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBEMEI3N0RDQjNFMTFFNjlGMTFBQkJBMTk0MEUwMTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBEMEI3N0VDQjNFMTFFNjlGMTFBQkJBMTk0MEUwMTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEQwQjc3QkNCM0UxMUU2OUYxMUFCQkExOTQwRTAxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEQwQjc3Q0NCM0UxMUU2OUYxMUFCQkExOTQwRTAxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phrd4H4AAACfSURBVHjaYvj//z8DKTj2aIISjM3EQAKIO5a4G0jdBdJnQHxGkAkkaHRBElrNRKZGEBBkgUoaAymQU84usppvQoTG90AcxggKAJA/kCTuAQ1QJqBRGajmPchmYzRJJWiAvMenEcQBad4Dsg2kCUmRMRavo2hECW2gbXfRDMCrEQTgoQ315z1iNaJoxmEATo04Ewk0wASB2ASXRhAACDAA1Ut3Mr1nGSkAAAAASUVORK5CYII=");
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin-right: 7px;
  margin-top: 2px;
}

.page-content {
  display: inline-block;
  width: calc(100% - 400px);
}
@media (max-width: 767px) {
  .page-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sidebar {
  display: inline-block;
  width: 310px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}

.page-header {
  height: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .page-header {
    height: 100px;
  }
}
.page-header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3d9dda;
  opacity: .65;
  z-index: 1;
}
.page-header .container {
  height: 100%;
  z-index: 10;
}
.page-header .container .centered-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-header .container h1 {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
}
@media (max-width: 767px) {
  .page-header .container h1 {
    font-size: 3rem;
  }
}

.widget-box {
  box-shadow: 0px 0px 100px 0px rgba(27, 37, 67, 0.16);
  background: #fff;
  margin-bottom: 30px;
}
.widget-box .widget-header {
  padding: 20px 30px;
  border-bottom: 4px solid #5dc560;
}
.widget-box .widget-header h3 {
  margin: 0;
  font-size: 22px;
  text-align: center;
}
.widget-box .widget-content {
  padding: 20px 30px;
}
.widget-box .widget-content ul {
  margin: 0;
}
.widget-box .widget-content ul li {
  padding: 13px 0px;
  border-bottom: 1px solid #eff0f2;
  margin: 0;
}
.widget-box .widget-content ul li:before {
  display: none;
}
.widget-box .widget-content ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.widget-box .widget-content ul li:first-child {
  padding-top: 0;
}
.widget-box .widget-content ul li a {
  color: #3c4658;
  font-weight: 400;
}
.widget-box .widget-content ul li a:hover {
  color: #5DC560;
}

.image-wrapper {
  padding: 20px;
  box-shadow: 0px 0px 100px 0px rgba(27, 37, 67, 0.16);
  margin-bottom: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .image-wrapper {
    padding: 10px;
  }
}

.pagination {
  overflow: hidden;
}
.pagination a {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #c3c3c3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #bebebf;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .pagination a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.3rem;
  }
}
.pagination a.active, .pagination a:hover {
  color: #5dc560;
  border: 2px solid #5dc560;
}
.pagination span {
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  width: 38px;
  text-align: center;
  color: #bebebf;
  line-height: 38px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .pagination span {
    width: 30px;
    line-height: 28px;
    font-size: 1.3rem;
  }
}

p.limited, div.limited {
  max-width: 780px;
  margin: 0 auto 40px;
}

.dashboard-page-header {
  background-image: url(images/grain-pattern.png);
  background-repeat: repeat;
  background-color: #3d9dda;
  height: 400px;
  margin-bottom: 30px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .dashboard-page-header {
    padding-top: 25px;
  }
}
.dashboard-page-header .pointed-button {
  width: 270px;
  margin-right: 15px;
  box-shadow: 0px 1px 3px 0px rgba(21, 55, 77, 0.4);
}
@media (max-width: 767px) {
  .dashboard-page-header .pointed-button {
    width: calc(100% - 28px);
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.dashboard-page-header h1 {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
  margin-bottom: 20px;
}
@media (max-width: 1020px) {
  .dashboard-page-header h1 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .dashboard-page-header h1 {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
    float: none;
  }
}

.dashboard-white-wrapper {
  margin-top: -310px;
  padding: 35px 40px;
  background: #fff;
  box-shadow: 0px 0px 100px 0px rgba(27, 37, 67, 0.16);
  min-height: 300px;
  margin-bottom: 55px;
}
@media (max-width: 1020px) {
  .dashboard-white-wrapper .row.big-gutter > .col_50 {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .dashboard-white-wrapper .row .col_50 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .dashboard-white-wrapper {
    margin-top: -300px;
    padding: 20px 20px;
  }
}
.dashboard-white-wrapper h3 {
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 1240px) {
  .dashboard-white-wrapper h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .dashboard-white-wrapper h3 {
    font-size: 2.4rem;
  }
}
.dashboard-white-wrapper h3 .tag-object {
  float: none;
  margin-left: 10px;
  margin-top: -5px;
}
.dashboard-white-wrapper .edit-btn {
  margin-top: 10px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .dashboard-white-wrapper .edit-btn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .dashboard-white-wrapper .edit-btn {
    margin-top: 5px;
  }
}
.dashboard-white-wrapper .edit-btn span {
  font-size: 1.4rem;
}
.dashboard-white-wrapper .info-summary {
  margin-bottom: 40px;
}
.dashboard-white-wrapper .info-summary span {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #c2c6cd;
}
.dashboard-white-wrapper .info-summary p {
  line-height: normal;
  font-weight: 700;
  color: #5dc560;
  margin: 0;
  font-size: 1.6rem;
}
.dashboard-white-wrapper .info-summary .sep {
  background: #e8e9ec;
  margin: 15px 0px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.dashboard-white-wrapper .installers-list h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #3d9dda;
  font-weight: 400;
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.dashboard-white-wrapper .installers-list a {
  font-size: 1.3rem;
  font-weight: 700;
  color: #c2c6cd;
}
.dashboard-white-wrapper .installers-list .sep {
  background: #e8e9ec;
  margin: 15px 0px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.dashboard-white-wrapper .grey-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  .dashboard-white-wrapper .grey-wrapper {
    margin-bottom: 20px;
  }
}

.tag-object {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  padding: 4px 13px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #3c4658;
  margin-bottom: 5px;
  background: #fff;
}
.tag-object.green {
  background: #5dc560;
  color: #fff;
}
.tag-object.blue {
  background: #3d9dda;
  color: #fff;
}
.tag-object.grey {
  background: #f3f5f8;
}

.add-edit-services .popup-header {
  padding: 23px 0px !important;
}
.add-edit-services .input-block {
  margin-bottom: 20px !important;
}

.mt {
  margin-top: 50px;
}

header {
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  padding: 13px 0px;
  position: relative;
  z-index: 999;
}
@media (max-width: 420px) {
  header .logo {
    margin-top: 5px;
  }
}
header .logo img {
  width: 177px;
}
@media (max-width: 1020px) {
  header .logo img {
    width: 140px;
  }
}
@media (max-width: 420px) {
  header .logo img {
    width: 120px;
  }
}
header .navigation-menu {
  margin-top: 3px;
}
@media (max-width: 1020px) {
  header .navigation-menu {
    display: none;
  }
}
header .navigation-menu ul li {
  display: inline-block;
  float: left;
  margin: 0 14px;
  padding: 5px 0px;
}
@media (max-width: 1020px) {
  header .navigation-menu ul li {
    margin: 0 10px;
  }
}
header .navigation-menu ul li a {
  font-size: 1.3rem;
  color: #3c4658;
  font-weight: 400;
}
header .navigation-menu ul li a:hover {
  color: #3d9dda;
}
header .navigation-menu ul li.has-dropdown {
  position: relative;
}
header .navigation-menu ul li.has-dropdown:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #b5b8bd transparent transparent transparent;
}
header .navigation-menu ul li.has-dropdown ul.sub-menu {
  display: none;
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.16);
  min-width: 210px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
header .navigation-menu ul li.has-dropdown ul.sub-menu li {
  display: block;
  float: none;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(60, 70, 88, 0.2);
}
header .navigation-menu ul li.has-dropdown ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .navigation-menu ul li.has-dropdown:hover ul.sub-menu {
  display: block;
}
header .dashboard-access {
  display: inline-block;
}
header .dashboard-access .button {
  margin-left: 6px;
}
@media (max-width: 1240px) {
  header .dashboard-access .button {
    margin-left: 4px;
    min-width: 80px;
  }
}
@media (max-width: 420px) {
  header .dashboard-access .button {
    display: none;
  }
}
header .dashboard-access .current-user {
  margin-top: 3px;
  position: relative;
  display: inline-block;
  padding: 6px 35px 6px 15px;
  min-width: 225px;
  background: #e6e9ee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  header .dashboard-access .current-user {
    float: left;
    margin-top: 5px;
    min-width: 130px;
  }
}
header .dashboard-access .current-user span {
  font-size: 1.3rem;
  font-weight: 400;
  opacity: .5;
  display: block;
}
@media (max-width: 767px) {
  header .dashboard-access .current-user span {
    font-size: 1.1rem;
  }
}
header .dashboard-access .current-user:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
header .dashboard-access .current-user .dashboard-submenu {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 5px 10px;
  background: #f1f3f6;
  z-index: 100;
}
header .dashboard-access .current-user .dashboard-submenu li {
  display: inline-block;
  width: 100%;
  padding: 5px 0px;
  font-size: 1.2rem;
  border-bottom: 1px solid #d1d4d8;
}
header .dashboard-access .current-user .dashboard-submenu li:last-child {
  border: 0;
  padding-bottom: 0;
}
header .dashboard-access .current-user .dashboard-submenu li:first-child {
  padding-top: 0px;
}
header .dashboard-access .current-user:hover .dashboard-submenu {
  display: block;
}
header .installer-message {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: 10;
  padding-right: 28px;
}
@media (max-width: 1240px) {
  header .installer-message {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  header .installer-message {
    display: none;
  }
}
header .installer-message:before {
  content: "";
  position: absolute;
  right: 0px;
  top: -2px;
  width: 19px;
  height: 40px;
  background: url(images/up-arrow.png);
}
header .installer-message h4 {
  font-family: "segoe";
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 18px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
header .installer-message h3 {
  font-family: "segoe";
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 18px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

footer {
  background: #3c4658;
  color: #fff;
}
footer .row {
  padding: 16px 0;
}
footer .footer-menu {
  width: 100%;
  padding: 10px 0;
}
footer .footer-menu:after, footer .footer-menu:before {
  clear: both;
  content: '';
  display: table;
}
footer .footer-menu a {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #a1aabc;
  margin-left: 20px;
  float: left;
}
footer .footer-menu a:hover {
  color: #838fa7;
}
footer .footer-menu a:first-child {
  margin-left: 0px;
}
footer .footer-contact-info {
  display: table;
  margin: 0 auto;
  padding: 10px 0;
}
footer .footer-contact-info:after, footer .footer-contact-info:before {
  clear: both;
  content: '';
  display: table;
}
footer .footer-contact-info li {
  float: left;
  margin-left: 30px;
}
footer .footer-contact-info li:first-child {
  margin-left: 0;
}
footer .footer-contact-info a {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #a1aabc;
}
footer .footer-contact-info a span {
  font-size: 18px;
  line-height: 20px;
  float: left;
  margin-right: 6px;
  color: #3d9dda;
}
footer .footer-contact-info a:hover {
  color: #838fa7;
}
footer .footer-logo {
  float: right;
}
footer .footer-logo img {
  height: 56px;
  display: block;
}
footer .sep {
  background: #fff;
  opacity: .1;
  margin-bottom: 15px;
}
footer p {
  margin: 0;
  line-height: normal;
  color: #a1aabc;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  footer p {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.homepage .dark-bar2 {
  background: #3c4658;
  text-align: center;
  width: 100%;
  z-index: 50;
  padding: 21px 20px;
  display: none;
}
@media (max-width: 767px) {
  .homepage .dark-bar2 {
    display: block;
  }
}
.homepage .dark-bar2 .floating-objects {
  display: inline-block;
}
.homepage .dark-bar2 .button {
  min-width: 185px;
}
.homepage .dark-bar2 h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: left;
  margin-right: 35px;
  margin-bottom: 0;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
}
@media (max-width: 767px) {
  .homepage .dark-bar2 h3 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.homepage .homepage-hero {
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .homepage .homepage-hero {
    height: 400px;
    overflow: visible;
  }
}
.homepage .homepage-hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3d9dda;
  opacity: .65;
  z-index: 1;
}
.homepage .homepage-hero .container {
  z-index: 10;
  height: 100%;
}
.homepage .homepage-hero .container .video-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
.homepage .homepage-hero .container .video-content h2 {
  color: #fff;
  font-size: 6rem;
  margin-bottom: 20px;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
}
@media (max-width: 767px) {
  .homepage .homepage-hero .container .video-content h2 {
    font-size: 3.6rem;
    line-height: 36px;
  }
}
.homepage .homepage-hero .container .video-content p {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .homepage .homepage-hero .container .video-content p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.homepage .homepage-hero video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .homepage .homepage-hero video {
    display: none;
  }
}
.homepage .homepage-hero .dark-bar {
  background: #3c4658;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 21px 20px;
}
@media (max-width: 767px) {
  .homepage .homepage-hero .dark-bar {
    display: none;
  }
}
.homepage .homepage-hero .dark-bar .floating-objects {
  display: inline-block;
}
.homepage .homepage-hero .dark-bar .button {
  min-width: 185px;
}
.homepage .homepage-hero .dark-bar h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: left;
  margin-right: 35px;
  margin-bottom: 0;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
}
@media (max-width: 767px) {
  .homepage .homepage-hero .dark-bar h3 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.homepage h2.services-icon {
  position: relative;
  padding-left: 69px;
  display: inline-block;
  margin-bottom: 70px;
}
.homepage h2.services-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  background: url(images/services-icon.png) no-repeat;
  background-size: 100% auto;
  width: 53px;
  height: 57px;
}
.homepage .grey-section {
  margin-top: 100px;
  position: relative;
  margin-bottom: 10px;
}
.homepage .grey-section .pointed-button {
  width: 272px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -136px;
  z-index: 10;
}

.about-page .dark-bar {
  background: #3c4658;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding: 21px 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-page .dark-bar {
    position: static;
  }
}
.about-page .dark-bar .floating-objects {
  display: inline-block;
}
.about-page .dark-bar h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: left;
  margin-right: 35px;
  margin-bottom: 0;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
}
@media (max-width: 767px) {
  .about-page .dark-bar h3 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.about-page .dark-bar:before {
  content: "";
  width: 1270px;
  position: absolute;
  top: -80px;
  left: -35px;
  z-index: -1;
  height: 160px;
  background: url(images/slider-shadow.png) no-repeat;
}
@media (max-width: 1240px) {
  .about-page .dark-bar:before {
    display: none;
  }
}

.contact-page .dark-bar {
  background: #3c4658;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding: 21px 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-page .dark-bar {
    position: static;
  }
}
.contact-page .dark-bar .floating-objects {
  display: inline-block;
}
.contact-page .dark-bar h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: left;
  margin-right: 35px;
  margin-bottom: 0;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
}
@media (max-width: 767px) {
  .contact-page .dark-bar h3 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.contact-page .dark-bar:before {
  content: "";
  width: 1270px;
  position: absolute;
  top: -80px;
  left: -35px;
  z-index: 1;
  height: 160px;
  background: url(images/slider-shadow.png) no-repeat;
}
@media (max-width: 1240px) {
  .contact-page .dark-bar:before {
    display: none;
  }
}
.contact-page .contact-info {
  margin-bottom: 30px;
}
.contact-page .contact-info p {
  color: #a1aabc;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact-page .contact-info p {
    font-size: 1.3rem;
  }
}
.contact-page .contact-info p a {
  color: inherit;
  font-weight: inherit;
}
.contact-page .contact-info p i {
  color: #3d9dda;
  min-width: 13px;
  text-align: center;
  margin-right: 7px;
  font-size: 2rem;
  float: left;
  line-height: 21px;
}
@media (max-width: 767px) {
  .contact-page .contact-info p i {
    font-size: 1.4rem;
  }
}
@media (max-width: 1240px) {
  .contact-page .col_50 {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .contact-page form .col_50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-page form .col_50 {
    width: 100%;
  }
}
.contact-page form .input-block input[type="text"], .contact-page form .input-block input[type="tel"], .contact-page form .input-block input[type="email"], .contact-page form .input-block textarea {
  background: none;
}
.contact-page form .captcha-wrapper input[type="text"] {
  width: 140px;
  margin-right: 10px;
  background: none;
}
.contact-page form .captcha-wrapper img {
  margin-top: 0;
}
@media (max-width: 420px) {
  .contact-page form .button {
    width: 100%;
    margin-top: 15px;
  }
}

.page-404 .dark-bar {
  background: #3c4658;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding: 21px 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-404 .dark-bar {
    position: static;
  }
}
.page-404 .dark-bar .floating-objects {
  display: inline-block;
}
.page-404 .dark-bar h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: left;
  margin-right: 35px;
  margin-bottom: 0;
  text-shadow: 0px 1px 3px rgba(37, 92, 39, 0.3);
}
@media (max-width: 767px) {
  .page-404 .dark-bar h3 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.page-404 .dark-bar:before {
  content: "";
  width: 1270px;
  position: absolute;
  top: -80px;
  left: -35px;
  z-index: -1;
  height: 160px;
  background: url(images/slider-shadow.png) no-repeat;
}
@media (max-width: 1240px) {
  .page-404 .dark-bar:before {
    display: none;
  }
}
.page-404 .main-content {
  padding: 160px 0;
}
.page-404 .main-content h1 {
  font-size: 200px;
  line-height: 200px;
  margin: 0;
}
.page-404 .main-content h2 {
  font-size: 4.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #5dc560;
  margin: 0;
}
.page-404 .main-content p {
  color: #3c4658;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}

.expandable-box {
  background-color: #ffffff;
  padding: 25px 15px 33px 15px;
  position: relative;
}
.expandable-box .box-icon {
  width: 100%;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
}
.expandable-box h2 {
  font-size: 16px;
  color: #3c4658;
  text-align: center;
  margin-bottom: 3px;
}
.expandable-box .content {
  height: 97px;
  overflow: hidden;
}
.expandable-box .content p {
  line-height: 18px;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 300;
  color: #a1aabc;
  text-align: center;
}
.expandable-box .toggle-content {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #eb5e4b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  margin-bottom: -17px;
}
.expandable-box .toggle-content:after {
  content: '+';
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 27px;
  line-height: 34px;
  color: #ffffff;
  width: 34px;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.expandable-box .toggle-content:hover {
  background-color: #e6351d;
}
.expandable-box.expanded .content {
  height: auto;
}
.expandable-box.expanded .toggle-content:after {
  content: '-';
}

.logo-list {
  margin-left: -8px;
  margin-right: -8px;
}
.logo-list:after, .logo-list:before {
  clear: both;
  display: table;
  content: '';
}
.logo-list li {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  padding-bottom: 16px;
  padding: 0px 8px 16px 8px !important;
  border-bottom: none !important;
}
.logo-list a {
  width: 100%;
  display: block;
  height: 56px;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.5;
}
.logo-list a:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  float: left;
}

.input-block .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form .floating-objects {
  overflow: visible;
}
.wpcf7-form .floating-objects:after, .wpcf7-form .floating-objects:before {
  clear: both;
  display: table;
  content: '';
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.aligncenter {
  display: table;
  margin: 0 auto;
}

.wpcf7-form-control-wrap.state {
  position: relative;
}
.wpcf7-form-control-wrap.state select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding-right: 50px;
}
.wpcf7-form-control-wrap.state:after {
  content: '\f35f';
  font-family: "Ionicons";
  position: absolute;
  width: 46px;
  line-height: 42px;
  top: 6px;
  right: 6px;
  background-color: #d6dae0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .expandable-box-container .row .col_25 {
    margin-bottom: 34px;
    width: 50%;
  }
}
@media all and (max-width: 449px) {
  .expandable-box-container .row .col_25 {
    width: 100%;
  }
}

@media all and (max-width: 1020px) {
  footer .row .col_40, footer .row .col_35 {
    width: 50%;
  }
  footer .row .col_25 {
    width: 100%;
  }
  footer .row .footer-logo {
    display: table;
    margin: 0 auto;
    float: none;
  }
}
@media all and (max-width: 767px) {
  footer .row .col_40, footer .row .col_35, footer .row .col_25 {
    width: 100%;
  }
  footer .row .footer-contact-info li {
    display: block;
    text-align: center;
    float: none;
    margin: 0;
  }
  footer .row .footer-contact-info a {
    display: table;
    margin: 0 auto;
  }
  footer .row .footer-menu {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  footer .row .footer-menu a {
    display: block;
    text-align: center;
    float: none;
    margin: 0 0 10px 0;
  }
}

.page-content h3 {
  font-size: 25px;
}

.system-message {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 15px;
}
.system-message.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.system-message.success {
  background-color: #a1dda2;
  border-color: #389d3b;
  color: #389d3b;
}

.vc-dashboard-menu {
  border: 2px solid #d6dae0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f3f5f8;
  padding: 8px 20px;
  margin-bottom: 40px;
  position: relative;
}
.vc-dashboard-menu ul {
  width: 100%;
}
.vc-dashboard-menu ul li {
  display: inline-block;
  padding: 4px 0;
}
.vc-dashboard-menu ul a {
  display: inline-block;
  line-height: 24px;
  padding: 8px 15px;
  font-size: 15px;
  vertical-align: middle;
  color: #3c4658;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.vc-dashboard-menu ul a:hover, .vc-dashboard-menu ul a.active {
  background-color: #5dc560;
  color: #ffffff;
}
@media all and (max-width: 1020px) {
  .vc-dashboard-menu ul li:last-child {
    display: none;
  }
  .vc-dashboard-menu ul a {
    padding: 5px;
  }
}
@media all and (max-width: 767px) {
  .vc-dashboard-menu {
    display: none;
    padding: 5px 5px;
  }
  .vc-dashboard-menu ul a {
    padding: 5px 5px;
  }
  .vc-dashboard-menu ul li {
    margin-left: 2px;
  }
}
@media all and (max-width: 618px) {
  .vc-dashboard-menu ul {
    display: table;
    width: auto;
    margin: 0 auto;
  }
  .vc-dashboard-menu ul li {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .vc-dashboard-menu ul li:first-child {
    margin-top: 0;
  }
}

.edit-personal-info-installer .ajax-form button {
  height: 22px;
  line-height: 10px;
  padding: 0 20px;
  font-weight: 700;
}
.edit-personal-info-installer .signature-preview {
  width: 100%;
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .edit-personal-info-installer .row [class*='col_'] {
    width: 100%;
  }
}

.vc-select {
  position: relative;
}
.vc-select select {
  padding: 0 60px 0 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.vc-select:after {
  position: absolute;
  display: block;
  width: 42px;
  top: 6px;
  bottom: 6px;
  right: 6px;
  content: '';
  background-color: #d6dae0;
  z-index: 9;
  pointer-events: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.vc-select:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 23px;
  top: 24px;
  z-index: 10;
  pointer-events: none;
}
.vc-select.readonly {
  pointer-events: none;
}
.vc-select.readonly select {
  pointer-events: none;
}

.dashboard-white-wrapper {
  min-height: 600px;
}
@media all and (max-width: 370px) {
  .dashboard-white-wrapper h3 {
    font-size: 2rem;
  }
}

.vc-fancy-table {
  display: table;
  width: 100%;
  padding: 20px 20px 7px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #d6dae0;
  background-color: #f3f5f8;
}
.vc-fancy-table label {
  font-weight: 700;
  color: #3c4658;
  font-size: 14px;
  display: inline-block;
}
.vc-fancy-table span, .vc-fancy-table a {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #3c4658;
}
.vc-fancy-table span.green, .vc-fancy-table a.green {
  color: #5dc560;
}
.vc-fancy-table a {
  color: #3d9dda;
}
.vc-fancy-table a:hover {
  text-decoration: underline;
}
.vc-fancy-table .empty {
  margin: 0;
}
.vc-fancy-table .btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background-color: #3d9dda;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  line-height: 24px;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
}
.vc-fancy-table .btn.red {
  background-color: #eb5e4b;
}
.vc-fancy-table .btn:hover {
  background-color: #2583bf;
  text-decoration: none;
}
.vc-fancy-table .btn:hover.red {
  background-color: #e6351d;
}
.vc-fancy-table .download-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background-color: #5dc560;
  width: 34px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin-left: 2px;
}
.vc-fancy-table .download-btn:hover {
  background-color: #3fb042;
}
.vc-fancy-table .vc-table-row {
  display: table-row;
  width: 100%;
}
.vc-fancy-table .vc-table-row .vc-table-cell {
  display: table-cell;
}
.vc-fancy-table .vc-table-row.header .vc-table-cell {
  padding-left: 10px;
  border-bottom: 2px solid #d6dae0;
}
.vc-fancy-table .vc-table-row.header .vc-table-cell:first-child {
  padding-left: 0;
}
.vc-fancy-table .vc-table-row.header .vc-table-cell:last-child {
  text-align: right;
}
.vc-fancy-table .vc-table-row.body label {
  display: none;
}
.vc-fancy-table .vc-table-row.body .vc-table-cell {
  padding: 13px 0 13px 10px;
  border-top: 1px solid #ffffff;
}
.vc-fancy-table .vc-table-row.body .vc-table-cell:first-child {
  padding: 13px 0 13px 0;
}
.vc-fancy-table .vc-table-row.body .vc-table-cell:last-child {
  text-align: right;
}
@media all and (max-width: 768px) {
  .vc-fancy-table .vc-table-row.body .vc-table-cell.keep-width {
    width: 135px;
  }
}
.vc-fancy-table .vc-table-row:first-child.body .vc-table-cell {
  border-top: 0px;
}
@media all and (max-width: 680px) {
  .vc-fancy-table .vc-table-row {
    display: block;
    width: 100%;
  }
  .vc-fancy-table .vc-table-row .vc-table-cell {
    display: block;
    width: 100%;
  }
  .vc-fancy-table .vc-table-row.header {
    display: none;
  }
  .vc-fancy-table .vc-table-row.body {
    border-bottom: 1px solid #d6dae0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .vc-fancy-table .vc-table-row.body:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .vc-fancy-table .vc-table-row.body label {
    display: inline-block;
    margin-right: 5px;
  }
  .vc-fancy-table .vc-table-row.body span, .vc-fancy-table .vc-table-row.body a {
    margin-bottom: 5px;
  }
  .vc-fancy-table .vc-table-row.body .vc-table-cell {
    padding: 0;
    border-top: none;
  }
  .vc-fancy-table .vc-table-row.body .vc-table-cell:first-child {
    padding: 0;
  }
  .vc-fancy-table .vc-table-row.body .vc-table-cell:nth-last-child(1), .vc-fancy-table .vc-table-row.body .vc-table-cell:nth-last-child(2) {
    display: inline-block;
    width: auto;
    padding-top: 15px;
  }
  .vc-fancy-table .vc-table-row.body .vc-table-cell.keep-width {
    width: 100%;
  }
}

.single-work-order-installer .content {
  border: 2px solid #d6dae0;
  background-color: #f3f5f8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 40px;
}
.single-work-order-installer .content .layout {
  margin-left: -15px;
  margin-right: -15px;
}
.single-work-order-installer .content .layout > .col_50, .single-work-order-installer .content .layout > .col_100 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.single-work-order-installer .content .layout > .col_50:first-child, .single-work-order-installer .content .layout > .col_100:first-child {
  margin-top: 0;
}
.single-work-order-installer .content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #3d9dda;
  margin: 0 0 35px 0;
}
.single-work-order-installer .content h4 {
  text-transform: none;
  margin-bottom: 15px;
}
.single-work-order-installer .info-area {
  margin-bottom: 15px;
}
.single-work-order-installer .info-area label {
  font-weight: 700;
  color: #9fa4ad;
  font-size: 14px;
  margin: 0 0 3px 0;
}
.single-work-order-installer .info-area label.important {
  color: #ff0013;
}
.single-work-order-installer .info-area p, .single-work-order-installer .info-area a {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 300;
  color: #3c4658;
  margin: 0;
}
.single-work-order-installer .info-area a {
  color: #3d9dda;
}
.single-work-order-installer .location {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ffffff;
  padding: 30px 40px;
}
.single-work-order-installer .gmap-container .map {
  width: 100%;
  height: 170px;
  margin-bottom: 15px;
}
.single-work-order-installer .gmap-container p {
  margin: 0;
}
.single-work-order-installer .gmap-container p span {
  margin-left: 30px;
}
.single-work-order-installer .gmap-container p span:first-child {
  margin-left: 0;
}
.single-work-order-installer .vc-fancy-table {
  background: white;
}
.single-work-order-installer .single-work-order-actions {
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ffffff;
  padding: 22px 30px;
}
.single-work-order-installer .single-work-order-actions:after, .single-work-order-installer .single-work-order-actions:before {
  clear: both;
  display: table;
  content: '';
}
.single-work-order-installer .single-work-order-actions a {
  float: left;
  display: block;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 0 22px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-left: 12px;
}
.single-work-order-installer .single-work-order-actions a:first-child {
  margin-left: 0;
}
.single-work-order-installer .single-work-order-actions a.blue {
  background-color: #3d9dda;
}
.single-work-order-installer .single-work-order-actions a.blue:hover {
  background-color: #2583bf;
}
.single-work-order-installer .single-work-order-actions a.green {
  background-color: #5dc560;
}
.single-work-order-installer .single-work-order-actions a.green:hover {
  background-color: #3fb042;
}

.form-field-group {
  padding: 40px 30px;
  background-color: #f3f5f8;
  border: 2px solid #d6dae0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 25px;
}
.form-field-group:first-child {
  margin-top: 0;
}
.form-field-group h5 {
  font-family: 'Montserrat';
  font-weight: 700;
}
.form-field-group h5 span {
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.form-field-group textarea {
  min-height: 190px;
}
.form-field-group button {
  height: 24px;
  line-height: 10px;
  padding: 0 20px;
  font-weight: 700;
}
.form-field-group .user-signature {
  width: 100%;
  margin: 0;
  font-size: 36px;
  line-height: 50px;
}
.form-field-group .ajax-response-landing-area {
  float: left;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
@media all and (max-width: 1240px) {
  .form-field-group .col_50 {
    width: 100%;
  }
  .form-field-group .col_40 {
    width: 100%;
  }
  .form-field-group .col_25 {
    width: 50%;
  }
  .form-field-group .col_25 .col_50 {
    width: 50%;
  }
  .form-field-group .col_12 {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  .form-field-group .col_25 {
    width: 100%;
  }
  .form-field-group .col_25.keep-more {
    width: 50%;
  }
  .form-field-group .col_12 {
    width: 50%;
  }
}
@media all and (max-width: 508px) {
  .form-field-group {
    padding: 15px 15px 15px 15px;
  }
  .form-field-group .input-block {
    margin-bottom: 15px;
  }
  .form-field-group .col_12 {
    width: 100%;
  }
  .form-field-group .col_25 .col_50 {
    width: 100%;
  }
  .form-field-group .col_25.keep-more {
    width: 100%;
  }
}

.radio-group {
  padding-top: 5px;
}
.radio-group:after, .radio-group:before {
  clear: both;
  content: '';
  display: table;
}
.radio-group input[type=radio] {
  visibility: hidden;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  position: absolute;
  left: 3px;
  z-index: -1;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz--appearance: none !important;
}
.radio-group .radio-btn {
  font-size: 14px;
  color: #3c4658;
  line-height: 24px;
  display: block;
  float: left;
  padding: 0 0 0 32px;
  position: relative;
  margin-left: 30px;
}
@media all and (max-width: 630px) {
  .radio-group .radio-btn {
    margin-left: 10px;
  }
}
@media all and (max-width: 578px) {
  .radio-group .radio-btn {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .radio-group .radio-btn:first-child {
    margin-top: 0;
  }
}
.radio-group .radio-btn:first-child {
  margin-left: 0;
}
.radio-group .radio-btn:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #d7dbe1;
  background-color: #ffffff;
  z-index: 1;
}
.radio-group .radio-btn:before {
  display: none;
  position: absolute;
  content: '';
  z-index: 2;
  width: 12px;
  height: 12px;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #5dc560;
}
.radio-group .radio-btn.checked:before {
  display: block;
}
.radio-group.readonly {
  pointer-events: none;
}
.radio-group.readonly * {
  pointer-events: none;
}

.white-input-block {
  padding: 15px 25px;
  background-color: #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 20px;
}
.white-input-block label {
  font-size: 14px;
  line-height: 24px;
}
.white-input-block .top label {
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
@media all and (max-width: 424px) {
  .white-input-block .top label {
    padding: 0 0 10px 0;
  }
}
.white-input-block .top.has-input {
  position: relative;
}
.white-input-block .top.has-input label {
  padding: 10px 130px 10px 0px;
}
.white-input-block .top.has-input div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 130px;
}
.white-input-block .top.has-input div input {
  width: 100%;
  height: 44px;
}
@media all and (max-width: 424px) {
  .white-input-block .top.has-input label {
    padding: 0 0 10px 0;
  }
  .white-input-block .top.has-input div {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}
.white-input-block .radio-group {
  margin-bottom: 20px;
}
.white-input-block .radio-group .radio-btn {
  margin-left: 15px;
}
.white-input-block .radio-group .radio-btn:first-child {
  margin-left: 0;
}
@media all and (max-width: 660px) {
  .white-input-block .radio-group .radio-btn {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .white-input-block .radio-group .radio-btn:first-child {
    margin-top: 0;
  }
}

.medium-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.medium-gutter > [class*='col_'] {
  padding-left: 10px;
  padding-right: 10px;
}

.date_picker {
  position: relative;
}
.date_picker:after {
  content: '\f073';
  font-size: 16px;
  line-height: 54px;
  font-family: FontAwesome;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  position: absolute;
  color: #5dc560;
  pointer-events: none;
}
.date_picker input {
  padding: 0 40px 0 15px;
}

.input-block.has-error label, .small-input-block.has-error label {
  color: #a94442;
}
.input-block.has-error input[type=text], .input-block.has-error select, .input-block.has-error textarea, .small-input-block.has-error input[type=text], .small-input-block.has-error select, .small-input-block.has-error textarea {
  border: 2px solid #a94442;
  color: #a94442;
}
.input-block.has-error .radio-btn, .small-input-block.has-error .radio-btn {
  color: #a94442;
}
.input-block.has-error .vc-select:after, .small-input-block.has-error .vc-select:after {
  background-color: #f2dede;
}
.input-block.has-error .date_picker:after, .small-input-block.has-error .date_picker:after {
  color: #a94442;
}

.white-input-block.has-error label {
  color: #a94442;
}
.white-input-block.has-error .radio-btn {
  color: #a94442;
}

@media all and (max-width: 767px) {
  .dashboard-page-header {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1020px) {
  header .dashboard-access .current-user {
    display: none;
  }
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.vc-pagination-container {
  width: 100%;
  padding-top: 30px;
}
.vc-pagination-container .vc-pagination {
  display: table;
  margin: 0 auto;
}
.vc-pagination-container .vc-pagination:after, .vc-pagination-container .vc-pagination:before {
  clear: both;
  display: table;
  content: '';
}
.vc-pagination-container .vc-pagination li {
  float: left;
  display: block;
}
.vc-pagination-container .vc-pagination li a, .vc-pagination-container .vc-pagination li span {
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  padding: 0 10px;
  min-width: 30px;
  display: block;
  text-align: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.vc-pagination-container .vc-pagination li a i, .vc-pagination-container .vc-pagination li span i {
  font-size: 14px;
}
.vc-pagination-container .vc-pagination li a.active, .vc-pagination-container .vc-pagination li a:hover {
  background-color: #3d9dda;
  color: #ffffff;
}

.assigned-work-orders-map {
  width: 100%;
  border: 2px solid #d6dae0;
  background-color: #f3f5f8;
  padding: 25px 40px;
}
.assigned-work-orders-map .header {
  position: relative;
  margin-bottom: 20px;
}
.assigned-work-orders-map .header:after, .assigned-work-orders-map .header:before {
  clear: both;
  content: '';
  display: table;
}
.assigned-work-orders-map .body {
  border: 2px solid #d6dae0;
  background-color: #ffffff;
}
.assigned-work-orders-map .body .work-orders-map {
  height: 510px;
  width: 100%;
}
.assigned-work-orders-map .body .work-orders-map .vc-marker-infobox h2 {
  font-size: 16px;
  font-weight: 700;
  color: #3c4658;
  margin: 0 0 5px 0;
  line-height: auto;
}
.assigned-work-orders-map .body .work-orders-map .vc-marker-infobox p {
  font-size: 13px;
  line-height: auto;
  color: #87909f;
  font-family: "Montserrat", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  margin: 0 0 7px 0;
  font-weight: 400;
}
.assigned-work-orders-map .body .work-orders-map .vc-marker-infobox a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #5dc560;
  font-size: 12px;
  font-weight: bold;
}
.assigned-work-orders-map .body .work-orders-map .vc-marker-infobox a:hover {
  color: #3fb042;
}

.has-search-box {
  padding-right: 260px;
  position: relative;
}
.has-search-box .search-fa-number {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
}
.has-search-box .search-fa-number form {
  height: 40px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.has-search-box .search-fa-number input[type=text] {
  width: 100%;
  height: 40px;
  display: block;
  border: 2px solid #d6dae0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 15px 0 40px;
  font-size: 14px;
  color: #3c4658;
}
.has-search-box .search-fa-number input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #3c4658;
}
.has-search-box .search-fa-number input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #3c4658;
}
.has-search-box .search-fa-number input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #3c4658;
}
.has-search-box .search-fa-number input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #3c4658;
}
.has-search-box .search-fa-number input[type=text]:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}
.has-search-box .search-fa-number input[type=text]:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
.has-search-box .search-fa-number input[type=text]:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}
.has-search-box .search-fa-number input[type=text]:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
.has-search-box .search-fa-number button {
  position: absolute;
  min-width: 24px;
  padding: 0;
  width: 24px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: transparent;
  color: #3c4658;
  font-size: 16px;
  text-align: center;
  left: 9px;
  top: 0px;
}
.has-search-box .search-fa-number button:hover {
  color: #5dc560;
}
.has-search-box .search-fa-number .hover-message {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 1em;
  line-height: 1;
  display: none;
}
.has-search-box .search-fa-number .hover-message:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333333;
  bottom: 100%;
  left: 1em;
}
.has-search-box .search-fa-number.has-error input[type=text] {
  border: 2px solid #eb5e4b;
  color: #eb5e4b;
}
.has-search-box .search-fa-number.has-error button {
  color: #eb5e4b;
}
.has-search-box .search-fa-number.has-error:hover .hover-message {
  display: block;
}
@media all and (max-width: 644px) {
  .has-search-box {
    padding: 0;
  }
  .has-search-box .search-fa-number {
    position: relative;
    padding: 10px 0 10px 0;
    width: 100%;
  }
  .has-search-box .search-fa-number button {
    top: 10px;
  }
}

.installer-points-summary {
  width: 100%;
  border: 1px solid #d6dae0;
  background-color: #f3f5f8;
  padding: 20px 30px 30px 30px;
}
.installer-points-summary h2 {
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
  color: #3c4658;
  font-weight: normal;
}
.installer-points-summary .inner:after, .installer-points-summary .inner:before {
  content: '';
  display: table;
  clear: both;
}
.installer-points-summary .inner .item {
  float: left;
  width: 50%;
  position: relative;
  box-shadow: 0.5px 0.866px 20px 0px rgba(9, 13, 69, 0.027);
  background-color: #ffffff;
  padding: 12px 10px 12px 62px;
  margin-bottom: 10px;
  border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  height: 50px;
}
.installer-points-summary .inner .item:nth-child(2n) {
  border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
}
@media all and (max-width: 1240px) {
  .installer-points-summary .inner .item {
    width: 100%;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
  .installer-points-summary .inner .item:nth-child(2n) {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
  .installer-points-summary .inner .item.empty {
    display: none;
  }
}
.installer-points-summary .inner p {
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  color: #3c4658;
}
.installer-points-summary .inner span {
  position: absolute;
  width: 50px;
  line-height: 50px;
  display: block;
  left: 0px;
  top: 0px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.installer-points-summary .inner span.green {
  background-color: #5dc560;
}
.installer-points-summary .inner span.red {
  background-color: #e38c6d;
}
.installer-points-summary .inner span.blue {
  background-color: #6db3e3;
}

.vc-autocomplete-text {
  position: relative;
}
.vc-autocomplete-text .autocomplete-results {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: calc(100% + .5em);
  right: 0;
  background-color: #ffffff;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.vc-autocomplete-text .autocomplete-results li {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: .50em 1em;
}
.vc-autocomplete-text .autocomplete-results li:first-child {
  border-top: none;
}
.vc-autocomplete-text .autocomplete-results li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 1.6rem;
}
.vc-autocomplete-text .autocomplete-results li a:hover {
  color: #585858;
}

.right-header {
  margin-top: 10px;
}
