@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
body {
  font-family: "Lato", sans-serif;
  color: #555;
  font-size: 16px;
}

* {
  outline: none;
}

button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

img {
  width: auto;
}

a {
  cursor: pointer;
}

a:focus {
  text-decoration: none;
}

.link-unstyled {
  text-decoration: none;
  color: inherit;
}

.link-unstyled:hover {
  text-decoration: none;
  color: inherit;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-underline:hover {
  text-decoration: none;
}

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

h1, h2, h3, h4, h5 {
  line-height: 1.25;
  font-family: "Lato", sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

.text-muted {
  color: #aaa;
}

.text-primary {
  color: #941617;
}

.text-success {
  color: #4caf50;
}

.text-info {
  color: #337ab7;
}

.text-warning {
  color: #ffc107;
}

.text-danger {
  color: #f44336;
}

.text-green {
  color: #8dcdc0;
}

.text-green-dark {
  color: #319a85;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fw-100 {
  font-weight: 100;
}

.font-xs {
  font-size: 12px;
}

.font-sm {
  font-size: 14px;
}

.font-normal {
  font-size: 16px;
}

.font-md {
  font-size: 18px;
}

.font-lg {
  font-size: 20px;
}

.font-xl {
  font-size: 22px;
}

.font-xxl {
  font-size: 24px;
}

.font-huge {
  font-size: 26px;
}

.font-xhuge {
  font-size: 40px;
}

.line-height-xs {
  line-height: .85;
}

.line-height-sm {
  line-height: 1;
}

.line-height-norm {
  line-height: 1.25;
}

.line-height-md {
  line-height: 1.4;
}

.line-height-lg {
  line-height: 1.5;
}

.line-height-xl {
  line-height: 1.6;
}

i[class^="icon-"],
i[class*=" icon-"] {
  font-size: 17px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  display: block;
}

i[class^="icon-"] + span,
i[class*=" icon-"] + span {
  margin-left: 5px;
  vertical-align: middle;
}

i[class^="icon-"].icon-md,
i[class*=" icon-"].icon-md {
  font-size: 30px;
}

i[class^="icon-"].icon-xl,
i[class*=" icon-"].icon-xl {
  font-size: 40px;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.navbar .notifications .badge {
  background-color: #941617;
}

.navbar-collapse {
  background-color: #fff;
}

@media (max-width: 768px) {
  .navbar-collapse {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.navbar-brand {
  position: relative;
  z-index: 1;
}

.form-control {
  box-shadow: none;
  border: 1px solid #ddd;
  height: 40px;
}

.form-control:focus {
  outline: none;
  border-color: #ddd;
  box-shadow: none;
}

.form-control.input-sm {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 16px;
}

.form-control.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
}

.form-label {
  color: #aaa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.form-horizontal .control-label {
  text-align: left;
}

.has-error {
  position: relative;
}

.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-error {
  position: absolute;
  bottom: 10px;
  right: -20px;
  z-index: 2;
}

.input-error i {
  color: #941617;
}

.input-error i:hover + span {
  display: block;
  margin-left: 0;
}

.input-error span {
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 160px;
  background: #941617;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  z-index: 10;
  text-align: center;
}

.input-error span:after {
  content: '';
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  border: solid 5px transparent;
  border-top-color: #941617;
  position: absolute;
  display: inline-block;
  right: 50%;
  top: 100%;
}

/* input addon */
.inner-addon {
  position: relative;
}

.inner-addon .input-addon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 1;
}

.left-addon .input-addon {
  left: 0;
}

.left-addon .form-control,
.left-addon .chosen-container .chosen-choices {
  padding-left: 35px;
}

.right-addon .input-addon {
  right: 0;
}

.right-addon input {
  padding-right: 30px;
}

/* end input addon */
/* chosen styles */
.chosen-container {
  font-size: 14px;
}

.chosen-container .chosen-drop {
  border-color: #ddd;
}

.chosen-container .chosen-results li.highlighted {
  background: #aaa;
}

.chosen-container-multi .chosen-choices {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #ddd;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: transparent;
  border: solid 1px #aaa;
  font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: transparent;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: 'x';
  font-size: 14px;
  display: block;
  margin-top: -2px;
  margin-left: 2px;
  color: #aaa;
}

.chosen-container-active .chosen-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chosen-disabled .chosen-choices li.search-choice .search-choice-close {
  display: none;
}

.chosen-disabled .chosen-choices li.search-choice {
  padding-right: 6px;
}

/* end of chosen styles */
/* switcher styles */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #941617;
}

input:focus + .slider {
  box-shadow: 0 0 1px #941617;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* end switcher styles */
/* button styles */
.btn {
  font-size: 14px;
  text-transform: uppercase;
}

.btn:active {
  outline: none;
}

.btn i {
  margin: 0 3px;
}

.btn-danger {
  background-color: #941617;
  border-color: #941617;
}

.btn-red {
  background-color: #eb6e5c;
  color: #fff;
}

.btn-red .btn-addon {
  background-color: #e53d27;
}

.btn-yellow {
  background-color: #efe859;
  color: #fff;
}

.btn-yellow .btn-addon {
  background-color: #eae120;
}

.btn-blue {
  background-color: #74AFF1;
  color: #fff; }
.btn-blue .btn-addon {
    background-color: #4291ED; }

.btn-green {
  background-color: #97d0a7;
  color: #fff; }
.btn-green .btn-addon {
  background-color: #319a85; }

.btn-info {
  background-color: #74AFF1;
}

.btn-primary-outline {
  background-color: #fff;
  color: #337ab7;
  border: solid 1px #337ab7;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-with-addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.btn-with-addon > span {
  display: inline-block;
  padding: 6px 12px;
}

.btn-with-addon .btn-addon {
  padding: 8px 10px;
  margin: 0;
}

.btn-long {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 300px;
}

.card {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
}

.card:hover {
  text-decoration: none;
}

a.card {
  -moz-transition: box-shadow 0.7s;
  -o-transition: box-shadow 0.7s;
  -webkit-transition: box-shadow 0.7s;
  transition: box-shadow 0.7s;
}

a.card:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.card-default {
  border-color: #ddd;
}

.card-body {
  padding: 22px 20px;
  position: relative;
}

.card-footer {
  padding: 10px 20px;
  border-top: solid 1px #ddd;
}

.pagination > li > a,
.pagination > li > span {
  color: #555;
  border-color: #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #941617;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #941617;
  background-color: #fff;
  border-color: #ddd;
  box-shadow: inset 0 -3px 0 0 #941617;
}

.table thead,
.table thead:first-child {
  background-color: #f9f9f9;
}

.table thead > tr > th,
.table thead > tr:first-child > th,
.table thead:first-child > tr > th,
.table thead:first-child > tr:first-child > th {
  border-top: solid 1px #ddd;
  border-bottom: none;
}

.table tbody > tr > td {
  border-top: none;
}

.table td {
  border-bottom: none;
}

.table-bordered-bottom tbody > tr > td {
  border-bottom: 1px solid #ddd;
}

.table-bordered-bottom tbody > tr > td:first-child, .table-bordered-bottom tbody > tr > td:last-child {
  padding-left: 0;
}

.table-bordered-bottom tbody > tr:last-of-type > td {
  border-bottom: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fcfcfc;
}

.collapse-body {
  display: none;
}

.panel-heading,
.panel-default > .panel-heading {
  padding: 13px 15px;
  background-color: transparent;
}

.panel.edit-mode {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

/* spacers */
.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.pt-20 {
  padding-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.m-55 {
  margin: 55px;
}

.p-55 {
  padding: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.m-60 {
  margin: 60px;
}

.p-60 {
  padding: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.m-65 {
  margin: 65px;
}

.p-65 {
  padding: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.m-70 {
  margin: 70px;
}

.p-70 {
  padding: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.m-75 {
  margin: 75px;
}

.p-75 {
  padding: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.m-85 {
  margin: 85px;
}

.p-85 {
  padding: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.m-90 {
  margin: 90px;
}

.p-90 {
  padding: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.m-95 {
  margin: 95px;
}

.p-95 {
  padding: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.m-105 {
  margin: 105px;
}

.p-105 {
  padding: 105px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.m-110 {
  margin: 110px;
}

.p-110 {
  padding: 110px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.m-115 {
  margin: 115px;
}

.p-115 {
  padding: 115px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.m-120 {
  margin: 120px;
}

.p-120 {
  padding: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.m-125 {
  margin: 125px;
}

.p-125 {
  padding: 125px;
}

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.mx-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.mt-125 {
  margin-top: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.ml-125 {
  margin-left: 125px;
}

.pl-125 {
  padding-left: 125px;
}

.mr-125 {
  margin-right: 125px;
}

.pr-125 {
  padding-right: 125px;
}

.m-130 {
  margin: 130px;
}

.p-130 {
  padding: 130px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.m-135 {
  margin: 135px;
}

.p-135 {
  padding: 135px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.mt-135 {
  margin-top: 135px;
}

.pt-135 {
  padding-top: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.ml-135 {
  margin-left: 135px;
}

.pl-135 {
  padding-left: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.pr-135 {
  padding-right: 135px;
}

.m-140 {
  margin: 140px;
}

.p-140 {
  padding: 140px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.m-145 {
  margin: 145px;
}

.p-145 {
  padding: 145px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.mt-145 {
  margin-top: 145px;
}

.pt-145 {
  padding-top: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.ml-145 {
  margin-left: 145px;
}

.pl-145 {
  padding-left: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.pr-145 {
  padding-right: 145px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.pr-150 {
  padding-right: 150px;
}

/* end margin and adding spaces */
.cols-no-pad > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 13px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #888;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ddd;
}

.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background-color: #888 !important;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  font-family: 'gmg';
  color: #fff;
  margin-top: 3px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev:after {
  content: 'u';
  float: left;
}

.ui-datepicker .ui-datepicker-next:after {
  content: 't';
  float: right;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 40%;
  margin: 0 2%;
  bordeR: solid 1px #ddd;
}

.ui-datepicker .ui-state-default {
  background: transparent;
  border-radius: 5px;
  border: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
}

.ui-datepicker .ui-state-default.ui-state-active {
  border: solid 1px #941617;
  color: #941617;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  color: #941617;
  font-weight: 600;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 10px;
}

.ui-datepicker td {
  text-align: center;
}

.ui-datepicker-header {
  background-color: #941617;
}

.ui-datepicker-title {
  font-size: 14px;
  text-transform: uppercase;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.valign-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.valign-middle {
  vertical-align: middle !important;
}

.radius-0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.service-list [class*="col"] {
  position: static;
}

.service-list .card {
  margin-bottom: 0;
}

.flip-wrapper {
  z-index: 8;
}

.flip-wrapper > a {
  display: block;
  text-decoration: none;
}

.flip-back, .flip-front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.flip-back {
  opacity: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 600px;
  padding: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.flip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
  opacity: 0;
}

.close-flip {
  position: absolute;
  top: -25px;
  right: 0;
  color: #fff;
}

.close-flip-to-product {
  position: absolute;
  top: -25px;
  right: 0;
  color: #fff;
}

.loader {
  border: 12px solid #f3f3f3;
  border-top: 12px solid #941616;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.page-loader {
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  position: fixed;
  top: 50%;
  left: 50%;
}

.candidates-list .card-body h4,
.candidates-list .card-body .h4 {
  height: 44px;
  font-size: 19px;
  display: block;
  overflow: hidden;
}

.search-wrap {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.search-wrap input {
  border-color: transparent;
  font-size: 45px;
  font-weight: 200;
  height: auto;
  padding-right: 60px;
}

.search-wrap button {
  top: 11px;
}

.candidate-details {
  display: flex;
}

.candidate-details .form-horizontal .form-group {
  margin-bottom: 7px;
}

.candidate-details .form-horizontal .form-group.has-error .form-control {
  border-color: #f44336;
}

.candidate-details .form-horizontal .chosen-disabled {
  opacity: 1 !important;
}

.candidate-details .form-horizontal .chosen-disabled ul {
  border-bottom: none;
}

.candidate-details .form-horizontal .form-control,
.candidate-details .form-horizontal .chosen-choices {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background: transparent;
  border: none;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  padding: 0;
  min-height: 0;
}

.candidate-details .form-horizontal .form-control[readonly], .candidate-details .form-horizontal .form-control[disabled],
.candidate-details .form-horizontal .chosen-choices[readonly],
.candidate-details .form-horizontal .chosen-choices[disabled] {
  background: transparent;
  border-bottom: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.candidate-details .form-horizontal select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/icons/arrow-down.png) no-repeat;
  background-position: right 5px top 14px;
  background-size: 8px;
}

.candidate-details .form-horizontal select.form-control[disabled] {
  background: transparent;
  cursor: default;
}

.candidate-details .form-inline {
  display: flex;
}

.candidate-details .form-inline .form-label {
  float: left;
  margin-right: 5px;
}

.candidate-details .form-inline .form-control {
  float: left;
  min-width: 0;
}

.survey-info-panel {
  height: 100%;
}

.credit-label {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #ddd;
  display: inline-block;
  font-size: 26px;
  padding: 10px 25px;
  color: #aaa;
}

.credit-label.green {
  background: #4caf50;
  color: #fff;
  border-color: #4caf50;
}

.credit-label.red {
  background: #f44336;
  color: #fff;
  border-color: #f44336;
}

.add_legal_entry {
  display: none;
}

.edit-mode .tax-addition.hide {
  display: block !important;
}

.edit-mode .tax-addition.show_list {
  display: none;
}

.edit-mode .add_legal_entry {
  display: inline-block;
}

.full-page-bg {
  background-image: url(../img/login-bg.jpg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 30px;
}

.sign-wrap {
  font-size: 0;
}

.sign-wrap > * {
  font-size: 16px;
}

.sign-intro-text {
  color: #fff;
  padding: 50px;
}

.sign-intro-text p {
  font-size: 22px;
  font-weight: 300;
}

.sign-form-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #fff;
  padding: 70px 34px 30px;
}

.sign-form-wrap button[type="submit"] {
  width: 150px;
}

.sign-form-wrap form {
  min-height: 380px;
}

.sign-form-wrap h3 {
  margin-bottom: 45px;
  font-weight: 300;
}

.forgot-pass-btn {
  float: right;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: inherit;
}

.steps-wrap {
  text-align: center;
  margin: 80px 0 10px;
}

.steps-wrap ul {
  display: inline-block;
  position: relative;
}

.steps-wrap ul:after {
  content: '';
  position: absolute;
  top: 12px;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #ddd;
}

.steps-wrap li {
  display: inline-block;
  padding: 0 100px;
  position: relative;
  z-index: 1;
}

.steps-wrap li:first-of-type {
  padding-left: 0;
}

.steps-wrap li:last-of-type {
  padding-right: 0;
}

.steps-wrap li.active a {
  border-color: #f44336;
}

.steps-wrap li.passed a {
  border-color: #f44336;
}

.steps-wrap a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 27px;
  height: 27px;
  border: solid 3px #ddd;
  background-color: #fff;
  position: relative;
}

.steps-wrap span {
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: #aaa;
}

.setup-wizard .panel-body {
  padding: 34px;
}

.wizard-heading {
  padding: 5px 0;
}

.wizard-heading img {
  margin-top: -90px;
}

.wizard-heading h4 {
  margin-bottom: 0;
}

.hero-wrapper {
  background-image: url(../img/red-skyline.png);
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-text {
  padding-left: 24px;
  border-left: solid 5px #fff;
  max-width: 440px;
  color: #fff;
}

.service-list > div {
  margin-bottom: 20px;
}

.service-list .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.service-list .card > * {
  flex-basis: 50%;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .service-list .card hr {
    display: none;
  }
}

@media (max-width: 678px) {
  .service-list .card {
    flex-direction: column;
  }
  .service-list .card img {
    width: 100%;
  }
}

.status {
  color: #aaa;
}

.status span {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.status .count {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border: solid 2px #aaa;
  font-size: 14px;
}

.status.not-active {
  color: #f44336;
}

.status.not-active .count {
  border-color: #f44336;
}

.status.active {
  color: #4caf50;
}

.status.active .count {
  border-color: #4caf50;
}

.status.not-reviewed {
  color: #ffc107;
}

.status.not-reviewed .count {
  border-color: #ffc107;
}

.estimated-value {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.est-value-wrap {
  min-height: 62px;
}

.service-top {
  height: 66px;
}

@media (max-width: 1200px) {
  .service-top .btn-with-addon {
    font-size: 13px;
  }
}

.services-count {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #f44336;
  color: #fff;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 32px;
  height: 32px;
}

.service-address {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  text-align: right;
  color: #8dcdc0;
}

.chart-labels {
  overflow: hidden;
}

.chart-label {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 14px;
  color: #aaa;
}

.chart-label .colored-dot {
  margin-right: 10px;
}

.chart-label > span {
  vertical-align: middle;
}

.colored-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  background-color: #aaa;
  width: 30px;
  height: 30px;
}

.blue-message {
  background-color: #d9edf6;
  padding: 20px;
  display: block;
}

.steps-2848 {
  position: relative;
}

.steps-2848:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #ddd;
  z-index: -1;
}

.steps-2848 p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

.steps-2848 h2 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 0;
  background-color: white;
}

.steps-2848 h2:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 60px;
  vertical-align: middle;
  background: #fff;
}

.steps-2848 h2 span {
  vertical-align: middle;
  margin-left: 10px;
}

.steps-2848-txt {
  padding-left: 50px;
}

.preview2848 {
  display: block;
  border: solid 1px #dbdbdb;
  position: relative;
}

.preview2848:hover:after {
  opacity: 1;
}

.preview2848:hover:before {
  opacity: 1;
  margin-top: 0;
}

.preview2848:after {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.preview2848:before {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: 'g';
  font-family: 'gmg';
  color: #000;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-top: -30px;
}

.preview2848 embed {
  min-height: 300px;
}

.cs-pt-input::-webkit-input-placeholder {
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;
}

.cs-pt-input::-moz-placeholder { /* Firefox 19+ */
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;
}
.cs-pt-input:-ms-input-placeholder { /* IE 10+ */
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;;
}
.cs-pt-input:-moz-placeholder { /* Firefox 18- */
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;
}


  /*# sourceMappingURL=main.css.map */