﻿/************** MATERIAL **************/
.tbl-responsive {
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-x: auto;
}
.tbl-responsive table {
  width: 100% !important;
}
.card-panel {
  transition: box-shadow 0.25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small,
.card.medium,
.card.large {
  position: relative;
}
.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content .card-title {
  line-height: 48px;
}
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 20px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toast .btn,
.toast .btn-large,
.toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .toast {
    float: left;
  }
}
@media only screen and (min-width: 993px) {
  .toast {
    float: right;
  }
}
.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.8px;
  width: 15%;
  min-width: 80px;
}
.tabs .tab a {
  color: #ee6e73;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease;
}
.tabs .tab a:hover {
  color: #f9c9cb;
}
.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
}
.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn,
.btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-large[disabled],
.btn-floating[disabled] {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled *,
.disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled *,
.btn-large:disabled *,
.btn-large:disabled *,
.btn-floating:disabled *,
.btn[disabled] *,
[disabled].btn-large *,
.btn-large[disabled] *,
.btn-floating[disabled] * {
  pointer-events: none;
}
.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-large[disabled]:hover,
.btn-floating[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn,
.btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.btn:hover,
.btn-large:hover {
  background-color: #2bbbad;
}
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 37px;
}
.btn-floating:hover {
  background-color: #26a69a;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}
.btn-floating.btn-large i {
  line-height: 55.5px;
}
button.btn-floating {
  border: none;
}
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus,
.btn-flat:active {
  background-color: transparent;
}
.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.btn-flat.disabled {
  color: #b3b3b3;
  cursor: default;
}
.btn-large {
  height: 54px;
  line-height: 54px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-block {
  display: block;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  width: 100%;
  text-align: right;
  text-transform: none;
}
.dropdown-content li span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li:hover > span,
.dropdown-content li.active > span,
.dropdown-content li.selected > span {
  color: #000 !important;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.active.selected > span {
  color: #000 !important;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  right: 3px;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}
.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 0.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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  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-effect img {
  position: relative;
  z-index: -1;
}
.waves-notransition {
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 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;
}
.waves-effect .waves-ripple {
  z-index: -1;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  /*background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;*/
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  /*padding: 24px;
    width: 1170px;
    margin: auto;*/
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}
.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.collapsible-body p {
  margin: 0;
  padding: 2rem;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin-bottom: 30px;
  min-height: 45px;
  outline: none;
  padding-bottom: 5px;
  transition: all 0.3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  margin-right: 20px;
  line-height: 32px;
  outline: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  transition: opacity 0.4s;
}
.materialboxed:hover {
  will-change: left, top, width, height;
}
.materialboxed:hover:not(.active) {
  opacity: 0.8;
}
.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
::-webkit-input-placeholder {
  color: #d1d1d1;
}
:-moz-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
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 #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 10pt;
  margin: 0 0 23px 0;
  padding: 0;
  box-shadow: none;
  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 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}*/
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: #26a69a;
}
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 #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
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: #4CAF50;
  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 #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
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: #F44336;
  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: 60px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.input-field {
  position: relative;
  margin-top: 0;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field label {
  color: #808080;
  position: absolute;
  top: 0.8rem;
  font-size: 10.5pt;
  cursor: text;
  transition: 0.2s ease-out;
}
.input-field label.active {
  font-size: 8pt;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-right: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
.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;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  overflow-y: hidden;
  padding: 0.8rem 0 1.6rem 0;
  resize: none;
  min-height: 3rem;
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
}
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static;
}
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  right: -9999px;
  opacity: 0;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}
[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}
[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}
form p {
  margin-bottom: 10px;
  text-align: right;
}
form p:last-child {
  margin-bottom: 0;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  /*right: -9999px;*/
  opacity: 0;
}
[type="checkbox"] + label {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:before {
  top: -4px;
  right: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  right: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, right 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  right: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  right: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.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 15px rgba(38, 166, 154, 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 15px rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}
select {
  display: none;
}
select.browser-default {
  display: block;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  left: 5px;
  top: 16px;
  font-size: 0;
  border-top: 0;
}
.select-wrapper span.caret:before {
  content: "\F140";
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  font-size: 17pt;
  top: 0;
}
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.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);
}
.range-field {
  position: relative;
}
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: 0.3s;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
input[type=range] {
  border: 1px solid white;
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
}
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.4;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ea4a4f;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ea4a4f;
}
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.side-nav .collapsible {
  margin: 0;
}
.side-nav li {
  float: none;
  line-height: 48px;
}
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-flat,
.side-nav a.btn-floating {
  margin: 10px 15px;
}
.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-floating {
  color: #fff;
}
.side-nav a.btn-flat {
  color: #343434;
}
.side-nav a.btn:hover,
.side-nav a.btn-large:hover,
.side-nav a.btn-large:hover {
  background-color: #2bbbad;
}
.side-nav a.btn-floating:hover {
  background-color: #26a69a;
}
.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"],
.side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
  float: left;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.side-nav .divider {
  margin: 8px 0 0 0;
}
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.side-nav .subheader:hover {
  background-color: transparent;
}
.side-nav .userView {
  overflow: hidden;
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.side-nav .userView a {
  height: auto;
  padding: 0;
}
.side-nav .userView a:hover {
  background-color: transparent;
}
.side-nav .userView .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}
.side-nav .userView .name,
.side-nav .userView .email {
  font-weight: 14px;
  line-height: 24px;
}
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.side-nav.fixed a {
  display: block;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.87);
}
.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  .side-nav a {
    padding: 0 16px;
  }
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73;
}
.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li .caption p {
  color: #e0e0e0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}
/*.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.carousel.carousel-slider {
    top: 0;
    left: 0;
    height: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
    font-size: 15px;
}

.carousel .carousel-item {
    display: none;
    width: 200px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .carousel-item img {
    width: 100%;
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255,255,255,0.5);
    transition: background-color .3s;
    border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
    background-color: #fff;
}*/
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.picker__table th,
.picker__table td {
  text-align: center;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.picker__day--outfocus {
  display: none;
  padding: 0.75rem 0;
  color: #fff;
}
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.picker__footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
.picker__box {
  border-radius: 2px;
  overflow: hidden;
}
.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}
.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: 0.5;
  font-size: 1rem;
  margin-bottom: 15px;
}
.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}
.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}
.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.picker__box {
  padding: 0;
}
.picker__calendar-container {
  padding: 0 1rem;
}
.picker__calendar-container thead {
  border: none;
}
.picker__table {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day.picker__day--today {
  color: #26a69a;
}
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}
.picker__weekday {
  font-size: 0.9rem;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff;
}
.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}
.picker__close,
.picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #a1ded8;
}
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
ul.side-nav.fixed li.logo {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 80px;
}
ul.side-nav.fixed li.logo:hover,
ul.side-nav.fixed li.logo #logo-container:hover {
  background-color: transparent;
}
ul.side-nav.fixed {
  overflow: hidden;
}
ul.side-nav.fixed li {
  line-height: 44px;
}
ul.side-nav.fixed li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
ul.side-nav.fixed li a {
  font-size: 13px;
  line-height: 44px;
  height: 44px;
  padding: 0 30px;
}
ul.side-nav.fixed ul.collapsible-accordion {
  background-color: #FFF;
}
ul.side-nav.fixed ul.collapsible-accordion a.collapsible-header {
  padding: 0 30px;
}
ul.side-nav.fixed ul.collapsible-accordion .collapsible-body li a {
  font-weight: 400;
  padding: 0 37.5px 0 45px;
}
ul.side-nav.fixed:hover {
  overflow-y: auto;
}
.bold > a {
  font-weight: bold;
}
#logo-container {
  height: 57px;
  margin-bottom: 32px;
}
nav.top-nav {
  height: 122px;
  box-shadow: none;
}
nav.top-nav a.page-title {
  line-height: 122px;
  font-size: 48px;
}
a.button-collapse.top-nav {
  position: absolute;
  text-align: center;
  height: 48px;
  width: 48px;
  left: 7.5%;
  top: 0;
  float: none;
  margin-left: 1.5rem;
  color: #fff;
  font-size: 36px;
  z-index: 2;
}
a.button-collapse.top-nav.full {
  line-height: 122px;
}
a.button-collapse.top-nav i {
  font-size: 32px;
}
@media only screen and (max-width: 600px) {
  a.button-collapse.top-nav {
    left: 5%;
  }
}
@media only screen and (max-width: 992px) {
  nav .nav-wrapper {
    text-align: center;
  }
  nav .nav-wrapper a.page-title {
    font-size: 36px;
  }
}
#front-page-logo {
  display: inline-block;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  #front-page-nav ul.side-nav li {
    float: none;
    padding: 0 15px;
  }
  #front-page-nav ul.side-nav li:hover {
    background-color: #ddd;
  }
  #front-page-nav ul.side-nav li .active {
    background-color: transparent;
  }
  #front-page-nav ul.side-nav a {
    color: #444;
  }
}
#responsive-img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
#index-banner {
  background-color: #ee6e73;
}
#index-banner .container {
  position: relative;
}
#index-banner .header {
  color: #FFF;
}
#index-banner h4 {
  margin-bottom: 40px;
}
#index-banner h1 {
  margin-top: 16px;
}
@media only screen and (max-width: 992px) {
  #index-banner h1 {
    margin-top: 60px;
  }
  #index-banner h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  #index-banner h4 {
    margin-bottom: 0;
  }
}
.github-commit {
  padding: 14px 0;
  height: 64px;
  line-height: 36px;
  background-color: #5c5757;
  color: #e6e6e6;
  font-size: 0.9rem;
}
@media only screen and (max-width: 992px) {
  .github-commit {
    text-align: center;
  }
}
#github-button {
  background-color: #6f6d6d;
  transition: 0.25s ease;
}
#github-button:hover {
  background-color: #797777;
}
.sha {
  color: #f0f0f0;
  margin: 0 6px 0 6px;
}
#download-button {
  background-color: #f3989b;
  width: 260px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 400;
}
#download-button:hover {
  background-color: #f5a5a8;
}
.promo {
  width: 100%;
}
.promo i {
  margin: 40px 0;
  color: #ee6e73;
  font-size: 7rem;
  display: block;
}
.promo-caption {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
}
#front-page-nav {
  background-color: #FFF;
  position: relative;
}
#front-page-nav a {
  color: #ee6e73;
}
#front-page-nav li:hover {
  background-color: #fdeaeb;
}
#front-page-nav li.active {
  background-color: #fdeaeb;
}
#front-page-nav .container {
  height: inherit;
}
.col.grid-example {
  border: 1px solid #eee;
  margin: 7px 0;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  background-color: tomato;
  color: white;
  padding: 0;
}
.col.grid-example span {
  font-weight: 200;
  line-height: 50px;
}
.promo-example {
  overflow: hidden;
}
#site-layout-example-left {
  background-color: #90a4ae;
  height: 300px;
}
#site-layout-example-right {
  background-color: #26a69a;
  height: 300px;
}
#site-layout-example-top {
  background-color: #E57373;
  height: 42px;
}
.flat-text-header {
  height: 35px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  margin: 27px auto;
}
.flat-text {
  height: 25px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  margin: 27px auto;
}
.flat-text.small {
  width: 25%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.15);
}
.flat-text.full-width {
  width: 100%;
}
.browser-window {
  text-align: left;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 5px 5px 2px 2px;
  background-color: #fff;
  margin: 20px 0px;
  overflow: hidden;
}
.browser-window .top-bar {
  height: 30px;
  border-radius: 5px 5px 0 0;
  border-top: thin solid #eaeae9;
  border-bottom: thin solid #dfdfde;
  background: linear-gradient(#e7e7e6, #E2E2E1);
}
.browser-window .circle {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 1px;
}
#close-circle {
  background-color: #FF5C5A;
}
#minimize-circle {
  background-color: #FFBB50;
}
#maximize-circle {
  background-color: #1BC656;
}
.browser-window .circles {
  margin: 5px 12px;
}
.browser-window .content {
  margin: 0;
  width: 100%;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  background-color: #fafafa;
}
.browser-window .row {
  margin: 0;
}
.clear {
  clear: both;
}
.dynamic-color .red,
.dynamic-color .pink,
.dynamic-color .purple,
.dynamic-color .deep-purple,
.dynamic-color .indigo,
.dynamic-color .blue,
.dynamic-color .light-blue,
.dynamic-color .cyan,
.dynamic-color .teal,
.dynamic-color .green,
.dynamic-color .light-green,
.dynamic-color .lime,
.dynamic-color .yellow,
.dynamic-color .amber,
.dynamic-color .orange,
.dynamic-color .deep-orange,
.dynamic-color .brown,
.dynamic-color .grey,
.dynamic-color .blue-grey,
.dynamic-color .black,
.dynamic-color .white,
.dynamic-color .transparent {
  height: 55px;
  width: 100%;
  padding: 0 15px;
  line-height: 55px;
  font-weight: 500;
  font-size: 12px;
  display: block;
  box-sizing: border-box;
}
.dynamic-color .col {
  margin-bottom: 55px;
}
.center {
  text-align: center;
  vertical-align: middle;
}
.material-icons.icon-demo {
  line-height: 50px;
}
.icon-container i {
  font-size: 3em;
  margin-bottom: 10px;
}
.icon-container .icon-preview {
  height: 120px;
  text-align: center;
}
.icon-container span {
  display: block;
}
.icon-holder {
  display: block;
  text-align: center;
  width: 150px;
  height: 115px;
  float: left;
  margin: 0 0px 15px 0px;
}
.icon-holder p {
  margin: 0 0;
}
.tabs-wrapper {
  position: relative;
  height: 48px;
}
.tabs-wrapper .row.pinned {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
.shadow-demo {
  background-color: #26a69a;
  width: 100px;
  height: 100px;
  margin: 20px auto;
}
@media only screen and (max-width: 600px) {
  .shadow-demo {
    width: 150px;
    height: 150px;
  }
}
.parallax-container .text-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -27px;
}
ul.table-of-contents {
  margin-top: 0;
  padding-top: 48px;
}
code,
pre {
  position: relative;
  font-size: 1.1rem;
}
.directory-markup {
  font-size: 1rem;
  line-height: 1.1rem !important;
}
pre[class*="language-"] {
  padding: 25px 12px 7px 12px;
  border: solid 1px rgba(51, 51, 51, 0.12);
}
pre[class*="language-"]:before {
  position: absolute;
  padding: 1px 5px;
  background: #e8e6e3;
  top: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #555;
  content: attr(class);
  font-size: 0.9rem;
  border: solid 1px rgba(51, 51, 51, 0.12);
  border-top: none;
  border-left: none;
}
.toc-wrapper {
  position: relative;
  margin-top: 42px;
}
.toc-wrapper.pin-bottom {
  margin-top: 84px;
}
#carbonads {
  max-width: 150px;
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
#carbonads > span,
#carbonads span.carbon-wrap {
  display: block;
}
#carbonads a.carbon-img {
  height: 100px;
  display: inline-block;
  margin-right: 10px;
}
#carbonads a.carbon-text,
#carbonads input[type="submit"] {
  position: relative;
  top: 0;
  width: 150px;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  color: #E57373;
}
#carbonads a.carbon-poweredby {
  position: relative;
  left: 28px;
  font-size: 11px;
  color: #EF9A9A;
}
.buysellads #carbonads > span,
.buysellads #carbonads span.carbon-wrap {
  height: auto;
}
.buysellads #carbonads a.carbon-text {
  top: 5px;
  left: 0;
  width: 130px;
  display: block;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  color: #E57373;
}
.buysellads #carbonads a.carbon-poweredby {
  top: 5px;
}
.buysellads-header #carbonads > span,
.buysellads-header #carbonads span.carbon-wrap {
  height: auto;
}
.buysellads-header #carbonads a.carbon-text {
  color: #fff;
}
.buysellads-header #carbonads a.carbon-poweredby {
  color: rgba(255, 255, 255, 0.8);
}
.buysellads {
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.buysellads .bsa_it.one {
  width: 130px;
  position: absolute;
  left: 0;
  top: 50px;
}
.buysellads .bsa_it.one .bsa_it_p {
  left: 0;
  bottom: -15px;
}
.buysellads .bsa_it.one .bsa_it_ad .bsa_it_t {
  color: #E57373;
}
.buysellads .bsa_it.one .bsa_it_ad .bsa_it_d {
  color: #EF9A9A;
}
.buysellads .bsa_it_ad a {
  display: block;
  width: 130px;
}
.buysellads-header {
  margin-top: 30px;
}
.buysellads-header .bsa_it.one .bsa_it_p {
  bottom: -20px;
}
.bsa_it.one {
  min-width: 230px;
  max-width: 270px;
  display: inline-block;
  text-align: left;
}
.bsa_it.one .bsa_it_ad {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.bsa_it.one .bsa_it_ad .bsa_it_t {
  color: #fff;
}
.bsa_it.one .bsa_it_ad .bsa_it_d {
  color: #FFCDD2;
}
.bsa_it.one .bsa_it_p {
  right: auto;
  left: 40px;
  bottom: -5px;
}
.bsa_it.one .bsa_it_p a {
  color: #FFCDD2;
}
/*footer {
    font-size: .9rem;
}*/
body.parallax-demo footer {
  margin-top: 0;
}
.image-container {
  width: 100%;
}
.image-container img {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .mobile-image {
    max-width: 100%;
  }
}
.waves-color-demo .collection-item {
  height: 57px;
  line-height: 57px;
}
.waves-color-demo .collection-item code {
  line-height: 57px;
}
.waves-color-demo .btn:not(.waves-light),
.waves-color-demo .btn-large:not(.waves-light) {
  background-color: #fff;
  color: #212121;
}
.card-panel span,
.card-content p {
  -webkit-font-smoothing: antialiased;
}
#images .card-panel .row {
  margin-bottom: 0;
}
.pushpin-demo {
  position: relative;
  height: 100px;
}
#pushpin-demo-1 {
  display: block;
  height: inherit;
  background-color: #ddd;
}
.valign-demo {
  height: 400px;
  background-color: #ddd;
}
.talign-demo {
  height: 100px;
  background-color: #ddd;
}
#staggered-test li,
#image-test {
  opacity: 0;
}
#tx-live-lang-container {
  background-color: #fcfcfc;
  z-index: 999;
}
#tx-live-lang-container #tx-live-lang-picker {
  background-color: #fcfcfc;
}
#tx-live-lang-container #tx-live-lang-picker li {
  color: rgba(0, 0, 0, 0.87);
}
#tx-live-lang-container #tx-live-lang-picker li:hover {
  color: inherit;
  background-color: #fdeaeb;
}
#tx-live-lang-container .txlive-langselector-toggle {
  border-bottom: 2px solid #ee6e73;
}
#tx-live-lang-container .txlive-langselector-current {
  color: rgba(0, 0, 0, 0.87);
}
#tx-live-lang-container .txlive-langselector-marker {
  border-bottom: 4px solid rgba(0, 0, 0, 0.61);
}
#download-thanks {
  display: none;
}
#twitter-widget-0 {
  width: 190px !important;
}
#nav-mobile li.search {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin-top: 1px;
  padding: 1px 0 0 0;
  z-index: 2;
}
#nav-mobile li.search:hover {
  background-color: #fff;
}
#nav-mobile li.search .search-wrapper {
  margin: 0 12px;
  transition: margin 0.25s ease;
}
#nav-mobile li.search .search-wrapper.focused {
  margin: 0;
}
#nav-mobile li.search .search-wrapper input#search {
  display: block;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 45px 0 15px;
  border: 0;
}
#nav-mobile li.search .search-wrapper input#search:focus {
  outline: none;
}
#nav-mobile li.search .search-wrapper i.material-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#nav-mobile li.search .search-results {
  margin: 0;
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
}
#nav-mobile li.search .search-results a {
  font-size: 12px;
  white-space: nowrap;
}
#nav-mobile li.search .search-results a:hover,
#nav-mobile li.search .search-results a.focused {
  background-color: #eee;
  outline: none;
}
/********************************* 2th *****************************************/
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular');
  /*, 
        url(http://fonts.gstatic.com/s/materialicons/v17/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');*/
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/********************************* 2th *****************************************/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 6px;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.25s, top 0.25s;
  transition: left 0.25s, top 0.25s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/*Materialize Theming*/
.noUi-target {
  box-shadow: none;
  border: none;
}
.noUi-base {
  height: 15px;
  top: -6px;
}
.noUi-background {
  height: 3px;
  top: 6px;
  background-color: #bfbfbf;
  box-shadow: none;
}
.noUi-horizontal {
  height: 3px;
}
.noUi-connect {
  height: 3px;
  top: 6px;
  background-color: #26A69A;
  box-shadow: none;
}
/*Handle*/
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #26A69A;
  border: none;
  left: -5px;
  top: -6px;
  transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.noUi-handle:before {
  content: none;
}
.noUi-handle:after {
  content: none;
}
/*Handle on Drag*/
.noUi-target .noUi-active.noUi-handle {
  width: 3px;
  height: 3px;
  left: 0;
  top: 0;
}
.noUi-target .range-label {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.5) rotate(-45deg);
  transform-origin: 50% 100%;
}
.noUi-target .noUi-active .range-label {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-45deg) translate(23px, -25px);
}
.range-label span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: -1px;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.noUi-active .range-label span {
  opacity: 1;
}
ul li {
  list-style: none;
}
/************** variable ***************/
.dir-ltr {
  direction: ltr;
}
.g-recaptcha {
  max-width: 100%;
  /*overflow: auto;*/
}
/********************** POPUP *************************/
@font-face {
  font-family: 'lightcase';
  src: url("../../fonts/lightcase/lightcase.eot?55356177");
  src: url("../../fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../../fonts/lightcase/lightcase.woff?55356177") format("woff"), url("../../fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("../../fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.lightcase-icon-play:before {
  content: '\e800';
}
.lightcase-icon-pause:before {
  content: '\e801';
}
.lightcase-icon-close:before {
  content: '\e802';
}
.lightcase-icon-prev:before {
  content: '\e803';
}
.lightcase-icon-next:before {
  content: '\e804';
}
.lightcase-icon-spin:before {
  content: '\e805';
}
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2000000000;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  [data-lc-type=image] #lightcase-content .lightcase-contentInner,
  [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }
  .lightcase-open body > *:not([id*='lightcase-']) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
#lightcase-loading {
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}
#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 2000000000;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: 0;
  cursor: pointer;
}
#lightcase-nav a[class*='lightcase-icon-'],
#lightcase-nav a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-nav a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
#lightcase-nav a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: 0;
}
@media screen and (max-width: 640px) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  #lightcase-nav a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}
#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20000000;
  top: 0;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
/********** basket-panel_top **********/
.basket_top label {
  color: #252525;
  font-size: 11pt;
  cursor: pointer;
  margin: 0;
}
.top_link > img {
  float: right;
}
.top_block {
  position: absolute;
  background: #fff;
  z-index: 999;
  margin-top: 8px;
  font-size: 10pt;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding: 4px 0 0;
  overflow: inherit !important;
}
.top_block:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  top: -11px;
  right: 15px;
  margin: auto;
}
.top_block .content {
  background: #fff;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  color: #343434;
  width: 300px;
  font-size: 8.5pt;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.content.wrapper .td-price img {
  left: 0 !important;
}
.top_block.basket {
  width: 308px;
  left: 20px;
  margin-top: 0;
  top: 100%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.top_block.basket p {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: #444;
  padding: 5px 0;
  font-size: 9pt;
  border-bottom: 1px solid var(--color-blue);
}
.basket table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--color-blue);
  color: #343434;
}
.basket tr {
  width: 100%;
}
.basket tr th {
  background: #EEE;
  border: 1px solid #ddd;
  text-align: center;
}
.basket tr th:first-child {
  border-left: 1px solid #ddd;
}
.basket tr th:last-child {
  border-left: 1px solid #ddd;
}
td.td-price {
  position: relative;
}
.td-price img {
  visibility: hidden;
  position: absolute;
  left: -14px;
  top: 39%;
}
.basket tr:hover .td-price img {
  visibility: visible;
}
.top_block td.td-number {
  width: 31px;
}
.top_block td.td-number a:first-child {
  float: right;
  width: 31px;
  height: 15px;
}
.top_block td.td-number a:first-child:after {
  content: "\f0d8";
  display: inline-block;
  font-family: FontAwesome;
  bottom: 50%;
  color: black;
}
.top_block td.td-number p {
  clear: both;
  border-bottom: 0;
  width: 31px;
  padding: 0;
  text-align: center;
}
.top_block td.td-number a:last-child {
  float: right;
  width: 31px;
  margin-top: -5px;
}
.top_block td.td-number a:last-child:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0d7";
  bottom: 50%;
  color: black;
}
.top_block .basket-sail-submit {
  float: none;
  display: inline-block;
  margin-top: 5px !important;
  padding: 8px 0;
}
.cart-wrapper i.fa-close {
  top: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 18px;
  color: #333;
  position: absolute;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-close:before {
  content: "\f00d";
  font: normal normal normal 9pt/1 FontAwesome !important;
  position: absolute;
  right: 18px;
  top: 3px;
}
.closed:before {
  content: "\f404";
  font: normal normal normal 14px/1 "Ionicons" !important;
  color: #a0a0a0;
}
/****************************** basket_Login ******************************/
.basket-login-title {
  margin-bottom: 15px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
  width: 100%;
}
.loginUsers:before {
  font-family: Flaticon;
  content: "\f111";
  font-size: 16pt;
  vertical-align: middle;
  color: #2467ca;
  margin-left: 10px;
}
.registeUsers:before {
  font-family: Flaticon;
  content: "\f12e";
  font-size: 16pt;
  vertical-align: middle;
  color: #2467ca;
  margin-left: 10px;
}
.basket-login-title > p {
  color: #9d69be;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 16pt;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 2;
}
.basket-login-title > img {
  margin: -50px 60px 0px 0;
  float: right;
}
.basket-login-l,
.basket-login-r {
  width: 100%;
  box-sizing: border-box;
}
.basket-login-l {
  padding: 15px 35px;
}
.basket-login-l label {
  float: right;
  padding: 5px;
  width: 30%;
  box-sizing: border-box;
  font-size: 10pt;
}
.basket-login-l input {
  box-sizing: border-box;
  float: right;
  font-family: tahoma;
  height: 35px;
  margin: 0 0 5px;
  outline: medium none;
  padding: 0 5px;
  width: 100%;
}
.basket-login-r {
  float: left;
  padding: 15px 35px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.basket-login-r .basket-login-img {
  background: rgba(41, 116, 178, 0.85);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  float: right;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  padding: 4px;
  margin: -2px 10px 0 0;
}
.padding10 {
  padding: 5px;
}
/********** basket-item **********/
.padding5 {
  padding: 6px 25px !important;
}
.float-l {
  float: left !important;
}
.float-r {
  float: right !important;
}
.basket-shopping {
  background-color: #fff;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin: 15px auto;
  min-height: 500px;
  padding: 0 15px 20px;
  text-align: justify;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
}
.basket-shopping .select-wrapper input.select-dropdown {
  border-bottom: 1px solid #999 !important;
}
.basket-shopping .select-wrapper input.select-dropdown {
  color: #666;
  z-index: 2;
  text-indent: 3px;
  font-size: 8.5pt !important;
}
.basket-shopping .select-wrapper span.caret {
  left: 0;
  top: 0;
}
.basket-shopping .select-wrapper span.caret:before {
  top: 5px;
  content: "\F140";
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  font-size: 13pt;
  line-height: 1.6;
  color: #666;
}
.basket-shopping .select-wrapper .dropdown-content {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  top: 24px !important;
}
.basket-shopping .dropdown-content li > a,
.basket-shopping .dropdown-content li > span {
  padding: 5px 16px;
}
.continuecontent {
  display: none;
}
.basket-shopping * {
  box-sizing: border-box;
  color: #515451;
  font-size: 10pt;
}
.basket-shopping fieldset p,
.basket-shopping fieldset p strong {
  color: #8b898a;
}
.basket-shopping hr {
  border-color: #dadada;
  margin-top: 20px;
}
.basket-item {
  margin: 0px auto;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding-bottom: 6px;
}
.basket-item ul {
  background: #efefef;
  display: inline-block;
  width: 100%;
}
.basket-item ul a:hover {
  color: #2467ca;
  text-decoration: none;
}
.basket-item .item-buy,
.basket-item .item-login,
.basket-item .item-pay,
.basket-item .item-print {
  float: right;
  padding: 25px 0px;
  line-height: 0;
  background: url('/GlobalItems/GlobalStore/ShoppingCart/Images/basket-border-y.jpg') no-repeat scroll left center / 2px 25px transparent;
  width: 25%;
  box-sizing: border-box;
}
.basket-item .item-print {
  background: none repeat scroll 0% 0% transparent;
}
.basket-item .item-buy a,
.basket-item .item-login a,
.basket-item .item-pay a,
.basket-item .item-print a {
  padding: 16px 45px 17px 0px;
}
.basket-item .item-buy a {
  background: url('/Themes/zyaeefar/static/img/basket-buy-active.png') no-repeat scroll right center transparent;
  color: #2467ca;
}
.basket-item .item-login a {
  background: url('/GlobalItems/GlobalStore/ShoppingCart/Images/basket-login.png') no-repeat scroll right center transparent;
}
.basket-item .item-pay a {
  background: url('/GlobalItems/GlobalStore/ShoppingCart/Images/basket-pay.png') no-repeat scroll right center transparent;
}
.basket-item .item-print a {
  background: url('/GlobalItems/GlobalStore/ShoppingCart/Images/basket-print.png') no-repeat scroll right center transparent;
}
.basket-item .item-buy-active a {
  background: url('/Themes/zyaeefar/static/img/basket-buy-active.png') no-repeat scroll right center transparent;
  color: #2467ca;
}
.basket-item .item-login-active a {
  background: url('/Themes/zyaeefar/static/img/basket-login-active.png') no-repeat scroll right center transparent;
  color: #2467ca;
}
.basket-item .item-pay-active a {
  background: url('/Themes/zyaeefar/static/img/basket-pay-active.png') no-repeat scroll right center transparent;
  color: #2467ca;
}
.basket-item .item-print-active a {
  background: url('/Themes/zyaeefar/static/img/basket-print-active.png') no-repeat scroll right center transparent;
  color: #2467ca;
}
/********** basket-table **********/
.basket-table table {
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
  font-size: 13px;
}
.basket-table table th {
  font-weight: inherit;
  padding: 10px 4px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  vertical-align: inherit;
  color: #000;
  position: relative;
}
.basket-table table th {
  position: relative;
}
.basket-table table th:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 1px;
  height: 15px;
  background-color: #222;
}
.basket-table table th:last-child:after {
  display: none;
}
.basket-table table thead,
.basket-table table thead tr th {
  background: #e1e2e6;
}
.basket-table table thead {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.basket-table table tbody td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0;
  text-align: center;
  vertical-align: inherit;
  color: #333;
  position: relative;
}
.basket-table table tbody td:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background: #ddd;
  left: 0;
  top: 13px;
}
.basket-table table tbody td:first-child {
  border-right: 1px solid #ddd;
}
.basket-table table tbody td:last-child {
  border-left: 1px solid #ddd;
}
.basket-table table tbody td:last-child:after {
  display: none;
}
.basket-table table tbody td:last-child img {
  float: left;
  margin-left: 8px;
  visibility: visible;
}
.basket-table .td-pic img {
  vertical-align: middle;
  width: 30px;
}
.basket-table td:before {
  display: none;
}
.boxPay {
  width: 48%;
  float: right;
  margin-right: 2%;
}
/********** basket-sail **********/
.basketColLeft {
  width: 70%;
  float: left;
  margin-top: 10px;
}
.basket-sail {
  background: #eee;
  padding: 10px 10px 2px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  font-size: 11pt;
  box-sizing: border-box;
  width: 33%;
  float: left;
  min-height: 187px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin-top: -4px;
}
.basket-sail label {
  float: right;
  margin-top: 5px;
  width: 25%;
}
/*nm*/
#shoppingCratTotalPrice .input-field {
  width: 53%;
  float: right;
  margin: 0;
}
#shoppingCratTotalPrice .input-field label {
  width: 100%;
  margin: 0;
  display: block;
}
/*nm*/
.basket-login-r .basket-sail-input {
  width: 100%;
}
.basket-sail-input {
  border: solid 1px #a2a1a1;
  color: #989898;
  height: 29px;
  outline: none;
  background: #fff;
  width: 35%;
  text-indent: 0;
  float: right;
  margin: 0 0 0 0;
  box-sizing: border-box;
  padding: 0 5px;
}
.basket-sail-input:focus,
select.buy-pay-cart:focus,
textarea.buy-pay-cart:focus {
  border-color: #2467ca;
}
.basket-sail-submit {
  background-color: var(--color-blue2);
  position: relative;
  z-index: 1;
  color: var(--color5);
  width: 130px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 9pt;
  line-height: 1.4;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin: auto;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}
.basket-sail-submit:hover,
.basket-sail-submit:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: var(--color-blue2);
  color: var(--color5);
}
input.basket-sail-submit,
.basket-sail-submit {
  cursor: pointer;
}
.basket-sail button.basket-sail-submit {
  margin: 0;
  width: 45%;
  float: left;
  font-size: 9pt;
  padding: 6px;
  background: var(--color-blue2);
  color: var(--color5);
  margin-top: 6px;
}
.basket-sail p {
  margin: 5px 0;
  text-align: right;
  line-height: 1.5;
  font-size: 8.5pt;
}
/********** Basket-Add-Address **********/
.basket-add-address {
  float: right;
  margin-bottom: 0;
  min-height: 160px;
  padding: 10px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  width: 30%;
  box-sizing: border-box;
  margin-top: 6px;
}
.basket-add-address select {
  font-family: IRANSans;
  border: solid 1px #a2a1a1;
  color: #043c6a;
  height: 29px;
  width: 40%;
  float: right;
}
.basket-add-address .continuecontent label {
  display: block;
}
.basket-add-address .continuecontent .addressPlus {
  width: auto;
}
.basket-add-address .continuecontent textarea {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.basket-add-address .continuecontent .basket-add-name {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.basket-add-address .continuecontent .basket-add-name div {
  float: right;
  margin-top: 10px;
  margin-left: 2%;
  width: 48%;
}
.basket-add-address .continuecontent .basket-add-name div .basket-sail-input {
  width: 100%;
}
.basket-add-address .continuecontent .basket-add-city {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.basket-add-address .continuecontent .basket-add-city .mySelect {
  float: right;
  margin-left: 2%;
  width: 48%;
}
/********** basket-pay **********/
.basket-pay {
  margin-top: -4px;
  width: 66%;
  float: right;
}
.basket-pay p:first-child {
  background: #eee;
  margin: 0px 0;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding: 5px 10px;
}
.basket-pay .basket-pay-radio {
  padding: 5px 10px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  min-height: 155px;
}
.basket-send {
  float: none;
  margin: 10px auto;
  display: table;
  display: inline-block !important;
}
.boxPay {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
/****************************** Basket-PAY ******************************/
.buy-pay-p {
  float: right;
  margin: 10px 0;
}
.buy-pay-p strong {
  font-size: 14pt;
  margin: 0 20px;
  font-weight: normal;
}
.buy-pay-title {
  color: var(--color5) !important;
  background: var(--color-blue2);
  left: 0;
  padding: 10px;
  float: right;
  margin: 15px 20px -10px 0;
  font-weight: 100;
  font-size: 11pt;
}
.basket-shopping fieldset {
  background: #efefef;
  border: 1px solid #dadad9;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 15px 0;
}
.basket-shopping fieldset span.bank-item {
  float: right;
  border-left: 1px solid #ddd;
  width: 10%;
  box-sizing: border-box;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-bottom: 18px;
}
.order-form fieldset span.bank-item > * {
  float: right;
}
.order-form .space20 {
  margin-top: 30px;
}
.basket-shopping fieldset span.bank-item :nth-child(10n) {
  border-left: 0;
}
.basket-shopping fieldset span.bank-item:last-child {
  border-left: none;
}
.basket-shopping fieldset img,
.basket-shopping fieldset label,
.basket-shopping fieldset input {
  display: block;
  color: #798291;
  margin: auto;
}
.basket-shopping fieldset .radio .outer {
  display: block;
  margin: 5px auto;
}
/****************************** Basket-PAY-cart ******************************/
.payCart {
  width: 50%;
  clear: both;
  float: right;
  margin-bottom: 5px;
}
.basket-shopping fieldset p {
  float: right;
  border-left: 1px solid #ddd;
  width: 25%;
  box-sizing: border-box;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.basket-shopping fieldset p:last-child {
  border-left: none;
}
select.buy-pay-cart {
  border: solid 1px #a2a1a1;
  color: #989898;
  height: 35px;
  width: 85%;
  float: right;
  box-sizing: border-box;
  font-family: IRANSans;
  font-size: 12pt;
}
label.buy-pay-cart {
  float: right;
  margin: 5px 0;
  width: 15%;
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
  font-size: 11pt;
  color: #676767;
}
.payCart input {
  width: 85%;
}
textarea.buy-pay-cart {
  border: solid 1px #a2a1a1;
  color: #989898;
  height: 100px;
  outline: none;
  background: #fff;
  width: 85%;
  text-indent: 10px;
  font-family: IRANSans;
  float: right;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  padding-top: 5px;
}
/******************************************** RESPONSIVE *******************************************************/
.backshoping {
  padding-bottom: 26px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .basket-add-address .continuecontent .basket-add-name div {
    width: 48%;
  }
  .basket-shopping fieldset span {
    width: 12.5%;
  }
  .basket-shopping fieldset span:nth-child(10n) {
    border-left: 1px solid #ddd;
  }
  .basket-shopping fieldset span:nth-child(8n) {
    border-left: 0;
  }
  label.buy-pay-cart {
    width: 20%;
  }
  select.buy-pay-cart,
  .payCart input,
  textarea.buy-pay-cart {
    width: 80%;
  }
  /*add*/
  .basket-sail-input {
    width: 39%;
  }
  /*.basket-sail button.basket-sail-submit {
        width: 35%;
    }*/
}
@media only screen and (max-width: 1200px) {
  .basket-add-address .continuecontent .basket-add-name div {
    width: 48%;
  }
  .basket-shopping fieldset span {
    width: 13.5%;
  }
  .basket-shopping fieldset span:nth-child(10n) {
    border-left: 1px solid #ddd;
  }
  .basket-shopping fieldset span:nth-child(8n) {
    border-left: 0;
  }
  label.buy-pay-cart {
    width: 20%;
  }
  select.buy-pay-cart,
  .payCart input,
  textarea.buy-pay-cart {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .basketColLeft {
    width: 100%;
  }
  .basket-table select {
    width: 100px;
  }
  .basket-sail,
  .basket-add-address {
    width: 100%;
    margin-bottom: 10px;
  }
  .basket-pay {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .payCart {
    width: 80%;
  }
  .stick-part.stick .basketDiv {
    float: left;
  }
  .stick-part.stick section.floatR.margin50 {
    margin: 0 !important;
  }
  .stick-part.stick .basketFix {
    top: 8px;
  }
}
@media only screen and (max-width: 730px) {
  .basket-login-l,
  .basket-login-r {
    width: 100%;
  }
  .basket-login-l {
    border-left: 0;
    border-bottom: 1px solid #abd07e;
  }
  .basket-shopping fieldset span {
    width: 20%;
  }
  .basket-shopping fieldset span:nth-child(8n) {
    border-left: 1px solid #ddd;
  }
  .basket-shopping fieldset span:nth-child(5n) {
    border-left: 0;
  }
  .basket-shopping fieldset p {
    border-left: none;
    border-bottom: 1px solid #ddd;
    width: 50%;
  }
}
.scroll {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 250px;
}
.donshow {
  display: none;
}
.ltr {
  direction: ltr;
}
#AddressId,
.basket-add-address select:first-child {
  width: 58%;
  margin-left: 2PX;
}
@media only screen and (max-width: 593px) {
  .basket-item .item-buy a,
  .basket-item .item-login a,
  .basket-item .item-pay a,
  .basket-item .item-print a {
    background: none;
    padding: 16px 0px;
  }
}
.basketdiv .dropdown {
  position: relative;
}
.basketdiv .dropdown:before {
  content: '';
  background-color: #ed1d24;
  color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.basketdiv2 .dropdown:before {
  content: '';
  background-color: #f3f3f3;
  color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.basketdiv .dropdown:hover {
  color: #f3f3f3;
}
.basketdiv .dropdown:hover:before,
.basketdiv2 .dropdown:hover:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.closebox:before {
  display: inline-block;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  -webkit-transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
}
.prograsbar {
  height: 97px;
}
.steps {
  position: relative;
  padding-top: 18px;
}
.steps .box-top {
  width: 85%;
  height: 2px;
  background-color: var(--color-orange);
  margin: 15px auto 15px;
  position: relative;
}
.steps .box-top .dashed {
  height: 2px;
  position: absolute;
  right: -77px;
  top: -2px;
}
.steps .box-top .dashed div {
  background: var(--color-green) none repeat scroll 0 0;
  float: right;
  height: 2px;
  margin: 2px 3px;
  width: 11px;
}
.steps .box-top .step-shipping {
  width: 33%;
}
.steps .box-top .box-top-over {
  background: var(--color-green);
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
.steps .box-top .bullet.pass.tick {
  background: url("../../img/slices2.png") no-repeat var(--color-green) !important;
  border-color: var(--color-green);
  background-position: center !important;
}
.steps .box-top .bullet.login {
  right: -1px;
}
.steps .box-top .bullet {
  background: var(--color-blue2);
  border: 3px solid var(--color-blue2);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: block;
  height: 25px;
  position: absolute;
  top: -11px;
  width: 25px;
}
.steps .box-top .bullet .spacer.first {
  right: -12px;
}
.steps .box-top .bullet .spacer {
  background: #fff;
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 9px;
}
.steps .box-top .bullet .title-bullet {
  max-width: 140px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
  position: absolute;
  top: 35px;
  right: -60px;
}
.steps .box-top .bullet .spacer.second {
  left: -12px;
}
.steps .box-top .bullet .spacer {
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 9px;
}
.steps .box-top .dashed.not-pass {
  position: absolute;
  right: auto;
  left: -77px;
}
.steps .box-top .dashed.not-pass div {
  background: var(--color-orange);
}
.steps .box-top .bullet.pi {
  right: 66%;
}
.steps .box-top .bullet.finish {
  left: 0;
}
.steps .box-top .bullet.pass {
  background: var(--color-orange) !important;
  border-color: var(--color-orange);
}
.steps .box-top .bullet.or {
  right: 33%;
}
.pass {
  color: #000 !important;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 25px;
}
.steps .box-top .bullet .title-bullet:after,
.prograsbar:after,
.pass:after,
.steps .box-top:after,
.select-address:after,
.select-address-top:after,
.next_step:before,
.edit-btn:after,
.last-section:before {
  clear: both;
  display: table;
  content: '';
}
@media only screen and (max-width: 1200px) {
  .steps .box-top {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .steps .box-top {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .steps .box-top {
    width: 65%;
  }
  .tbl-responsive * {
    font-size: 9pt !important;
  }
}
@media only screen and (max-width: 520px) {
  .prograsbar {
    display: none;
  }
  .boxPay {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .ui-table-reflow td .ui-table-cell-label,
  .ui-table-reflow th .ui-table-cell-label {
    min-width: 40% !important;
    font-size: 9pt;
  }
  #shoppingCratTotalPrice .input-field {
    width: 45%;
  }
  .basket-sail button.basket-sail-submit {
    width: 50%;
  }
}
/************** ANIMATION **************/
.animateblock {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.animateblock.animated {
  opacity: 1;
}
.animateblock.lazy-load-box {
  -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.animateblock.lazy-load-box.animated {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.animateblock.leftload {
  transform: translateX(150px);
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  opacity: 0;
}
.animateblock.rightload {
  transform: translateX(-150px);
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  opacity: 0;
}
.animateblock.leftload.animated,
.animateblock.rightload.animated {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  opacity: 1;
}
.animateblock.scale {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.animateblock.scale.animated {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.animateblock.flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.animateblock.flip.animated {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  opacity: 1;
}
.animateblock.opacity {
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.animateblock.opacity.animated {
  opacity: 1;
}
/**************** MAIN *****************/
img {
  max-width: 100%;
}
table {
  width: 100%;
}
/************** Bootstrap **************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  -moz-appearance: button;
  /* Firefox */
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
/*.text-left {
    text-align: right;
}

.text-right {
    text-align: left;
}*/
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-right: 0;
  list-style: none;
}
.list-inline {
  padding-right: 0;
  margin-right: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-right: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    width: 160px;
    overflow: hidden;
    clear: right;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-right: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-right: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  left: 100%;
}
.col-xs-pull-11 {
  left: 91.66666667%;
}
.col-xs-pull-10 {
  left: 83.33333333%;
}
.col-xs-pull-9 {
  left: 75%;
}
.col-xs-pull-8 {
  left: 66.66666667%;
}
.col-xs-pull-7 {
  left: 58.33333333%;
}
.col-xs-pull-6 {
  left: 50%;
}
.col-xs-pull-5 {
  left: 41.66666667%;
}
.col-xs-pull-4 {
  left: 33.33333333%;
}
.col-xs-pull-3 {
  left: 25%;
}
.col-xs-pull-2 {
  left: 16.66666667%;
}
.col-xs-pull-1 {
  left: 8.33333333%;
}
.col-xs-pull-0 {
  left: auto;
}
.col-xs-push-12 {
  right: 100%;
}
.col-xs-push-11 {
  right: 91.66666667%;
}
.col-xs-push-10 {
  right: 83.33333333%;
}
.col-xs-push-9 {
  right: 75%;
}
.col-xs-push-8 {
  right: 66.66666667%;
}
.col-xs-push-7 {
  right: 58.33333333%;
}
.col-xs-push-6 {
  right: 50%;
}
.col-xs-push-5 {
  right: 41.66666667%;
}
.col-xs-push-4 {
  right: 33.33333333%;
}
.col-xs-push-3 {
  right: 25%;
}
.col-xs-push-2 {
  right: 16.66666667%;
}
.col-xs-push-1 {
  right: 8.33333333%;
}
.col-xs-push-0 {
  right: auto;
}
.col-xs-offset-12 {
  margin-right: 100%;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-9 {
  margin-right: 75%;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-6 {
  margin-right: 50%;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-3 {
  margin-right: 25%;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
  }
  .col-sm-pull-9 {
    left: 75%;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
  }
  .col-sm-pull-6 {
    left: 50%;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
  }
  .col-sm-pull-3 {
    left: 25%;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
  }
  .col-sm-pull-0 {
    left: auto;
  }
  .col-sm-push-12 {
    right: 100%;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
  }
  .col-sm-push-9 {
    right: 75%;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
  }
  .col-sm-push-6 {
    right: 50%;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
  }
  .col-sm-push-3 {
    right: 25%;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
  }
  .col-sm-push-0 {
    right: auto;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    left: 100%;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
  }
  .col-md-pull-9 {
    left: 75%;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
  }
  .col-md-pull-6 {
    left: 50%;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
  }
  .col-md-pull-3 {
    left: 25%;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
  }
  .col-md-pull-0 {
    left: auto;
  }
  .col-md-push-12 {
    right: 100%;
  }
  .col-md-push-11 {
    right: 91.66666667%;
  }
  .col-md-push-10 {
    right: 83.33333333%;
  }
  .col-md-push-9 {
    right: 75%;
  }
  .col-md-push-8 {
    right: 66.66666667%;
  }
  .col-md-push-7 {
    right: 58.33333333%;
  }
  .col-md-push-6 {
    right: 50%;
  }
  .col-md-push-5 {
    right: 41.66666667%;
  }
  .col-md-push-4 {
    right: 33.33333333%;
  }
  .col-md-push-3 {
    right: 25%;
  }
  .col-md-push-2 {
    right: 16.66666667%;
  }
  .col-md-push-1 {
    right: 8.33333333%;
  }
  .col-md-push-0 {
    right: auto;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
  }
  .col-lg-pull-9 {
    left: 75%;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
  }
  .col-lg-pull-6 {
    left: 50%;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
  }
  .col-lg-pull-3 {
    left: 25%;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
  }
  .col-lg-pull-0 {
    left: auto;
  }
  .col-lg-push-12 {
    right: 100%;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
  }
  .col-lg-push-9 {
    right: 75%;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
  }
  .col-lg-push-6 {
    right: 50%;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
  }
  .col-lg-push-3 {
    right: 25%;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
  }
  .col-lg-push-0 {
    right: auto;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-right: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: right;
}
th {
  text-align: right;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.input-field {
  /*height: 38px;*/
  position: relative;
}
.input-field input {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: #555;
  border: 1px solid #fff;
  height: 38px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-indent: 15px;
}
.input-field textarea {
  height: 158px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  text-indent: 15px;
  padding: 0;
}
.input-field label {
  position: absolute;
  top: 7px;
  right: 15px;
  color: #000000;
  font-size: 9.5pt;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.input-field input:focus,
.input-field textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-field input:focus ~ label,
.input-field textarea:focus ~ label {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  opacity: 0;
}
.input-field input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-field input:-ms-input-placeholder {
  color: #999;
}
.input-field input::-webkit-input-placeholder {
  color: #999;
}
.input-field input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.input-field input[disabled],
.input-field input[readonly],
fieldset[disabled] .input-field input {
  background-color: #eee;
  opacity: 1;
}
.input-field input[disabled],
fieldset[disabled] .input-field input {
  cursor: not-allowed;
}
input[type="search"] {
  -webkit-appearance: none;
}
/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}*/
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-right: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-right: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-left: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-right: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-right: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  display: none;
  float: right;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: right;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: 0;
  right: auto;
}
.dropdown-menu-left {
  left: auto;
  right: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  left: 0;
  right: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: auto;
    right: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: right;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
.btn-toolbar {
  margin-right: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group {
  float: right;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-right: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  right: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: right;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-right: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-right: -1px;
}
.nav {
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: var(--color-green);
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-left: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  right: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-left: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: right;
}
.nav-pills > li + li {
  margin-right: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: var(--color-green);
}
.nav-pills > li.active > a:before {
  content: '';
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid var(--color-green);
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-right: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  right: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 999;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: right;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-left: -15px;
  margin-bottom: 8px;
  margin-right: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-right: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-right: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: right !important;
  }
  .navbar-right {
    float: left !important;
    margin-left: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-left: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-right: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pager {
  padding-right: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
}
.nav-pills > li > a > .badge {
  margin-right: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  left: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: right;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-right: 10px;
}
.media-left,
.media > .pull-left {
  padding-left: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-right: 0;
  list-style: none;
}
.list-group {
  padding-right: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: right;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21pt;
  line-height: 1;
  color: #fff;
}
.close:hover,
.close:focus {
  color: var(--color-blue);
  text-decoration: none;
  cursor: pointer;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*z-index: 105000;*/
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 !important;
  margin: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  /*background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;*/
  outline: 0;
  /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.95);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-header {
  padding: 0;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0px 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 1170px;
    margin: 10px auto;
  }
  .modal-content {
    /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1),0px 15px 50px -30px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1),0px 15px 50px -30px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1),0px 15px 50px -30px rgba(0,0,0,0.15);*/
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-right: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-right: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  right: 50%;
  margin-right: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  left: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-left-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-right-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  right: 50%;
  margin-right: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-right: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  right: 50%;
  margin-right: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-right: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  right: 1px;
  content: " ";
  border-left-color: #fff;
  border-right-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  right: 50%;
  margin-right: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-right: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  left: 1px;
  bottom: -10px;
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    right: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  right: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  right: 100%;
}
.carousel-inner > .prev {
  right: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  right: 0;
}
.carousel-inner > .active.left {
  right: -100%;
}
.carousel-inner > .active.right {
  right: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: 0;
  right: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 50%;
  z-index: 15;
  width: 60%;
  padding-right: 0;
  margin-right: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 20px;
  right: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-right: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-left: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: left !important;
}
.pull-left {
  float: right !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*NM*/
/************** variable ***************/
/*var(--color-green): #354052;
#fff: #fff;
var(--color-dark): #cca776;
var(--color-dark): #ffd194;
var(--color-dark): #5a555b;
var(--color-green)2: #3f495a;
var(--color-green)3: #8693a8;*/
/************** Combine ***************/
.clear {
  clear: both;
  display: table;
  content: '';
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*.pull-left {
    float: right !important;
}

.pull-right {
    float: left !important;
}*/
.ripplelink {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink:hover {
  z-index: 999;
}
.ripplelink2:hover {
  z-index: 999;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ink2 {
  display: block;
  position: absolute;
  background: rgba(15, 44, 102, 0.2);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/************** FORM-EFFECT ***************/
@-webkit-keyframes input-highlight {
  0% {
    background-size: 0 2px,100% 1px;
  }
  100% {
    background-size: 100% 2px,100% 1px;
  }
}
@keyframes input-highlight {
  0% {
    background-size: 0 2px,100% 1px;
  }
  100% {
    background-size: 100% 2px,100% 1px;
  }
}
.form-control:focus {
  outline: none;
  -webkit-animation: input-highlight 0.5s forwards;
  animation: input-highlight 0.5s forwards;
  background-size: 0 2px,100% 1px;
}
.form-group.has-success .control-label {
  color: #0f9d58;
}
.form-group.has-success input.form-control:not(.empty) ~ .floating-label {
  color: #0f9d58;
}
.form-group.has-info .form-control {
  box-shadow: none;
}
.input-group .form-control-wrapper {
  margin-right: 5px;
  margin-left: 5px;
}
.input-group .form-control-wrapper .form-control {
  float: none;
}
.input-group .input-group-addon {
  border: 0;
  background: transparent;
}
.input-group .input-group-btn .btn {
  border-radius: 4px;
  margin: 0;
}
.form-control-wrapper input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.tp-ct-form .form-group {
  margin-bottom: 25px;
}
.tp-ct-form .control-label {
  font-weight: normal;
  color: #847774;
  text-align: left;
}
.control-label {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  font-size: 8pt;
}
.wpcf7-form .form-group label {
  font-weight: normal;
}
.wpcf7-form-control {
  border: 0;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(99%);
  background-position: center bottom, center -moz-calc(99%);
  background-position: center bottom, center calc(100% - 1px);
  background-position: center bottom;
}
span.field-validation-valid {
  font-size: 7.5pt !important;
  color: red;
  display: none;
}
span.field-validation-error {
  font-size: 7.5pt !important;
  color: red;
}
.reload {
  vertical-align: middle;
  cursor: pointer;
  font-style: normal;
  float: right;
  font-size: 16pt;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.reload:before {
  content: "\e031";
  font-family: 'Glyphicons Halflings';
}
.reload:hover {
  color: var(--color-green);
}
.waitinginput {
  display: none;
  width: auto;
  height: 35px;
  line-height: 0.5;
  color: black;
  border: 0;
  background: none;
}
.submit {
  background: var(--color-green);
  color: var(--color4);
  border: 0;
  cursor: pointer;
  font-size: 11pt;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -ms-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
  padding: 2px 15px;
}
.submit:hover {
  background: var(--color-green);
}
input[type="submit"] {
  background: var(--color-green);
  color: var(--color4);
  border: 0;
  cursor: pointer;
  font-size: 12pt;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -ms-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
  padding: 2px 15px;
}
input[type="submit"]:hover {
  background: var(--color-green);
}
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 {
  border: 0 !important;
}
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-color: transparent !important;
}
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: var(--color-green);
}
.dr-ltr {
  direction: ltr;
}
/*************** MAINBODY *****************/
p {
  color: #808080;
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
  text-justify: inter-word;
}
@font-face {
  font-family: IRANSans2;
  font-style: normal;
  font-weight: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  src: url(/GlobalItems/fonts/fontawesome-webfont.eot) format('eot');
  src: url(/GlobalItems/fonts/fontawesome-webfont.woff) format('woff'), url(/GlobalItems/fonts/fontawesome-webfont.ttf) format('truetype');
}
body,
html {
  font-family: IRANSans, tahoma, 'Cabin', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 2;
  background-color: #f2f4f6;
  color: #727273;
  width: 100%;
  position: relative;
}
a:focus,
*:focus {
  outline: none;
}
textarea {
  resize: none;
}
/*textarea.form-control {
    height: 88px !important;
}*/
button {
  font-family: IRANSans, tahoma, 'Cabin', sans-serif !important;
}
/*SH*/
div.infiniteScrollLoading {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  clear: both;
  display: none;
}
.productImg {
  width: 477px;
  height: 283px;
}
/*SH*/
hr {
  margin: 1px;
}
p,
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: var(--color-blue2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}
a:hover,
a:focus {
  color: var(--color-green);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
label {
  font-weight: normal;
}
img {
  border: 0;
}
li {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}
button {
  font-family: IRANSans, tahoma, Cabin, sans-serif;
}
/***********/
.btnCustom {
  background-color: var(--color-green);
  position: relative;
  z-index: 1;
  color: var(--color4) !important;
  width: 130px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 8pt;
  line-height: 1.4;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin: auto;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}
.btnCustom:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btnCustom:focus {
  background-color: var(--color-green);
}
@-webkit-keyframes header-anim {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-anim {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/************** TOPHEADER *****************/
.topHeader {
  background-color: var(--color-dark);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
  z-index: 999;
}
.topHeader * {
  color: var(--color1);
  font-size: 9pt;
}
.topHeader a:hover {
  color: var(--color2);
}
.topHeader i {
  font-size: 17pt;
  display: inline-block;
  vertical-align: middle;
}
.topHeader .logo {
  display: inline-block;
  position: relative;
  top: 4px;
  z-index: 2;
}
.topHeader .logo img {
  max-height: 40px;
  width: 158px;
  display: inline-block;
}
.topHeader .logReg {
  margin-top: 12px;
  position: relative;
  top: -6px;
}
.topHeader .logReg i {
  margin-left: 9px;
}
.topHeader .logReg a {
  position: relative;
  padding-left: 20px;
}
.topHeader .logReg a:before {
  content: '';
  width: 1px;
  height: 10px;
  background: var(--color1);
  position: absolute;
  left: 10px;
  top: 3px;
}
.topHeader .logReg a:last-child:before {
  display: none;
}
.topHeader .info {
  margin-top: 12px;
}
.topHeader .info i {
  margin-right: 5px;
}
.topHeader .info .infoItem {
  float: left;
  margin-right: 25px;
}
.topHeader:after {
  clear: both;
  display: table;
  content: '';
}
/**************** HEADER ******************/
strong {
  font-weight: normal;
  font-family: IRANSans2;
}
header {
  background-color: #f3f7ff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  position: relative;
  z-index: 999;
  /*lang*/
  /*basket*/
}
header .lang {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin-top: 12px;
  position: relative;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  width: 50px;
}
header .lang > a {
  width: 39px;
  height: 39px;
  border: 2px solid #dcdfe6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: relative;
}
header .lang > a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  line-height: 1;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #000;
  width: 3px;
}
header .lang > a img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 5px auto;
}
header .lang ul {
  width: 50px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  padding-top: 5px;
  left: 0;
  top: 40px;
  display: none;
}
header .lang ul li {
  display: block;
  margin-bottom: 5px;
}
header .basketDiv {
  position: relative;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
header .basketDiv.fixBasket {
  position: fixed;
  top: 5px;
  z-index: 4;
}
header .basketDiv.fixBasket .basket_top {
  border-left: 0;
}
header .basketDiv.fixBasket .basket_top:before,
header .basketDiv.fixBasket .basket_top:after {
  display: none;
}
header .basketDiv.fixBasket .basket_top a i,
header .basketDiv.fixBasket .basket_top a label {
  color: var(--color-blue);
}
header .basket_top {
  width: 70px;
  height: 62px;
  background-color: var(--color-green);
  position: relative;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-left: 20px;
}
header .basket_top a {
  display: block;
  direction: ltr;
  color: var(--color4);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin-top: 9px;
}
header .basket_top a i {
  font-size: 17pt;
  display: inline-block;
  vertical-align: middle;
}
header .basket_top a label {
  font-size: 10.5pt;
  display: inline-block;
  vertical-align: middle;
  color: var(--color4);
  margin-left: 5px;
}
header:after {
  clear: both;
  display: table;
  content: '';
}
/*sreach*/
.search {
  width: 34px;
  margin-left: 65px;
  position: absolute;
  padding-top: 3px;
  overflow: hidden;
  background-color: #f3f7ff;
  height: 45px;
  z-index: 100;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search .input-field {
  width: 156px;
  float: right;
  margin-right: 22px;
}
.search .input-field input {
  background-color: #f3f7ff;
  padding: 0;
}
.search .input-field label {
  top: 13px;
  right: 0;
  color: #808080;
  font-family: iransans2;
  font-size: 9.5pt;
}
.search .magnify {
  border: 0;
  background: transparent;
  color: #1f1f1f;
  font-size: 26pt;
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  z-index: 1;
  background-color: #f3f7ff;
}
.search .magnify:hover {
  color: #808080;
}
.search .close {
  position: absolute;
  right: 0;
  top: 21px;
  color: grey;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search .close:before {
  content: "\F156";
  font-family: "Material Design Icons";
}
.search .close:hover {
  color: #1f1f1f;
}
.search .searchIn {
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.search:after {
  clear: both;
  display: table;
  content: '';
}
.search.open {
  width: 210px;
}
.search.open .searchIn {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.menufix {
  position: fixed !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 99;
  top: 0;
  right: 0;
  animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -webkit-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -moz-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -ms-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -o-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -webkit-transition: 0.5s ease-in-out 0;
  -moz-transition: 0.5s ease-in-out 0;
  -ms-transition: 0.5s ease-in-out 0;
  -o-transition: 0.5s ease-in-out 0;
  transition: 0.5s ease-in-out 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 50, 53, 0.2);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 50, 53, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 50, 53, 0.2);
  background-color: #f3f7ff;
}
.menufix .search,
.menufix .lang {
  display: none;
}
.menufix .menu {
  margin-right: 0;
}
.menufix .menu i {
  display: none;
}
.menufix .basket_top {
  margin-left: 0;
}
.menufix .top_block.basket {
  left: 0;
}
/*menu*/
nav.menu {
  position: relative;
  margin-right: 100px;
  /*.transition(0.8s);*/
}
nav.menu i.mdi.mdi-menu {
  float: right;
  padding: 12px 0 11px 10px;
  font-size: 25pt;
  line-height: 1;
  color: #cccccc;
  cursor: pointer;
}
nav.menu > ul {
  font-family: IRANSans2;
  float: right;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
nav.menu > ul li {
  position: relative;
}
nav.menu > ul > li {
  float: right;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.menu > ul > li > a {
  position: relative;
  display: block;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.menu > ul > li > a > span {
  position: relative;
  font-size: 9.5pt;
  padding: 18.5px 16px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  display: block;
  color: #808080;
  z-index: 1;
}
nav.menu > ul > li > a > span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-dark);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  z-index: -1;
}
nav.menu > ul > li > a span.ink2.animate {
  position: absolute;
  padding: 0px;
}
nav.menu > ul > li > a span.ink2.animate:before {
  display: none;
}
nav.menu > ul > li > ul {
  display: none;
  position: absolute;
  width: 220px;
  z-index: 1;
  background: #f2fbff;
  z-index: -1 !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 50, 53, 0.1), 0px 20px 20px -10px rgba(0, 50, 53, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 50, 53, 0.1), 0px 20px 20px -10px rgba(0, 50, 53, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 50, 53, 0.1), 0px 20px 20px -10px rgba(0, 50, 53, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
nav.menu > ul > li > ul li {
  float: right;
  z-index: 1;
  display: block;
  width: 100%;
}
nav.menu > ul > li > ul li a {
  position: relative;
  color: #808080;
  display: block;
  font-size: 9.5pt;
  padding: 8px 30px 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: -moz-right !important;
  text-align: -webkit-right !important;
  text-align: right !important;
  border-bottom: 1px dotted #b9bdbf;
}
nav.menu > ul > li > ul li a span {
  display: block;
  position: relative;
}
nav.menu > ul > li > ul li:hover > a {
  background: #e6eff4;
}
nav.menu > ul > li > ul li ul {
  display: none;
  position: absolute;
  width: 220px;
  z-index: 1;
  background: #f2fbff;
  z-index: -1 !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 50, 53, 0.1), 0px 20px 20px -10px rgba(0, 50, 53, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 50, 53, 0.1), 0px 20px 20px -10px rgba(0, 50, 53, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 50, 53, 0.1), 0px 20px 20px -10px rgba(0, 50, 53, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  right: 220px;
  top: 0;
}
nav.menu > ul > li > ul li:last-child a {
  border: 0;
}
nav.menu > ul > li > ul li.sub-menu a:after {
  content: "";
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #f2fbff;
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
  width: 11px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
nav.menu > ul > li > ul li.sub-menu > a:before {
  content: "\F141";
  left: 8px;
  right: inherit;
  top: 5px;
  bottom: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: grey;
  font-size: 11pt;
}
nav.menu > ul > li > ul li.sub-menu:hover > a:before {
  content: "\F142";
  color: grey;
}
nav.menu > ul > li > ul:after {
  clear: both;
  display: table;
  content: '';
}
nav.menu > ul > li:hover > a:before {
  color: var(--color2);
}
nav.menu > ul > li:hover > a:after {
  opacity: 1;
}
nav.menu > ul > li:hover > a span {
  color: var(--color2);
}
nav.menu > ul > li:hover > a span:before {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
nav.menu > ul > li.sub-menu > a {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
nav.menu > ul > li.sub-menu > a:after {
  content: "";
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 11px solid #f2fbff;
  position: absolute;
  bottom: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
nav.menu > ul li.sub-menu > a {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
nav.menu > ul li.sub-menu > a:before {
  color: #595959;
  content: "\F140";
  font-family: "Material Design Icons";
  font-size: 13pt;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -1px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 999;
}
nav.menu > ul li.sub-menu:hover > a:before {
  color: var(--color2);
  content: "\F143";
}
nav.menu > ul li.sub-menu:hover > a:after {
  opacity: 1;
}
nav.menu .active-menu > a span {
  color: var(--color-dark);
}
nav.menu.close {
  overflow: hidden;
}
nav.menu.close > ul {
  float: right;
  transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
}
.dropdown-inline {
  display: inline-block;
  position: relative;
}
#jquery-script-menu {
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;
  right: 0;
  border-top: 5px solid #316594;
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.jquery-script-center {
  width: 960px;
  margin: 0 auto;
}
.jquery-script-center ul {
  width: 212px;
  float: right;
  line-height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jquery-script-center a {
  text-decoration: none;
}
.jquery-script-ads {
  width: 728px;
  height: 90px;
  float: left;
}
.jquery-script-clear {
  clear: both;
  height: 0;
}
.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-right-color: #000;
  position: absolute;
  left: 6px;
  top: 9px;
}
.dropdown-menu {
  min-width: 250px;
}
.dropdown-menu > li.open > a {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.dropdown-menu .dropdown-menu {
  right: 100%;
  margin: 0;
  left: auto;
  top: -5px;
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  right: auto;
  left: 100%;
}
.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.dropdownhover-top {
  margin-bottom: 2px;
  margin-top: 0;
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto;
}
.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
}
.dropdownhover-bottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.dropdownhover-left {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.dropdownhover-right {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.dropdownhover-top {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu:after {
  clear: both;
  display: table;
  content: '';
}
ul.menu > li {
  float: right;
  list-style: none;
}
ul.menu > li > a {
  padding: 15px;
  display: block;
  color: #fff;
}
ul.menu > li:first-child > a {
  padding-right: 0;
}
ul.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background: #ee6e73;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.menu2 {
  display: none;
}
@media only screen and (max-width: 992px) {
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
  }
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropup,
.dropdown {
  position: relative;
}
nav.menu.menufix {
  position: fixed !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 999;
  top: 0;
  right: 0;
  animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -webkit-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -moz-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -ms-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -o-animation: 0.5s ease 0.027s normal both 1 running header-anim;
  -webkit-transition: 0.5s ease-in-out 0;
  -moz-transition: 0.5s ease-in-out 0;
  -ms-transition: 0.5s ease-in-out 0;
  -o-transition: 0.5s ease-in-out 0;
  transition: 0.5s ease-in-out 0;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 50, 53, 0.2);
  background-color: #f3f7ff;
}
nav.menu.menufix i.mdi.mdi-menu {
  display: none;
}
nav.menu.menufix > ul {
  width: 1170px;
  margin: auto;
  float: none;
}
/************** MENURESIZE ****************/
.menuMobile {
  position: relative;
  height: 30px;
  background-color: #c8cbcc;
  display: none;
}
.css-script-ads {
  padding-right: 240px;
  margin: 0;
}
.scroll-menu {
  max-height: 675px;
  overflow: hidden;
  overflow-y: auto;
}
.menuResize {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  max-height: 880px;
  width: 240px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.topHeader.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}
.menuResize.fixed span {
  display: none;
}
.menuResize * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 8.5pt;
}
#menuTrigger:checked ~ .menuResize {
  pointer-events: auto;
  background: var(--color-dark);
}
#menuTrigger:checked ~ .menu h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#menuTrigger:checked ~ .menuResize .link,
#menuTrigger:checked ~ .menuResize .heade-featurer-resize,
#menuTrigger:checked ~ .menuResize .search-resize {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#menuTrigger:checked ~ .menuResize .link,
#menuTrigger:checked ~ .menuResize .top {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#menuTrigger:checked ~ .menuResize .link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menuTrigger:checked ~ .menuResize .heade-featurer-resize,
#menuTrigger:checked ~ .menuResize .search-resize {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menuTrigger:checked ~ .menuResize .top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menuResize span {
  position: absolute;
  top: 2px;
  right: 47px;
  z-index: 1;
  margin: 0;
  font-size: 9pt;
  font-weight: normal;
  line-height: 56px;
  color: #fff;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.menuResize .links {
  position: relative;
  z-index: 1;
  list-style: none;
  color: #808080;
  margin: 45px 0 5px;
  direction: rtl;
  padding-bottom: 0;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.menuResize .links > li:last-child {
  border-bottom: 1px dotted;
}
.menuResize .heade-featurer-resize,
.menuResize .search-resize {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.menuResize .top {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.menuResize .link {
  font-size: 9pt;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
/*.menuResize .top {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}*/
.menuResize .link:nth-child(1) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.menuResize .link:nth-child(2) {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}
.menuResize .link:nth-child(3) {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0);
}
.menuResize .link:nth-child(4) {
  -webkit-transform: translate3d(-400%, 0, 0);
  transform: translate3d(-400%, 0, 0);
}
.menuResize .link:nth-child(5) {
  -webkit-transform: translate3d(-500%, 0, 0);
  transform: translate3d(-500%, 0, 0);
}
.menuResize .link:nth-child(6) {
  -webkit-transform: translate3d(-600%, 0, 0);
  transform: translate3d(-600%, 0, 0);
}
.menuResize .link:nth-child(7) {
  -webkit-transform: translate3d(-700%, 0, 0);
  transform: translate3d(-700%, 0, 0);
}
.menuResize .link:nth-child(8) {
  -webkit-transform: translate3d(-800%, 0, 0);
  transform: translate3d(-800%, 0, 0);
}
.menuResize .link:nth-child(9) {
  -webkit-transform: translate3d(-900%, 0, 0);
  transform: translate3d(-900%, 0, 0);
}
.menuResize .link:nth-child(10) {
  -webkit-transform: translate3d(-1000%, 0, 0);
  transform: translate3d(-1000%, 0, 0);
}
.menuResize .link:nth-child(11) {
  -webkit-transform: translate3d(-1100%, 0, 0);
  transform: translate3d(-1100%, 0, 0);
}
.menuResize .link:nth-child(12) {
  -webkit-transform: translate3d(-1200%, 0, 0);
  transform: translate3d(-1200%, 0, 0);
}
.menuResize .link:nth-child(13) {
  -webkit-transform: translate3d(-1300%, 0, 0);
  transform: translate3d(-1300%, 0, 0);
}
.menuResize .link:nth-child(14) {
  -webkit-transform: translate3d(-1400%, 0, 0);
  transform: translate3d(-1400%, 0, 0);
}
.menuResize .link:nth-child(15) {
  -webkit-transform: translate3d(-1500%, 0, 0);
  transform: translate3d(-1500%, 0, 0);
}
.menuResize .link:nth-child(16) {
  -webkit-transform: translate3d(-1600%, 0, 0);
  transform: translate3d(-1600%, 0, 0);
}
.menuResize .link:nth-child(17) {
  -webkit-transform: translate3d(-1700%, 0, 0);
  transform: translate3d(-1700%, 0, 0);
}
.menuResize .link:nth-child(18) {
  -webkit-transform: translate3d(-1800%, 0, 0);
  transform: translate3d(-1800%, 0, 0);
}
.menuResize .link:nth-child(19) {
  -webkit-transform: translate3d(-1900%, 0, 0);
  transform: translate3d(-1900%, 0, 0);
}
.menuResize .link:nth-child(20) {
  -webkit-transform: translate3d(-2000%, 0, 0);
  transform: translate3d(-2000%, 0, 0);
}
.menuResize .heade-featurer-resize {
  -webkit-transform: translate3d(-1200%, 0, 0);
  transform: translate3d(-1200%, 0, 0);
}
.menuResize .top {
  -webkit-transform: translate3d(-1100%, 0, 0);
  transform: translate3d(-1100%, 0, 0);
}
.menuResize .link a {
  display: block;
  color: currentColor;
  padding: 10px;
  text-decoration: none;
}
.menuResize .link > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.menuResize .trigger {
  background: transparent;
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 15px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: -webkit-transform, box-shadow;
  transition-property: transform, box-shadow;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menuResize .trigger:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: box-shadow 0.2s 0.4s ease-in-out;
  transition: box-shadow 0.2s 0.4s ease-in-out;
}
#menuTrigger:checked ~ .menuResize .trigger {
  -webkit-transform: translate3d(-180px, 0, 0);
  transform: translate3d(-180px, 0, 0);
  box-shadow: 0 0 0 880px var(--color-dark);
}
#menuTrigger:checked ~ .menuResize .trigger:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  /*box-shadow: 0 0 0 0 #fff inset, 0 0 0 28px #fff inset;*/
}
#menuTrigger:checked ~ .menuResize .trigger .line:nth-child(1) {
  -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
  transform: translateY(0) translate3d(-50%, -50%, 0);
  -ms-transform: rotate(130deg);
  /* IE 9 */
  -webkit-transform: rotate(130deg);
  /* Chrome, Safari, Opera */
  transform: rotate(130deg);
  left: 0;
  right: 0;
  margin: auto;
  /*background: var(--color-green);*/
}
#menuTrigger:checked ~ .menuResize .trigger .line:nth-child(2) {
  display: none;
}
#menuTrigger:checked ~ .menuResize .trigger .line:nth-child(3) {
  -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
  transform: translateY(0) translate3d(-50%, -50%, 0);
  -ms-transform: rotate(-130deg);
  /* IE 9 */
  -webkit-transform: rotate(-130deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-130deg);
  left: 0;
  right: 0;
  margin: auto;
  /*background: var(--color-green);*/
}
#menuTrigger:checked ~ .menuResize .scroll1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menuResize .trigger .line {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  height: 2px;
  width: 18.66667px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  border: 0 !important;
}
.menuResize .trigger .line:nth-child(1) {
  -webkit-transform: translateY(-5px) translate3d(-50%, -50%, 0);
  transform: translateY(-5px) translate3d(-50%, -50%, 0);
}
.menuResize .trigger .line:nth-child(3) {
  -webkit-transform: translateY(5px) translate3d(-50%, -50%, 0);
  transform: translateY(5px) translate3d(-50%, -50%, 0);
}
#menuTrigger {
  position: fixed;
  top: 0;
  right: -20px;
}
ul.links li.have-sub ul {
  display: none;
}
ul.links li.have-sub ul li a {
  padding: 10px 25px;
}
.have-sub > a:after {
  color: var(--color1);
  content: '+';
  font-size: 10pt;
  vertical-align: middle;
  padding-right: 13px;
}
.open-li > a:after {
  content: '-' !important;
}
ul.links li.have-sub ul > li a:before {
  content: '-';
  margin-left: 3px;
}
.menuResize .active > a {
  background-color: rgba(255, 255, 255, 0.1);
}
#menuTrigger:checked ~ .menuResize span {
  opacity: 0;
}
.menu2 {
  display: none;
}
.other {
  position: relative;
  z-index: 1;
  list-style: none;
  color: #808080;
  margin: 0;
  direction: rtl;
  padding: 0 15px 25px;
}
.other .search {
  width: 100% !important;
  margin: 0;
  position: relative;
  background: transparent;
}
.other .search * {
  background-color: transparent !important;
}
.other .search .close {
  display: none;
}
.other .search .input-field {
  width: 100%;
  float: right;
  margin-right: 0;
}
.other > * {
  -webkit-transform: translate3d(-150%, 0, 0);
  transform: translate3d(-150%, 0, 0);
  display: block;
}
#menuTrigger:checked ~ .menuResize .other > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/**************** Carousel ***************/
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
/* mouse grab icon */
.grabbing {
  /*cursor: url(../img/grabbing.png) 8 8, move;*/
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin: auto;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  position: absolute;
  top: 20%;
  z-index: 1;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-family: "Material Design Icons";
  font-size: 35pt;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #808080;
}
.owl-theme .owl-controls .owl-buttons div:after {
  display: block;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: var(--color-blue);
}
.owl-theme .owl-controls .owl-buttons .owl-next:after {
  content: "\F142";
  margin-left: 1px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\F141";
  margin-right: 1px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-dark);
  opacity: 0.5;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  border: 1px solid var(--color-dark);
  opacity: 1;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
/*animation form slider*/
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/****** myCarousel ******/
.myCarousel {
  direction: ltr;
}
.myCarousel:after {
  clear: both;
  display: table;
  content: '';
}
.myCarousel .owl-next {
  right: -25px;
}
.myCarousel .owl-prev {
  left: -25px;
}
.myCarousel .owl-pagination {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  display: none;
}
.myCarousel .item {
  direction: rtl;
  padding: 20px 15px 35px;
}
/************** Slider ***************/
.slideshow_contant {
  z-index: 1000;
  /*min-height: 484px;*/
}
.slideshow_contant .owl-controls {
  margin: auto;
}
.slideshow_contant .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  position: absolute;
  top: 40%;
  z-index: 1;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-family: "Material Design Icons";
  font-size: 25pt;
  line-height: 1.6;
  width: 53px;
  height: 53px;
  background-color: #fff;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-radius: 50%;
  color: #808080;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1), 0px 16px 8px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1), 0px 16px 8px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1), 0px 16px 8px -10px rgba(0, 0, 0, 0.1);
}
.slideshow_contant .owl-controls .owl-buttons div:after {
  display: block;
}
.slideshow_contant .owl-controls .owl-buttons div:hover {
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 10px -10px rgba(0, 0, 0, 0.1);
  background-color: var(--color-dark);
  color: var(--color1);
}
.slideshow_contant .owl-next {
  right: 20px;
}
.slideshow_contant .owl-prev {
  left: 20px;
}
.slideshow_contant .owl-theme .owl-controls .owl-buttons div:before {
  margin: 3px -4px;
}
.slideshow_contant .owl-theme .owl-controls .owl-buttons .owl-next:after {
  right: -1px;
}
.slideshow_contant .owl-theme .owl-controls .owl-buttons .owl-prev:after {
  left: 1px;
}
.box-clear:after {
  clear: both;
  display: table;
  content: '';
}
.slideshow {
  direction: ltr;
}
.slideshow:after {
  clear: both;
  display: table;
  content: '';
}
.slideshow .owl-controls {
  margin-top: 0;
}
.slideshow .owl-controls .active span {
  background-color: #e34759;
}
.owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.owl-next.ripplelink {
  right: 2%;
}
.owl-prev.ripplelink {
  left: 2%;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*************** Bread-crumb ***************/
.bread-crumb {
  margin-bottom: 35px;
  clear: both;
  margin: 10px auto 30px;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.bread-crumb ol {
  margin: 0;
  padding: 0;
}
.bread-crumb ol li {
  display: inline-block;
  vertical-align: middle;
  float: right;
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
}
.bread-crumb ol li a {
  color: #808080;
  font-family: IRANSans2;
  font-size: 7.5pt;
  position: relative;
}
.bread-crumb ol li a:before {
  content: "\F141";
  position: absolute;
  left: -15px;
  font-family: "Material Design Icons";
  font-size: 9pt;
  top: 1px;
}
.bread-crumb ol li a i {
  font-size: 15pt;
  line-height: 0.8;
  display: inline-block;
  vertical-align: top;
}
.bread-crumb ol li:last-child a {
  color: #4d4d4d;
}
.bread-crumb ol li:last-child a:before {
  display: none;
}
.bread-crumb ol:after {
  clear: both;
  display: table;
  content: '';
}
.bread-crumb:after {
  clear: both;
  display: table;
  content: '';
}
/***************** Paging *****************/
/*.paging-model2 {
    .paging {
        border: 0 !important;
        padding: 0 !important;

        > ul {
            margin: 0;
            float: left;
            margin-right: 25px;

            > li {
                position: relative;
                display: inline-block;
                vertical-align: middle;
                font-size: 11pt;
                .transition(.8s);
                width: 26px;
                height: 26px;

                a {
                    color: #898989;
                }

                &:hover {
                    a {
                        color: var(--color-dark);
                    }
                }

                &:first-child {
                    font-family: "Material Design Icons";
                    font-size: 16pt;
                    line-height: 1.3;

                    a {
                        color: #818181;

                        &:before {
                            content: "\F142";
                            margin-right: -1px;
                        }
                    }
                }

                &:last-child {
                    font-family: "Material Design Icons";
                    font-size: 16pt;
                    line-height: 1.3;

                    a {
                        color: #818181;

                        &:before {
                            content: "\F141";
                            margin-right: -1px;
                        }
                    }
                }
            }

            > li.active {
                a {
                    color: var(--color-dark);
                }
            }
        }

        .text {
            float: right;
            font-size: 9pt;
            color: #808080;
            margin: 1px 0 0 0;
            font-family: iransans2;
        }

        .selectDrop {
            float: left;
            width: 80px;
        }
    }
}

.pagination {
    margin: 0;

    .pages {
        margin-right: 25px;
        float: left;

        a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #898989;
            font-size: 11pt;
            .transition(.8s);
            width: 26px;
            height: 26px;

            &:hover {
                color: var(--color-dark);
            }

            &:first-child {
                font-family: "Material Design Icons";
                font-size: 16pt;
                line-height: 1.3;
                color: #818181;

                &:before {
                    content: "\F142";
                    margin-right: -1px;
                }
            }

            &:last-child {
                font-family: "Material Design Icons";
                font-size: 16pt;
                line-height: 1.3;
                color: #818181;

                &:before {
                    content: "\F141";
                    margin-right: -1px;
                }
            }
        }

        a.active {
            color: var(--color-dark);
        }
    }

    .showRow {
        float: left;
        width: 80px;
    }

    .Rowtxt {
        float: right;
        font-size: 9pt;
        color: #808080;
        margin: 1px 0 0 0;
        font-family: iransans2;
    }
}*/
.paging-model2 .paging {
  border: 0 !important;
  padding: 0 !important;
}
.paging-model2 .paging .selectMaterial {
  border: 0;
}
.paging-model2 .paging > .select-wrapper {
  position: relative;
  width: 270px;
  height: 34px;
  float: right;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.paging-model2 .paging > .select-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.paging-model2 .paging > .select-wrapper i {
  color: grey;
  font-size: 17pt;
  line-height: 1.6;
  margin-right: 6px;
}
.paging-model2 .paging > .select-wrapper .text {
  position: absolute;
  margin-right: 15px;
  z-index: 999;
  color: grey;
  line-height: 2.6;
  font-family: IRANSans2;
  font-size: 10pt;
}
.paging-model2 .paging > .select-wrapper .select-wrapper.initialized {
  position: absolute;
  width: 100%;
  z-index: 999;
  right: 0;
  left: 0;
  margin: auto;
  height: 34px;
}
.paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content {
  top: 34px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 15px 20px -10px rgba(0, 0, 0, 0.1);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li {
  clear: none;
  cursor: pointer;
  min-height: inherit;
  line-height: 2;
  width: auto;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li > span {
  font-size: 12pt;
  color: #666;
  display: block;
  line-height: 2;
  padding: 14px 12px;
  border: 0;
}
.paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li:hover {
  background-color: #f2f2f2;
}
.paging-model2 .paging > .select-wrapper .select-wrapper span.caret {
  left: 25px;
  top: 8px;
  font-size: 0;
}
.paging-model2 .paging > .select-wrapper .select-wrapper span.caret:before {
  content: "\F140";
  font-family: "Material Design Icons";
  font-size: 17pt;
  color: #a1a2a5;
  line-height: 1;
}
.paging-model2 .paging > .select-wrapper input.select-dropdown {
  height: 34px;
  text-indent: 50px;
  direction: ltr;
  font-size: 10pt;
}
.paging-model2 .paging > ul {
  display: block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin: auto;
}
.paging-model2 .paging > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.paging-model2 .paging > ul > li a {
  color: #898989;
  font-size: 11pt;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.paging-model2 .paging > ul > li:hover a {
  color: var(--color-dark);
}
.paging-model2 .paging > ul > li:first-child {
  font-family: "Material Design Icons";
  line-height: 1.5;
}
.paging-model2 .paging > ul > li:first-child a {
  font-size: 17pt;
}
.paging-model2 .paging > ul > li:first-child a:before {
  content: "\F142";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
}
.paging-model2 .paging > ul > li:last-child {
  font-family: "Material Design Icons";
  line-height: 1.5;
}
.paging-model2 .paging > ul > li:last-child a {
  font-size: 17pt;
}
.paging-model2 .paging > ul > li:last-child a:before {
  content: "\F141";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
}
.paging-model2 .paging > ul > li.active a {
  color: var(--color-dark);
}
.pagination {
  margin: 0;
}
.pagination .pages {
  display: block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin: auto;
}
.pagination .pages .paging1 {
  display: inline-block;
  vertical-align: middle;
}
.pagination .pages a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #898989;
  font-size: 11pt;
  width: 26px;
  height: 26px;
  line-height: 2;
}
.pagination .pages a:hover {
  color: #4d4d4d;
}
.pagination .pages a.next {
  font-family: "Material Design Icons";
  font-size: 17pt;
  line-height: 1.5;
}
.pagination .pages a.next:before {
  content: "\F142";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
}
.pagination .pages a.previuse {
  font-family: "Material Design Icons";
  font-size: 17pt;
  line-height: 1.5;
}
.pagination .pages a.previuse:before {
  content: "\F141";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
}
.pagination .pages a.active {
  color: var(--color-dark);
}
.pagination .showRow {
  width: 270px;
  height: 34px;
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.pagination .showRow .fleft > .select-wrapper {
  position: relative;
  width: 270px;
  height: 34px;
  float: right;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.pagination .showRow .fleft > .select-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.pagination .showRow i.mdi.mdi-apps {
  color: #808080;
  font-size: 17pt;
  line-height: 1.6;
  margin-right: 6px;
}
.pagination .showRow .select-wrapper.initialized {
  position: absolute;
  width: 100%;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  height: 34px;
}
.pagination .showRow .select-wrapper.initialized .dropdown-content {
  top: 34px !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.pagination .showRow .select-wrapper.initialized .dropdown-content li {
  clear: none;
  cursor: pointer;
  min-height: inherit;
  line-height: 2;
  width: auto;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pagination .showRow .select-wrapper.initialized .dropdown-content li > span {
  font-size: 12pt;
  color: #666;
  display: block;
  line-height: 2;
  padding: 14px 12px;
  border: 0;
}
.pagination .showRow .select-wrapper.initialized .dropdown-content li:hover {
  background-color: #f2f2f2;
}
.pagination .showRow .select-wrapper span.caret {
  font-size: 0;
  left: 25px;
  top: 8px;
}
.pagination .showRow .select-wrapper span.caret:before {
  content: "\F140";
  font-family: "Material Design Icons";
  font-size: 17pt;
  color: #a1a2a5;
  line-height: 1;
}
.pagination .Rowtxt {
  float: left;
  font-size: 10pt;
  color: #808080;
  font-family: IRANSans2;
}
.pagination .selectMaterial {
  border: 0;
}
.pagination .select-wrapper .text {
  position: absolute;
  margin-right: 15px;
  z-index: 1;
  color: grey;
  line-height: 2.6;
  font-family: IRANSans2;
  font-size: 10pt;
}
.pagination .select-wrapper input.select-dropdown {
  height: 34px;
  text-indent: 50px;
  direction: ltr;
  font-size: 10pt;
}
.pagination.text-center {
  margin: auto;
  display: block;
  float: none !important;
}
.pagination.text-center .pages {
  margin: 15px auto;
  float: none;
}
.paging-model2.text-center {
  margin: 15px auto;
  display: block;
  float: none !important;
}
.paging-model2.text-center .paging > ul {
  margin: 0 auto;
  float: none;
}
.fleft {
  display: inline;
}
.page-number {
  position: relative;
  background: var(--color-dark);
  height: 24px;
  margin: 0 auto 16px;
  width: 99%;
  padding: 0 !important;
}
.page-number .page-txt {
  float: right;
  background-color: var(--color-blue);
  color: #fff;
  padding: 0 10px 0 0;
  height: 24px;
  font-size: 9pt;
  line-height: 2;
}
.page-number span.infiniteScrollPageContainer {
  background: var(--color-blue);
  color: #fff;
  display: block;
  text-align: center;
  padding: 0px 2px 0 5px;
  position: relative;
  height: 24px;
  font-size: 9pt;
  line-height: 2;
  float: right;
}
.page-number span.infiniteScrollPageContainer:after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  bottom: -12px;
  border-top-color: var(--color-blue);
  content: " ";
  border-width: 6px;
  box-sizing: border-box;
  z-index: 1;
  right: -19px;
}
.dropdown-content {
  min-width: inherit;
}
.dropdown-content li > span {
  font-size: 8pt;
  color: #666;
}
.selectDrop {
  background: var(--color-dark) !important;
  color: var(--color1) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.selectDrop:before {
  content: '';
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  bottom: 0px;
  right: 55px;
}
.selectDrop i {
  color: var(--color1) !important;
}
.selectDrop span.caret:before {
  content: "\F143" !important;
  color: #fff !important;
}
.selectDrop > * {
  color: var(--color1) !important;
}
.selectDrop .text,
.selectDrop input.select-dropdown {
  color: var(--color1) !important;
}
/**************** Category ****************/
.categoryMargin {
  width: 270px;
  position: relative;
  height: 31px;
  margin-right: 35px;
}
.parentCategori {
  position: absolute;
  z-index: 10;
  min-width: 100%;
  right: 0;
  background: #fff;
}
.parentCategori .sidebar-widget-title {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 9.5pt;
  color: grey;
  font-family: iransans2;
  height: 31px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
}
.parentCategori .sidebar-widget-title span {
  line-height: 2.5;
  color: gray;
}
.parentCategori .sidebar-widget-title span:before {
  content: "\F35C";
  font-family: "Material Design Icons";
  font-size: 18pt;
  margin-left: 10px;
  line-height: 1;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px 0 5px;
}
.parentCategori .sidebar-widget-title * {
  display: inline-block;
  vertical-align: middle;
}
.parentCategori .sidebar-widget-title i {
  z-index: 1;
  top: 5px;
  left: 3px;
  font-style: normal;
  line-height: 0.9;
  position: absolute;
  left: 6px;
  font-size: 17pt;
  color: #818181;
}
.parentCategori .openIt {
  background-color: var(--color-dark);
}
.parentCategori .openIt span {
  color: var(--color1);
}
.parentCategori .openIt span:before {
  color: var(--color2);
}
.parentCategori .openIt i:before {
  content: "\F143";
  color: var(--color2);
}
.parentCategori .sidebar-widget-title.categoryTitle i {
  margin-left: 10px;
  vertical-align: bottom;
  float: right;
}
.parentCategori .sidebar-widget-title.categoryTitle i:before {
  font-size: 9pt;
  vertical-align: middle;
}
.parentCategori ul.category {
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  background: #fff;
  top: 31px;
  z-index: 10;
  border-top: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-family: IRANSans2;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
}
.parentCategori ul.category:before {
  content: '';
  width: 7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
  right: 17%;
}
.parentCategori ul.category li {
  position: relative;
}
.parentCategori ul.category li a {
  width: 100%;
  position: relative;
  display: block;
  color: #808080;
  font-size: 8.5pt;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.parentCategori ul.category li a:hover {
  color: var(--color-dark);
}
.parentCategori ul.category li ul {
  background-color: #f6f6f6;
}
.parentCategori ul.category li ul li {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.parentCategori ul.category li ul li a {
  padding: 5px 50px;
}
.parentCategori ul.category li ul li:hover {
  background-color: #e9e9e9;
}
.parentCategori ul.category li ul li:hover > a {
  color: #666666;
}
.parentCategori ul.category li ul li ul li a {
  padding: 1px 60px;
}
.parentCategori ul.category > li > a {
  padding: 7px 18px;
  font-size: 9.5pt;
  position: relative;
  border-bottom: 1px dotted #bfbfbf;
}
.parentCategori ul.category > li > a > span {
  display: block;
}
.parentCategori ul.category > li:last-child a {
  border: 0;
}
.parentCategori ul.category li.open > a {
  color: var(--color-dark);
}
.parentCategori ul.category li.has-sub ul {
  display: none;
}
.parentCategori ul.category li.has-sub > a:after {
  content: "\F140";
  font-family: "Material Design Icons";
  position: absolute;
  left: 7px;
  font-size: 17pt;
  color: #818181;
  top: -1px;
}
.parentCategori ul.category li.has-sub li.has-sub > a:after {
  top: -5px;
}
.parentCategori ul.category .has-sub.open > a:after {
  content: "\F143";
}
/***************** CUSTOM *****************/
/*.mySelect.show {
    background-color: var(--color-dark);
    color: var(--color1);

    &:before {
        content: "\F143";
        color: var(--color2);
    }

    ::-webkit-input-placeholder {
        color: var(--color1);
    }

    ::-moz-placeholder { 
        color: var(--color1);
    }

    :-ms-input-placeholder {
        color: var(--color1);
    }

    :-moz-placeholder { 
        color: var(--color1);
    }
}*/
.pages-wrapper {
  min-height: 700px;
  padding-bottom: 50px;
}
.pages-wrapper h1,
.pages-wrapper h2,
.pages-wrapper h3,
.pages-wrapper h4,
.pages-wrapper h5,
.pages-wrapper h6 {
  color: #4c4c4c;
  font-weight: bold;
  line-height: 1.6;
}
.pages-wrapper h2 {
  font-size: 1.5em;
}
.pages-wrapper h3 {
  font-size: 1.2em;
}
.pages-wrapper h4 {
  font-size: 1.1em;
}
.pages-wrapper h5 {
  font-size: 1em;
}
.pages-wrapper h6 {
  font-size: 0.9em;
}
.pages-wrapper .title {
  font-family: IRANSans2;
  color: var(--color-blue);
  font-size: 14.5pt;
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.pages-wrapper strong {
  color: var(--color-blue);
  font-size: 12.5pt;
}
.pages-wrapper p {
  color: #808080;
  line-height: 1.8;
}
.pages-wrapper a {
  word-break: break-all;
}
.pages-wrapper:after {
  clear: both;
  display: table;
  content: '';
}
.rowTop {
  margin-bottom: 20px;
  padding-bottom: 3px;
  /*.sort {
        .selectIn {
            li {
                width: 100%;
                .text-right;
                float: right;
                padding: 7px 18px;
                font-size: 9.5pt;
                position: relative;
                border-bottom: 1px dotted #bfbfbf;
                font-family: IRANSans2;
                margin: 0;
                line-height: 2;

                &:last-child {
                    border: 0;
                }

                &:hover {
                    color: var(--color-dark);
                }
            }

            li.selected {
                color: var(--color-dark);
            }
        }

        input {
            width: 105px;
        }
    }*/
}
.rowTop .mySelect {
  width: 270px;
  height: 31px;
  position: relative;
  cursor: pointer;
  padding-right: 5px;
  color: #808080;
  font-size: 9.5pt;
  font-family: iransans2;
  line-height: 2.5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
}
.rowTop .mySelect:before {
  content: "\F140";
  font-family: "Material Design Icons";
  position: absolute;
  left: 6px;
  font-size: 17pt;
  color: #a1a2a5;
  top: -11px;
}
.rowTop .mySelect i {
  float: right;
  margin-left: 15px;
  font-size: 17pt;
  line-height: 1.4;
}
.rowTop .mySelect .selectIn {
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  background: #fff;
  top: 31px;
  z-index: 10;
  border-top: 0;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-family: iransans;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-family: IRANSans2;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
}
.rowTop .mySelect .selectIn:before {
  content: '';
  width: 7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
  right: 20%;
}
.rowTop .mySelect .selectIn li {
  display: inline-block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  cursor: pointer;
  color: #bebebe;
  font-size: 12pt;
  padding: 12px;
  margin: 0 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.rowTop .mySelect .selectIn li:hover {
  background-color: #f2f2f2;
  color: #717171;
}
.rowTop .mySelect .selectIn li.selected {
  background-color: #f2f2f2;
  color: #717171;
}
.rowTop .mySelect input {
  width: 80px;
  float: left;
  height: 31px;
  cursor: default;
  background: 0 0;
  color: #808080;
  font-size: 9.5pt;
  padding-top: 2px;
}
.rowTop .mySelect .showRow .fleft {
  display: inline;
}
.rowTop .mySelect.show {
  background-color: var(--color-dark);
  color: var(--color2);
}
.rowTop .mySelect.show .Rowtxt,
.rowTop .mySelect.show .text {
  color: var(--color1);
}
.rowTop .mySelect.show:before {
  content: "\F143";
  color: var(--color2);
}
.rowTop .mySelect.show ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color2);
}
.rowTop .mySelect.show ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color2);
}
.rowTop .mySelect.show :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color2);
}
.rowTop .mySelect.show :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color2);
}
.rowTop .sort {
  width: 230px;
  height: 34px;
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.rowTop .sort > .select-wrapper {
  position: relative;
  width: 230px;
  height: 34px;
  float: right;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.rowTop .sort > .select-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.rowTop .sort > .select-wrapper > span {
  position: absolute;
  margin-right: 15px;
  z-index: 999;
  color: #808080;
  line-height: 2.6;
  font-family: IRANSans2;
  font-size: 10pt;
}
.rowTop .sort > .select-wrapper span.caret {
  font-size: 0;
  left: 25px;
  top: 8px;
}
.rowTop .sort > .select-wrapper span.caret:before {
  content: "\F140";
  font-family: "Material Design Icons";
  font-size: 17pt;
  color: #a1a2a5;
  line-height: 1;
}
.rowTop .sort i {
  color: #808080;
  font-size: 17pt;
  line-height: 1.6;
  margin-right: 6px;
}
.rowTop .sort .select-wrapper.initialized {
  position: absolute;
  width: 100%;
  z-index: 999;
  right: 0;
  left: 0;
  margin: auto;
  height: 34px;
}
.rowTop .sort .select-wrapper input.select-dropdown {
  height: 34px;
  text-indent: 50px;
  direction: ltr;
  font-size: 8.5pt;
}
.rowTop .sort .dropdown-content {
  top: 34px !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.rowTop .sort .dropdown-content li {
  min-height: inherit;
  line-height: 2;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.rowTop .sort .dropdown-content li span {
  padding: 7px 18px;
  font-size: 9.5pt;
  border-bottom: 1px dotted #bbbbbb;
  width: 100%;
  display: block;
  color: #808080;
  font-size: 10pt;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  font-family: IRANSans2;
}
.rowTop .pagination,
.rowTop .paging-model2 {
  position: relative;
  z-index: 3;
}
.rowTop:after {
  clear: both;
  display: table;
  content: '';
}
/************* ARTICLENEWS ****************/
.newsItem {
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
.newsItem .img {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  height: 228px;
  background: #fff;
  overflow: hidden;
}
.newsItem img {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  max-height: 228px;
}
.newsItem a {
  color: #5f6466;
  font-family: iranSans2;
  font-size: 10pt;
  line-height: 1.6;
  display: block;
  height: 62px;
  overflow: hidden;
  padding: 10px 20px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.newsItem .row {
  padding: 0px 20px 20px;
}
.newsItem .col-xs-9 {
  padding-left: 20px;
}
.newsItem p {
  font-size: 8.5pt;
  line-height: 1.6;
  height: 126px;
}
.newsItem .date {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
}
.newsItem .date:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 0;
  border-right: 1px dotted #b2b2b2;
  padding-bottom: 15px;
}
.newsItem .date * {
  display: block;
  font-size: 9pt;
  line-height: 1.5;
  color: #969799;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsItem .date *:last-child {
  letter-spacing: 3px;
}
.newsItem .date strong {
  font-size: 27pt;
  font-family: iransans;
  line-height: 1;
  margin-bottom: -3px;
  color: var(--color-blue2);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.newsItem .cat {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
  color: #969799;
  font-size: 9pt;
  margin-top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.newsItem .cat:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 0;
  border-right: 1px dotted #b2b2b2;
  padding-bottom: 15px;
}
.newsItem:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.newsItem:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.newsItem:last-child {
  border: 0;
}
.newsItem:after {
  clear: both;
  display: table;
  content: '';
}
/*********** ARTICLEINNEWSIN **************/
.boxWhite {
  background: #fff;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.boxWhite .productItem .price .red {
  background: #fff;
}
.boxWhite:after {
  clear: both;
  display: table;
  content: '';
}
.newsIn .title {
  padding-right: 20px;
  line-height: 1.8;
}
.newsIn .summery {
  padding-right: 20px;
  margin-top: 80px;
}
.newsIn .summery .date {
  float: right;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
  padding-left: 15px;
  width: 15%;
}
.newsIn .summery .date:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -5px;
  top: 0;
  border-left: 1px dotted #b2b2b2;
  padding-bottom: 15px;
}
.newsIn .summery .date * {
  display: block;
  font-size: 9pt;
  line-height: 1.5;
  color: #969799;
}
.newsIn .summery .date strong {
  font-size: 27pt;
  font-family: iransans;
  line-height: 1;
  margin-bottom: -3px;
  color: var(--color-blue2);
}
.newsIn .summery .text {
  float: left;
  width: 85%;
  padding-right: 25px;
}
.newsIn .summery .text strong {
  color: #4d4d4d;
  font-size: 10pt;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
}
.newsIn .summery .text p {
  font-size: 8.5pt;
  line-height: 1.6;
}
.newsIn .newsImg {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
}
.padding25 {
  padding: 0 25px;
}
.relate {
  margin-top: 70px;
  min-height: 560px;
}
.relate .title {
  padding-right: 0;
}
.relate .newsItem .row {
  display: none;
}
.relate .owl-controls .owl-buttons div {
  top: 100px;
}
.relate:after {
  clear: both;
  display: table;
  content: '';
}
/**************** CONTACT *****************/
.order-form label.active {
  opacity: 0;
}
.order-form .input-field {
  height: 65px;
}
.contact .map {
  height: 370px;
  width: 100%;
  margin-bottom: 55px;
}
.contact .map iframe {
  width: 100% !important;
  height: 100% !important;
}
.contact .map:after {
  clear: both;
  display: table;
  content: '';
}
.contact .info {
  margin-bottom: 60px;
  margin-top: 25px;
  min-height: 250px;
}
.contact .info p {
  margin-bottom: 15px;
}
.contact .info p:after {
  clear: both;
  display: table;
  content: '';
}
.contact .info i {
  width: 7%;
  float: right;
  color: #afafb3;
  font-size: 17pt;
  line-height: 1;
}
.contact .info strong {
  float: right;
  width: 16%;
  color: #7d7d80;
  font-family: IRANSans;
  font-size: 10.5pt;
}
.contact .info span {
  padding-left: 60px;
  width: 77%;
  float: right;
  color: #7d7d80;
}
.contact .info:after {
  clear: both;
  display: table;
  content: '';
}
.contact .social strong {
  margin-bottom: 7px;
  display: block;
}
.contact .social a {
  float: right;
  margin-left: 25px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
}
.contact .social a i {
  font-size: 17pt;
  color: #c2c5cb;
  display: block;
  line-height: 1.7;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.contact .social a svg {
  display: block;
  margin-top: 12px;
}
.contact .social a svg path {
  fill: #c2c5cb;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.contact .social a:hover i {
  color: var(--color-blue);
}
.contact .social a:hover svg path {
  fill: var(--color-blue);
}
.contact .social:after {
  clear: both;
  display: table;
  content: '';
}
.contact .selectBank {
  margin: 30px auto 15px;
}
.contact .selectBank > * {
  display: inline-block;
}
.contact .selectBank button {
  margin-right: 30px;
}
.contact .selectBank .bank-item {
  display: inline-block;
}
.contact .selectBank .bank-item > * {
  display: inline-block;
  direction: ltr;
}
.contact .input-field {
  margin-bottom: 0;
}
.contact .input-field input {
  background: #fff;
  height: 38px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
.contact .input-field input:focus {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
}
.contact .input-field textarea {
  height: 210px;
  min-height: 210px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  padding: 0;
  background: #fff !important;
  margin: 8px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact .input-field textarea:focus {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
}
.contact .input-field textarea ~ label {
  top: 20px;
}
.contact .input-field label {
  color: #808080;
}
.contact .g-recaptcha {
  width: 55%;
  float: right;
  overflow: visible;
}
.contact .btnCustom {
  width: 45%;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: var(--color-blue);
  color: var(--color5);
  height: 75px;
  font-size: 10.5pt;
}
.contact form {
  margin-top: 25px;
}
.contact form:after {
  clear: both;
  display: table;
  content: '';
}
.contact:after {
  clear: both;
  display: table;
  content: '';
}
/****************** FAQ *******************/
.faqList {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin: 40px 0 0;
}
.faqList .faqItem .question {
  color: #808080;
  border-bottom: 1px dotted #bfbfbf;
  cursor: pointer;
  font-family: IRANSans2;
  position: relative;
  padding: 11px 70px;
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.faqList .faqItem .question:before {
  content: "\F140";
  font-family: "Material Design Icons";
  font-size: 18pt;
  position: absolute;
  left: 30px;
  top: 5px;
}
.faqList .faqItem .question:after {
  clear: both;
  display: table;
  content: '';
}
.faqList .faqItem .reply {
  color: #7c7c7c;
  padding: 30px 100px 50px;
  background-color: #f6f6f6;
  font-size: 10pt;
  display: none;
}
.faqList .faqItem .reply p {
  color: #7d7d80;
}
.faqList .faqItem:after {
  clear: both;
  display: table;
  content: '';
}
.faqList .faqItem:last-child .question {
  border: 0;
}
.faqList .faqItem.open .question {
  background-color: var(--color-dark);
  color: var(--color2);
}
.faqList .faqItem.open .question:before {
  content: "\F143";
}
.faqList:after {
  clear: both;
  display: table;
  content: '';
}
/**************** GALLERY *****************/
.galleryList .row {
  margin: 0 -5px;
}
.galleryList .col-sm-4 {
  padding: 0 5px;
}
.galleryList .galleryItem {
  position: relative;
  height: 287px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.galleryList .galleryItem img {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  max-height: 287px;
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.galleryList .galleryItem figcaption {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 1, 1, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000101', GradientType=0);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.galleryList .galleryItem figcaption > b {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.galleryList .galleryItem figcaption strong {
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-size: 12pt;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 15px;
}
.galleryList .galleryItem figcaption span {
  position: absolute;
  bottom: 15px;
  color: #a9a9a9;
  font-size: 9pt;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 15px;
}
.galleryList .galleryItem figcaption i {
  color: #fff;
  font-size: 34pt;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 33%;
  bottom: 0;
}
.galleryList .galleryItem:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
}
.galleryList .galleryItem:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.galleryList .galleryItem:hover figcaption {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.galleryList:after {
  clear: both;
  display: table;
  content: '';
}
#demo6 {
  direction: ltr;
}
#demo6:after {
  clear: both;
  display: table;
  content: '';
}
#demo6 .owl-buttons {
  top: inherit;
}
#demo6 #sync1 {
  padding: 0 3.5px;
  margin-bottom: 20px;
}
#demo6 #sync1 .item {
  padding: 0;
  margin: 0;
}
#demo6 #sync1 .item img {
  width: 100%;
}
#demo6 #sync1 .owl-buttons {
  opacity: 1;
}
#demo6 #sync1:after {
  clear: both;
  display: table;
  content: '';
}
#demo6 #sync2 .item {
  padding: 0;
  margin: 3px 3.5px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  cursor: pointer;
}
#demo6 #sync2 .owl-item.synced .item {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#demo6 #sync2:after {
  clear: both;
  display: table;
  content: '';
}
#demo6 .owl-theme .owl-controls {
  position: absolute;
  bottom: -2%;
  width: 100%;
}
#demo6 .owl-theme .owl-controls .owl-buttons {
  top: inherit;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#demo6 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -50px;
}
#demo6 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -50px;
}
.itemIn {
  width: 900px;
  margin: auto;
  direction: rtl;
}
.itemIn img {
  width: 100%;
  display: block;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  border-radius: 13px;
}
.itemIn strong {
  color: #fff;
  font-size: 12pt;
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
}
.itemIn span {
  color: #a9a9a9;
  font-size: 9pt;
  display: block;
}
.modal-body .row {
  margin: 0 -3.5px;
}
/*************** PORTFOLIO ****************/
.portfolioList {
  background: #fff;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.portfolioList .page-number {
  width: 97.5%;
}
.portfolioList .portfolioItem {
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.portfolioList .portfolioItem .img {
  overflow: hidden;
  width: 100%;
  height: 197px;
}
.portfolioList .portfolioItem img {
  width: 100%;
  max-height: 197px;
}
.portfolioList .portfolioItem .portfolio-text {
  display: block;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  width: 100%;
  margin: auto;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  padding: 0 15px;
  cursor: pointer;
  line-height: 2.5;
  background-color: var(--color-dark);
  color: var(--color2);
}
.portfolioList .portfolioItem .portfolio-text * {
  color: var(--color2);
}
.portfolioList .portfolioItem .portfolio-text strong {
  float: right;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolioList .portfolioItem .portfolio-text i {
  float: left;
  font-size: 17pt;
  line-height: 2;
}
.portfolioList .portfolioItem .portfolio-text:after {
  clear: both;
  display: table;
  content: '';
}
.portfolioList .portfolioItem:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.portfolioList .portfolioItem:hover .portfolio-text {
  opacity: 0.9;
}
.portfolioList .portfolioItem:after {
  clear: both;
  display: table;
  content: '';
}
.portfolioList:after {
  clear: both;
  display: table;
  content: '';
}
/************** PORTFOLIOIN ***************/
.portfolioIn .title {
  line-height: 1.8;
}
.portfolioIn .row5 {
  margin: 0 -5px;
}
.portfolioIn .myCarousel .item {
  padding: 0 5px;
}
.portfolioIn .myCarousel img {
  width: 100%;
}
.portfolioIn .myCarousel .owl-next {
  right: -45px;
}
.portfolioIn .myCarousel .owl-prev {
  left: -45px;
}
.portfolioIn .myCarousel .owl-buttons div {
  top: 40%;
}
.portfolioIn .portfolioIntro {
  padding: 30px 20px;
}
.portfolioIn .portfolioIntro:after {
  clear: both;
  display: table;
  content: '';
}
.portfolioIn .details {
  color: #808080;
  font-size: 9.5pt;
}
.portfolioIn strong {
  color: #4d4d4d;
  font-size: 10.5pt;
}
.portfolioIn:after {
  clear: both;
  display: table;
  content: '';
}
/*************** RANGE ****************/
.ui-slider {
  position: relative;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-handle:nth-child(2):before {
  right: inherit;
  left: 2px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  /*border: 1px solid #ddd;*/
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  color: #222;
  background: #fff;
  /*border: 1px solid #f7f7f7;
    border-top: 1px solid #e4e4e4;*/
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  color: #222;
  font-weight: 700;
  background: #808080;
  margin-top: 2px;
}
.ui-widget-header a {
  color: #787878;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  cursor: pointer;
  cursor: -webkit-grab;
  background: #FFF;
  font-weight: 400;
  color: #787878;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #808080;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #787878;
  text-decoration: none;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  outline: 0;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  outline: 0;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.range {
  position: relative;
  width: 100%;
  height: 7px;
  margin: 0 auto;
}
.range #amount {
  position: absolute;
  top: 10px;
  direction: rtl;
  width: 100%;
  right: -2px;
  font-size: 8pt;
  color: #808080;
}
.range #amount span.maxprice {
  float: right;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  margin-top: 15px;
}
.range #amount span.minprice {
  float: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
  margin-top: 15px;
}
li.range-wrapper {
  margin: 10px 5px 35px !important;
  padding: 0 !important;
}
.box {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.box .input-field label {
  top: 12px;
  right: 5px;
  color: #808080;
}
.box [type=checkbox] + label {
  font-size: 11.5pt;
  font-family: iransans2;
}
.box [type=checkbox] + label:before,
.box [type=checkbox]:not(.filled-in) + label:after {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.box .head {
  background-color: var(--color-dark);
  color: var(--color2);
  padding: 14px 15px;
  font-family: IRANSans2;
  position: relative;
  cursor: pointer;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  font-size: 12pt;
  border-radius: 5px;
}
.box .head:before {
  content: "\F140";
  position: absolute;
  left: 10px;
  top: 7px;
  font-family: "Material Design Icons";
  font-size: 25pt;
  line-height: 1.4;
  color: var(--color1);
}
.box .head:after {
  clear: both;
  display: table;
  content: '';
}
.box .head.open:before {
  content: "\F143";
}
.box .body {
  padding: 0 20px;
}
.box .body ul {
  max-height: 320px;
  overflow: hidden;
}
.box .body ul li {
  margin-bottom: 5px;
}
.box .body ul:after {
  clear: both;
  display: table;
  content: '';
}
.box .body .autoHeight {
  max-height: inherit !important;
}
.box .body:after {
  clear: both;
  display: table;
  content: '';
}
.box .body .color {
  margin: 20px -20px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  max-height: 380px;
  overflow: hidden;
}
.box .body .color input {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  right: 1px;
  opacity: 1;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  outline: none !important;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  cursor: pointer;
}
.box .body .color input:before {
  content: '';
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  left: 0;
  right: -4px;
  margin: auto;
  top: -4px;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.box .body .color input:after {
  content: "\F12C";
  font-family: "Material Design Icons";
  left: 0;
  right: 0;
  margin: auto;
  top: 6px;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.box .body .color input.select:before,
.box .body .color input.select:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.box .body .color:after {
  clear: both;
  display: table;
  content: '';
}
.box .body .more {
  font-size: 9.5pt;
  display: none;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin: 20px -20px 0;
  padding: 3px 0;
  background-color: #e6e6e6;
  color: #808080;
}
.box .body .more:hover {
  color: #fff;
  background: #4d4d4d;
}
.box:after {
  clear: both;
  display: table;
  content: '';
}
.price-range {
  position: relative;
  margin: 35px 0 20px;
}
.price-range:before {
  height: 1px;
  width: 100%;
  border-top: 1px dotted #000;
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
}
.price-range:after {
  clear: both;
  display: table;
  content: '';
}
.parentFilter .filter {
  width: 55px;
  height: 55px;
  display: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--color-blue);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #fff;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 20pt;
  line-height: 2.4;
  position: fixed;
  bottom: 10%;
  left: 15px;
  z-index: 999;
}
.parentFilter .filter:before {
  content: "\F232";
  font-family: "Material Design Icons";
}
.parentFilter aside i.mdi.mdi-close {
  display: none;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #333;
  font-size: 20pt;
  position: absolute;
  right: 50px;
  top: 0;
}
.parentFilter .btns {
  display: none;
}
.parentFilter .btns button {
  width: 50%;
  float: right;
  border: 0;
  height: 45px;
  font-size: 11pt;
}
.parentFilter .btns button i {
  font-size: 18pt;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.parentFilter .btns button.delet {
  background: #ffc600;
  color: #444;
}
.parentFilter .btns button.ok {
  background: #03a71a;
  color: #fff;
}
.parentFilter:after {
  clear: both;
  display: table;
  content: '';
}
.search2 {
  height: 47px;
  margin: 15px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-indent: 10px;
}
.search2 input {
  margin: 0;
  height: 47px !important;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) !important;
  background: transparent !important;
  padding: 0;
}
.search2 input:focus {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
}
.search2:hover input {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  right: -9999px;
  opacity: 0;
}
[type=checkbox] + label {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  color: #808080;
  font-size: 10.5pt;
}
[type=checkbox]:checked + label:before {
  top: 0;
  right: 10px;
  width: 7px;
  height: 14px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  z-index: 10;
  border-radius: 0;
}
[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #808080;
  margin-top: 2px;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
[type=checkbox]:checked + label:after {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
[type=checkbox]:checked + label {
  color: #4d4d4d;
}
/*************** PRODUCTS *****************/
.productList .row10 {
  margin: 0 -10px;
}
.productList .row10 > div {
  padding: 0 10px;
}
.productList .page-number {
  width: 97.5%;
}
.productList .col-lg-9 {
  padding-right: 77px;
}
.productList .categoryMargin {
  margin-right: 17px;
}
.productList .rowTop .sort .mySelect {
  width: 235px;
}
.productList:after {
  clear: both;
  display: table;
  content: '';
}
.productItem {
  margin-bottom: 40px;
  cursor: pointer;
}
.productItem .img {
  height: 256px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background: #fff;
  position: relative;
}
.productItem .img .new {
  width: 62px !important;
  height: 52px !important;
  position: absolute;
  top: 0;
  right: 0;
}
.productItem img {
  width: 100%;
  max-height: 256px;
}
.productItem a {
  color: #4d4d4d;
  font-size: 10pt;
  display: block;
  position: relative;
  font-family: IRANSans2;
  margin-top: 5px;
  height: 52px;
  overflow: hidden;
}
.productItem .off {
  width: 93px !important;
  height: 24px !important;
  position: absolute;
  right: 0;
  top: -12px;
}
.productItem .comingSoon,
.productItem .notAvail {
  width: 93px !important;
  height: 24px !important;
  position: absolute;
  left: 0;
  top: -12px;
}
.productItem .price {
  position: relative;
  display: block;
  margin-top: 15px;
}
.productItem .price:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px dotted #a9aaac;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.productItem .price .green {
  color: #21a642;
  font-family: IRANSans2;
  max-width: 60%;
  float: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
  margin-top: -18px;
  background: #f2f4f6;
  position: relative;
  z-index: 1;
  font-size: 16pt;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.productItem .price .green > span {
  color: #808080;
  font-family: IRANSans;
  font-size: 9pt;
}
.productItem .price .red {
  color: #dc2616;
  max-width: 60%;
  float: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
  clear: both;
  background: #f2f4f6;
  position: absolute;
  z-index: 1;
  margin-top: -12px;
  text-decoration: line-through;
  font-size: 9pt;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  left: 0;
  bottom: -35px;
}
.productItem .price .red > span {
  color: #808080;
  font-family: IRANSans;
  font-size: 8pt;
  text-decoration: line-through;
}
.productItem .price span {
  padding-right: 3px;
}
.productItem:hover .img {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.productItem:after {
  clear: both;
  display: table;
  content: '';
}
.products .col-md-9 {
  padding-right: 77px;
}
.products:after {
  clear: both;
  display: table;
  content: '';
}
/*************** PRODUCTIN ****************/
.myDropdown {
  height: 36px;
  background: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0;
  position: relative;
}
.myDropdown:before {
  content: "\F140";
  font-family: "Material Design Icons";
  position: absolute;
  left: 10px;
  font-size: 17pt;
  line-height: 1.6;
  color: #a1a2a5;
}
.myDropdown input {
  color: #808080;
  font-size: 9.5pt;
  text-indent: 15px;
  position: relative;
  display: block;
  height: 36px;
  cursor: pointer !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: IRANSans2;
}
.myDropdown ul {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  top: 36px;
  background-color: #fff;
  margin: 0;
  display: none;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
  width: 100%;
}
.myDropdown ul li {
  width: 100%;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  position: relative;
  border-bottom: 1px dotted #bfbfbf;
  font-family: IRANSans2;
  margin: 0;
  line-height: 2;
  min-height: inherit;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  padding: 7px 18px;
  font-size: 9.5pt;
  color: #808080;
}
.myDropdown ul li:hover {
  color: #000;
  background-color: #eee;
}
.myDropdown ul li.selected {
  color: #000;
  background-color: #eee;
}
.myDropdown ul.active {
  display: block;
  opacity: 1;
}
.porductIn .title {
  line-height: 1.8;
}
.porductIn .row10 {
  margin: 0 -7px;
}
.porductIn .rate {
  letter-spacing: -4px;
  margin-bottom: 25px;
  display: block;
}
.porductIn .rate i {
  font-size: 18pt;
  float: right;
  color: #8d8d8d;
}
.porductIn .rate i.mdi.mdi-star {
  color: var(--color-orange);
}
.porductIn .rate:after {
  clear: both;
  display: table;
  content: '';
}
.porductIn .priceItem {
  margin-bottom: 15px;
}
.porductIn .priceItem strong {
  background: #e1e3e6;
  color: #4d4d4d;
  font-size: 10pt;
  padding: 4px 20px;
  font-size: 9.5pt;
  float: right;
  width: 110px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.porductIn .priceItem > span {
  width: 60%;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
  float: left;
}
.porductIn .priceItem .green {
  color: #21a642;
  font-size: 17pt;
  font-family: iransans2;
  margin-top: -2px;
}
.porductIn .priceItem .green span {
  font-family: iransans;
  font-size: 10pt;
  color: #808080;
  margin-right: 5px;
}
.porductIn .priceItem .red {
  color: #db2616;
  display: block;
  text-decoration: line-through;
  font-size: 10pt;
  margin-top: -25px;
}
.porductIn .priceItem .gray {
  font-size: 10pt;
  display: block;
  color: #808080;
  margin-top: 6px;
}
.porductIn .priceItem .gray span {
  margin-right: 3px;
}
.porductIn .priceItem:after {
  clear: both;
  display: table;
  content: '';
}
.porductIn .priceItem.off strong {
  background: #dc2616;
  color: #fff;
}
.porductIn .count {
  float: right;
  width: 108px;
  height: 50px;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -khtml-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.porductIn .count input {
  width: 72px;
  float: left;
  border-right: 1px solid #b3b3b3 !important;
  height: 50px;
  text-align: center;
  color: #b3b3b3;
  font-size: 20pt;
  margin: 0;
  box-sizing: border-box;
}
.porductIn .count input:focus {
  color: #333;
}
.porductIn .count button {
  border: 0;
  float: right;
  width: 36px;
  height: 25px;
  background-color: transparent;
  font-size: 13pt;
  color: #b3b3b3;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  line-height: 1.2;
  padding: 0 12px;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.porductIn .count button:before {
  display: block;
}
.porductIn .count .plus {
  border-bottom: 1px solid #b3b3b3;
  line-height: 1.1;
}
.porductIn .count .plus:before {
  content: "\F415";
  font-family: "Material Design Icons";
}
.porductIn .count .minus:before {
  content: "\F374";
  font-family: "Material Design Icons";
  margin-top: -5px;
}
.porductIn .addToCart {
  background: #21a642;
  border: 0;
  float: left;
  color: #fff;
  height: 50px;
  padding: 0;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -khtml-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
.porductIn .addToCart i {
  float: left;
  width: 58px;
  background: #26bf4c;
  height: 50px;
  font-size: 17pt;
  font-weight: normal;
  line-height: 1;
}
.porductIn .addToCart i:before {
  display: block;
  margin: 15px 0 0 6px;
}
.porductIn .addToCart span {
  display: inline-block;
  font-size: 10pt;
  font-family: iransans2;
  padding: 11px 35px 11px 15px;
}
.porductIn .description {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}
.porductIn .description ul {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.porductIn .description ul li {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.porductIn .description ul li * {
  display: table-cell;
  vertical-align: inherit;
  font-family: iransans;
  font-size: 9pt;
  color: #808080;
}
.porductIn .description ul li *:first-child {
  color: #4d4d4d;
  padding-left: 25px;
}
.porductIn .col-xs-5 > .select-wrapper,
.porductIn .myColor {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0;
}
.porductIn .col-xs-5 > .select-wrapper span.caret,
.porductIn .myColor span.caret {
  top: -7px;
  color: #a1a2a5;
}
.porductIn .col-xs-5 > .select-wrapper:before,
.porductIn .myColor:before {
  width: 6px;
}
.porductIn .col-xs-5 > .select-wrapper input,
.porductIn .myColor input {
  /*cursor: pointer;
            width: 100%;
            height: 31px;
            cursor: default;
            background: 0 0;*/
  color: #808080;
  font-size: 9.5pt;
  /*padding: 0;*/
  font-family: IRANSans2;
  /*position: relative;*/
  cursor: pointer;
  /*z-index: 9999;*/
  text-indent: 15px;
}
.porductIn .col-xs-5 > .select-wrapper .dropdown-content,
.porductIn .myColor .dropdown-content,
.porductIn .col-xs-5 > .select-wrapper .colors,
.porductIn .myColor .colors {
  top: 30px !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.porductIn .col-xs-5 > .select-wrapper .dropdown-content li,
.porductIn .myColor .dropdown-content li,
.porductIn .col-xs-5 > .select-wrapper .colors li,
.porductIn .myColor .colors li {
  width: 100%;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  float: right;
  position: relative;
  border-bottom: 1px dotted #bfbfbf;
  font-family: IRANSans2;
  margin: 0;
  line-height: 2;
  min-height: inherit;
}
.porductIn .col-xs-5 > .select-wrapper .dropdown-content li > span,
.porductIn .myColor .dropdown-content li > span,
.porductIn .col-xs-5 > .select-wrapper .colors li > span,
.porductIn .myColor .colors li > span {
  padding: 7px 18px;
  font-size: 9.5pt;
  color: #808080;
}
.porductIn .col-xs-5 > .select-wrapper .dropdown-content li:last-child,
.porductIn .myColor .dropdown-content li:last-child,
.porductIn .col-xs-5 > .select-wrapper .colors li:last-child,
.porductIn .myColor .colors li:last-child {
  border: 0;
}
.porductIn .myColor {
  height: 31px;
  position: relative;
  cursor: pointer;
  padding-right: 5px;
  color: #808080;
  font-size: 9.5pt;
  font-family: iransans2;
  line-height: 2.5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.porductIn .myColor:before {
  content: "\F140";
  font-family: "Material Design Icons";
  position: absolute;
  left: 25px;
  font-size: 17pt;
  color: #a1a2a5;
  top: -11px;
}
.porductIn .myColor > span {
  display: block;
  width: 100%;
  height: 31px;
  cursor: default;
  background: 0 0;
  color: #808080;
  font-size: 9.5pt;
  padding-top: 2px;
  font-family: IRANSans2;
  position: relative;
  cursor: pointer;
  z-index: 1;
  padding: 0 15px;
}
.porductIn .myColor.show {
  background-color: var(--color-dark);
  color: var(--color1);
}
.porductIn .myColor.show:before {
  content: "\F143";
  color: var(--color2);
}
.porductIn .spacial .col-md-8 {
  padding-left: 65px;
  border-left: 1px dotted #808080;
  padding-top: 45px;
  padding-bottom: 15px;
}
.porductIn .spacial .col-md-4 {
  padding-right: 35px;
  padding-top: 35px;
}
.porductIn .colors {
  padding: 25px 10px;
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  background: #fff;
  top: 31px;
  z-index: 10;
  border-top: 0;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-family: iransans;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-family: IRANSans2;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
}
.porductIn .colors:before {
  content: '';
  width: 7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
  right: 20%;
}
.porductIn .colors input {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  right: 1px;
  opacity: 1;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  outline: none !important;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.porductIn .colors input:before {
  content: '';
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  left: 0;
  right: -4px;
  margin: auto;
  top: -4px;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.porductIn .colors input:after {
  content: "\F12C";
  font-family: "Material Design Icons";
  left: 0;
  right: -15px;
  margin: auto;
  top: 7px;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.porductIn .colors input.select:before,
.porductIn .colors input.select:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.porductIn .owl-next {
  right: -40px;
}
.porductIn .owl-prev {
  left: -40px;
}
.porductIn .productItem .price .green {
  background-color: #fff;
}
.porductIn .myCarousel {
  padding: 0 15px;
}
.porductIn:after {
  clear: both;
  display: table;
  content: '';
}
.tabDescription {
  padding: 30px;
}
.tabDescription:after {
  clear: both;
  display: table;
  content: '';
}
/*carousel*/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  /*position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
  display: inline-block;
  zoom: 1;
  position: absolute;
  top: 40%;
  z-index: 1;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 35pt;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #808080;
  background: transparent;
  border: 0;
}
.flickity-prev-next-button svg {
  display: none;
}
/*.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}*/
.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.previous:before {
  content: "\F141";
  font-family: "Material Design Icons";
}
.flickity-prev-next-button.next {
  right: -40px;
}
.flickity-prev-next-button.next:before {
  content: "\F142";
  font-family: "Material Design Icons";
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
/*.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}*/
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  /*position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;*/
  display: none;
}
/*.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}*/
.carousel {
  padding: 25px 0;
}
.carousel-cell {
  width: 44%;
  height: auto;
  margin-right: 30px;
  border-radius: 5px;
  counter-increment: gallery-cell;
  transition: all ease-in-out 0.3s;
  opacity: 0.3;
  padding: 20px 0;
}
.carousel-cell img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
}
.carousel-cell.is-selected {
  opacity: 1;
}
/************** tab-product ***************/
.tab-pro {
  clear: both;
  width: 100%;
}
.tab-pro .nav-tabs {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.tab-pro .nav-tabs > li a {
  background: none;
  border: 0 !important;
  padding: 8px 25px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.tab-pro .papertabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  /*overflow: hidden;*/
  *zoom: 1;
  margin-top: -20px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.tab-pro .papertabs li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin: 0 -3px;
}
.tab-pro .papertabs li:before {
  content: '';
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--color-orange);
  position: absolute;
  right: 0;
  top: 15px;
}
.tab-pro .papertabs li a {
  color: #808080;
  font-size: 10.5pt;
  display: block;
  margin: 0;
}
.tab-pro .papertabs li:first-child:before {
  display: none;
}
.tab-pro .papertabs a {
  color: inherit;
  text-decoration: none;
}
.tab-pro .papertabs a.pressed .paperripple .circle {
  animation: ripple 0.25s ease-in;
  -webkit-animation: ripple 0.25s ease-in;
  -moz-animation: ripple 0.25s ease-in;
  -ms-animation: ripple 0.25s ease-in;
  -o-animation: ripple 0.25s ease-in;
}
.tab-pro .papertabs a.focused .paperripple {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.tab-pro:after {
  clear: both;
  display: table;
  content: '';
}
.tab-pro .nav-tabs > li > a.active,
.tab-pro .nav > li > a:focus {
  color: #4d4d4d !important;
  background: none;
}
.tab-pro .nav > li > a:hover {
  color: #4d4d4d !important;
  background: none;
}
.tab-pro .nav-tabs > li > a.active i,
.tab-pro .nav > li > a:hover i,
.tab-pro .nav > li > a:focus i {
  color: var(--color-blue) !important;
}
#papertabs-line {
  position: absolute;
  height: 100%;
  top: 0px;
  border: 0 !important;
  padding: 0;
  z-index: 1;
}
#papertabs-line:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
  background: transparent;
  border-bottom: 2px solid var(--color-blue);
  border-radius: 0;
}
#papertabs-line:after {
  content: '';
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid var(--color-blue);
  position: absolute;
  width: 6px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6px;
}
.paperripple {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  background: rgba(33, 150, 243, 0);
  -webkit-transition: ease-in 0.4s;
  -moz-transition: ease-in 0.4s;
  -ms-transition: ease-in 0.4s;
  -o-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}
.paperripple .circle {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 255, 0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.tab-pro .tab-content > .tab-pane {
  padding: 25px 30px;
}
.tab-pro .tab-content > .tab-pane p {
  font-size: 10pt;
}
.tab-pro .tab-content img {
  margin: auto;
  display: block;
}
table.properties {
  border-spacing: 7px 0;
  border-collapse: separate;
}
table.properties tbody tr td {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #808080;
  font-size: 10pt;
  padding: 10px 75px;
}
table.properties tbody tr td:first-child {
  width: 15%;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding: 10px 15px;
}
table.properties tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}
table.properties i {
  font-size: 27pt;
  line-height: 0;
  display: block;
}
table.properties i.mdi.mdi-check {
  color: #21a642;
}
table.properties i.mdi.mdi-close {
  color: #e62e2e;
}
.peripheral-product {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
/*.bgDark {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,0.95);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200000000;
    display: none;
}*/
.formComment {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transform: translate(0, -225%);
  -webkit-transform: translate(0, -225%);
  -moz-transform: translate(0, -225%);
  -ms-transform: translate(0, -225%);
  -o-transform: translate(0, -225%);
  width: 723px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
  background: #f2f2f2;
  background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f2f2f2), color-stop(49%, #f2f2f2), color-stop(49%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -o-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -ms-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
  z-index: 999;
  padding: 25px 25px 35px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 30px 50px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 30px 50px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 30px 50px -10px rgba(0, 0, 0, 0.3);
}
.formComment .input-field {
  margin-bottom: 20px;
  height: auto;
}
.formComment .input-field input {
  border: 1px solid #bfbfbf !important;
  background: #fff !important;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  border-radius: 35px;
}
.formComment .input-field input:focus {
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 5px -15px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 5px -15px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 5px -15px rgba(0, 0, 0, 0.1) !important;
}
.formComment .input-field textarea {
  height: 225px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.formComment .input-field textarea:focus {
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 5px -15px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 5px -15px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 20px 5px -15px rgba(0, 0, 0, 0.1) !important;
}
.formComment .input-field label {
  color: #808080;
}
.formComment .input-field:after {
  clear: both;
  display: table;
  content: '';
}
.formComment .g-recaptcha {
  max-width: inherit;
  overflow: visible;
  display: block;
  margin: 0 auto 15px;
  width: 300px;
}
.formComment .btnCustom {
  width: 150px;
  height: 36px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  font-size: 10.5pt;
  line-height: 2;
}
.formComment strong {
  color: #4d4d4d;
  font-size: 12pt;
  display: block;
  margin-bottom: 25px;
}
.formComment .close {
  float: none;
  font-size: 17pt;
  line-height: 1;
  color: #b3b3b3;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.formComment .close:hover {
  color: #4d4d4d;
}
.formComment form {
  padding: 0 15px;
}
.formComment.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.commentLink {
  width: 44px;
  height: 44px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-blue);
  color: var(--color5);
  margin: 0 auto 55px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 25pt;
  line-height: 1.4;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.commentLink:before {
  display: block;
  margin-left: 2px;
}
.commentLink:hover,
.commentLink:focus {
  width: 58px;
  height: 58px;
  background-color: #4d4d4d;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 41px;
}
.commentList .commentItem {
  margin-bottom: 25px;
  padding: 0 70px 25px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  border-bottom: 1px dotted #cccccc;
}
.commentList .commentItem .img {
  width: 78px;
  height: 78px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: auto;
  border: 2px solid #e6e6e6;
}
.commentList .commentItem .img img {
  width: 68px;
  height: 68px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin: 3px auto;
}
.commentList .commentItem strong {
  color: #4d4d4d;
  font-size: 11pt;
  display: block;
}
.commentList .commentItem .date {
  font-size: 8pt;
  color: #b3b3b3;
  line-height: 1;
  display: block;
  margin-bottom: 25px;
}
.commentList .commentItem p {
  text-align-last: center;
}
.commentList .commentItem:after {
  clear: both;
  display: table;
  content: '';
}
.commentList .commentItem:last-child {
  border-bottom: 0;
}
.commentList:after {
  clear: both;
  display: table;
  content: '';
}
/**************** SERVICES ****************/
.serviceList .page-number {
  width: 97.5%;
}
.serviceList:after {
  clear: both;
  display: table;
  content: '';
}
.serviceItem {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 25px 20px -15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
}
.serviceItem .img {
  height: 208px;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.serviceItem img {
  max-height: 208px;
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.serviceItem figcaption {
  padding: 15px;
}
.serviceItem figcaption a {
  display: block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: var(--color-dark);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: iranSans2;
  font-size: 12pt;
  margin: 10px auto;
}
.serviceItem figcaption p {
  font-size: 9pt;
  line-height: 1.8;
  margin-bottom: 22px;
  height: 84px;
}
.serviceItem figcaption:after {
  clear: both;
  display: table;
  content: '';
}
.serviceItem .btnCustom {
  line-height: 3;
}
.serviceItem:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
}
.serviceItem:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.serviceItem:after {
  clear: both;
  display: table;
  content: '';
}
/**************** SERVICEIN ***************/
.serviceIn .title {
  display: block;
  line-height: 1.8;
}
.serviceIn .download {
  line-height: 3.2;
  margin-top: 15px;
  display: inline-block;
}
.serviceIn .download i {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 17pt;
  margin-left: 5px;
}
.serviceIn:after {
  clear: both;
  display: table;
  content: '';
}
.serviceIn .summery strong {
  color: #4d4d4d;
  font-size: 10.5pt;
  display: block;
}
.serviceIn .summery p {
  font-size: 9pt;
  line-height: 1.6;
}
.serviceIn .serviceCarousel .owl-controls .owl-buttons div {
  top: 40%;
  font-size: 26pt;
}
.serviceIn .serviceCarousel img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.serviceIn .serviceCarousel:after {
  clear: both;
  display: table;
  content: '';
}
/****************** VIDEO *****************/
.videoItemShow .col-sm-5 {
  padding: 0 85px 0 70px;
}
.videoItemShow strong {
  color: var(--color-blue2);
  font-size: 12pt;
  margin-bottom: 20px;
  display: block;
}
.videoItemShow .cat {
  color: #b3b3b3;
  font-size: 7.5pt;
  float: right;
  width: 50%;
}
.videoItemShow .time {
  width: 50%;
  float: left;
  text-align: left;
  color: #808080;
  direction: ltr;
  font-family: iransans2;
  font-size: 10.5pt;
  margin-bottom: 35px;
}
.videoItemShow .time i {
  font-size: 18pt;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.videoItemShow p {
  clear: both;
  font-size: 10pt;
}
.videoItemShow video {
  width: 100%;
  border: 0;
  height: 400px;
  background: var(--color-dark);
}
.videoItem {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 3px;
  cursor: pointer;
  margin-bottom: 18px;
}
.videoItem video {
  width: 100%;
  border: 0;
  height: 160px;
  background: var(--color-dark);
}
.videoItem strong {
  color: #808080;
  font-family: iransans;
  font-size: 8.5pt;
  float: right;
  width: 78%;
  line-height: 1.5;
  padding-left: 10px;
  height: 32px;
  overflow: hidden;
}
.videoItem .time {
  color: #000;
  font-size: 8.5pt;
  width: 22%;
  float: left;
  direction: ltr;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 10px;
  height: 42px;
  border-right: 1px dotted #cccccc;
}
.videoItem .time i {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10pt;
}
.videoItem .cat,
.videoItem p {
  display: none;
}
.videoItem:after {
  clear: both;
  display: table;
  content: '';
}
.videos {
  padding-bottom: 45px;
  margin-bottom: 30px;
}
.videos:after {
  clear: both;
  display: table;
  content: '';
}
/**************** LIGIN/REGISTER *****************/
.basket-shopping .select-wrapper {
  width: 100%;
  margin: 0 auto 15px;
}
.basket-shopping .select-wrapper .selectIn li {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  font-size: 10pt;
  display: block;
  margin: 0;
  padding: 0 10px;
}
.basket-shopping .td-number .select-wrapper {
  width: 55px;
}
.basket-shopping .input-field {
  margin-bottom: 7px;
  height: auto;
}
.basket-shopping .input-field input {
  background: #fff !important;
  height: 38px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.basket-shopping .input-field input:focus {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
}
.basket-shopping .input-field textarea {
  height: 210px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  padding: 0;
  background: #fff !important;
  margin: 8px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.basket-shopping .input-field textarea:focus {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
}
.basket-shopping .input-field textarea ~ label {
  top: 20px;
}
.basket-shopping .input-field label {
  color: #808080;
}
.basket-shopping .g-recaptcha {
  overflow: visible;
  margin-bottom: 10px;
}
.whiteSection .input-field {
  margin-bottom: 7px;
  height: auto;
}
.whiteSection .input-field input {
  background: #fff !important;
  height: 38px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.whiteSection .input-field input:focus {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0px 15px 20px -5px rgba(0, 0, 0, 0.1) !important;
}
.whiteSection .input-field label {
  color: #808080;
}
.whiteSection input#file {
  text-indent: 0;
  padding-top: 5px;
  padding-right: 15px;
}
.whiteSection .select-wrapper span.caret:before {
  top: -5px;
  line-height: 1;
  z-index: 1;
}
.whiteSection .g-recaptcha {
  overflow: visible;
  margin-bottom: 10px;
}
.whiteSection .head {
  background: #fff;
  margin-bottom: 5px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding: 0px 0 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.whiteSection .head i {
  font-size: 25pt;
  color: var(--color-blue);
}
.whiteSection .head h3 {
  font-weight: normal;
  color: #000;
  font-size: 13pt;
  margin-top: -15px;
}
.whiteSection .user .col-sm-7 form {
  border-left: 1px solid #e6e6e6;
  padding-left: 70px;
}
.whiteSection:after {
  clear: both;
  display: table;
  content: '';
}
.ask {
  color: var(--color-orange);
  cursor: pointer;
  display: block;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
  margin: 5px 0 0;
  padding: 0;
  padding-bottom: 7px;
  font-size: 11px;
}
.user .submit {
  height: auto;
  padding: 10px;
}
.user .col-sm-7 form > .input-field {
  margin-bottom: 15px;
}
.login-tips ul {
  padding: 0;
}
.login-tips.noback ul > li {
  padding: 5px 0;
}
.icon {
  background: url(../../img/login-tips.png) no-repeat;
  display: inline-block;
  position: relative;
  width: 23px;
}
.icon-userbox-cart {
  background-position: 0 -165px;
  height: 23px;
}
.login-tips i {
  margin-left: 10px;
  top: 6px;
}
.login-tips li span {
  font-size: 9pt;
}
.icon.icon-userbox-list {
  height: 26px;
  background-position: 0 -119px;
}
.foot {
  background: #fff;
  margin-top: 20px;
  padding: 5px 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.foot p {
  text-align: -moz-center !important;
  text-align: -webkit-center !important;
  text-align: center !important;
}
.wiki {
  border-bottom: 1px dashed;
  margin-right: 10px;
  color: var(--color-blue2);
  vertical-align: middle;
  display: inline-block;
}
.remember label {
  color: #808080;
  font-size: 9pt;
  margin-top: 10px;
}
.remember input[type="checkbox"]:checked + label {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  background-position: right -13px;
}
.user span.input-validate .inputText {
  font-size: 10pt;
}
.user .feedback-input {
  width: 111px !important;
  margin: 12px 0 0 !important;
  float: right;
}
.user .reload {
  margin: 15px 15px 0;
}
.user .captcha-data .input-field {
  float: right;
  margin-left: 20px;
  width: 288px;
}
.user .captcha-data {
  margin-top: 15px;
}
.forget-pass .input-field {
  margin-top: 20px;
  margin-bottom: 15px;
}
/*radio*/
.radio {
  display: block;
  line-height: 2;
  cursor: pointer;
  color: #555555;
}
.radio:hover .inner {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0.5;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 2px solid var(--color-blue2);
}
.radio input:focus + .outer .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  background-color: var(--color-blue2);
}
.radio .outer {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0;
  border: 2px solid #717171;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 5px;
  height: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px auto;
  border-radius: 50%;
  background-color: var(--color-blue2);
  opacity: 0;
}
/**************** CATEGORY ****************/
.categoryList .catItem {
  cursor: pointer;
  margin-bottom: 10px;
}
.categoryList .catItem .img {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 290px;
  background: #fff;
  position: relative;
}
.categoryList .catItem .img img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  max-width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.categoryList .catItem a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--color-dark);
  font-family: iranSans2;
  font-size: 12pt;
  margin: 10px 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.categoryList .catItem:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.categoryList .catItem:hover a {
  color: var(--color-blue);
}
.categoryList .catItem:after {
  clear: both;
  display: table;
  content: '';
}
.categoryList:after {
  clear: both;
  display: table;
  content: '';
}
/**************** BROWSER *****************/
/*firefox*/
/*@-moz-document url-prefix() {
}*/
/*safari*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
}*/
/*ie*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}*/
/**************** viewVersion *****************/
.viewVersion {
  -webkit-box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 50px auto;
  border-radius: 5px;
}
.viewVersion .head {
  background: #0F191F;
  text-align: center;
  padding: 5px 15px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.viewVersion .head i {
  font-size: 25pt;
  color: var(--color-blue);
  line-height: 1;
}
.viewVersion .head h3 {
  color: #fff;
  font-size: 13pt;
  display: block;
}
.viewVersion .head:after {
  clear: both;
  display: table;
  content: '';
}
.viewVersion .user {
  padding: 30px 50px;
}
.viewVersion .user .submit {
  margin: 20px 0;
  font-size: 11pt;
  padding: 4px 15px;
  width: auto !important;
}
.viewVersion .user .reload {
  margin: 33px 15px 0;
}
.viewVersion .user .group {
  margin-bottom: 10px;
  clear: both;
}
.viewVersion .user .group .line {
  display: block;
}
.viewVersion .user .group .line:after {
  clear: both;
  display: table;
  content: '';
}
.viewVersion .user .group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.viewVersion .user .group .bar:after,
.viewVersion .user .group .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #fb4124;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.viewVersion .user .group .bar:before {
  right: 50%;
}
.viewVersion .user .group .bar:before {
  right: 50%;
}
.viewVersion .user .group span.input-validate {
  width: 100%;
  display: block;
}
.viewVersion .user .group input:focus ~ .bar:after,
.viewVersion .user .group input:focus ~ .bar:before,
.viewVersion .user .group textarea:focus ~ .bar:after,
.viewVersion .user .group textarea:focus ~ .bar:before {
  width: 50%;
}
.viewVersion .user span.input-validate .inputText {
  font-size: 10pt;
  height: 40px;
  width: 100% !important;
  padding: 0;
}
.viewVersion .user .captcha-data .group {
  width: 420px !important;
  margin: 0 !important;
  float: right;
  clear: none;
}
.viewVersion .user .captcha-data .group .inputText {
  height: 45px !important;
  margin: 0;
  float: none;
}
.viewVersion .user .captcha-data .input-validate {
  width: 100% !important;
}
.viewVersion .user:after {
  clear: both;
  display: table;
  content: '';
}
.viewVersion .group label {
  top: 8px;
  font-size: 10pt;
}
.viewVersion span.field-validation-valid {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.viewVersion form:after {
  clear: both;
  display: table;
  content: '';
}
.viewVersion .label.label-success {
  margin: 0;
  font-size: 11pt;
  font-weight: 400;
  color: #fff;
  padding: 10px;
}
.viewVersion:after {
  clear: both;
  display: table;
  content: '';
}
/******************** Responsive *********************/
@media only screen and (max-width: 1270px) {
  .myCarousel .owl-prev,
  .portfolioIn .myCarousel .owl-prev,
  .flickity-prev-next-button.previous {
    left: 0;
  }
  .myCarousel .owl-next,
  .portfolioIn .myCarousel .owl-next,
  .flickity-prev-next-button.next {
    right: 0;
  }
  #demo6 .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -15px;
  }
  #demo6 .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 1220px) {
  .modal-dialog {
    width: 1140px;
  }
  /**************** HEADER ******************/
  nav.menu {
    margin-right: 50px;
  }
  /************* ARTICLENEWS ****************/
  .newsItem .img {
    height: 222px;
  }
  .newsItem img {
    max-height: 222px;
  }
  /**************** GALLERY *****************/
  .galleryList .galleryItem {
    height: 280px;
  }
  .galleryList .galleryItem img {
    max-height: 280px;
  }
  .categoryMargin {
    margin-right: 20px;
  }
  /*************** PORTFOLIO ****************/
  .portfolioList .portfolioItem .img {
    height: 191px;
  }
  .portfolioList .portfolioItem img {
    max-height: 191px;
  }
  /*************** PRODUCTS *****************/
  .productItem .img {
    height: 248px;
  }
  .productItem img {
    max-height: 248px;
  }
  .rowTop .sort,
  .rowTop .sort > .select-wrapper {
    width: 200px;
  }
  /**************** SERVICES ****************/
  .serviceItem .img {
    height: 202px;
  }
  .serviceItem img {
    max-height: 202px;
  }
  /**************** CATEGORY ****************/
  .categoryList .catItem .img {
    height: 282px;
  }
}
@media only screen and (max-width: 1200px) {
  .modal-dialog {
    width: 970px;
  }
  /**************** HEADER ******************/
  nav.menu {
    margin-right: 38px;
  }
  nav.menu > ul > li > a > span {
    padding: 18.5px 9px;
  }
  /************* ARTICLENEWS ****************/
  .newsItem .img {
    height: 181px;
  }
  .newsItem img {
    max-height: 181px;
  }
  .newsItem .col-xs-3 {
    padding-right: 0;
  }
  .newsItem p {
    height: 162px;
  }
  /**************** CONTACT *****************/
  .contact .g-recaptcha {
    width: 67%;
  }
  .contact .btnCustom {
    width: 30%;
  }
  /**************** GALLERY *****************/
  .galleryList .galleryItem {
    height: 230px;
  }
  .galleryList .galleryItem img {
    max-height: 230px;
  }
  /*************** PORTFOLIO ****************/
  .portfolioList .portfolioItem .img {
    height: 154px;
  }
  .portfolioList .portfolioItem img {
    max-height: 154px;
  }
  /*************** PRODUCTS *****************/
  .productItem .img {
    height: 199px;
  }
  .productItem img {
    max-height: 199px;
  }
  .rowTop .sort {
    width: 200px;
    float: left !important;
  }
  .rowTop .sort > .select-wrapper {
    width: 200px;
  }
  /**************** SERVICES ****************/
  .serviceItem .img {
    height: 165px;
  }
  .serviceItem img {
    max-height: 165px;
  }
  .serviceItem figcaption p {
    height: 105px;
  }
  /*************** PRODUCTIN ****************/
  .porductIn .spacial .col-md-8 {
    padding-left: 15px;
  }
  .porductIn .addToCart span {
    padding: 11px 15px;
  }
  /****************** VIDEO *****************/
  .videoItemShow video {
    height: 318px;
  }
  .videoItemShow .col-sm-5 {
    padding: 0 40px 0 25px;
  }
  .videoItemShow strong,
  .videoItemShow .time {
    margin-bottom: 5px;
  }
  .videoItem video {
    height: 126px;
  }
  .videoItem strong {
    width: 70%;
  }
  .videoItem .time {
    width: 30%;
  }
  /**************** CATEGORY ****************/
  .categoryList .catItem .img {
    height: 230px;
  }
}
@media only screen and (max-width: 992px) {
  .modal-dialog {
    width: 750px;
  }
  .itemIn {
    width: 100%;
  }
  /**************** HEADER ******************/
  .menufix {
    position: relative !important;
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
  }
  header .search,
  header .lang,
  .topHeader .logReg,
  .topHeader .logReg a:before {
    display: none;
  }
  .menu2 {
    display: block;
  }
  .menu2 .logReg {
    display: block;
  }
  header .basket_top {
    width: 56px;
    height: 56px;
    margin-left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    left: 15px;
    /*top: 20%;*/
  }
  header .basket_top a {
    margin-top: 6px;
  }
  .topHeader {
    /*z-index: 9999;*/
  }
  .topHeader .container {
    position: relative;
  }
  .topHeader .logReg a {
    padding: 0 5px;
  }
  .topHeader .logReg i {
    margin-left: 0;
  }
  .topHeader .info {
    margin-top: 5px;
    width: 200px;
    line-height: 1;
  }
  .topHeader .logo {
    margin-right: 60px;
    top: 4px;
  }
  .top_block.basket {
    left: 0;
    top: 112px;
    position: fixed;
  }
  /************* ARTICLENEWS ****************/
  .newsItem .img {
    height: 136px;
  }
  .newsItem img {
    max-height: 136px;
  }
  .newsItem a {
    height: 73px;
    padding: 5px 10px;
  }
  .newsItem .col-xs-3 {
    width: 100%;
    padding: 0 15px;
  }
  .newsItem .col-xs-9 {
    display: none;
  }
  .newsItem .date:before,
  .newsItem .cat:before {
    display: none;
  }
  .newsItem .row {
    padding: 0 5px 5px;
  }
  .newsItem .date {
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
    width: 70%;
    float: right;
    line-height: 1.5;
  }
  .newsItem .date strong {
    font-size: 18pt;
  }
  .newsItem .date * {
    line-height: inherit !important;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0 !important;
  }
  .newsItem .cat {
    width: 30%;
    float: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    text-align: left;
    margin-top: 6px;
  }
  /*********** ARTICLEINNEWSIN **************/
  .newsIn .title {
    padding-right: 0;
  }
  .newsIn .summery {
    padding-right: 0;
    margin-top: 40px;
  }
  .relate {
    margin-top: 20px;
    min-height: 371px;
  }
  /**************** CONTACT *****************/
  .contact .map {
    height: 270px;
    margin-bottom: 20px;
  }
  .contact .g-recaptcha {
    overflow: auto;
  }
  .contact .info i {
    width: 9%;
  }
  .contact .info span {
    padding-left: 0;
    width: 68%;
  }
  .contact .info strong {
    width: 23%;
  }
  /**************** GALLERY *****************/
  .galleryList .galleryItem {
    height: 175px;
  }
  .galleryList .galleryItem img {
    max-height: 175px;
  }
  .galleryList .galleryItem figcaption i {
    top: 25%;
    font-size: 25pt;
  }
  /*.pagination {
        .showRow {
            width: 60px;

            input {
                width: 60px;
            }
        }

        .Rowtxt {
            font-size: 8pt;
            margin: 4px 0 0 0;
        }
    }*/
  .categoryMargin,
  .productList .categoryMargin {
    margin-right: 10px;
  }
  /*.rowTop,
    .productList .rowTop,
    .productList .rowTop .sort {
        .mySelect {
            width: 215px;
        }

        .sort input {
            width: 95px;
        }
    }*/
  .rowTop .sort {
    width: 150px;
    float: right !important;
  }
  .rowTop .sort > .select-wrapper {
    width: 150px;
  }
  .rowTop .sort > .select-wrapper > span {
    font-size: 0;
  }
  /*************** PORTFOLIO ****************/
  .portfolioList .portfolioItem .img {
    height: 157px;
  }
  .portfolioList .portfolioItem img {
    max-height: 157px;
  }
  /*************** PRODUCTS *****************/
  .productItem .img {
    height: 227px;
  }
  .productItem img {
    max-height: 227px;
  }
  .parentFilter .filter {
    display: block;
  }
  .parentFilter aside {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 150px;
    overflow: auto;
    height: 100%;
  }
  .parentFilter aside i.mdi.mdi-close {
    display: block;
  }
  .parentFilter .btns {
    display: block;
  }
  .productList .col-lg-9,
  .products .col-md-9 {
    padding-right: 15px;
  }
  /**************** SERVICES ****************/
  .serviceItem .img {
    height: 124px;
  }
  .serviceItem img {
    max-height: 124px;
  }
  .serviceItem figcaption p {
    height: 147px;
  }
  .serviceList .page-number {
    width: 96.5%;
  }
  .paperripple {
    display: none;
  }
  .panel-default {
    border-color: transparent;
  }
  .visible-sm {
    padding: 0 15px;
  }
  .panel-default > .panel-heading {
    color: var(--color5);
    border-color: transparent;
  }
  .panel-default > .panel-heading > * {
    font-weight: normal;
  }
  .panel-default > .panel-heading *:hover,
  .panel-default > .panel-heading *:focus {
    color: var(--color-orange);
  }
  /****************** VIDEO *****************/
  .rowTop .mySelect i {
    margin-left: 5px;
  }
  /*.paging-model2 .paging .text {
        font-size: 8pt;
        margin: 4px 0 0 0;
    }*/
  .videoItemShow .col-sm-5 {
    padding: 0 15px 0 0;
  }
  .videoItemShow video {
    height: 239px;
  }
  .videoItemShow p {
    font-size: 9pt;
  }
  .videoItemShow strong,
  .videoItemShow .time {
    margin-bottom: 0;
  }
  .videoItemShow strong {
    line-height: 1.5;
  }
  /*login*/
  .whiteSection .user .col-sm-7 form {
    border-left: 0;
    padding-left: 0;
  }
  .videoItem video {
    height: 129px;
  }
  .videoItem strong {
    width: 78%;
  }
  .videoItem .time {
    width: 22%;
  }
  /**************** CATEGORY ****************/
  .categoryList .catItem .img {
    height: 172px;
  }
  .viewVersion {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    width: 100%;
  }
  .title {
    margin-bottom: 10px;
  }
  .bread-crumb {
    margin: 10px auto;
  }
  .categoryMargin {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .owl-theme .owl-controls .owl-buttons div,
  .owl-theme .owl-pagination,
  .flickity-prev-next-button {
    display: none;
  }
  /************** TOPHEADER *****************/
  .topHeader .logo img {
    width: 120px;
    max-height: 30px;
  }
  .topHeader .info .infoItem {
    margin-right: 0;
  }
  /************* ARTICLENEWS ****************/
  .newsItem .img {
    height: 200px;
  }
  .newsItem img {
    max-height: 200px;
  }
  .newsItem a {
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /*.paging-model2.pull-right {
        float: none;
        margin: auto;
        .text-center;
        width: 100%;

        .mySelect {
            margin: auto;
        }
    }*/
  /*********** ARTICLEINNEWSIN **************/
  .newsIn .newsImg {
    margin-bottom: 15px;
  }
  .newsIn .padding25 {
    padding: 0;
  }
  .newsIn br {
    display: none;
  }
  .relate {
    min-height: inherit;
  }
  /**************** CONTACT *****************/
  .contact .map {
    margin-bottom: 10px;
  }
  .contact .g-recaptcha {
    overflow: hidden;
  }
  .contact .info {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .contact .info i {
    width: 7%;
  }
  .contact .info span {
    width: 78%;
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
  }
  .contact .info strong {
    width: 15%;
  }
  .contact form {
    margin-top: 10px;
  }
  /****************** FAQ *******************/
  .faqList .faqItem .question {
    padding: 11px 15px 11px 25px;
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
    font-size: 10pt;
    line-height: 1.6;
  }
  .faqList .faqItem .question:before {
    left: 5px;
    font-size: 14pt;
    top: 8px;
  }
  .faqList .faqItem .reply {
    padding: 15px;
  }
  /**************** GALLERY *****************/
  .galleryList .galleryItem {
    height: 266px;
  }
  .galleryList .galleryItem img {
    max-height: initial;
  }
  .galleryList .galleryItem figcaption i {
    display: none;
  }
  /*************** PORTFOLIO ****************/
  .portfolioList .portfolioItem .img {
    height: 235px;
  }
  .portfolioList .portfolioItem img {
    max-height: inherit;
  }
  .portfolioList .portfolioItem .portfolio-text {
    padding: 0 5px;
    display: none;
  }
  /************** PORTFOLIOIN ***************/
  .portfolioIn br {
    display: none;
  }
  /*************** PRODUCTS *****************/
  .productItem .img {
    height: 346px;
    height: auto;
  }
  .productItem img {
    max-height: 346px;
  }
  .productItem .price {
    /*.red {
                display: none;
            }*/
  }
  .productItem .price .green {
    max-width: 100%;
    font-size: 12pt;
  }
  .parentFilter aside {
    padding: 50px;
  }
  .parentFilter aside i.mdi.mdi-close {
    right: 50px;
  }
  .rowTop .sort {
    width: 240px;
    float: right !important;
  }
  .rowTop .sort > .select-wrapper {
    width: 240px;
  }
  .rowTop .sort > .select-wrapper > span {
    font-size: 10pt;
  }
  /**************** SERVICES ****************/
  .serviceItem .img {
    height: 187px;
  }
  .serviceItem img {
    max-height: 187px;
  }
  .serviceItem figcaption p {
    height: 84px;
    overflow: hidden;
  }
  /*************** PRODUCTIN ****************/
  .porductIn .spacial .col-md-8 {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 0;
  }
  .porductIn .spacial .col-md-8 .col-xs-6 {
    width: 58.33333333%;
  }
  .commentList .commentItem {
    margin-bottom: 15px;
    padding: 0 0px 15px;
  }
  .formComment {
    width: 90%;
    top: 10px;
  }
  .formComment form {
    padding: 0;
  }
  /****************** VIDEO *****************/
  .videoItemShow .col-sm-5,
  .videoItemShow .col-sm-7 {
    padding: 0 15px;
    clear: both;
    width: 100%;
  }
  .videoItemShow video {
    height: auto;
    margin-bottom: 10px;
  }
  .videoItem video {
    height: 185px;
  }
  .videoItem strong {
    width: 100%;
  }
  .videoItem .time {
    display: none;
  }
  /**************** CATEGORY ****************/
  .categoryList .catItem .img {
    height: auto;
    position: inherit;
  }
  .categoryList .catItem .img img {
    position: inherit;
  }
  .viewVersion .user .captcha-data .group {
    width: 279px !important;
  }
  .label-success {
    padding: 5px;
  }
}
@media only screen and (max-width: 580px) {
  .pages-wrapper {
    min-height: inherit;
    padding-bottom: 30px;
  }
  .g-recaptcha {
    overflow: auto;
  }
  /************** TOPHEADER *****************/
  .menuResize span {
    top: -11px;
  }
  .menuResize .trigger {
    top: 3px;
  }
  .topHeader .logo img {
    width: 75px;
    max-height: 19px;
  }
  .topHeader .info {
    margin-top: 5px;
    width: 90px;
    line-height: 1;
  }
  .topHeader .info i {
    margin-right: 3px;
    font-size: 10pt;
  }
  .top_block.basket {
    top: 147px;
  }
  .menufix .top_block.basket {
    top: 91px;
  }
  /**************** HEADER ******************/
  header .basket_top {
    margin-left: 5px;
  }
  .top_block.basket {
    left: 0;
    width: 245px;
  }
  .top_block .content {
    width: 230px;
  }
  /**************** CONTACT *****************/
  .contact .g-recaptcha {
    overflow: auto;
  }
  .contact .info i {
    width: 9%;
  }
  .contact .info span {
    width: 68%;
  }
  .contact .info strong {
    width: 23%;
  }
  .contact form {
    margin-bottom: 30px;
  }
  /**************** GALLERY *****************/
  .pagination,
  .sort {
    width: 100%;
  }
  .pagination .mySelect,
  .sort .mySelect {
    width: 100%;
  }
  .rowTop .sort {
    margin-top: 10px;
  }
  .rowTop .sort > .select-wrapper {
    width: 270px;
  }
  .galleryList .galleryItem {
    height: 194px;
  }
  /************** PORTFOLIOIN ***************/
  .portfolioIn .portfolioIntro {
    padding: 0;
  }
  .portfolioList .portfolioItem .img {
    height: 177px;
  }
  /*************** PRODUCTS *****************/
  .productItem {
    /*.img {
            height: 256px;
        }*/
  }
  .productItem img {
    max-height: 256px;
  }
  .productItem .off {
    display: none;
  }
  .portfolioIn .details td {
    min-width: 120px;
  }
  /************* ARTICLENEWS ****************/
  .newsItem .img {
    height: 155px;
  }
  .newsItem img {
    max-height: 155px;
  }
  /**************** SERVICES ****************/
  .serviceItem .img {
    height: 141px;
  }
  .serviceItem img {
    max-height: 141px;
  }
  /*************** PRODUCTIN ****************/
  .porductIn .spacial .col-md-8 .col-xs-6,
  .porductIn .spacial .col-md-8 .col-xs-5 {
    width: 100%;
  }
  .formComment {
    padding: 25px 15px 35px 15px;
  }
  /****************** VIDEO *****************/
  .videoItem video {
    height: 132px;
  }
  .viewVersion .user {
    padding: 20px;
  }
  .viewVersion .user .captcha-data .group {
    width: 200px !important;
  }
}
@media only screen and (max-width: 420px) {
  /************* ARTICLENEWS ****************/
  .newsList > .row {
    margin: 0 -5px;
  }
  .newsList > .row > .col-xs-6 {
    padding: 0 5px;
  }
  .newsItem {
    margin-bottom: 10px;
  }
  .newsItem a {
    font-size: 8pt;
  }
  .newsItem .img {
    height: 112px;
  }
  .newsItem img {
    max-height: 112px;
  }
  .newsItem .date {
    width: 100%;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
  }
  .newsItem .date strong {
    font-size: 11pt;
  }
  .newsItem .date * {
    font-size: 8pt;
  }
  .newsItem .cat {
    display: none;
  }
  /*********** ARTICLEINNEWSIN **************/
  .newsIn .summery .text {
    width: 100%;
    padding-right: 0;
  }
  .newsIn .summery .date {
    width: 100%;
    padding-left: 0;
    text-align: -moz-left;
    text-align: -webkit-left;
    text-align: left;
  }
  .newsIn .summery .date:before {
    display: none;
  }
  .newsIn .summery .date * {
    line-height: inherit !important;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0 !important;
    font-size: 8pt;
  }
  .newsIn .summery .date strong {
    font-size: 11pt;
  }
  .relate .row {
    margin: 0 -5px;
  }
  /**************** CONTACT *****************/
  .contact .g-recaptcha {
    overflow: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .btnCustom {
    width: 100%;
  }
  .contact .info i {
    width: 11%;
  }
  .contact .info span {
    width: 61%;
  }
  .contact .info strong {
    width: 28%;
  }
  .contact .social a {
    margin-left: 15px;
  }
  .contact form {
    margin-bottom: 30px;
  }
  .contact form .col-xs-6 {
    width: 100%;
  }
  /**************** GALLERY *****************/
  .galleryList .galleryItem figcaption strong {
    font-size: 10pt;
    padding: 0 5px;
  }
  .galleryList .galleryItem figcaption span {
    font-size: 8pt;
    padding: 0 5px;
  }
  .galleryList .galleryItem {
    height: 136px;
  }
  /*************** PORTFOLIO ****************/
  .portfolioList {
    padding: 15px;
  }
  .portfolioList .row {
    margin: 0 -5px;
  }
  .portfolioList .col-xs-6 {
    padding: 0 5px;
  }
  .portfolioList .portfolioItem {
    margin-bottom: 10px;
  }
  .portfolioList .portfolioItem .img {
    height: 124px;
  }
  .portfolioList .portfolioItem img {
    max-height: inherit;
  }
  .portfolioList .portfolioItem .portfolio-text strong {
    width: 100%;
    font-size: 9pt;
  }
  .portfolioList .portfolioItem .portfolio-text i {
    display: none;
  }
  /*************** PRODUCTS *****************/
  .productItem img {
    max-height: 177px;
  }
  .parentFilter aside {
    padding: 50px 15px;
  }
  .parentFilter aside i.mdi.mdi-close {
    right: 15px;
  }
  /**************** SERVICES ****************/
  .serviceList .page-number {
    width: 90.5%;
  }
  .serviceList .col-xs-6 {
    width: 100%;
  }
  .serviceItem .img {
    height: auto;
  }
  .serviceItem img {
    max-height: inherit;
  }
  .serviceItem figcaption {
    padding-top: 0;
  }
  .serviceItem figcaption p {
    height: auto;
  }
  .serviceItem figcaption a {
    font-size: 11pt;
  }
  /*************** PRODUCTIN ****************/
  .porductIn .priceItem strong,
  .porductIn .priceItem > span {
    display: block;
    float: none;
    width: 100%;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
  }
  .porductIn .addToCart i {
    width: 45px;
  }
  .porductIn .addToCart span {
    padding: 11px 5px;
  }
  .porductIn .priceItem .red {
    margin-top: 0;
  }
  table.properties tbody tr td {
    padding: 3px 5px !important;
  }
  .formComment .col-xs-6 {
    width: 100%;
  }
  .formComment .g-recaptcha {
    overflow: hidden;
    width: 100%;
  }
  /****************** VIDEO *****************/
  .videos {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .videos .row {
    margin: 0 -5px;
  }
  .videos .col-xs-6 {
    padding: 0 5px;
  }
  .videoItem video {
    height: 99px;
  }
  .videoItem strong {
    width: 100%;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .videoItem .time {
    display: none;
  }
  /**************** CATEGORY ****************/
  .categoryList .col-sm-4.col-xs-6 {
    width: 100%;
  }
}
/********************* PALLETE ************************/
@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@keyframes anim1 {
  0% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.controls {
  position: fixed;
  z-index: 10000000000;
  width: 200px;
  background: #212124;
  left: 0;
  top: 0;
  color: #e0e0e0;
  padding: 0;
  height: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.controls i {
  width: 50px;
  height: 50px;
  background: var(--color-dark);
  color: var(--color1);
  font-size: 20pt;
  position: absolute;
  right: -50px;
  text-align: center;
  line-height: 2;
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.controls i:before {
  display: block;
  animation: 2s infinite anim1;
  -webkit-animation: 2s infinite anim1;
  -moz-animation: 2s infinite anim1;
  -ms-animation: 2s infinite anim1;
  -o-animation: 2s infinite anim1;
}
.controls label {
  margin-bottom: 33px;
  color: #fff;
  font-family: wYekan;
  font-weight: bold;
  font-size: 12pt;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding: 15px 15px 10px;
}
.controls ul {
  padding: 0 5px;
  margin-bottom: 25px;
}
.controls ul li {
  margin-bottom: 10px;
}
.controls ul li input {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background: transparent;
  width: 20px;
  height: 30px;
  margin-left: 1px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  padding: 0;
  cursor: pointer;
}
.controls ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 8pt;
}
.controls ul:after {
  clear: both;
  display: table;
  content: '';
}
.controls .btnCustom {
  margin: auto;
  display: block;
}
.controls.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.controls.open i:before {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
}
@media only screen and (max-width: 480px) {
  .topHeader .logo {
    display: none;
  }
  .topCenter {
    margin: 5px auto;
  }
  .menuResize .trigger {
    right: 0;
  }
  .menuResize span {
    right: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .viewVersion .user .captcha-data .group {
    width: 112px !important;
  }
}
@media only screen and (max-width: 360px) {
  .viewVersion .user .captcha-data .group {
    width: 112px !important;
  }
  .viewVersion .user .feedback-input {
    width: 90px !important;
    margin: 15px 0 0 !important;
  }
  .viewVersion .user .reload {
    margin: 32px 8px 0;
  }
}