@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/roboto/Roboto-Italic.woff") format("woff"), url("../fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 {
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 45px; }

h2 {
  font-size: 1.75rem;
  margin-top: 0; }

h3 {
  color: #1a1a1a;
  font-size: 1.25rem; }

img {
  max-width: 100%;
  height: auto !important; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }
  ul ul {
    padding-left: 30px; }

.btn {
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  outline: 0;
  padding: 0 2.5rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
  background-color: #7fc32f;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  min-width: 140px; }
  .btn:hover {
    background-color: #73af2a; }

.black-btn {
  background: #454545; }
  .black-btn:hover {
    background: #222; }

.btn-floating {
  background-color: #7fc32f;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
  z-index: 1; }
  .btn-floating:hover {
    background-color: #73af2a; }

.btn.disabled {
  background-color: #b2b1b2 !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: #fff !important;
  cursor: default; }
  .btn.disabled * {
    pointer-events: none; }
  .btn.disabled:hover {
    background-color: #b2b1b2 !important;
    color: #fff !important; }

.additional-information-link {
  background: #454545;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  display: inline-block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  overflow: hidden; }
  .additional-information-link:before {
    content: "?";
    font-size: 1.25rem;
    background: #2d3032;
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 18px;
    vertical-align: middle;
    border-radius: 2px 0 0 2px; }
  .additional-information-link:after {
    content: "";
    width: 55px;
    height: 40px;
    display: inline-block;
    background: url("../img/icons/icon-down.svg") center no-repeat;
    background-size: auto 50%;
    vertical-align: middle; }
  .additional-information-link.open:after {
    transform: rotate(180deg); }
  .additional-information-link:hover {
    background: #333; }

.btn-spinner {
  background-image: url(../img/spinner.gif);
  background-position: 12px 50%;
  background-repeat: no-repeat; }

table, th, td {
  border: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td, th {
  padding: 6px 10px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 1.0625rem; }
  td p, th p {
    margin: 0; }
  td small, th small {
    font-size: 0.8rem; }

th {
  border-bottom: 2px solid #D0D2D3;
  color: #4e4e4e; }

.price-table {
  width: 100%; }
  .price-table td {
    line-height: 1;
    padding: 10px; }
  .price-table td:first-child {
    padding-left: 0; }
  .price-table td:last-child {
    text-align: right;
    padding-right: 0; }
  .price-table tr.total {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700; }

.size-table {
  width: auto; }
  .size-table td {
    border: 1px solid #929292;
    padding: 5px 10px;
    min-width: 70px;
    line-height: 1; }
  .size-table td.clickable {
    cursor: pointer; }
    .size-table td.clickable:hover {
      background: #E6E6E6; }
  .size-table .selected {
    background: #9AD188; }
    .size-table .selected:hover {
      background: #9AD188 !important; }
  .size-table .no-border {
    border: none; }
  .size-table .vertical-text {
    transform: rotate(90deg); }

.base-price-table {
  width: auto;
  border: 1px solid #333; }
  .base-price-table thead tr:nth-child(1),
  .base-price-table thead tr:nth-child(2) {
    border: 1px solid #333;
    font-weight: 700; }
  .base-price-table thead tr:nth-child(1) td {
    font-size: 1.125rem;
    padding: 15px 7px;
    line-height: 1.3;
    text-align: center; }
    .base-price-table thead tr:nth-child(1) td:first-child {
      background: #dce6f2; }
  .base-price-table .right-bottom {
    border-right: 1px solid #333; }
  .base-price-table td {
    border: 1px dotted #333;
    padding: 5px 7px;
    line-height: 1;
    font-size: 14px;
    color: #000;
    min-width: 80px; }
    .base-price-table td.bold {
      font-weight: 700;
      font-size: 15px; }
    .base-price-table td .currency {
      margin-right: 30px; }
  .base-price-table input[type="text"] {
    margin: 0;
    border: none !important;
    background: none !important;
    padding: 0 5px;
    text-align: right;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    height: 31px;
    font-size: 14px; }
  .base-price-table td.td-input {
    padding: 0; }
  .base-price-table .input-wrap {
    padding-left: 20px;
    position: relative; }
    .base-price-table .input-wrap:before {
      content: "$";
      position: absolute;
      top: 0;
      left: 5px;
      line-height: 31px; }

.table-option td, .table-option th {
  border: 1px solid #b3b3b3;
  padding: 5px;
  color: #333; }
.table-option input[type="text"] {
  margin: 0;
  border: none !important;
  background: none !important;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none; }
.table-option select {
  width: 100%; }
.table-option input.input-small {
  width: 70px; }
.table-option .price-consult {
  float: right; }
.table-option .column-title {
  text-align: center;
  font-weight: 700;
  padding: 12px 20px;
  line-height: 1; }
.table-option .row-title {
  vertical-align: middle;
  font-weight: 700;
  padding: 10px; }
.table-option .column-item {
  background: #7cffb5; }
.table-option .row-item {
  background: #efefef; }
  .table-option .row-item input {
    padding-left: 10px;
    padding-right: 10px; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1; }

/*Variables*/
/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #cacaca; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cacaca; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  outline: none;
  height: 2rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: 0 1px 0 0 #cccccc;
  box-sizing: content-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime]:disabled,
  input[type=datetime][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
  input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label,
  input[type=text]:disabled + label,
  input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime]:disabled + label,
  input[type=datetime][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #979797; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #979797; }
  input:not([type]).valid, input:not([type]):focus.valid,
  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime].valid,
  input[type=datetime]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #7fc32f;
    box-shadow: 0 1px 0 0 #7fc32f; }
  input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
  input[type=text].valid + label:after,
  input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime].valid + label:after,
  input[type=datetime]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #7fc32f;
    opacity: 1; }
  input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime].invalid,
  input[type=datetime]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #e43834;
    box-shadow: 0 1px 0 0 #e43834; }
  input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
  input[type=text].invalid + label:after,
  input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime].invalid + label:after,
  input[type=datetime]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #e43834;
    opacity: 1; }
  input:not([type]).validate + label,
  input[type=text].validate + label,
  input[type=password].validate + label,
  input[type=email].validate + label,
  input[type=url].validate + label,
  input[type=time].validate + label,
  input[type=date].validate + label,
  input[type=datetime].validate + label,
  input[type=datetime-local].validate + label,
  input[type=tel].validate + label,
  input[type=number].validate + label,
  input[type=search].validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none; }
  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field label {
    color: #979797;
    position: absolute;
    top: 0.3rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out; }
  .input-field label.active {
    font-size: 11px;
    transform: translateY(-100%); }

.select-field label {
  display: block;
  color: #979797;
  font-size: 11px; }
.select-field select {
  width: 100%;
  padding: 5px 0;
  margin: 0 0 15px 0;
  height: 2rem;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #979797;
  box-shadow: 0 1px 0 0 #cccccc;
  background: none; }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close, .input-field input[type=search]:focus ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }

/* Textarea */
textarea {
  width: 100%;
  background-color: transparent; }

/* Radio Buttons
   ========================================================================== */
.radio-wrap {
  /* Unchecked styles */
  /* Checked styles */
  /* Focused styles */
  /* Disabled style */ }
  .radio-wrap input[type="radio"]:not(:checked),
  .radio-wrap input[type="radio"]:checked,
  .radio-wrap input[type="checkbox"]:not(:checked),
  .radio-wrap input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .radio-wrap input[type="radio"]:not(:checked) + label,
  .radio-wrap input[type="radio"]:checked + label,
  .radio-wrap input[type="checkbox"]:not(:checked) + label,
  .radio-wrap input[type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    user-select: none; }
  .radio-wrap input[type="radio"] + label:before,
  .radio-wrap input[type="radio"] + label:after,
  .radio-wrap input[type="checkbox"] + label:before,
  .radio-wrap input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    margin: 4px;
    z-index: 0;
    transition: .28s ease; }
  .radio-wrap input[type="radio"] + label:before,
  .radio-wrap input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    background: #fff; }
  .radio-wrap input[type="radio"] + label:after,
  .radio-wrap input[type="checkbox"] + label:after {
    width: 25px;
    height: 25px; }
  .radio-wrap input[type="radio"]:not(:checked) + label:before,
  .radio-wrap input[type="radio"]:not(:checked) + label:after,
  .radio-wrap input[type="radio"]:checked + label:before,
  .radio-wrap input[type="radio"]:checked + label:after,
  .radio-wrap input[type="checkbox"]:not(:checked) + label:before,
  .radio-wrap input[type="checkbox"]:not(:checked) + label:after,
  .radio-wrap input[type="checkbox"]:checked + label:before,
  .radio-wrap input[type="checkbox"]:checked + label:after {
    border-radius: 50%; }
  .radio-wrap input[type="radio"]:not(:checked) + label:before,
  .radio-wrap input[type="radio"]:not(:checked) + label:after,
  .radio-wrap input[type="checkbox"]:not(:checked) + label:before,
  .radio-wrap input[type="checkbox"]:not(:checked) + label:after {
    border: 2px solid #676767; }
  .radio-wrap input[type="radio"]:not(:checked) + label:after,
  .radio-wrap input[type="checkbox"]:not(:checked) + label:after {
    z-index: -1;
    transform: scale(0); }
  .radio-wrap input[type="radio"]:checked + label:before,
  .radio-wrap input[type="checkbox"]:checked + label:before {
    border: 2px solid transparent; }
  .radio-wrap input[type="radio"]:checked + label:after,
  .radio-wrap input[type="checkbox"]:checked + label:after {
    border: 2px solid transparent; }
  .radio-wrap input[type="radio"]:checked + label:after,
  .radio-wrap input[type="checkbox"]:checked + label:after {
    background: url("../img/icons/icon-check.svg") center no-repeat transparent;
    background-size: 100% auto;
    z-index: 0; }
  .radio-wrap input[type="radio"]:checked + label:after,
  .radio-wrap input[type="checkbox"]:checked + label:after {
    transform: scale(1.02); }
  .radio-wrap input[type="radio"].tabbed:focus + label:before,
  .radio-wrap input[type="checkbox"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }
  .radio-wrap input[type="radio"]:disabled:not(:checked) + label:before,
  .radio-wrap input[type="radio"]:disabled:checked + label:before,
  .radio-wrap input[type="checkbox"]:disabled:not(:checked) + label:before,
  .radio-wrap input[type="checkbox"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26); }
  .radio-wrap input[type="radio"]:disabled + label,
  .radio-wrap input[type="checkbox"]:disabled + label {
    color: rgba(0, 0, 0, 0.26); }
  .radio-wrap input[type="radio"]:disabled:not(:checked) + label:before,
  .radio-wrap input[type="checkbox"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26); }
  .radio-wrap input[type="radio"]:disabled:checked + label:after,
  .radio-wrap input[type="checkbox"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD; }

.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%;
    height: 40px;
    margin-bottom: 0; }
  .file-field .btn {
    float: left;
    background: #0873CB; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.checkbox-field {
  margin-bottom: 10px;
  /* Remove default checkbox */ }
  .checkbox-field:last-child {
    margin: 0; }
  .checkbox-field input[type="checkbox"]:not(:checked),
  .checkbox-field [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .checkbox-field input[type="checkbox"] {
    /* checkbox aspect */ }
    .checkbox-field input[type="checkbox"] + label {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      font-size: 1.125rem;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .checkbox-field input[type="checkbox"] + label:before,
    .checkbox-field input[type="checkbox"] + label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      z-index: 0;
      margin-top: 4px; }
    .checkbox-field input[type="checkbox"] + label:after {
      border: 1px solid #666; }
  .checkbox-field input[type="checkbox"]:checked + label:before {
    top: 0px;
    left: -1px;
    width: 8px;
    height: 12px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #7fc32f;
    border-bottom: 2px solid #7fc32f;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #38b449; }
    .switch label input[type=checkbox]:checked + .lever:before {
      content: "ON";
      color: #fff;
      right: auto;
      left: 7px; }
    .switch label input[type=checkbox]:checked + .lever:after {
      left: 25px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #bbbdbf;
  border-radius: 10px;
  transition: background 0.3s ease;
  margin-right: 15px;
  vertical-align: middle;
  top: -2px; }
  .switch label .lever:before {
    content: "OFF";
    color: #808184;
    font-size: 8px;
    position: absolute;
    right: 7px;
    top: 4px;
    line-height: 1; }
  .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    left: -1px;
    top: 0;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(56, 180, 73, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

button:focus {
  outline: none; }

.error-message {
  color: #e43834;
  font-size: 0.875rem;
  margin-top: 20px; }
  .error-message:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/icons/icon-error.svg") center no-repeat;
    background-size: 100% auto;
    margin-right: 5px;
    vertical-align: middle; }

.radio-field {
  width: 33.3%;
  padding: 0 30px; }
  .radio-field p {
    margin-top: 0;
    line-height: 1; }

.radio-wrap {
  position: relative;
  clear: both;
  margin: 40px -30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .radio-wrap .form-error {
    position: absolute;
    top: -30px;
    color: #ff0000; }
  .radio-wrap img {
    max-width: 100%; }
  .radio-wrap span {
    display: block; }
  .radio-wrap span.title {
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px; }
  .radio-wrap span.prise {
    color: #0873CB;
    font-size: 1.375rem;
    font-weight: 700; }
  .radio-wrap span.text {
    margin-bottom: 25px; }
  .radio-wrap span.description {
    height: 5.4em; }
  .radio-wrap label {
    border: 2px solid #c7c7c7;
    border-bottom-width: 50px;
    height: auto !important;
    padding: 25px;
    display: block !important; }
    .radio-wrap label:before, .radio-wrap label:after {
      position: absolute;
      bottom: -40px;
      left: 50%;
      margin-left: -10px !important;
      top: auto;
      transition: 0s; }
  .radio-wrap input[type="radio"]:checked + label,
  .radio-wrap input[type="checkbox"]:checked + label {
    border-color: #7fc32f; }
  .radio-wrap input[type="radio"]:checked + label:before,
  .radio-wrap input[type="checkbox"]:checked + label:before {
    display: none; }
  .radio-wrap .radio-field {
    position: relative; }

.page-header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-bottom: 1px solid #9e9c9c;
  padding: 0 20px;
  width: 100%;
  line-height: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 10; }
  .page-header .brand-logo {
    width: 200px; }
    .page-header .brand-logo img {
      margin-right: 15px;
      line-height: 50px;
      vertical-align: middle;
      position: relative;
      top: -4px;
      border: none; }
    .page-header .brand-logo a {
      color: #000000;
      font-size: 17px;
      white-space: nowrap;
      display: inline-block; }
  .page-header .menu {
    width: 60%;
    margin: 0;
    text-align: center; }
    .page-header .menu li {
      transition: background-color .3s;
      display: inline-block;
      padding: 0; }
    .page-header .menu a {
      transition: background-color .3s;
      font-size: 0.875rem;
      color: inherit;
      display: block;
      padding: 0 30px;
      text-transform: uppercase; }
      .page-header .menu a.active {
        background-color: #0873CB;
        color: #fff; }
        .page-header .menu a.active:hover {
          background-color: #0767b6; }
      .page-header .menu a:hover {
        background-color: rgba(0, 0, 0, 0.05); }
  .page-header .user-menu {
    width: 200px;
    text-align: right; }
    .page-header .user-menu .user-name {
      vertical-align: middle; }
    .page-header .user-menu .log-out-link {
      color: inherit;
      vertical-align: middle;
      font-size: 0.875rem;
      width: 20px;
      height: 20px;
      margin-left: 15px;
      display: inline-block;
      background: url("../img/icons/icon_log_out.svg") center no-repeat;
      background-size: 100% auto;
      text-indent: -100px;
      overflow: hidden; }
  .page-header .header-top .brand-logo {
    float: left; }
  .page-header .header-top .user-menu {
    float: right; }
  .page-header .header-bottom {
    text-align: center;
    line-height: 50px; }

.admin-area .page-header {
  display: block; }
  .admin-area .page-header .menu {
    width: auto; }
.admin-area select {
  border: 1px solid #cccccc;
  height: 34px;
  min-width: 70px;
  padding: 0 10px;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 10px center; }
@media (max-width: 1400px) {
  .admin-area .page-header {
    height: 100px; }
    .admin-area .page-header .header-top:after {
      display: block;
      clear: both;
      content: " "; } }

footer.page-footer {
  margin-top: 20px;
  padding: 0 20px;
  background-color: #141414;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  footer.page-footer .footer-by,
  footer.page-footer .footer-copyright {
    height: 45px;
    line-height: 45px;
    color: #919395;
    font-size: 0.75rem; }
  footer.page-footer .footer-by {
    float: left; }
  footer.page-footer .footer-copyright {
    float: right; }

.copyright-text {
  margin: 20px 0 0 0;
  font-size: 11px;
  text-align: center; }

.step-tracker {
  margin: 45px 0;
  padding: 0; }
  .step-tracker:after {
    content: "";
    display: table;
    clear: both; }
  .step-tracker li {
    position: relative;
    font-size: 0.875rem;
    font-weight: 700;
    float: left;
    width: 85px;
    box-sizing: content-box;
    text-align: center; }
    .step-tracker li:before {
      content: "";
      width: 40px;
      height: 2px;
      background: #dbdbdb;
      position: absolute;
      top: 50%;
      left: 45px;
      margin-top: -1px; }
    .step-tracker li .step-number {
      display: block;
      border: 2px solid #dbdbdb;
      width: 41px;
      height: 41px;
      line-height: 41px;
      border-radius: 50%;
      text-align: center; }
    .step-tracker li .step-dots {
      display: block;
      width: 41px;
      line-height: 41px;
      text-align: center;
      letter-spacing: 2px; }
    .step-tracker li .step-name {
      position: absolute;
      top: -45px;
      left: -30px;
      color: #979797;
      width: 200px;
      font-weight: normal;
      display: none; }
    .step-tracker li.active .step-number {
      background: #0873CB;
      border: 2px solid #0873CB;
      color: #fff; }
    .step-tracker li.complete:nth-child(2) .step-name {
      left: -78px; }
    .step-tracker li.complete:nth-child(3) .step-name {
      left: -75px; }
    .step-tracker li.complete:nth-child(4) .step-name {
      left: -78px; }
    .step-tracker li.complete:nth-child(5) .step-name {
      left: -78px; }
    .step-tracker li.complete:nth-child(6) .step-name {
      left: -80px; }
    .step-tracker li.complete .step-link {
      width: 45px;
      height: 45px;
      line-height: 45px;
      color: #fff;
      display: block; }
      .step-tracker li.complete .step-link:before {
        display: block;
        width: 41px;
        height: 41px;
        border: 2px solid #7fc32f;
        border-radius: 50%;
        color: #fff;
        background: url("../img/icons/icon-check.svg") center no-repeat #7fc32f;
        background-size: 50%;
        content: " "; }
    .step-tracker li.complete:hover .step-name {
      display: block; }
    .step-tracker li.last {
      width: auto; }
    .step-tracker li:last-child:before {
      display: none; }

.tabs {
  border-bottom: 1px solid #CCCCCC;
  margin: 40px -25px;
  padding: 0 25px; }
  .tabs li {
    display: inline-block;
    line-height: 40px;
    padding: 0 30px; }
    .tabs li.active {
      color: #0873CB;
      position: relative; }
      .tabs li.active:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        background: #0873CB; }
  .tabs a {
    display: block;
    color: inherit; }

.fancybox-skin {
  border-radius: 0;
  padding: 20px !important; }

.fancybox-content .title {
  text-transform: uppercase;
  color: #1a1a1a;
  margin: -20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999;
  padding: 20px;
  line-height: 1;
  font-size: 1rem; }

.fancybox-inner {
  overflow: visible !important;
  height: auto !important; }

.fancybox-close {
  width: 19px;
  height: 19px;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  background: none; }
  .fancybox-close:before, .fancybox-close:after {
    content: "";
    position: absolute;
    background: #999; }
  .fancybox-close:before {
    top: 9px;
    left: 0;
    right: 0;
    height: 1px; }
  .fancybox-close:after {
    left: 9px;
    top: 0;
    bottom: 0;
    width: 1px; }
  .fancybox-close:hover:before, .fancybox-close:hover:after {
    background: #666; }

.model-options {
  margin: 30px 0 0 0; }

.model-option {
  margin-bottom: 10px; }
  .model-option .option-name {
    padding: 10px 15px;
    line-height: 1;
    border: 1px solid #999;
    cursor: pointer;
    position: relative;
    color: #1a1a1a;
    font-size: 1.125rem; }
    .model-option .option-name:after {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -8px;
      right: 15px;
      width: 10px;
      height: 10px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      transform: rotate(135deg); }
    .model-option .option-name.open:after {
      border-bottom: 1px solid #999;
      border-left: 1px solid #999;
      border-top: none;
      border-right: none;
      margin-top: -4px; }
    .model-option .option-name:hover {
      border-color: #666; }
      .model-option .option-name:hover:after {
        border-color: #666; }
  .model-option .option-descripton {
    display: none;
    padding: 30px 20px;
    border: 1px solid #efefef;
    border-top: none; }
  .model-option .input-field {
    display: inline-block;
    margin-right: 50px; }
  .model-option .label {
    min-width: 60px; }
  .model-option input {
    width: 150px; }
  .model-option .option-name-field input {
    width: 650px; }
  .model-option .select-advice {
    margin: 0 0 30px 0; }

table#categories {
  margin: 30px 0; }

.add-option-link {
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block; }

body, html {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul {
  list-style-type: none; }
  ul.browser-default {
    list-style-type: initial; }

a {
  color: #0974cc;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  clear: both; }

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.not-logged-in {
  background: linear-gradient(90deg, rgba(1, 27, 45, 0.95), rgba(1, 27, 45, 0.95)), url("../img/bg-not-login-page.jpg") center center no-repeat;
  background-size: cover; }
  .not-logged-in .logo {
    display: block;
    max-width: 150px;
    margin: 0 auto; }
    .not-logged-in .logo img {
      border: none; }
  .not-logged-in .page {
    padding: 120px 0; }
  .not-logged-in .content {
    padding: 40px 65px;
    max-width: 490px;
    background: #F2F4F5;
    box-sizing: border-box;
    margin: 0 auto; }
  .not-logged-in h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px; }

.form-registration .form-submit {
  margin-top: 25px; }

.text-message {
  text-align: center; }
  .text-message p {
    margin: 30px 0; }
  .text-message .btn {
    padding: 0 55px; }

.form-login a {
  text-transform: uppercase; }
.form-login .form-submit {
  margin-top: 35px;
  margin-bottom: 25px; }
.form-login .create-account-link a {
  margin-left: 8px; }

.logged-in .content {
  margin-top: 50px;
  padding: 35px 25px; }
.logged-in .page {
  min-height: 100%;
  position: relative;
  padding-bottom: 45px;
  overflow: hidden; }
.logged-in h1 .back {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #b3b2b3;
  border-left: 2px solid #b3b2b3;
  transform: rotate(-45deg);
  text-indent: -100px;
  overflow: hidden;
  margin-right: 20px; }

.status-label {
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  width: 75px;
  line-height: 22px;
  text-align: center;
  border-radius: 10px; }
  .status-label.draft {
    background: #808080; }
  .status-label.sent {
    background: #0873CB; }

.search-form {
  max-width: 300px;
  margin-bottom: 50px; }
  .search-form .input-field {
    margin: 0;
    background: url("../img/icons/icon_search.svg") right 30% no-repeat;
    background-size: 16px 16px; }
  .search-form input {
    padding-right: 20px;
    box-sizing: border-box; }

.basic-information-form .input-field,
.basic-information-form .select-field {
  width: 50%;
  float: left;
  padding-right: 90px; }
.basic-information-form .input-wrap {
  overflow: hidden;
  max-width: 900px;
  clear: both; }
.basic-information-form .bottom-submit {
  text-align: right; }

.input-field.inline-label .label {
  display: inline-block; }

.basic-project-information-form .input-wrap {
  clear: both;
  max-width: 740px;
  margin-bottom: 40px; }
  .basic-project-information-form .input-wrap .label {
    min-width: 150px; }
  .basic-project-information-form .input-wrap input {
    width: 80px; }
  .basic-project-information-form .input-wrap .input-field {
    display: inline-block;
    margin-right: 70px; }
    .basic-project-information-form .input-wrap .input-field:first-child {
      width: 100%; }
  .basic-project-information-form .input-wrap .suffix {
    font-style: italic;
    font-size: 0.875rem; }
.basic-project-information-form .help-block {
  display: block;
  color: #ff0000; }

.quotes-list-table {
  margin: 20px 0; }
  .quotes-list-table tbody tr td {
    position: relative; }
  .quotes-list-table tbody tr .del-btn {
    display: none;
    position: absolute;
    right: 30px; }
  .quotes-list-table tbody tr:hover {
    cursor: pointer;
    background: #f2f2f2; }
    .quotes-list-table tbody tr:hover .del-btn {
      display: inline-block; }
  .quotes-list-table td.status, .quotes-list-table th.status {
    width: 90px; }

.add-quote-link {
  position: fixed;
  bottom: 50px;
  left: 25px; }

.more-information-block {
  border-top: 2px solid #979797;
  margin: 30px -25px -40px;
  background: #dbdbdb;
  padding: 25px;
  display: none;
  overflow: hidden; }

.choose-model-form .radio-field {
  padding: 20px; }
.choose-model-form .radio-wrap {
  margin: 20px -20px; }
  .choose-model-form .radio-wrap .description {
    font-size: 12px;
    color: #000000;
    line-height: 1.3;
    max-width: 220px;
    margin: 20px auto;
    height: 50px;
    overflow: hidden; }
  .choose-model-form .radio-wrap img {
    max-height: 200px;
    width: auto;
    display: block;
    margin: 0 auto; }

.optional-step-form .radio-labels {
  padding: 10px 0;
  width: 140px; }
.optional-step-form .radio-field {
  width: 220px;
  padding: 0 30px 0 0;
  margin: 0 0 20px 0; }

.colors-box {
  margin-bottom: 27px;
  height: 30px; }
  .colors-box .color-item {
    width: 30px;
    height: 30px;
    display: inline-block; }
  .colors-box .color-black {
    background-color: #000000; }
  .colors-box .color-blue {
    background-color: #05377f; }
  .colors-box .color-brown {
    background-color: #634945; }
  .colors-box .color-green {
    background-color: #7fc32f; }
  .colors-box .color-selected {
    background-image: url("../img/icons/icon-check.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%; }

.quote-logo {
  margin: 0 0 40px 0; }

.top-submit {
  width: 40%;
  float: right;
  text-align: right; }

.bottom-submit {
  text-align: right; }

.new-quote-form {
  padding-bottom: 5px; }
  .new-quote-form h2 {
    width: 80%;
    float: left; }
  .new-quote-form .additional-information-link {
    float: left; }
  .new-quote-form .radio-labels {
    line-height: 3.4;
    clear: both;
    color: #808080;
    text-transform: uppercase;
    width: 140px;
    position: absolute;
    top: 0;
    left: 0; }
  .new-quote-form .radio-rows {
    padding: 25px 0 50px 0;
    clear: both; }
    .new-quote-form .radio-rows .radio-wrap {
      margin: 0; }
  .new-quote-form .radio-row {
    clear: both;
    position: relative;
    padding-left: 140px;
    margin: 0 0 32px 0; }
  .new-quote-form .radio-row-nopadding {
    padding: 0; }

.form-user-info {
  max-width: 350px; }
  .form-user-info .form-submit {
    margin-top: 45px; }

.info-block {
  margin-bottom: 50px; }
  .info-block h2 {
    color: #000000;
    margin-bottom: 40px; }
  .info-block .row-info {
    margin: 5px 0; }
  .info-block .label {
    color: #979797;
    font-size: 0.75rem; }
  .info-block .margin-right {
    margin-right: 35px; }
    .info-block .margin-right:last-child {
      margin-right: 0; }

.out-put-wrap {
  clear: both; }
  .out-put-wrap .column-wrap {
    max-width: 1100px;
    overflow: hidden; }
  .out-put-wrap .left-column {
    width: 70%;
    float: left; }
  .out-put-wrap .right-column {
    width: 30%;
    float: right; }
  .out-put-wrap .bottom-column {
    text-align: right; }
  .out-put-wrap .user-info-block {
    width: 60%;
    float: left; }
  .out-put-wrap .project-info-block {
    width: 40%;
    float: right; }
  .out-put-wrap .seal-info-block {
    clear: both; }
  .out-put-wrap .price-info-block img {
    display: block;
    margin-bottom: 40px; }
  .out-put-wrap .bottom-link {
    margin: 40px 0; }
  .out-put-wrap .additional--order-info-block {
    position: relative;
    color: #fff;
    padding: 20px 0 0 0; }
    .out-put-wrap .additional--order-info-block p {
      margin: 0; }
    .out-put-wrap .additional--order-info-block .gray-text {
      color: #c7c7c7; }
    .out-put-wrap .additional--order-info-block h2 {
      font-size: 1.75rem;
      text-transform: uppercase;
      margin: 25px 0; }
    .out-put-wrap .additional--order-info-block:before {
      content: "";
      position: absolute;
      top: 0;
      left: -10000px;
      right: -10000px;
      bottom: -1000px;
      z-index: -1;
      background: #0873CB; }

.order-price-block {
  background: #f2f2f2;
  padding: 20px 30px;
  display: inline-block; }

.advice-menu a:hover {
  color: #064d87; }
.advice-menu li {
  margin-bottom: 10px;
  font-size: 1.125rem; }
.advice-menu .item-description {
  margin: 30px;
  overflow: hidden;
  display: none;
  font-size: 1rem; }
.advice-menu .advice-icons {
  display: inline-block;
  width: 100px;
  margin: 0 10px 0 0; }

.admin-models {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -15px; }
  .admin-models h2 {
    text-align: center;
    margin-bottom: 20px; }
  .admin-models .model {
    width: 16.6%;
    box-sizing: border-box;
    padding: 15px; }
  .admin-models .model-wrap {
    position: relative;
    border: 1px solid #C8C8C8;
    padding: 20px; }
  .admin-models .more-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -100px;
    overflow: hidden; }

.add-model-link {
  position: fixed;
  bottom: 70px;
  right: 25px; }

.form-general-info .size-table {
  margin: 40px 0; }
.form-general-info h2 {
  font-size: 22px; }
.form-general-info h2.title {
  width: 80%;
  float: left; }
.form-general-info .top-form-submit {
  width: 20%;
  float: right;
  text-align: right; }
.form-general-info .title-field {
  max-width: 350px; }
.form-general-info .column-wrap {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px; }
  .form-general-info .column-wrap .left-column {
    width: 66%;
    box-sizing: border-box;
    padding-right: 50px; }
  .form-general-info .column-wrap .right-column {
    width: 34%; }
    .form-general-info .column-wrap .right-column .file-field {
      max-width: 390px; }
.form-general-info .textarea-field {
  margin-top: 20px; }
  .form-general-info .textarea-field .label {
    color: #979797;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1; }

.out-put-page h1 {
  width: 80%;
  float: left; }
.out-put-page .top-link {
  width: 20%;
  float: right;
  text-align: right; }

.image-preview {
  width: 175px; }

.form-advice-model-info #title-input {
  margin-bottom: 0; }
.form-advice-model-info .add-advice-link {
  text-transform: uppercase; }
.form-advice-model-info .checkboxes-wrap {
  margin: 30px 0 20px; }
.form-advice-model-info .elements-wrap {
  margin: 30px 0 30px 60px;
  max-width: 520px;
  clear: both;
  border: 1px solid transparent; }

.base-price-wrap h1 {
  width: 80%;
  float: left; }
.base-price-wrap .top-submit {
  width: 20%;
  float: right;
  text-align: right; }
.base-price-wrap .bottom-submit {
  text-align: right; }
.base-price-wrap table {
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 40px;
  width: 47%; }
.base-price-wrap .table-wrap {
  clear: both;
  overflow: hidden;
  margin: 0 -1.5%; }

.page-model h1 {
  width: 80%;
  float: left; }
.page-model .link-delete-model {
  width: 20%;
  float: right;
  text-align: right; }
.page-model:after {
  display: block;
  clear: both;
  content: " "; }

.form-add-advice .textarea-field {
  margin: 30px 0; }
.form-add-advice .label {
  display: inline-block;
  color: #1a1a1a; }
.form-add-advice input {
  width: 460px; }

#blk-list-price {
  display: none; }

#af-error {
  margin: 20px 0;
  color: #ff0000;
  display: none; }

#af-error img {
  margin: 0 10px 0 0;
  width: 32px;
  vertical-align: middle; }

.category-description {
  float: none;
  clear: both; }

.category-description p {
  float: left;
  width: 300px; }

.category-image {
  float: left;
  margin: 0 0 0 20px; }

.category-image img {
  width: 120px; }

.steps-header {
  display: none; }

.mobile-header {
  display: none; }

span.m-part-label {
  display: none; }

.tbl-quotes {
  display: table;
  width: 100%; }

.tbl-quotes-thead {
  display: table-row-group;
  font-size: 1.0625rem;
  font-weight: bold; }

.tbl-quotes-tbody {
  display: table-row-group; }

.tbl-quotes-tr {
  display: table-row; }

.tbl-quotes-td {
  display: table-cell;
  padding: 15px 5px;
  box-sizing: border-box; }

.tbl-quotes-td a {
  color: #333333; }
  .tbl-quotes-td a:hover {
    color: #0873CB; }

.tbl-quotes-thead .tbl-quotes-td {
  border-bottom: 2px solid #dbdbdb; }

.tbl-td-number,
.tbl-td-company,
.tbl-td-project {
  width: 33%; }

.tbl-td-status {
  width: 90px; }

.del-btn {
  float: right;
  margin: 0 20px 0 0; }

.del-btn img {
  vertical-align: middle; }

.appr-grade-left {
  width: 50%;
  float: left;
  padding: 20px 60px 0; }

.appr-grade-right {
  width: 50%;
  float: right;
  padding: 0 60px; }

.adv-table-wrapper table {
  width: 100%;
  border: 2px solid #d0d0d0; }

.tbl-fabric-selection thead {
  border: none; }
  .tbl-fabric-selection thead td, .tbl-fabric-selection thead th {
    background-color: #0974cc;
    border: none;
    color: #ffffff; }

.tbl-fabric-selection tbody td {
  background-color: #ffffff; }

.tbl-fabric-selection tbody tr.highlight td {
  background-color: #cfecff; }

@media print {
  footer.page-footer,
  .page-header,
  .step-tracker,
  .top-submit,
  .bottom-link,
  .bottom-submit {
    display: none; }

  .out-put-wrap .bottom-column {
    text-align: left; }

  .column-wrap:after {
    display: block;
    clear: both;
    content: " "; } }
@media (max-width: 400px) {
  .mobile-header {
    display: block;
    padding: 20px;
    box-shadow: 0 0 4px #666666; }

  .mobile-menu-icon {
    display: inline-block;
    padding: 5px 5px 0 0; }

  .mobile-menu-bar {
    display: block;
    margin: 3px 0 0 0;
    width: 20px;
    height: 2px;
    background-color: #000000; }

  .not-logged-in {
    background: none; }
    .not-logged-in .content {
      background: none;
      padding: 20px;
      max-width: none; }
    .not-logged-in .page {
      padding: 0; }
    .not-logged-in .logo {
      margin: 0 auto 50px auto; }

  .logged-in .content {
    margin: 0;
    padding: 20px 20px 0 20px; }

  .page-header {
    display: block;
    background-color: #2d3033;
    width: 320px;
    left: -320px;
    height: 100%;
    padding: 0;
    transition: all 0.3s ease 0s; }
    .page-header a {
      color: #ffffff; }
    .page-header .brand-logo {
      background-color: #ffffff;
      padding: 10px;
      width: auto; }
    .page-header .menu {
      width: auto; }
      .page-header .menu li {
        display: block;
        text-align: left;
        color: #ffffff; }
      .page-header .menu a {
        padding: 0 30px 0 60px; }
      .page-header .menu .menu-index {
        background-image: url(../img/icons/quotes_mune_icon.png);
        background-repeat: no-repeat;
        background-position: 10px 50%; }
      .page-header .menu .menu-advice {
        background-image: url(../img/icons/advice_menu_icon.png);
        background-repeat: no-repeat;
        background-position: 10px 50%; }
      .page-header .menu .menu-myinfo {
        background-image: url(../img/icons/my_info_menu_icon.png);
        background-repeat: no-repeat;
        background-position: 10px 50%; }
    .page-header .user-menu {
      border-top: 1px solid #888888;
      padding: 0 10px;
      width: auto;
      color: #ffffff;
      text-align: left; }
      .page-header .user-menu .log-out-link {
        float: left;
        display: block;
        height: 30px;
        padding: 0 0 0 50px;
        margin: 10px 0 0 0;
        background: transparent url(../img/icons/sign_out_menu_icon.png) 0 50% no-repeat; }

  .mobile-menu {
    left: 0; }

  .tbl-quotes-thead {
    display: none; }

  .tbl-quotes-tr {
    display: block;
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb; }
    .tbl-quotes-tr:after {
      display: block;
      clear: both;
      content: " "; }

  .tbl-quotes-td {
    display: block;
    padding: 0; }

  .tbl-td-number a {
    color: #cccccc; }

  .tbl-td-number,
  .tbl-td-company,
  .tbl-td-project {
    width: auto; }

  .tbl-td-company {
    float: left;
    color: #cccccc; }

  .tbl-td-status {
    float: right;
    width: auto; }

  .del-btn {
    position: absolute;
    top: 12px;
    right: 0;
    float: none;
    margin: 0; }

  h2 {
    font-size: 1.4rem; }

  .steps-header {
    display: block;
    margin: -20px -20px 20px -20px;
    padding: 5px 20px;
    background-color: #0873CB;
    color: #fff;
    text-align: right; }

  .steps-tracker-wrapper {
    display: none; }

  .step-tracker {
    margin: 10px 0; }
    .step-tracker li {
      float: none;
      width: auto; }
      .step-tracker li:before {
        display: none; }
      .step-tracker li:after {
        display: block;
        margin: 0 0 0 21px;
        width: 2px;
        height: 30px;
        background-color: #dbdbdb;
        content: " "; }
      .step-tracker li .step-link:before {
        position: absolute; }
      .step-tracker li .step-name {
        position: static;
        display: block;
        padding: 0 0 0 50px;
        height: 45px;
        line-height: 45px;
        text-align: left; }
      .step-tracker li.active .step-number {
        position: absolute; }
      .step-tracker li:last-child:after {
        display: none; }

  .step-heading {
    display: none; }

  .top-submit {
    float: none;
    width: auto;
    margin: 0 -20px 20px -20px !important; }
    .top-submit:after {
      display: block;
      clear: both;
      content: " "; }
    .top-submit button.btn-left {
      float: left;
      width: 50%; }
    .top-submit button.btn {
      float: right;
      width: 50%;
      height: 60px;
      line-height: 60px; }

  .bottom-submit {
    margin: 0 -20px !important; }
    .bottom-submit:after {
      display: block;
      clear: both;
      content: " "; }
    .bottom-submit .additional-information-link {
      line-height: 60px;
      width: 50%;
      text-align: left;
      text-indent: -9999px;
      background-image: url(../img/icons/advice_icon_white.png);
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .bottom-submit .additional-information-link:before, .bottom-submit .additional-information-link:after {
        display: none; }
    .bottom-submit button.btn-left {
      float: left;
      width: 50%; }
    .bottom-submit button.btn {
      float: right;
      width: 50%;
      height: 60px;
      line-height: 60px; }

  .more-information-block {
    margin: 0 -20px;
    padding: 20px; }

  .new-quote-form {
    padding: 0; }
    .new-quote-form h2 {
      float: none;
      width: auto; }
    .new-quote-form .radio-row {
      padding: 0;
      margin: 0 0 20px 0; }
    .new-quote-form .radio-rows {
      padding: 0; }
    .new-quote-form .radio-labels {
      display: none; }

  .choose-model-form .radio-wrap {
    margin: 0; }

  .choose-model-form .radio-field {
    padding: 0; }

  .radio-wrap {
    margin: 0; }
    .radio-wrap label {
      padding: 10px;
      border-right-width: 50px;
      border-bottom-width: 2px; }
      .radio-wrap label:before, .radio-wrap label:after {
        top: 45%;
        left: auto;
        right: -40px; }
    .radio-wrap span.prise {
      text-align: right; }
    .radio-wrap span.description {
      height: auto; }

  .optional-step-form .radio-field {
    width: 100%;
    padding: 0; }

  .radio-field {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0; }

  span.m-part-label {
    float: left;
    width: 85px;
    margin: 0 8px 0 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #cccccc; }

  .basic-information-form .input-field,
  .basic-information-form .select-field {
    float: none;
    width: auto;
    padding: 0; }

  .basic-project-information-form .input-wrap .input-field {
    margin-right: 0; }

  .out-put-wrap .left-column,
  .out-put-wrap .right-column,
  .out-put-wrap .user-info-block,
  .out-put-wrap .project-info-block {
    float: none;
    width: auto; }

  .order-price-block {
    display: block;
    margin: 0 -20px;
    padding: 20px; }

  .appr-grade-left,
  .appr-grade-right {
    float: none;
    width: auto;
    padding: 0; }

  .adv-table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }

  .adv-table-wrapper table {
    min-width: 800px; } }

/*# sourceMappingURL=style.css.map */
