/*CONFIG*/
/* Шрифты PT Sans */
@font-face {
  font-family: 'PT Sans Narrow';
  src: url(../fonts/PTN57F_3.ttf) format('truetype'), url(../fonts/PTSans-Narrow.eot) format('eot'), url(../fonts/PTSans-Narrow.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow Bold';
  src: url(../fonts/PTN77F_3.ttf) format('truetype'), url(../fonts/PTSans-NarrowBold.eot) format('eot'), url(../fonts/PTSans-NarrowBold.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  src: url(../fonts/PTS55F_2.ttf) format('truetype'), url(../fonts/PTSans-Regular.eot) format('eot'), url(../fonts/PTSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Bold';
  src: url(../fonts/PTS75F_2.ttf) format('truetype'), url(../fonts/PTSans-Bold.eot) format('eot'), url(../fonts/PTSans-Bold.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Bold Italic';
  src: url(../fonts/PTS76F_2.ttf) format('truetype'), url(../fonts/PTSans-BoldItalic.eot) format('eot'), url(../fonts/PTSans-BoldItalic.woff) format('woff');
}
/* Шрифты Circe */
@font-face {
  font-family: 'Circe Thin';
  src: url(../fonts/CRC15.otf) format('opentype'), url(../fonts/Circe-Thin.eot) format('eot'), url(../fonts/Circe-Thin.woff) format('woff');
}
@font-face {
  font-family: 'Circe Extra Light';
  src: url(../fonts/CRC25.otf) format('opentype'), url(../fonts/Circe-ExtraLight.eot) format('eot'), url(../fonts/Circe-ExtraLight.woff) format('woff');
}
@font-face {
  font-family: 'Circe Light';
  src: url(../fonts/CRC35_0.otf) format('opentype'), url(../fonts/Circe-Light.eot) format('eot'), url(../fonts/Circe-Light.woff) format('woff');
}
@font-face {
  font-family: 'Circe';
  src: url(../fonts/CRC55_0.otf) format('opentype'), url(../fonts/Circe-Regular.eot) format('eot'), url(../fonts/Circe-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Circe Bold';
  src: url(../fonts/CRC65.otf) format('opentype'), url(../fonts/Circe-Bold.eot) format('eot'), url(../fonts/Circe-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Circe Extra Bold';
  src: url(../fonts/CRC75_0.otf) format('opentype'), url(../fonts/Circe-ExtraBold.eot) format('eot'), url(../fonts/Circe-ExtraBold.woff) format('woff');
}
/* Шрифты Roboto */
@font-face {
  font-family: 'Roboto Light';
  src: url(../fonts/roboto_light.ttf) format('truetype'), url(../fonts/roboto_light.eot) format('eot'), url(../fonts/roboto_light.woff) format('woff'), url(../fonts/roboto_light.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Regular';
  src: url(../fonts/Roboto_Regular.ttf) format('truetype'), url(../fonts/roboto_regular.eot) format('eot'), url(../fonts/roboto_regular.woff) format('woff'), url(../fonts/roboto_regular.woff2) format('woff2');
}
/* Шрифты Raleway */
@font-face {
  font-family: 'Raleway Bold';
  src: url(../fonts/raleway_bold.ttf) format('truetype'), url(../fonts/raleway_bold.eot) format('eot'), url(../fonts/raleway_bold.woff) format('woff'), url(../fonts/raleway_bold.woff2) format('woff2');
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 1.64706;
  background-color: #FFF;
  font-weight: 300;
  min-width: 320px;
  position: relative;
  overflow: unset !important;
}
.btn-sub {
  padding: 15px;
  border-radius: 7px;
  background: #E04E39;
  color: #FFF;
  text-decoration: none;
  transition: all 0.7s;
}
.btn-sub:hover {
  background: #fc6d5b;
  color: #FFF;
  text-decoration: none;
  transition: all 0.7s;
}
.btn-sub_disabled {
  background: #c1c1c1;
  cursor: default;
  transition: all 0.7s;
}
.btn-sub_disabled:hover {
  background: #c1c1c1;
}
a:focus {
  text-decoration: none;
}
a:focus-visible {
  transition: unset !important;
}
*:focus-visible {
  outline-offset: 2px;
  color: #000 !important;
  transition: unset !important;
}
*:not(input[type="text"], select, .search_btn_submit, .swiper .btn, .slider_btn, .bx-filter-param-label, [class^="bx-core-"] *):focus-visible {
  background: rgba(254, 240, 204, 0.45) !important;
  outline: 2px solid #cb4735;
}
h2 {
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  padding: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #4d3e33;
  font-family: 'Raleway Bold';
  line-height: 25px;
  border-bottom-color: #d7d7d7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Raleway Bold';
  margin-bottom: 10px;
  font-weight: normal;
  color: #4d3e33;
}
a {
  color: #C39367;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  color: #4d3e33;
  transition: all 0.5s;
}
a:focus {
  text-decoration: none;
}
.href_white {
  color: #FFF;
  text-decoration: none;
  transition: all 0.5s;
}
.href_white:hover {
  color: #FFF;
  transition: all 0.5s;
  text-decoration: underline;
}
.href_red {
  color: #e84a36;
  text-decoration: none;
  transition: all 0.5s;
}
.href_red:hover {
  color: #4d3e33;
  text-decoration: none;
  transition: all 0.5s;
}
.bg-brown {
  background: #4d3e33;
}
.bg-red {
  background: #e84a36;
}
.bg-brown-light {
  background: #C39367;
}
.button-ico {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
}
.button-ico:focus {
  text-decoration: none;
  color: #FFF;
  transition: all 0.5s;
}
.button-ico img {
  margin-right: 10px;
}
.no-wrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
}
.button {
  display: flex;
  padding: 10px 20px;
}
.left_side {
  float: left;
  display: flex;
  align-items: stretch;
}
.right_side {
  float: right;
  display: flex;
  align-items: stretch;
}
.right_side .button {
  padding: 20px;
  display: flex;
  align-items: center;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #ffffff;
  z-index: 1001;
}
.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  text-align: center;
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
.button-href {
  display: flex;
  background: #e84a36;
  color: #FFF;
  transition: all 0.5s;
  text-align: center;
  width: fit-content;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 20px;
  text-decoration: none;
  border: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.button-href:hover {
  text-decoration: none !important;
  color: #FFF;
  background: #fc6d5b;
  opacity: 1 !important;
  transition: all 0.5s;
}
.button-href-gray {
  display: block;
  background: #efefef;
  color: #6a6a6a;
  transition: all 0.5s;
  text-align: center;
  width: fit-content;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 20px;
  text-decoration: none;
  border: none;
}
.button-href-gray:hover {
  text-decoration: none !important;
  color: #6a6a6a;
  background: #e2e1e1;
  opacity: 1 !important;
  transition: all 0.5s;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
}
.content {
  flex: 1 0 auto;
}
footer {
  min-height: 125px;
  flex: 0 0 auto;
}
.logo-container {
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 4px;
}
.logo-container i:before {
  width: 30px;
  display: block;
}
.logo-container .vk-logo:before {
  content: url('/local/templates/mfc/site-images/vk-logo.svg');
}
.logo-container .tg-logo:before {
  content: url('/local/templates/mfc/site-images/tg-logo.svg');
}
.modal-dialog .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-dialog .modal_title-eq {
  font-size: 2rem;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.02em;
  display: block;
}
.modal-dialog .modal-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .modal-dialog .modal-center {
    flex-direction: column;
  }
}
.info-message {
  display: flex;
  flex-direction: row;
  color: #FFF;
  border-radius: 7px;
}
.info-message div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 20px;
}
.info-message div:first-child {
  align-items: center;
}
.info-message .icon {
  font-size: 3rem;
}
.modal-form input {
  width: 100%;
  height: 49px;
  padding: 10px;
  border-radius: 7px;
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid #aaa;
}
.modal-form label {
  margin-top: 10px;
  color: #4d3e33;
  font-weight: bold;
}
.modal-form .modal-form__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  display: block;
  font-family: 'Raleway Bold';
  color: #4d3e33;
}
.modal-form .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.leftSideWidgets {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .leftSideWidgets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .leftSideWidgets div {
    display: flex;
    flex-direction: column;
  }
  .leftSideWidgets a {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.leftSideWidgets a {
  display: flex;
  transition: all 0.3s;
  border-radius: 20px;
}
.leftSideWidgets a:hover {
  transition: all 0.3s;
  box-shadow: 0 4px 12px 0 #00000029;
}
.leftSideWidgets img {
  width: 100%;
  border-radius: 20px;
}
#breadcrumb span {
  cursor: default;
}
.muted {
  background-color: #f6f6f6 !important;
}
/*SCREEN*/
/*цвета*/
.greycolor {
  color: #989a9a !important;
}
.sticky {
  position: sticky;
  top: 98%;
}
#errors {
  visibility: hidden;
}
#success {
  visibility: hidden;
}
@font-face {
  font-family: "moon";
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.svg") format("svg"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a [class*="ico-"] {
  cursor: pointer;
  outline: 0 !important;
}
[class*="ico-"],
[class*=" ico-"] {
  cursor: default;
}
[class*="ico-"]:before {
  font-family: "moon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.zoom-05 {
  font-size: 0.5em;
}
.zoom-1 {
  font-size: 1em;
}
.zoom-2 {
  font-size: 2em;
}
.zoom-3 {
  font-size: 3em;
}
.zoom-4 {
  font-size: 4em;
}
.zoom-5 {
  font-size: 5em;
}
.zoom-6 {
  font-size: 6em;
}
.zoom-7 {
  font-size: 7em;
}
.zoom-8 {
  font-size: 8em;
}
.zoom-9 {
  font-size: 9em;
}
.in-middle {
  position: absolute;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
ul.icons {
  list-style: none !important;
}
[class*="ico-"].pull-right,
[class*=" ico-"].pull-right {
  float: right;
  padding: 0px 0px 0px 15px;
}
[class*="ico-"].pull-left,
[class*=" ico-"].pull-left {
  float: left;
  padding: 0px 15px 0px 0px;
}
[class*="ico-"].spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
[class*="ico-"].hover-fade {
  padding: 0 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
[class*="ico-"].hover-fade:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
[class*="ico-"].icon-background,
[class*="ico-"].metro-background {
  color: white;
  display: inline-block;
  padding: 0.09em 0 0;
  overflow: hidden;
  max-width: 2.4em;
  padding-right: 0;
  max-height: 2.09em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
[class*="ico-"].icon-background {
  border: 1px solid #777777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1a000000', GradientType=0);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
[class*="ico-"].icon-background:before {
  content: "";
  float: left;
  font-size: 120%;
  line-height: 1.65;
  font-style: normal;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  width: 2em;
  height: 2em;
  border: none;
  box-shadow: none;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
[class*="ico-"].metro-background:before {
  content: "";
  float: left;
  font-size: 120%;
  line-height: 1.65;
  font-style: normal;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  width: 2em;
  height: 2em;
  border: none;
  box-shadow: none;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
[class*="ico-"].hover-show-color {
  padding: 0 6px;
  color: #cccccc !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
[class*="ico-"].hover-show-color:hover {
  color: inherit !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
[class*="ico-"].hover-show-color-bg {
  color: #666666 !important;
  border: 1px solid #aaaaaa;
  border-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #777777;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 white;
  background-image: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(1%, transparent), color-stop(100%, rgba(0, 0, 0, 0.07)));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
  background-image: -ms-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#12000000', GradientType=0);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
}
[class*="ico-"].hover-show-color-bg:hover {
  color: inherit !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
[class*="ico-"].hover-show-color-metro-bg {
  color: #b5b5b5 !important;
  background-color: #f7f7f7;
  margin-bottom: -5px;
  margin-left: -1px;
}
[class*="ico-"].hover-show-color-metro-bg.moon-dribbble-3 {
  margin-right: -1px;
}
[class*="ico-"].hover-show-color-metro-bg:hover {
  color: white !important;
  background-color: inherit !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: 0.9em;
  }
}
.ico-1:before {
  content: "\e000";
}
.ico-2:before {
  content: "\e001";
}
.ico-3:before {
  content: "\e002";
}
.ico-4:before {
  content: "\e003";
}
.ico-5:before {
  content: "\e004";
}
.ico-6:before {
  content: "\e005";
}
.ico-7:before {
  content: "\e006";
}
.ico-8:before {
  content: "\e007";
}
.ico-9:before {
  content: "\e008";
}
.ico-10:before {
  content: "\e009";
}
.ico-11:before {
  content: "\e00a";
}
.ico-12:before {
  content: "\e00b";
}
.ico-13:before {
  content: "\e00c";
}
.ico-14:before {
  content: "\e00d";
}
.ico-15:before {
  content: "\e00e";
}
.ico-16:before {
  content: "\e00f";
}
.ico-17:before {
  content: "\e010";
}
.ico-18:before {
  content: "\e011";
}
.ico-19:before {
  content: "\e012";
}
.ico-20:before {
  content: "\e013";
}
.ico-21:before {
  content: "\e014";
}
.ico-22:before {
  content: "\e015";
}
.ico-23:before {
  content: "\e016";
}
.ico-24:before {
  content: "\e017";
}
.ico-25:before {
  content: "\e018";
}
.ico-26:before {
  content: "\e019";
}
.ico-27:before {
  content: "\e01a";
}
.ico-28:before {
  content: "\e01b";
}
.ico-29:before {
  content: "\e01c";
}
.ico-30:before {
  content: "\e01d";
}
.ico-31:before {
  content: "\e01e";
}
.ico-32:before {
  content: "\e01f";
}
.ico-33:before {
  content: "\e020";
}
.ico-34:before {
  content: "\e021";
}
.ico-35:before {
  content: "\e022";
}
.ico-36:before {
  content: "\e023";
}
.ico-37:before {
  content: "\e024";
}
.ico-38:before {
  content: "\e025";
}
.ico-39:before {
  content: "\e026";
}
.ico-40:before {
  content: "\e027";
}
.ico-41:before {
  content: "\e028";
}
.ico-42:before {
  content: "\e029";
}
.ico-43:before {
  content: "\e02a";
}
.ico-44:before {
  content: "\e02b";
}
.ico-45:before {
  content: "\e02c";
}
.ico-46:before {
  content: "\e02d";
}
.ico-47:before {
  content: "\e02e";
}
.ico-48:before {
  content: "\e02f";
}
.ico-49:before {
  content: "\e030";
}
.ico-50:before {
  content: "\e031";
}
.ico-51:before {
  content: "\e032";
}
.ico-52:before {
  content: "\e033";
}
.ico-53:before {
  content: "\e034";
}
.ico-54:before {
  content: "\e035";
}
.ico-55:before {
  content: "\e036";
}
.ico-56:before {
  content: "\e037";
}
.ico-57:before {
  content: "\e038";
}
.ico-58:before {
  content: "\e039";
}
.ico-59:before {
  content: "\e03a";
}
.ico-60:before {
  content: "\e03b";
}
.ico-61:before {
  content: "\e03c";
}
.ico-62:before {
  content: "\e03d";
}
.ico-63:before {
  content: "\e03e";
}
.ico-64:before {
  content: "\e03f";
}
.ico-65:before {
  content: "\e040";
}
.ico-66:before {
  content: "\e041";
}
.ico-67:before {
  content: "\e042";
}
.ico-68:before {
  content: "\e043";
}
.ico-69:before {
  content: "\e044";
}
.ico-70:before {
  content: "\e045";
}
.ico-71:before {
  content: "\e046";
}
.ico-72:before {
  content: "\e047";
}
.ico-73:before {
  content: "\e048";
}
.ico-74:before {
  content: "\e049";
}
.ico-75:before {
  content: "\e04a";
}
.ico-76:before {
  content: "\e04b";
}
.ico-77:before {
  content: "\e04c";
}
.ico-78:before {
  content: "\e04d";
}
.ico-79:before {
  content: "\e04e";
}
.ico-80:before {
  content: "\e04f";
}
.ico-81:before {
  content: "\e050";
}
.ico-82:before {
  content: "\e051";
}
.ico-83:before {
  content: "\e052";
}
.ico-84:before {
  content: "\e053";
}
.ico-85:before {
  content: "\e054";
}
.ico-86:before {
  content: "\e055";
}
.ico-87:before {
  content: "\e056";
}
.ico-88:before {
  content: "\e057";
}
.ico-89:before {
  content: "\e058";
}
.ico-90:before {
  content: "\e059";
}
.ico-91:before {
  content: "\e05a";
}
.ico-92:before {
  content: "\e05b";
}
.ico-93:before {
  content: "\e05c";
}
.ico-94:before {
  content: "\e05d";
}
.ico-95:before {
  content: "\e05e";
}
.ico-96:before {
  content: "\e05f";
}
.ico-97:before {
  content: "\e060";
}
.ico-98:before {
  content: "\e061";
}
.ico-99:before {
  content: "\e062";
}
.ico-100:before {
  content: "\e063";
}
.ico-101:before {
  content: "\e064";
}
.ico-102:before {
  content: "\e065";
}
.ico-103:before {
  content: "\e066";
}
.ico-104:before {
  content: "\e067";
}
.ico-105:before {
  content: "\e068";
}
.ico-106:before {
  content: "\e069";
}
.ico-107:before {
  content: "\e06a";
}
.ico-108:before {
  content: "\e06b";
}
.ico-109:before {
  content: "\e06c";
}
.ico-110:before {
  content: "\e06d";
}
.ico-111:before {
  content: "\e06e";
}
.ico-112:before {
  content: "\e06f";
}
.ico-113:before {
  content: "\e070";
}
.ico-114:before {
  content: "\e071";
}
.ico-115:before {
  content: "\e072";
}
.ico-116:before {
  content: "\e073";
}
.ico-117:before {
  content: "\e074";
}
.ico-118:before {
  content: "\e075";
}
.ico-119:before {
  content: "\e076";
}
.ico-120:before {
  content: "\e077";
}
.ico-121:before {
  content: "\e078";
}
.ico-122:before {
  content: "\e079";
}
.ico-123:before {
  content: "\e07a";
}
.ico-124:before {
  content: "\e07b";
}
.ico-125:before {
  content: "\e07c";
}
.ico-126:before {
  content: "\e07d";
}
.ico-127:before {
  content: "\e07e";
}
.ico-128:before {
  content: "\e07f";
}
.ico-129:before {
  content: "\e080";
}
.ico-130:before {
  content: "\e081";
}
.ico-131:before {
  content: "\e082";
}
.ico-132:before {
  content: "\e083";
}
.ico-133:before {
  content: "\e084";
}
.ico-134:before {
  content: "\e085";
}
.ico-135:before {
  content: "\e086";
}
.ico-136:before {
  content: "\e087";
}
.ico-137:before {
  content: "\e088";
}
.ico-138:before {
  content: "\e089";
}
.ico-139:before {
  content: "\e08a";
}
.ico-140:before {
  content: "\e08b";
}
.ico-141:before {
  content: "\e08c";
}
.ico-142:before {
  content: "\e08d";
}
.ico-143:before {
  content: "\e08e";
}
.ico-144:before {
  content: "\e08f";
}
.ico-145:before {
  content: "\e090";
}
.ico-146:before {
  content: "\e091";
}
.ico-147:before {
  content: "\e092";
}
.ico-148:before {
  content: "\e093";
}
.ico-149:before {
  content: "\e094";
}
.ico-150:before {
  content: "\e095";
}
.ico-151:before {
  content: "\e096";
}
.ico-152:before {
  content: "\e097";
}
.ico-153:before {
  content: "\e098";
}
.ico-154:before {
  content: "\e099";
}
.ico-155:before {
  content: "\e09a";
}
.ico-156:before {
  content: "\e09b";
}
.ico-157:before {
  content: "\e09c";
}
.ico-158:before {
  content: "\e09d";
}
.ico-159:before {
  content: "\e09e";
}
.ico-160:before {
  content: "\e09f";
}
.ico-161:before {
  content: "\e0a0";
}
.ico-162:before {
  content: "\e0a1";
}
.ico-163:before {
  content: "\e0a2";
}
.ico-164:before {
  content: "\e0a3";
}
.ico-165:before {
  content: "\e0a4";
}
.ico-166:before {
  content: "\e0a5";
}
.ico-167:before {
  content: "\e0a6";
}
.ico-168:before {
  content: "\e0a7";
}
.ico-169:before {
  content: "\e0a8";
}
.ico-170:before {
  content: "\e0a9";
}
.ico-171:before {
  content: "\e0aa";
}
.ico-172:before {
  content: "\e0ab";
}
.ico-173:before {
  content: "\e0ac";
}
.ico-174:before {
  content: "\e0ad";
}
.ico-175:before {
  content: "\e0ae";
}
.ico-176:before {
  content: "\e0af";
}
.ico-177:before {
  content: "\e0b0";
}
.ico-178:before {
  content: "\e0b1";
}
.ico-179:before {
  content: "\e0b2";
}
.ico-180:before {
  content: "\e0b3";
}
.ico-181:before {
  content: "\e0b4";
}
.ico-182:before {
  content: "\e0b5";
}
.ico-183:before {
  content: "\e0b6";
}
.ico-184:before {
  content: "\e0b7";
}
.ico-185:before {
  content: "\e0b8";
}
.ico-186:before {
  content: "\e0b9";
}
.ico-187:before {
  content: "\e0ba";
}
.ico-188:before {
  content: "\e0bb";
}
.ico-189:before {
  content: "\e0bc";
}
.ico-190:before {
  content: "\e0bd";
}
.ico-191:before {
  content: "\e0be";
}
.ico-192:before {
  content: "\e0bf";
}
.ico-193:before {
  content: "\e0c0";
}
.ico-194:before {
  content: "\e0c1";
}
.ico-195:before {
  content: "\e0c2";
}
.ico-196:before {
  content: "\e0c3";
}
.ico-197:before {
  content: "\e0c4";
}
.ico-198:before {
  content: "\e0c5";
}
.ico-199:before {
  content: "\e0c6";
}
.ico-200:before {
  content: "\e0c7";
}
.ico-201:before {
  content: "\e0c8";
}
.ico-202:before {
  content: "\e0c9";
}
.ico-203:before {
  content: "\e0ca";
}
.ico-204:before {
  content: "\e0cb";
}
.ico-205:before {
  content: "\e0cc";
}
.ico-206:before {
  content: "\e0cd";
}
.ico-207:before {
  content: "\e0ce";
}
.ico-208:before {
  content: "\e0cf";
}
.ico-209:before {
  content: "\e0d0";
}
.ico-210:before {
  content: "\e0d1";
}
.ico-211:before {
  content: "\e0d2";
}
.ico-212:before {
  content: "\e0d3";
}
.ico-213:before {
  content: "\e0d4";
}
.ico-214:before {
  content: "\e0d5";
}
.ico-215:before {
  content: "\e0d6";
}
.ico-216:before {
  content: "\e0d7";
}
.ico-217:before {
  content: "\e0d8";
}
.ico-218:before {
  content: "\e0d9";
}
.ico-219:before {
  content: "\e0da";
}
.ico-220:before {
  content: "\e0db";
}
.ico-221:before {
  content: "\e0dc";
}
.ico-222:before {
  content: "\e0dd";
}
.ico-223:before {
  content: "\e0de";
}
.ico-224:before {
  content: "\e0df";
}
.ico-225:before {
  content: "\e0e0";
}
.ico-226:before {
  content: "\e0e1";
}
.ico-227:before {
  content: "\e0e2";
}
.ico-228:before {
  content: "\e0e3";
}
.ico-229:before {
  content: "\e0e4";
}
.ico-230:before {
  content: "\e0e5";
}
.ico-231:before {
  content: "\e0e6";
}
.ico-232:before {
  content: "\e0e7";
}
.ico-233:before {
  content: "\e0e8";
}
.ico-234:before {
  content: "\e0e9";
}
.ico-235:before {
  content: "\e0ea";
}
.ico-236:before {
  content: "\e0eb";
}
.ico-237:before {
  content: "\e0ec";
}
.ico-238:before {
  content: "\e0ed";
}
.ico-239:before {
  content: "\e0ee";
}
.ico-240:before {
  content: "\e0ef";
}
.ico-241:before {
  content: "\e0f0";
}
.ico-242:before {
  content: "\e0f1";
}
.ico-243:before {
  content: "\e0f2";
}
.ico-244:before {
  content: "\e0f3";
}
.ico-245:before {
  content: "\e0f4";
}
.ico-246:before {
  content: "\e0f5";
}
.ico-247:before {
  content: "\e0f6";
}
.ico-248:before {
  content: "\e0f7";
}
.ico-249:before {
  content: "\e0f8";
}
.ico-250:before {
  content: "\e0f9";
}
.ico-251:before {
  content: "\e0fa";
}
.ico-252:before {
  content: "\e0fb";
}
.ico-253:before {
  content: "\e0fc";
}
.ico-254:before {
  content: "\e0fd";
}
.ico-255:before {
  content: "\e0fe";
}
.ico-256:before {
  content: "\e0ff";
}
.ico-257:before {
  content: "\e100";
}
.ico-258:before {
  content: "\e101";
}
.ico-259:before {
  content: "\e102";
}
.ico-260:before {
  content: "\e103";
}
.ico-261:before {
  content: "\e104";
}
.ico-262:before {
  content: "\e105";
}
.ico-263:before {
  content: "\e106";
}
.ico-264:before {
  content: "\e107";
}
.ico-265:before {
  content: "\e108";
}
.ico-266:before {
  content: "\e109";
}
.ico-267:before {
  content: "\e10a";
}
.ico-268:before {
  content: "\e10b";
}
.ico-269:before {
  content: "\e10c";
}
.ico-270:before {
  content: "\e10d";
}
.ico-271:before {
  content: "\e10e";
}
.ico-272:before {
  content: "\e10f";
}
.ico-273:before {
  content: "\e110";
}
.ico-274:before {
  content: "\e111";
}
.ico-275:before {
  content: "\e112";
}
.ico-276:before {
  content: "\e113";
}
.ico-277:before {
  content: "\e114";
}
.ico-278:before {
  content: "\e115";
}
.ico-279:before {
  content: "\e116";
}
.ico-280:before {
  content: "\e117";
}
.ico-281:before {
  content: "\e118";
}
.ico-282:before {
  content: "\e119";
}
.ico-283:before {
  content: "\e11a";
}
.ico-284:before {
  content: "\e11b";
}
.ico-285:before {
  content: "\e11c";
}
.ico-286:before {
  content: "\e11d";
}
.ico-287:before {
  content: "\e11e";
}
.ico-288:before {
  content: "\e11f";
}
.ico-289:before {
  content: "\e120";
}
.ico-290:before {
  content: "\e121";
}
.ico-291:before {
  content: "\e122";
}
.ico-292:before {
  content: "\e123";
}
.ico-293:before {
  content: "\e124";
}
.ico-294:before {
  content: "\e125";
}
.ico-295:before {
  content: "\e126";
}
.ico-296:before {
  content: "\e127";
}
.ico-297:before {
  content: "\e128";
}
.ico-298:before {
  content: "\e129";
}
.ico-299:before {
  content: "\e12a";
}
.ico-300:before {
  content: "\e12b";
}
.ico-301:before {
  content: "\e12c";
}
.ico-302:before {
  content: "\e12d";
}
.ico-303:before {
  content: "\e12e";
}
.ico-304:before {
  content: "\e12f";
}
.ico-305:before {
  content: "\e130";
}
.ico-306:before {
  content: "\e131";
}
.ico-307:before {
  content: "\e132";
}
.ico-308:before {
  content: "\e133";
}
.ico-309:before {
  content: "\e134";
}
.ico-310:before {
  content: "\e135";
}
.ico-311:before {
  content: "\e136";
}
.ico-312:before {
  content: "\e137";
}
.ico-313:before {
  content: "\e138";
}
.ico-314:before {
  content: "\e139";
}
.ico-315:before {
  content: "\e13a";
}
.ico-316:before {
  content: "\e13b";
}
.ico-317:before {
  content: "\e13c";
}
.ico-318:before {
  content: "\e13d";
}
.ico-319:before {
  content: "\e13e";
}
.ico-320:before {
  content: "\e13f";
}
.ico-321:before {
  content: "\e140";
}
.ico-322:before {
  content: "\e141";
}
.ico-323:before {
  content: "\e142";
}
.ico-324:before {
  content: "\e143";
}
.ico-325:before {
  content: "\e144";
}
.ico-326:before {
  content: "\e145";
}
.ico-327:before {
  content: "\e146";
}
.ico-328:before {
  content: "\e147";
}
.ico-329:before {
  content: "\e148";
}
.ico-330:before {
  content: "\e149";
}
.ico-331:before {
  content: "\e14a";
}
.ico-332:before {
  content: "\e14b";
}
.ico-333:before {
  content: "\e14c";
}
.ico-334:before {
  content: "\e14d";
}
.ico-335:before {
  content: "\e14e";
}
.ico-336:before {
  content: "\e14f";
}
.ico-337:before {
  content: "\e150";
}
.ico-338:before {
  content: "\e151";
}
.ico-339:before {
  content: "\e152";
}
.ico-340:before {
  content: "\e153";
}
.ico-341:before {
  content: "\e154";
}
.ico-342:before {
  content: "\e155";
}
.ico-343:before {
  content: "\e156";
}
.ico-344:before {
  content: "\e157";
}
.ico-345:before {
  content: "\e158";
}
.ico-346:before {
  content: "\e159";
}
.ico-347:before {
  content: "\e15a";
}
.ico-348:before {
  content: "\e15b";
}
.ico-349:before {
  content: "\e15c";
}
.ico-350:before {
  content: "\e15d";
}
.ico-351:before {
  content: "\e15e";
}
.ico-352:before {
  content: "\e15f";
}
.ico-353:before {
  content: "\e160";
}
.ico-354:before {
  content: "\e161";
}
.ico-355:before {
  content: "\e162";
}
.ico-356:before {
  content: "\e163";
}
.ico-357:before {
  content: "\e164";
}
.ico-358:before {
  content: "\e165";
}
.ico-359:before {
  content: "\e166";
}
.ico-360:before {
  content: "\e167";
}
.ico-361:before {
  content: "\e168";
}
.ico-362:before {
  content: "\e169";
}
.ico-363:before {
  content: "\e16a";
}
.ico-364:before {
  content: "\e16b";
}
.ico-365:before {
  content: "\e16c";
}
.ico-366:before {
  content: "\e16d";
}
.ico-367:before {
  content: "\e16e";
}
.ico-368:before {
  content: "\e16f";
}
.ico-369:before {
  content: "\e170";
}
.ico-370:before {
  content: "\e171";
}
.ico-371:before {
  content: "\e172";
}
.ico-372:before {
  content: "\e173";
}
.ico-373:before {
  content: "\e174";
}
.ico-374:before {
  content: "\e175";
}
.ico-375:before {
  content: "\e176";
}
.ico-376:before {
  content: "\e177";
}
.ico-377:before {
  content: "\e178";
}
.ico-378:before {
  content: "\e179";
}
.ico-379:before {
  content: "\e17a";
}
.ico-380:before {
  content: "\e17b";
}
.ico-381:before {
  content: "\e17c";
}
.ico-382:before {
  content: "\e17d";
}
.ico-383:before {
  content: "\e17e";
}
.ico-384:before {
  content: "\e17f";
}
.ico-385:before {
  content: "\e180";
}
.ico-386:before {
  content: "\e181";
}
.ico-387:before {
  content: "\e182";
}
.ico-388:before {
  content: "\e183";
}
.ico-389:before {
  content: "\e184";
}
.ico-390:before {
  content: "\e185";
}
.ico-391:before {
  content: "\e186";
}
.ico-392:before {
  content: "\e187";
}
.ico-393:before {
  content: "\e188";
}
.ico-394:before {
  content: "\e189";
}
.ico-395:before {
  content: "\e18a";
}
.ico-396:before {
  content: "\e18b";
}
.ico-397:before {
  content: "\e18c";
}
.ico-398:before {
  content: "\e18d";
}
.ico-399:before {
  content: "\e18e";
}
.ico-400:before {
  content: "\e18f";
}
.ico-401:before {
  content: "\e190";
}
.ico-402:before {
  content: "\e191";
}
.ico-403:before {
  content: "\e192";
}
.ico-404:before {
  content: "\e193";
}
.ico-405:before {
  content: "\e194";
}
.ico-406:before {
  content: "\e195";
}
.ico-407:before {
  content: "\e196";
}
.ico-408:before {
  content: "\e197";
}
.ico-409:before {
  content: "\e198";
}
.ico-410:before {
  content: "\e199";
}
.ico-411:before {
  content: "\e19a";
}
.ico-412:before {
  content: "\e19b";
}
.ico-413:before {
  content: "\e19c";
}
.ico-414:before {
  content: "\e19d";
}
.ico-415:before {
  content: "\e19e";
}
.ico-416:before {
  content: "\e19f";
}
.ico-417:before {
  content: "\e1a0";
}
.ico-418:before {
  content: "\e1a1";
}
.ico-419:before {
  content: "\e1a2";
}
.ico-420:before {
  content: "\e1a3";
}
.ico-421:before {
  content: "\e1a4";
}
.ico-422:before {
  content: "\e1a5";
}
.ico-423:before {
  content: "\e1a6";
}
.ico-424:before {
  content: "\e1a7";
}
.ico-425:before {
  content: "\e1a8";
}
.ico-426:before {
  content: "\e1a9";
}
.ico-427:before {
  content: "\e1aa";
}
.ico-428:before {
  content: "\e1ab";
}
.ico-429:before {
  content: "\e1ac";
}
.ico-430:before {
  content: "\e1ad";
}
.ico-431:before {
  content: "\e1ae";
}
.ico-432:before {
  content: "\e1af";
}
.ico-433:before {
  content: "\e1b0";
}
.ico-434:before {
  content: "\e1b1";
}
.ico-435:before {
  content: "\e1b2";
}
.ico-436:before {
  content: "\e1b3";
}
.ico-437:before {
  content: "\e1b4";
}
.ico-438:before {
  content: "\e1b5";
}
.ico-439:before {
  content: "\e1b6";
}
.ico-440:before {
  content: "\e1b7";
}
.ico-441:before {
  content: "\e1b8";
}
.ico-442:before {
  content: "\e1b9";
}
.ico-443:before {
  content: "\e1ba";
}
.ico-444:before {
  content: "\e1bb";
}
.ico-445:before {
  content: "\e1bc";
}
.ico-446:before {
  content: "\e1bd";
}
.ico-447:before {
  content: "\e1be";
}
.ico-448:before {
  content: "\e1bf";
}
.ico-449:before {
  content: "\e1c0";
}
.ico-450:before {
  content: "\e1c1";
}
.ico-451:before {
  content: "\e1c2";
}
.ico-452:before {
  content: "\e1c3";
}
.ico-453:before {
  content: "\e1c4";
}
.ico-454:before {
  content: "\e1c5";
}
.ico-455:before {
  content: "\e1c6";
}
.ico-456:before {
  content: "\e1c7";
}
.ico-457:before {
  content: "\e1c8";
}
.ico-458:before {
  content: "\e1c9";
}
.ico-459:before {
  content: "\e1ca";
}
.ico-460:before {
  content: "\e1cb";
}
.ico-461:before {
  content: "\e1cc";
}
.ico-462:before {
  content: "\e1cd";
}
.ico-463:before {
  content: "\e1ce";
}
.ico-464:before {
  content: "\e1cf";
}
.ico-465:before {
  content: "\e1d0";
}
.ico-466:before {
  content: "\e1d1";
}
.ico-467:before {
  content: "\e1d2";
}
.ico-468:before {
  content: "\e1d3";
}
.ico-469:before {
  content: "\e1d4";
}
.ico-470:before {
  content: "\e1d5";
}
.ico-471:before {
  content: "\e1d6";
}
.ico-472:before {
  content: "\e1d7";
}
.ico-473:before {
  content: "\e1d8";
}
.ico-474:before {
  content: "\e1d9";
}
.ico-475:before {
  content: "\e1da";
}
.ico-476:before {
  content: "\e1db";
}
.ico-477:before {
  content: "\e1dc";
}
.ico-478:before {
  content: "\e1dd";
}
.ico-479:before {
  content: "\e1de";
}
.ico-480:before {
  content: "\e1df";
}
.ico-481:before {
  content: "\e1e0";
}
.ico-482:before {
  content: "\e1e1";
}
.ico-483:before {
  content: "\e1e2";
}
.ico-484:before {
  content: "\e1e3";
}
.ico-485:before {
  content: "\e1e4";
}
.ico-486:before {
  content: "\e1e5";
}
.ico-487:before {
  content: "\e1e6";
}
.ico-488:before {
  content: "\e1e7";
}
.ico-489:before {
  content: "\e1e8";
}
.ico-490:before {
  content: "\e1e9";
}
.ico-491:before {
  content: "\e1ea";
}
.ico-492:before {
  content: "\e1eb";
}
.ico-493:before {
  content: "\e1ec";
}
.ico-494:before {
  content: "\e1ed";
}
.ico-495:before {
  content: "\e1ee";
}
.ico-496:before {
  content: "\e1ef";
}
.ico-497:before {
  content: "\e1f0";
}
.ico-498:before {
  content: "\e1f1";
}
.ico-499:before {
  content: "\e1f2";
}
.ico-500:before {
  content: "\e1f3";
}
.ico-501:before {
  content: "\e1f4";
}
.ico-502:before {
  content: "\e1f5";
}
.ico-503:before {
  content: "\e1f6";
}
.ico-504:before {
  content: "\e1f7";
}
.ico-505:before {
  content: "\e1f8";
}
.ico-506:before {
  content: "\e1f9";
}
.ico-507:before {
  content: "\e1fa";
}
.ico-508:before {
  content: "\e1fb";
}
.ico-509:before {
  content: "\e1fc";
}
.ico-510:before {
  content: "\e1fd";
}
.ico-511:before {
  content: "\e1fe";
}
.ico-512:before {
  content: "\e1ff";
}
.ico-513:before {
  content: "\e200";
}
.ico-514:before {
  content: "\e201";
}
.ico-515:before {
  content: "\e202";
}
.ico-516:before {
  content: "\e203";
}
.ico-517:before {
  content: "\e204";
}
.ico-518:before {
  content: "\e205";
}
.ico-519:before {
  content: "\e206";
}
.ico-520:before {
  content: "\e207";
}
.ico-521:before {
  content: "\e208";
}
.ico-522:before {
  content: "\e209";
}
.ico-523:before {
  content: "\e20a";
}
.ico-524:before {
  content: "\e20b";
}
.ico-525:before {
  content: "\e20c";
}
.ico-526:before {
  content: "\e20d";
}
.ico-527:before {
  content: "\e20e";
}
.ico-528:before {
  content: "\e20f";
}
.ico-529:before {
  content: "\e210";
}
.ico-530:before {
  content: "\e211";
}
.ico-531:before {
  content: "\e212";
}
.ico-532:before {
  content: "\e213";
}
.ico-533:before {
  content: "\e214";
}
.ico-534:before {
  content: "\e215";
}
.ico-535:before {
  content: "\e216";
}
.ico-536:before {
  content: "\e217";
}
.ico-537:before {
  content: "\e218";
}
.ico-538:before {
  content: "\e219";
}
.ico-539:before {
  content: "\e21a";
}
.ico-540:before {
  content: "\e21b";
}
.ico-541:before {
  content: "\e21c";
}
.ico-542:before {
  content: "\e21d";
}
.ico-543:before {
  content: "\e21e";
}
.ico-544:before {
  content: "\e21f";
}
.ico-545:before {
  content: "\e220";
}
.ico-546:before {
  content: "\e221";
}
.ico-547:before {
  content: "\e222";
}
.ico-548:before {
  content: "\e223";
}
.ico-549:before {
  content: "\e224";
}
.ico-550:before {
  content: "\e225";
}
.ico-551:before {
  content: "\e226";
}
.ico-552:before {
  content: "\e227";
}
.ico-553:before {
  content: "\e228";
}
.ico-554:before {
  content: "\e229";
}
.ico-555:before {
  content: "\e22a";
}
.ico-556:before {
  content: "\e22b";
}
.ico-557:before {
  content: "\e22c";
}
.ico-558:before {
  content: "\e22d";
}
.ico-559:before {
  content: "\e22e";
}
.ico-560:before {
  content: "\e22f";
}
.ico-561:before {
  content: "\e230";
}
.ico-562:before {
  content: "\e231";
}
.ico-563:before {
  content: "\e232";
}
.ico-564:before {
  content: "\e233";
}
.ico-565:before {
  content: "\e234";
}
.ico-566:before {
  content: "\e235";
}
.ico-567:before {
  content: "\e236";
}
.ico-568:before {
  content: "\e237";
}
.ico-569:before {
  content: "\e238";
}
.ico-570:before {
  content: "\e239";
}
.ico-571:before {
  content: "\e23a";
}
.ico-572:before {
  content: "\e23b";
}
.ico-573:before {
  content: "\e23c";
}
.ico-574:before {
  content: "\e23d";
}
.ico-575:before {
  content: "\e23e";
}
.ico-576:before {
  content: "\e23f";
}
.ico-577:before {
  content: "\e240";
}
.ico-578:before {
  content: "\e241";
}
.ico-579:before {
  content: "\e242";
}
.ico-580:before {
  content: "\e243";
}
.ico-581:before {
  content: "\e244";
}
.ico-582:before {
  content: "\e245";
}
.ico-583:before {
  content: "\e246";
}
.ico-584:before {
  content: "\e247";
}
.ico-585:before {
  content: "\e248";
}
.ico-586:before {
  content: "\e249";
}
.ico-587:before {
  content: "\e24a";
}
.ico-588:before {
  content: "\e24b";
}
.ico-589:before {
  content: "\e24c";
}
.ico-590:before {
  content: "\e24d";
}
.ico-591:before {
  content: "\e24e";
}
.ico-592:before {
  content: "\e24f";
}
.ico-593:before {
  content: "\e250";
}
.ico-594:before {
  content: "\e251";
}
.ico-595:before {
  content: "\e252";
}
.ico-596:before {
  content: "\e253";
}
.ico-597:before {
  content: "\e254";
}
.ico-598:before {
  content: "\e255";
}
.ico-599:before {
  content: "\e256";
}
.ico-600:before {
  content: "\e257";
}
.ico-601:before {
  content: "\e258";
}
.ico-602:before {
  content: "\e259";
}
.ico-603:before {
  content: "\e25a";
}
.ico-604:before {
  content: "\e25b";
}
.ico-605:before {
  content: "\e25c";
}
.ico-606:before {
  content: "\e25d";
}
.ico-607:before {
  content: "\e25e";
}
.ico-608:before {
  content: "\e25f";
}
.ico-609:before {
  content: "\e260";
}
.ico-610:before {
  content: "\e261";
}
.ico-611:before {
  content: "\e262";
}
.ico-612:before {
  content: "\e263";
}
.ico-613:before {
  content: "\e264";
}
.ico-614:before {
  content: "\e265";
}
.ico-615:before {
  content: "\e266";
}
.ico-616:before {
  content: "\e267";
}
.ico-617:before {
  content: "\e268";
}
.ico-618:before {
  content: "\e269";
}
.ico-619:before {
  content: "\e26a";
}
.ico-620:before {
  content: "\e26b";
}
.ico-621:before {
  content: "\e26c";
}
.ico-622:before {
  content: "\e26d";
}
.ico-623:before {
  content: "\e26e";
}
.ico-624:before {
  content: "\e26f";
}
.ico-625:before {
  content: "\e270";
}
.ico-626:before {
  content: "\e271";
}
.ico-627:before {
  content: "\e272";
}
.ico-628:before {
  content: "\e273";
}
.ico-629:before {
  content: "\e274";
}
.ico-630:before {
  content: "\e275";
}
.ico-631:before {
  content: "\e276";
}
.ico-632:before {
  content: "\e277";
}
.ico-633:before {
  content: "\e278";
}
.ico-634:before {
  content: "\e279";
}
.ico-635:before {
  content: "\e27a";
}
.ico-636:before {
  content: "\e27b";
}
.ico-637:before {
  content: "\e27c";
}
.ico-638:before {
  content: "\e27d";
}
.ico-639:before {
  content: "\e27e";
}
.ico-640:before {
  content: "\e27f";
}
.ico-641:before {
  content: "\e280";
}
.ico-642:before {
  content: "\e281";
}
.ico-643:before {
  content: "\e282";
}
.ico-644:before {
  content: "\e283";
}
.ico-645:before {
  content: "\e284";
}
.ico-646:before {
  content: "\e285";
}
.ico-647:before {
  content: "\e286";
}
.ico-648:before {
  content: "\e287";
}
.ico-649:before {
  content: "\e288";
}
.ico-650:before {
  content: "\e289";
}
.ico-651:before {
  content: "\e28a";
}
.ico-652:before {
  content: "\e28b";
}
.ico-653:before {
  content: "\e28c";
}
.ico-654:before {
  content: "\e28d";
}
.ico-655:before {
  content: "\e28e";
}
.ico-656:before {
  content: "\e28f";
}
.ico-657:before {
  content: "\e290";
}
.ico-658:before {
  content: "\e291";
}
.ico-659:before {
  content: "\e292";
}
.ico-660:before {
  content: "\e293";
}
.ico-661:before {
  content: "\e294";
}
.ico-662:before {
  content: "\e295";
}
.ico-663:before {
  content: "\e296";
}
.ico-664:before {
  content: "\e297";
}
.ico-665:before {
  content: "\e298";
}
.ico-666:before {
  content: "\e299";
}
.ico-667:before {
  content: "\e29a";
}
.ico-668:before {
  content: "\e29b";
}
.ico-669:before {
  content: "\e29c";
}
.ico-670:before {
  content: "\e29d";
}
.ico-671:before {
  content: "\e29e";
}
.ico-672:before {
  content: "\e29f";
}
.ico-673:before {
  content: "\e2a0";
}
.ico-674:before {
  content: "\e2a1";
}
.ico-675:before {
  content: "\e2a2";
}
.ico-676:before {
  content: "\e2a3";
}
.ico-677:before {
  content: "\e2a4";
}
.ico-678:before {
  content: "\e2a5";
}
.ico-679:before {
  content: "\e2a6";
}
.ico-680:before {
  content: "\e2a7";
}
.ico-681:before {
  content: "\e2a8";
}
.ico-682:before {
  content: "\e2a9";
}
.ico-683:before {
  content: "\e2aa";
}
.ico-684:before {
  content: "\e2ab";
}
.ico-685:before {
  content: "\e2ac";
}
.ico-686:before {
  content: "\e2ad";
}
.ico-687:before {
  content: "\e2ae";
}
.ico-688:before {
  content: "\e2af";
}
.ico-689:before {
  content: "\e2b0";
}
.ico-690:before {
  content: "\e2b1";
}
.ico-691:before {
  content: "\e2b2";
}
.ico-692:before {
  content: "\e2b3";
}
.ico-693:before {
  content: "\e2b4";
}
.ico-694:before {
  content: "\e2b5";
}
.ico-695:before {
  content: "\e2b6";
}
.ico-696:before {
  content: "\e2b7";
}
.ico-697:before {
  content: "\e2b8";
}
.ico-698:before {
  content: "\e2b9";
}
.ico-699:before {
  content: "\e2ba";
}
.ico-700:before {
  content: "\e2bb";
}
.ico-701:before {
  content: "\e2bc";
}
.ico-702:before {
  content: "\e2bd";
}
.ico-703:before {
  content: "\e2be";
}
.ico-704:before {
  content: "\e2bf";
}
.ico-705:before {
  content: "\e2c0";
}
.ico-706:before {
  content: "\e2c1";
}
.ico-707:before {
  content: "\e2c2";
}
.ico-708:before {
  content: "\e2c3";
}
.ico-709:before {
  content: "\e2c4";
}
.ico-710:before {
  content: "\e2c5";
}
.ico-711:before {
  content: "\e2c6";
}
.ico-712:before {
  content: "\e2c7";
}
.ico-713:before {
  content: "\e2c8";
}
.ico-714:before {
  content: "\e2c9";
}
.ico-715:before {
  content: "\e2ca";
}
.ico-716:before {
  content: "\e2cb";
}
.ico-717:before {
  content: "\e2cc";
}
.ico-718:before {
  content: "\e2cd";
}
.ico-719:before {
  content: "\e2ce";
}
.ico-720:before {
  content: "\e2cf";
}
.ico-721:before {
  content: "\e2d0";
}
.ico-722:before {
  content: "\e2d1";
}
.ico-723:before {
  content: "\e2d2";
}
.ico-724:before {
  content: "\e2d3";
}
.ico-725:before {
  content: "\e2d4";
}
.ico-726:before {
  content: "\e2d5";
}
.ico-727:before {
  content: "\e2d6";
}
.ico-728:before {
  content: "\e2d7";
}
.ico-729:before {
  content: "\e2d8";
}
.ico-730:before {
  content: "\e2d9";
}
.ico-731:before {
  content: "\e2da";
}
.ico-732:before {
  content: "\e2db";
}
.ico-733:before {
  content: "\e2dc";
}
.ico-734:before {
  content: "\e2dd";
}
.ico-735:before {
  content: "\e2de";
}
.ico-736:before {
  content: "\e2df";
}
.ico-737:before {
  content: "\e2e0";
}
.ico-738:before {
  content: "\e2e1";
}
.ico-739:before {
  content: "\e2e2";
}
.ico-740:before {
  content: "\e2e3";
}
.ico-741:before {
  content: "\e2e4";
}
.ico-742:before {
  content: "\e2e5";
}
.ico-743:before {
  content: "\e2e6";
}
.ico-744:before {
  content: "\e2e7";
}
.ico-745:before {
  content: "\e2e8";
}
.ico-746:before {
  content: "\e2e9";
}
.ico-747:before {
  content: "\e2ea";
}
.ico-748:before {
  content: "\e2eb";
}
.ico-749:before {
  content: "\e2ec";
}
.ico-750:before {
  content: "\e2ed";
}
.ico-751:before {
  content: "\e2ee";
}
.ico-752:before {
  content: "\e2ef";
}
.ico-753:before {
  content: "\e2f0";
}
.ico-754:before {
  content: "\e2f1";
}
.ico-755:before {
  content: "\e2f2";
}
.ico-756:before {
  content: "\e2f3";
}
.ico-757:before {
  content: "\e2f4";
}
.ico-758:before {
  content: "\e2f5";
}
.ico-759:before {
  content: "\e2f6";
}
.ico-760:before {
  content: "\e2f7";
}
.ico-761:before {
  content: "\e2f8";
}
.ico-762:before {
  content: "\e2f9";
}
.ico-763:before {
  content: "\e2fa";
}
.ico-764:before {
  content: "\e2fb";
}
.ico-765:before {
  content: "\e2fc";
}
.ico-766:before {
  content: "\e2fd";
}
.ico-767:before {
  content: "\e2fe";
}
.ico-768:before {
  content: "\e2ff";
}
.ico-769:before {
  content: "\e300";
}
.ico-770:before {
  content: "\e301";
}
.ico-771:before {
  content: "\e302";
}
.ico-772:before {
  content: "\e303";
}
.ico-773:before {
  content: "\e304";
}
.ico-774:before {
  content: "\e305";
}
.ico-775:before {
  content: "\e306";
}
.ico-776:before {
  content: "\e307";
}
.ico-777:before {
  content: "\e308";
}
.ico-778:before {
  content: "\e309";
}
.ico-779:before {
  content: "\e30a";
}
.ico-780:before {
  content: "\e30b";
}
.ico-781:before {
  content: "\e30c";
}
.ico-782:before {
  content: "\e30d";
}
.ico-783:before {
  content: "\e30e";
}
.ico-784:before {
  content: "\e30f";
}
.ico-785:before {
  content: "\e310";
}
.ico-786:before {
  content: "\e311";
}
.ico-787:before {
  content: "\e312";
}
.ico-788:before {
  content: "\e313";
}
.ico-789:before {
  content: "\e314";
}
.ico-790:before {
  content: "\e315";
}
.ico-791:before {
  content: "\e316";
}
.ico-792:before {
  content: "\e317";
}
.ico-793:before {
  content: "\e318";
}
.ico-794:before {
  content: "\e319";
}
.ico-795:before {
  content: "\e31a";
}
.ico-796:before {
  content: "\e31b";
}
.ico-797:before {
  content: "\e31c";
}
.ico-798:before {
  content: "\e31d";
}
.ico-799:before {
  content: "\e31e";
}
.ico-800:before {
  content: "\e31f";
}
.ico-801:before {
  content: "\e320";
}
.ico-802:before {
  content: "\e321";
}
.ico-803:before {
  content: "\e322";
}
.ico-804:before {
  content: "\e323";
}
.ico-805:before {
  content: "\e324";
}
.ico-806:before {
  content: "\e325";
}
.ico-807:before {
  content: "\e326";
}
.ico-808:before {
  content: "\e327";
}
.ico-809:before {
  content: "\e328";
}
.ico-810:before {
  content: "\e329";
}
.ico-811:before {
  content: "\e32a";
}
.ico-812:before {
  content: "\e32b";
}
.ico-813:before {
  content: "\e32c";
}
.ico-814:before {
  content: "\e32d";
}
.ico-815:before {
  content: "\e32e";
}
.ico-816:before {
  content: "\e32f";
}
.ico-817:before {
  content: "\e330";
}
.ico-818:before {
  content: "\e331";
}
.ico-819:before {
  content: "\e332";
}
.ico-820:before {
  content: "\e333";
}
.ico-821:before {
  content: "\e334";
}
.ico-822:before {
  content: "\e335";
}
.ico-823:before {
  content: "\e336";
}
.ico-824:before {
  content: "\e337";
}
.ico-825:before {
  content: "\e338";
}
.ico-826:before {
  content: "\e339";
}
.ico-827:before {
  content: "\e33a";
}
.ico-828:before {
  content: "\e33b";
}
.ico-829:before {
  content: "\e33c";
}
.ico-830:before {
  content: "\e33d";
}
.ico-831:before {
  content: "\e33e";
}
.ico-832:before {
  content: "\e33f";
}
.ico-833:before {
  content: "\e340";
}
.ico-834:before {
  content: "\e341";
}
.ico-835:before {
  content: "\e342";
}
.ico-836:before {
  content: "\e343";
}
.ico-837:before {
  content: "\e344";
}
.ico-838:before {
  content: "\e345";
}
.ico-839:before {
  content: "\e346";
}
.ico-840:before {
  content: "\e347";
}
.ico-841:before {
  content: "\e348";
}
.ico-842:before {
  content: "\e349";
}
.ico-843:before {
  content: "\e34a";
}
.ico-844:before {
  content: "\e34b";
}
.ico-845:before {
  content: "\e34c";
}
.ico-846:before {
  content: "\e34d";
}
.ico-847:before {
  content: "\e34e";
}
.ico-848:before {
  content: "\e34f";
}
.ico-849:before {
  content: "\e350";
}
.ico-850:before {
  content: "\e351";
}
.ico-851:before {
  content: "\e352";
}
.ico-852:before {
  content: "\e353";
}
.ico-853:before {
  content: "\e354";
}
.ico-854:before {
  content: "\e355";
}
.ico-855:before {
  content: "\e356";
}
.ico-856:before {
  content: "\e357";
}
.ico-857:before {
  content: "\e358";
}
.ico-858:before {
  content: "\e359";
}
.ico-859:before {
  content: "\e35a";
}
.ico-860:before {
  content: "\e35b";
}
.ico-861:before {
  content: "\e35c";
}
.ico-862:before {
  content: "\e35d";
}
.ico-863:before {
  content: "\e35e";
}
.ico-864:before {
  content: "\e35f";
}
.ico-865:before {
  content: "\e360";
}
.ico-866:before {
  content: "\e361";
}
.ico-867:before {
  content: "\e362";
}
.ico-868:before {
  content: "\e363";
}
.ico-869:before {
  content: "\e364";
}
.ico-870:before {
  content: "\e365";
}
.ico-871:before {
  content: "\e366";
}
.ico-872:before {
  content: "\e367";
}
.ico-873:before {
  content: "\e368";
}
.ico-874:before {
  content: "\e369";
}
.ico-875:before {
  content: "\e36a";
}
.ico-876:before {
  content: "\e36b";
}
.ico-877:before {
  content: "\e36c";
}
.ico-878:before {
  content: "\e36d";
}
.ico-879:before {
  content: "\e36e";
}
.ico-880:before {
  content: "\e36f";
}
.ico-881:before {
  content: "\e370";
}
.ico-882:before {
  content: "\e371";
}
.ico-883:before {
  content: "\e372";
}
.ico-884:before {
  content: "\e373";
}
.ico-885:before {
  content: "\e374";
}
.ico-886:before {
  content: "\e375";
}
.ico-887:before {
  content: "\e376";
}
.ico-888:before {
  content: "\e377";
}
.ico-889:before {
  content: "\e378";
}
.ico-890:before {
  content: "\e379";
}
.ico-891:before {
  content: "\e37a";
}
.ico-892:before {
  content: "\e37b";
}
.ico-893:before {
  content: "\e37c";
}
.ico-894:before {
  content: "\e37d";
}
.ico-895:before {
  content: "\e37e";
}
.ico-896:before {
  content: "\e37f";
}
.ico-897:before {
  content: "\e380";
}
.ico-898:before {
  content: "\e381";
}
.ico-899:before {
  content: "\e382";
}
.ico-900:before {
  content: "\e383";
}
.ico-901:before {
  content: "\e384";
}
.ico-902:before {
  content: "\e385";
}
.ico-903:before {
  content: "\e386";
}
.ico-904:before {
  content: "\e387";
}
.ico-905:before {
  content: "\e388";
}
.ico-906:before {
  content: "\e389";
}
.ico-907:before {
  content: "\e38a";
}
.ico-908:before {
  content: "\e38b";
}
.ico-909:before {
  content: "\e38c";
}
.ico-910:before {
  content: "\e38d";
}
.ico-911:before {
  content: "\e38e";
}
.ico-912:before {
  content: "\e38f";
}
.ico-913:before {
  content: "\e390";
}
.ico-914:before {
  content: "\e391";
}
.ico-915:before {
  content: "\e392";
}
.ico-916:before {
  content: "\e393";
}
.ico-917:before {
  content: "\e394";
}
.ico-918:before {
  content: "\e395";
}
.ico-919:before {
  content: "\e396";
}
.ico-920:before {
  content: "\e397";
}
.ico-921:before {
  content: "\e398";
}
.ico-922:before {
  content: "\e399";
}
.ico-923:before {
  content: "\e39a";
}
.ico-924:before {
  content: "\e39b";
}
.ico-925:before {
  content: "\e39c";
}
.ico-926:before {
  content: "\e39d";
}
.ico-927:before {
  content: "\e39e";
}
.ico-928:before {
  content: "\e39f";
}
.ico-929:before {
  content: "\e3a0";
}
.ico-930:before {
  content: "\e3a1";
}
.ico-931:before {
  content: "\e3a2";
}
.ico-932:before {
  content: "\e3a3";
}
.ico-933:before {
  content: "\e3a4";
}
.ico-934:before {
  content: "\e3a5";
}
.ico-935:before {
  content: "\e3a6";
}
.ico-936:before {
  content: "\e3a7";
}
.ico-937:before {
  content: "\e3a8";
}
.ico-938:before {
  content: "\e3a9";
}
.ico-939:before {
  content: "\e3aa";
}
.ico-940:before {
  content: "\e3ab";
}
.ico-941:before {
  content: "\e3ac";
}
.ico-942:before {
  content: "\e3ad";
}
.ico-943:before {
  content: "\e3ae";
}
.ico-944:before {
  content: "\e3af";
}
.ico-945:before {
  content: "\e3b0";
}
.ico-946:before {
  content: "\e3b1";
}
.ico-947:before {
  content: "\e3b2";
}
.ico-948:before {
  content: "\e3b3";
}
.ico-949:before {
  content: "\e3b4";
}
.ico-950:before {
  content: "\e3b5";
}
.ico-951:before {
  content: "\e3b6";
}
.ico-952:before {
  content: "\e3b7";
}
.ico-953:before {
  content: "\e3b8";
}
.ico-954:before {
  content: "\e3b9";
}
.ico-955:before {
  content: "\e3ba";
}
.ico-956:before {
  content: "\e3bb";
}
.ico-957:before {
  content: "\e3bc";
}
.ico-958:before {
  content: "\e3bd";
}
.ico-959:before {
  content: "\e3be";
}
.ico-960:before {
  content: "\e3bf";
}
.ico-961:before {
  content: "\e3c0";
}
.ico-962:before {
  content: "\e3c1";
}
.ico-963:before {
  content: "\e3c2";
}
.ico-964:before {
  content: "\e3c3";
}
.ico-965:before {
  content: "\e3c4";
}
.ico-966:before {
  content: "\e3c5";
}
.ico-967:before {
  content: "\e3c6";
}
.ico-968:before {
  content: "\e3c7";
}
.ico-969:before {
  content: "\e3c8";
}
.ico-970:before {
  content: "\e3c9";
}
.ico-971:before {
  content: "\e3ca";
}
.ico-972:before {
  content: "\e3cb";
}
.ico-973:before {
  content: "\e3cc";
}
.ico-974:before {
  content: "\e3cd";
}
.ico-975:before {
  content: "\e3ce";
}
.ico-976:before {
  content: "\e3cf";
}
.ico-977:before {
  content: "\e3d0";
}
.ico-978:before {
  content: "\e3d1";
}
.ico-979:before {
  content: "\e3d2";
}
.ico-980:before {
  content: "\e3d3";
}
.ico-981:before {
  content: "\e3d4";
}
.ico-982:before {
  content: "\e3d5";
}
.ico-983:before {
  content: "\e3d6";
}
.ico-984:before {
  content: "\e3d7";
}
.ico-985:before {
  content: "\e3d8";
}
.ico-986:before {
  content: "\e3d9";
}
.ico-987:before {
  content: "\e3da";
}
.ico-988:before {
  content: "\e3db";
}
.ico-989:before {
  content: "\e3dc";
}
.ico-990:before {
  content: "\e3dd";
}
.ico-991:before {
  content: "\e3de";
}
.ico-992:before {
  content: "\e3df";
}
.ico-993:before {
  content: "\e3e0";
}
.ico-994:before {
  content: "\e3e1";
}
.ico-995:before {
  content: "\e3e2";
}
.ico-996:before {
  content: "\e3e3";
}
.ico-997:before {
  content: "\e3e4";
}
.ico-998:before {
  content: "\e3e5";
}
.ico-999:before {
  content: "\e3e6";
}
.ico-1000:before {
  content: "\e3e7";
}
.ico-1001:before {
  content: "\e3e8";
}
.ico-1002:before {
  content: "\e3e9";
}
.ico-1003:before {
  content: "\e3ea";
}
.ico-1004:before {
  content: "\e3eb";
}
.ico-1005:before {
  content: "\e3ec";
}
.ico-1006:before {
  content: "\e3ed";
}
.ico-1007:before {
  content: "\e3ee";
}
.ico-1008:before {
  content: "\e3ef";
}
.ico-1009:before {
  content: "\e3f0";
}
.ico-1010:before {
  content: "\e3f1";
}
.ico-1011:before {
  content: "\e3f2";
}
.ico-1012:before {
  content: "\e3f3";
}
.ico-1013:before {
  content: "\e3f4";
}
.ico-1014:before {
  content: "\e3f5";
}
.ico-1015:before {
  content: "\e3f6";
}
.ico-1016:before {
  content: "\e3f7";
}
.ico-1017:before {
  content: "\e3f8";
}
.ico-1018:before {
  content: "\e3f9";
}
.ico-1019:before {
  content: "\e3fa";
}
.ico-1020:before {
  content: "\e3fb";
}
.ico-1021:before {
  content: "\e3fc";
}
.ico-1022:before {
  content: "\e3fd";
}
.ico-1023:before {
  content: "\e3fe";
}
.ico-1024:before {
  content: "\e3ff";
}
.ico-1025:before {
  content: "\e400";
}
.ico-1026:before {
  content: "\e401";
}
.ico-1027:before {
  content: "\e402";
}
.ico-1028:before {
  content: "\e403";
}
.ico-1029:before {
  content: "\e404";
}
.ico-1030:before {
  content: "\e405";
}
.ico-1031:before {
  content: "\e406";
}
.ico-1032:before {
  content: "\e407";
}
.ico-1033:before {
  content: "\e408";
}
.ico-1034:before {
  content: "\e409";
}
.ico-1035:before {
  content: "\e40a";
}
.ico-1036:before {
  content: "\e40b";
}
.ico-1037:before {
  content: "\e40c";
}
.ico-1038:before {
  content: "\e40d";
}
.ico-1039:before {
  content: "\e40e";
}
.ico-1040:before {
  content: "\e40f";
}
.ico-1041:before {
  content: "\e410";
}
.ico-1042:before {
  content: "\e411";
}
.ico-1043:before {
  content: "\e412";
}
.ico-1044:before {
  content: "\e413";
}
.ico-1045:before {
  content: "\e414";
}
.ico-1046:before {
  content: "\e415";
}
.ico-1047:before {
  content: "\e416";
}
.ico-1048:before {
  content: "\e417";
}
.ico-1049:before {
  content: "\e418";
}
.ico-1050:before {
  content: "\e419";
}
.ico-1051:before {
  content: "\e41a";
}
.ico-1052:before {
  content: "\e41b";
}
.ico-1053:before {
  content: "\e41c";
}
.ico-1054:before {
  content: "\e41d";
}
.ico-1055:before {
  content: "\e41e";
}
.ico-1056:before {
  content: "\e41f";
}
.ico-1057:before {
  content: "\e420";
}
.ico-1058:before {
  content: "\e421";
}
.ico-1059:before {
  content: "\e422";
}
.ico-1060:before {
  content: "\e423";
}
.ico-1061:before {
  content: "\e424";
}
.ico-1062:before {
  content: "\e425";
}
.ico-1063:before {
  content: "\e426";
}
.ico-1064:before {
  content: "\e427";
}
.ico-1065:before {
  content: "\e428";
}
.ico-1066:before {
  content: "\e429";
}
.ico-1067:before {
  content: "\e42a";
}
.ico-1068:before {
  content: "\e42b";
}
.ico-1069:before {
  content: "\e42c";
}
.ico-1070:before {
  content: "\e42d";
}
.ico-1071:before {
  content: "\e42e";
}
.ico-1072:before {
  content: "\e42f";
}
.ico-1073:before {
  content: "\e430";
}
.ico-1074:before {
  content: "\e431";
}
.ico-1075:before {
  content: "\e432";
}
.ico-1076:before {
  content: "\e433";
}
.ico-1077:before {
  content: "\e434";
}
.ico-1078:before {
  content: "\e435";
}
.ico-1079:before {
  content: "\e436";
}
.ico-1080:before {
  content: "\e437";
}
.ico-1081:before {
  content: "\e438";
}
.ico-1082:before {
  content: "\e439";
}
.ico-1083:before {
  content: "\e43a";
}
.ico-1084:before {
  content: "\e43b";
}
.ico-1085:before {
  content: "\e43c";
}
.ico-1086:before {
  content: "\e43d";
}
.ico-1087:before {
  content: "\e43e";
}
.ico-1088:before {
  content: "\e43f";
}
.ico-1089:before {
  content: "\e440";
}
.ico-1090:before {
  content: "\e441";
}
.ico-1091:before {
  content: "\e442";
}
.ico-1092:before {
  content: "\e443";
}
.ico-1093:before {
  content: "\e444";
}
.ico-1094:before {
  content: "\e445";
}
.ico-1095:before {
  content: "\e446";
}
.ico-1096:before {
  content: "\e447";
}
.ico-1097:before {
  content: "\e448";
}
.ico-1098:before {
  content: "\e449";
}
.ico-1099:before {
  content: "\e44a";
}
.ico-1100:before {
  content: "\e44b";
}
.ico-1101:before {
  content: "\e44c";
}
.ico-1102:before {
  content: "\e44d";
}
.ico-1103:before {
  content: "\e44e";
}
.ico-1104:before {
  content: "\e44f";
}
.ico-1105:before {
  content: "\e450";
}
.ico-1106:before {
  content: "\e451";
}
.ico-1107:before {
  content: "\e452";
}
.ico-1108:before {
  content: "\e453";
}
.ico-1109:before {
  content: "\e454";
}
.ico-1110:before {
  content: "\e455";
}
.ico-1111:before {
  content: "\e456";
}
.ico-1112:before {
  content: "\e457";
}
.ico-1113:before {
  content: "\e458";
}
.ico-1114:before {
  content: "\e459";
}
.ico-1115:before {
  content: "\e45a";
}
.ico-1116:before {
  content: "\e45b";
}
.ico-1117:before {
  content: "\e45c";
}
.ico-1118:before {
  content: "\e45d";
}
.ico-1119:before {
  content: "\e45e";
}
.ico-1120:before {
  content: "\e45f";
}
.ico-1121:before {
  content: "\e460";
}
.ico-1122:before {
  content: "\e461";
}
.ico-1123:before {
  content: "\e462";
}
.ico-1124:before {
  content: "\e463";
}
.ico-1125:before {
  content: "\e464";
}
.ico-1126:before {
  content: "\e465";
}
.ico-1127:before {
  content: "\e466";
}
.ico-1128:before {
  content: "\e467";
}
.ico-1129:before {
  content: "\e468";
}
.ico-1130:before {
  content: "\e469";
}
.ico-1131:before {
  content: "\e46a";
}
.ico-1132:before {
  content: "\e46b";
}
.ico-1133:before {
  content: "\e46c";
}
.ico-1134:before {
  content: "\e46d";
}
.ico-1135:before {
  content: "\e46e";
}
.ico-1136:before {
  content: "\e46f";
}
.ico-1137:before {
  content: "\e470";
}
.ico-1138:before {
  content: "\e471";
}
.ico-1139:before {
  content: "\e472";
}
.ico-1140:before {
  content: "\e473";
}
.ico-1141:before {
  content: "\e474";
}
.ico-1142:before {
  content: "\e475";
}
.ico-1143:before {
  content: "\e476";
}
.ico-1144:before {
  content: "\e477";
}
.ico-1145:before {
  content: "\e478";
}
.ico-1146:before {
  content: "\e479";
}
.ico-1147:before {
  content: "\e47a";
}
.ico-1148:before {
  content: "\e47b";
}
.ico-1149:before {
  content: "\e47c";
}
.ico-1150:before {
  content: "\e47d";
}
.ico-1151:before {
  content: "\e47e";
}
.ico-1152:before {
  content: "\e47f";
}
.ico-1153:before {
  content: "\e480";
}
.ico-1154:before {
  content: "\e481";
}
.ico-1155:before {
  content: "\e482";
}
.ico-1156:before {
  content: "\e483";
}
.ico-1157:before {
  content: "\e484";
}
.ico-1158:before {
  content: "\e485";
}
.ico-1159:before {
  content: "\e486";
}
.ico-1160:before {
  content: "\e487";
}
.ico-1161:before {
  content: "\e488";
}
.ico-1162:before {
  content: "\e489";
}
.ico-1163:before {
  content: "\e48a";
}
.ico-1164:before {
  content: "\e48b";
}
.ico-1165:before {
  content: "\e48c";
}
.ico-1166:before {
  content: "\e48d";
}
.ico-1167:before {
  content: "\e48e";
}
.ico-1168:before {
  content: "\e48f";
}
.ico-1169:before {
  content: "\e490";
}
.ico-1170:before {
  content: "\e491";
}
.ico-1171:before {
  content: "\e492";
}
.ico-1172:before {
  content: "\e493";
}
.ico-1173:before {
  content: "\e494";
}
.ico-1174:before {
  content: "\e495";
}
.ico-1175:before {
  content: "\e496";
}
.ico-1176:before {
  content: "\e497";
}
.ico-1177:before {
  content: "\e498";
}
.ico-1178:before {
  content: "\e499";
}
.ico-1179:before {
  content: "\e49a";
}
.ico-1180:before {
  content: "\e49b";
}
.ico-1181:before {
  content: "\e49c";
}
.ico-1182:before {
  content: "\e49d";
}
.ico-1183:before {
  content: "\e49e";
}
.ico-1184:before {
  content: "\e49f";
}
.ico-1185:before {
  content: "\e4a0";
}
.ico-1186:before {
  content: "\e4a1";
}
.ico-1187:before {
  content: "\e4a2";
}
.ico-1188:before {
  content: "\e4a3";
}
.ico-1189:before {
  content: "\e4a4";
}
.ico-1190:before {
  content: "\e4a5";
}
.ico-1191:before {
  content: "\e4a6";
}
.ico-1192:before {
  content: "\e4a7";
}
.ico-1193:before {
  content: "\e4a8";
}
.ico-1194:before {
  content: "\e4a9";
}
.ico-1195:before {
  content: "\e4aa";
}
.ico-1196:before {
  content: "\e4ab";
}
.ico-1197:before {
  content: "\e4ac";
}
.ico-1198:before {
  content: "\e4ad";
}
.ico-1199:before {
  content: "\e4ae";
}
.ico-1200:before {
  content: "\e4af";
}
.ico-1201:before {
  content: "\e4b0";
}
.ico-1202:before {
  content: "\e4b1";
}
.ico-1203:before {
  content: "\e4b2";
}
.ico-1204:before {
  content: "\e4b3";
}
.ico-1205:before {
  content: "\e4b4";
}
.ico-1206:before {
  content: "\e4b5";
}
.ico-1207:before {
  content: "\e4b6";
}
.ico-1208:before {
  content: "\e4b7";
}
.ico-1209:before {
  content: "\e4b8";
}
.ico-1210:before {
  content: "\e4b9";
}
.ico-1211:before {
  content: "\e4ba";
}
.ico-1212:before {
  content: "\e4bb";
}
.ico-1213:before {
  content: "\e4bc";
}
.ico-1214:before {
  content: "\e4bd";
}
.ico-1215:before {
  content: "\e4be";
}
.ico-1216:before {
  content: "\e4bf";
}
.ico-1217:before {
  content: "\e4c0";
}
.ico-1218:before {
  content: "\e4c1";
}
.ico-1219:before {
  content: "\e4c2";
}
.ico-1220:before {
  content: "\e4c3";
}
.ico-1221:before {
  content: "\e4c4";
}
.ico-1222:before {
  content: "\e4c5";
}
.ico-1223:before {
  content: "\e4c6";
}
.ico-1224:before {
  content: "\e4c7";
}
.ico-1225:before {
  content: "\e4c8";
}
.ico-1226:before {
  content: "\e4c9";
}
.ico-1227:before {
  content: "\e4ca";
}
.ico-1228:before {
  content: "\e4cb";
}
.ico-1229:before {
  content: "\e4cc";
}
.ico-1230:before {
  content: "\e4cd";
}
.ico-1231:before {
  content: "\e4ce";
}
.ico-1232:before {
  content: "\e4cf";
}
.ico-1233:before {
  content: "\e4d0";
}
.ico-1234:before {
  content: "\e4d1";
}
.ico-1235:before {
  content: "\e4d2";
}
.ico-1236:before {
  content: "\e4d3";
}
.ico-1237:before {
  content: "\e4d4";
}
.ico-1238:before {
  content: "\e4d5";
}
.ico-1239:before {
  content: "\e4d6";
}
.ico-1240:before {
  content: "\e4d7";
}
.ico-1241:before {
  content: "\e4d8";
}
.ico-1242:before {
  content: "\e4d9";
}
.ico-1243:before {
  content: "\e4da";
}
.ico-1244:before {
  content: "\e4db";
}
.ico-1245:before {
  content: "\e4dc";
}
.ico-1246:before {
  content: "\e4dd";
}
.ico-1247:before {
  content: "\e4de";
}
.ico-1248:before {
  content: "\e4df";
}
.ico-1249:before {
  content: "\e4e0";
}
.ico-1250:before {
  content: "\e4e1";
}
.ico-1251:before {
  content: "\e4e2";
}
.ico-1252:before {
  content: "\e4e3";
}
.ico-1253:before {
  content: "\e4e4";
}
.ico-1254:before {
  content: "\e4e5";
}
.ico-1255:before {
  content: "\e4e6";
}
.ico-1256:before {
  content: "\e4e7";
}
.ico-1257:before {
  content: "\e4e8";
}
.ico-1258:before {
  content: "\e4e9";
}
.ico-1259:before {
  content: "\e4ea";
}
.ico-1260:before {
  content: "\e4eb";
}
.ico-1261:before {
  content: "\e4ec";
}
.ico-1262:before {
  content: "\e4ed";
}
.ico-1263:before {
  content: "\e4ee";
}
.ico-1264:before {
  content: "\e4ef";
}
.ico-1265:before {
  content: "\e4f0";
}
.ico-1266:before {
  content: "\e4f1";
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  50% {
    -moz-transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
  80% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(-10px);
  }
  20% {
    -moz-transform: translateX(10px);
  }
  30% {
    -moz-transform: translateX(-10px);
  }
  40% {
    -moz-transform: translateX(10px);
  }
  50% {
    -moz-transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(10px);
  }
  70% {
    -moz-transform: translateX(-10px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  90% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  50% {
    -ms-transform: translateY(0);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
  80% {
    -ms-transform: translateY(0);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10% {
    -ms-transform: translateX(-10px);
  }
  20% {
    -ms-transform: translateX(10px);
  }
  30% {
    -ms-transform: translateX(-10px);
  }
  40% {
    -ms-transform: translateX(10px);
  }
  50% {
    -ms-transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(10px);
  }
  70% {
    -ms-transform: translateX(-10px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  90% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* =============== - Normalize - =============== */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: 'PT Sans Narrow', sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: yellow;
  color: black;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============== - Scaffolding - =============== */
* {
  -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: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #C39367;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #73290c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: bottom;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 56px;
  margin-bottom: 56px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.inline-block {
  display: inline-block;
}
body .block-center {
  display: table;
  margin: 0 auto;
}
.sr-only,
.cart-elements {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.strip-list,
.inline-list,
.strip-list ul,
.inline-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-list:before,
.inline-list:after {
  content: " ";
  display: table;
}
.inline-list:after {
  clear: both;
}
.inline-list > li {
  float: left;
}
body .align-left {
  float: left;
}
body .align-right {
  float: right;
}
body .align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.social-facebook a {
  background: #698dc7;
}
.social-facebook a:hover {
  background: #4571b8;
}
.social-twitter a {
  background: #6bcde5;
}
.social-twitter a:hover {
  background: #40bedd;
}
.social-google a {
  background: #ff604f;
}
.social-google a:hover {
  background: #ff321c;
}
.social-pinterest a {
  background: #ff5458;
}
.social-pinterest a:hover {
  background: #ff2126;
}
.social-dribbble a {
  background: #ff52a3;
}
.social-dribbble a:hover {
  background: #ff1f88;
}
.square-area,
.square-area-circle {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.square-area > *,
.square-area-circle > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.square-area-circle {
  border-radius: 50%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-padding [class*="col-"] {
  padding: 0;
}
.no-margin {
  margin: 0 !important;
}
.five-col {
  width: 20%;
}
.no-li-margin > li {
  margin-bottom: 0 !important;
}
.no-li-margin > li p:last-child {
  margin: 0;
}
.relative-p {
  position: relative;
}
/* =============== - Type - =============== */
.alt-font-1 {
  font-family: 'PT Sans Narrow', sans-serif;
}
.alt-font-2 {
  font-family: 'PT Sans Narrow', sans-serif;
}
.cursive-font,
.alt-font-3 {
  font-family: 'PT Sans Narrow', sans-serif;
}
.fancy-title {
  padding-left: 22px;
  border-left: 4px solid #8ccfd4;
  line-height: 1em;
  font-weight: 300;
}
.fancy-title.default-font {
  font-size: 17px;
  padding-left: 15px;
}
.fancy-title span {
  display: block;
  font-size: 0.5em;
  color: #9f9f9f;
  line-height: 1em;
  font-weight: 300;
  padding-top: 8px;
}
.text-uppercase {
  text-transform: uppercase;
}
.default-font {
  font-size: inherit;
}
.small-title {
  font-weight: inherit;
  margin: 0 0 6px;
  line-height: 0.5em;
}
.small-title > a {
  font-size: 50%;
}
.small-hint {
  font-size: 13px;
  color: #505050;
}
p {
  margin: 0 0 28px;
}
.lead {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
b,
.bold {
  color: #505050;
  font-weight: normal;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #9f9f9f;
}
.text-primary {
  color: #E04E39;
}
.text-primary a:hover {
  color: #3e98a9;
}
.text-success {
  color: #3c763d;
}
.text-success a:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info a:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning a:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger a:hover {
  color: #843534;
}
.bg-primary {
  color: white;
  background-color: #E04E39;
}
.bg-primary a:hover {
  background-color: #3e98a9;
}
.bg-success {
  background-color: #dff0d8;
}
.bg-success a:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
.bg-info a:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
.bg-warning a:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
.bg-danger a:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.64706;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #9f9f9f;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 30px;
  border-left: 5px solid #E04E39;
  color: #505050;
}
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.64706;
  color: #9f9f9f;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #E04E39;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
blockquote:before,
blockquote:after {
  content: "";
}
.fancy-quote {
  background: #fafafa;
  border: 1px solid #e5e4e4;
  position: relative;
  padding: 42px 42px 42px 105px;
}
.fancy-quote:before {
  content: "\201C";
  position: absolute;
  font-size: 120px;
  line-height: 1em;
  left: 42px;
  top: 34px;
  color: #a5a5a5;
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.64706;
}
.small-font {
  font-size: 15px;
  line-height: 25px;
}
p.small-font {
  margin-bottom: 25px;
}
ins[class*="bg-"] {
  text-decoration: none;
  padding: 2px;
}
[class*="dropcap-"]:first-letter {
  float: left;
  font-size: 56px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 0.7em;
}
.dropcap-clean:first-letter {
  margin: 7px 10px 0 0;
  color: #E04E39;
}
.dropcap-bg:first-letter {
  background: #E04E39;
  color: white;
  display: block;
  margin: 7px 20px 0 0;
  padding: 10px;
}
.small-line {
  margin: 25px 0;
  width: 30%;
}
.small-sep {
  width: 54px;
  height: 3px;
  border: none;
  margin: 0 auto 28px;
}
.line-title {
  overflow: hidden;
}
.line-title > span {
  position: relative;
}
.line-title > span:before {
  content: "";
  display: block;
  width: 1300px;
  height: 1px;
  background: #e5e4e4;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 120%;
  right: 30px;
  margin: auto;
}
.line-title > span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #90d8df;
  position: absolute;
  left: 115%;
  top: 8px;
  bottom: 0;
  margin: auto;
}
.heading-separator {
  display: table;
  width: 100%;
}
.heading-separator b,
.heading-separator span {
  display: table-cell;
}
.heading-separator b {
  width: 50%;
  height: 1px;
  vertical-align: middle;
}
.heading-separator b:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e4e4;
}
.heading-separator span {
  white-space: pre;
  padding: 0 34px;
}
.text-shadow {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}
/* =============== - Grid - =============== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* =============== - Tables - =============== */
table.table,
table.table th,
table.table td #form-report table,
#form-report th,
#form-report td {
  border: 1px solid #c79b65;
}
#form-report table,
table.table {
  width: 100%;
  margin-bottom: 28px;
  border-collapse: collapse;
}
table.table thead,
#form-report table thead {
  background: #eeeeee;
  border-bottom: 2px solid #dedede;
}
table.table td,
table.table th,
#form-report table td,
#form-report table th {
  padding: 5px 11px;
}
table.table tbody tr:nth-child(even),
#form-report table tbody tr:nth-child(even) {
  background: #f4ebe0;
}
caption {
  text-align: center;
  caption-side: bottom;
  display: table-caption;
  padding-top: 11px;
}
.fancy-table,
.fancy-table th,
.fancy-table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.fancy-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.3);
}
.fancy-table thead {
  border-bottom: 2px solid white;
}
.table-mode {
  display: table;
}
.table-mode > li {
  display: table-cell;
}
/* =============== - Forms - =============== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
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;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.64706;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.64706;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #e5e4e4;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #E04E39;
  outline: 0;
}
.form-control:-moz-placeholder {
  color: #3d3d3d;
}
.form-control::-moz-placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #3d3d3d;
}
.form-control::-webkit-input-placeholder {
  color: #3d3d3d;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 42px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 33px;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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 {
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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 {
  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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dfdfdf;
}
@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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.clasic-form,
.clasic-form input {
  position: relative;
}
.clasic-form {
  left: 0;
  right: 0;
}
.clasic-form input {
  width: 100%;
  height: 45px;
  background: white;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
  padding: 11px 58px 11px 14px;
  -webkit-box-shadow: inset 0 0 0 1px #e5e4e4;
  box-shadow: inset 0 0 0 1px #e5e4e4;
}
.clasic-form input:focus {
  background: white;
}
/* =============== - Buttons - =============== */
a:focus,
button:focus {
  outline: none;
}
a.bg-main-light:hover {
  background: #61c8d2;
}
a.bg-main:hover {
  background: #3e98a9;
}
a.bg-main-dark:hover {
  background: #26606b;
}
a.bg-main-extra-dark:hover {
  background: #4a5e62;
}
[class*="btn-"] {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1em;
  margin: 7px 0;
  cursor: pointer;
  border: none;
  font-weight: 300;
  text-decoration: none;
  border-radius: 5px;
}
[class*="btn-"] > i {
  margin-right: 12px;
}
[class*="btn-"]:hover {
  text-decoration: none;
  color: white;
}
.btn-sm {
  padding: 12px 25px;
  font-size: 15px;
}
.btn-md {
  padding: 14px 25px;
  font-size: 17px;
}
.btn-lg {
  padding: 16px 28px;
  font-size: 22px;
}
.outline-style {
  -webkit-box-shadow: inset 0 0 0 1px;
  box-shadow: inset 0 0 0 1px;
  text-decoration: none;
}
.outline-style:hover {
  color: #E04E39;
  background: white;
}
.bg-main,
[class*="btn-"].outline-style.color-main:hover,
.bg-main-hover:hover {
  background: #4d3e33;
  color: white;
}
.bg-second {
  background: #E04E39;
  color: white;
}
.bg-light-gray {
  background: #fafafa;
  color: #505050 !important;
}
.bg-white {
  background: white;
}
.bg-error {
  background: #9f101a;
}
.bg-success {
  background: #658d1e;
}
.bg-main-light {
  background: #E04E39;
  color: white;
}
.bg-main-dark {
  background: #338291;
  color: white;
}
.bg-main-extra-dark {
  background: #607a7f;
  color: white;
}
.bg-light-gray {
  background: #efefef;
  color: #505050;
}
.color-main {
  color: #E04E39;
}
.color-main-light {
  color: #E04E39;
}
.color-white {
  color: white;
}
.color-error {
  color: #9f101a;
}
.color-success {
  color: #658d1e;
}
.color-sea-green {
  color: lightseagreen;
}
.color-sky-blue {
  color: lightskyblue;
}
.color-slate-gray {
  color: lightslategray;
}
.color-steel-blue {
  color: lightsteelblue;
}
.color-gray {
  color: #a8a8a8;
}
.color-coral {
  color: lightcoral;
}
.color-brown {
  color: #bfa27c;
}
.color-lemon-chiffon {
  color: lemonchiffon;
}
.color-prussian-blue {
  color: #003153;
}
.color-powder-blue {
  color: powderblue;
}
.color-plum {
  color: plum;
}
.color-pink-orange {
  color: #ff9966;
}
.color-inherit {
  color: inherit;
}
[class*="ddd-"] {
  position: relative;
}
[class*="ddd-"]:hover {
  bottom: -1px;
}
[class*="ddd-"]:active {
  bottom: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
[class$="d-green"] {
  background: #addfad;
  color: white;
}
[class$="d-sea-green"] {
  background: lightseagreen;
  color: white;
}
.ddd-sea-green {
  -webkit-box-shadow: inset 0 -3px 0 rgba(12, 117, 111, 0.75);
  box-shadow: inset 0 -3px 0 rgba(12, 117, 111, 0.75);
}
.ddd-sea-green > i {
  text-shadow: 0 1px 1px rgba(12, 117, 111, 0.75);
}
.ddd-sea-green:hover,
.dd-sea-green:hover {
  background: #188781;
}
[class$="d-sky-blue"] {
  background: lightskyblue;
  color: white;
}
.ddd-sky-blue {
  -webkit-box-shadow: inset 0 -3px 0 rgba(78, 145, 186, 0.75);
  box-shadow: inset 0 -3px 0 rgba(78, 145, 186, 0.75);
}
.ddd-sky-blue > i {
  text-shadow: 0 1px 1px rgba(78, 145, 186, 0.75);
}
.ddd-sky-blue:hover,
.dd-sky-blue:hover {
  background: #6fc4f9;
}
[class$="d-slate-gray"] {
  background: lightslategray;
  color: white;
}
.ddd-slate-gray {
  -webkit-box-shadow: inset 0 -3px 0 rgba(58, 70, 83, 0.75);
  box-shadow: inset 0 -3px 0 rgba(58, 70, 83, 0.75);
}
.ddd-slate-gray > i {
  text-shadow: 0 1px 1px rgba(58, 70, 83, 0.75);
}
.ddd-slate-gray:hover,
.dd-slate-gray:hover {
  background: #5f6e7e;
}
[class$="d-steel-blue"] {
  background: lightsteelblue;
  color: white;
}
.ddd-steel-blue {
  -webkit-box-shadow: inset 0 -3px 0 rgba(125, 148, 177, 0.75);
  box-shadow: inset 0 -3px 0 rgba(125, 148, 177, 0.75);
}
.ddd-steel-blue > i {
  text-shadow: 0 1px 1px rgba(125, 148, 177, 0.75);
}
.ddd-steel-blue:hover,
.dd-steel-blue:hover {
  background: #8ca9cf;
}
[class$="d-gray"] {
  background: #a8a8a8;
  color: white;
}
.ddd-gray {
  -webkit-box-shadow: inset 0 -3px 0 rgba(117, 117, 117, 0.75);
  box-shadow: inset 0 -3px 0 rgba(117, 117, 117, 0.75);
}
.ddd-gray > i {
  text-shadow: 0 1px 1px rgba(117, 117, 117, 0.75);
}
.ddd-gray:hover,
.dd-gray:hover {
  background: #8e8e8e;
}
[class$="d-coral"] {
  background: lightcoral;
  color: white;
}
.ddd-coral {
  -webkit-box-shadow: inset 0 -3px 0 rgba(221, 110, 110, 0.75);
  box-shadow: inset 0 -3px 0 rgba(221, 110, 110, 0.75);
}
.ddd-coral > i {
  text-shadow: 0 1px 1px rgba(221, 110, 110, 0.75);
}
.ddd-coral:hover,
.dd-coral:hover {
  background: #eb5252;
}
[class$="d-brown"] {
  background: #bfa27c;
  color: white;
}
.ddd-brown {
  -webkit-box-shadow: inset 0 -3px 0 rgba(191, 162, 124, 0.75);
  box-shadow: inset 0 -3px 0 rgba(191, 162, 124, 0.75);
}
.ddd-brown > i {
  text-shadow: 0 1px 1px rgba(191, 162, 124, 0.75);
}
.ddd-brown:hover,
.dd-brown:hover {
  background: #ae8a5a;
}
[class$="d-lemon-chiffon"] {
  background: lemonchiffon;
  color: #505050;
}
.ddd-lemon-chiffon {
  -webkit-box-shadow: inset 0 -3px 0 #ede7b4;
  box-shadow: inset 0 -3px 0 #ede7b4;
}
.ddd-lemon-chiffon > i {
  text-shadow: 0 1px 1px #ede7b4;
}
.ddd-lemon-chiffon:hover,
.dd-lemon-chiffon:hover {
  background: #fff59a;
  color: #505050;
}
[class$="d-prussian-blue"] {
  background: #003153;
  color: white;
}
.ddd-prusian-blue {
  -webkit-box-shadow: inset 0 -3px 0 #002036;
  box-shadow: inset 0 -3px 0 #002036;
}
.ddd-prusian-blue > i {
  text-shadow: 0 1px 1px #002036;
}
.ddd-prusian-blue:hover,
.dd-prusian-blue:hover {
  background: #001320;
}
[class$="d-powder-blue"] {
  background: powderblue;
  color: #505050;
}
.ddd-powder-blue {
  -webkit-box-shadow: inset 0 -3px 0 #9bc9cf;
  box-shadow: inset 0 -3px 0 #9bc9cf;
}
.ddd-powder-blue > i {
  text-shadow: 0 1px 1px #9bc9cf;
  color: #5a7d81;
}
.ddd-powder-blue:hover,
.dd-powder-blue:hover {
  background: #89d1da;
  color: #505050;
}
[class$="d-plum"] {
  background: plum;
  color: white;
}
.ddd-plum {
  -webkit-box-shadow: inset 0 -3px 0 #c890c8;
  box-shadow: inset 0 -3px 0 #c890c8;
}
.ddd-plum:hover {
  background: #d07ad0;
}
.ddd-plum > i {
  text-shadow: 0 1px 1px #c890c8;
}
.ddd-plum:hover,
.dd-plum:hover {
  background: #d07ad0;
}
[class$="d-pink-orange"] {
  background: #ff9966;
  color: white;
}
.ddd-pink-orange {
  -webkit-box-shadow: inset 0 -3px 0 #ee8c5b;
  box-shadow: inset 0 -3px 0 #ee8c5b;
}
.ddd-pink-orange > i {
  text-shadow: 0 1px 1px #ee8c5b;
}
.ddd-pink-orange:hover,
.dd-pink-orange:hover {
  background: #ff7733;
}
[class$="d-white-blue"] {
  background: white;
  color: #505050;
}
.ddd-white-blue {
  -webkit-box-shadow: inset 0 -3px 0 rgba(88, 177, 194, 0.75);
  box-shadow: inset 0 -3px 0 rgba(88, 177, 194, 0.75);
}
.ddd-white-blue > i {
  text-shadow: 0 1px 1px rgba(88, 177, 194, 0.75);
}
.ddd-white-blue:hover,
.dd-white-blue:hover {
  background: #f2f2f2;
  color: #505050;
}
/* =============== - Header - =============== */
.general-header {
  /* min-height: 154px;*/
  /* padding-top: 56px;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.general-header a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.general-header a:hover {
  text-decoration: none;
}
.general-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.is-sticky .general-header {
  background: white;
  z-index: 10000000000;
  width: 100%;
  min-height: 85px;
  padding-top: 22px;
  border-bottom: 2px solid #dedede;
}
.general-logo {
  position: relative;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #505050;
}
/*
  .general-logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 3px;
    height: 50px;
    display: block;
    background: #E04E39; }
*/
.general-logo > a {
  color: inherit;
  font-size: 45px;
  line-height: 1em;
}
.general-logo > a > i {
  color: #E04E39;
  font-size: 30px;
  line-height: inherit;
  position: relative;
  top: -3px;
}
.general-nav ul > li {
  border-left: 1px solid #C39367;
}
.general-nav ul > li:first-child {
  border-left: none;
  padding-left: unset;
}
.general-nav ul {
  padding-top: 6px;
}
.general-nav ul > li {
  float: left;
  padding: 0 11px;
  position: relative;
}
.general-nav ul > li:hover > a:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.general-nav ul > li a {
  color: #C39367;
  font-size: 15px;
  display: block;
  position: relative;
  text-decoration: none;
}
.general-nav ul > li a:hover + ul {
  display: block;
  -moz-animation: fadeInUp 0.5s 0s ease both;
  -webkit-animation: fadeInUp 0.5s 0s ease both;
  -o-animation: fadeInUp 0.5s 0s ease both;
  -ms-animation: fadeInUp 0.5s 0s ease both;
  animation: fadeInUp 0.5s 0s ease both;
  color: #73290c;
}
.general-nav ul > li > a {
  display: inline-block;
}
.general-nav ul > li > a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  background: #732d0e;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.general-nav ul > li > a:hover {
  color: #73290c;
}
.general-nav ul > li > a:hover:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.general-nav ul > li ul {
  position: absolute;
  top: 24px;
  width: 227px;
  display: none;
  z-index: 999999999;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.general-nav ul > li ul:hover {
  display: block;
}
.general-nav ul > li ul li {
  position: relative;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05);
}
.general-nav ul > li ul li ul {
  top: 0;
  left: 100%;
}
.general-nav ul > li ul li ul a {
  background: #fafafa;
}
.general-nav ul > li ul li a {
  padding: 13px 24px;
  line-height: 1em;
  -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
  box-shadow: inset 0 1px 0 #e6e6e6;
}
.general-nav ul > li ul li a:hover {
  background: #E04E39;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.general-nav ul > li > ul {
  padding-top: 18px;
}
.general-nav ul > li > ul > li > a {
  background: white;
}
.general-nav ul:hover > .current-menu-item a:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.general-nav ul:hover > .current-menu-item a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.general-nav .current-menu-item > a {
  color: #E04E39;
}
.general-nav .current-menu-item > a:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-cart {
  position: absolute;
  right: 15px;
  -moz-perspective: 600;
  z-index: 100000000;
}
.header-cart > input {
  display: none;
  visibility: hidden;
}
.header-cart > input:checked ~ .cart-elements {
  clip: auto;
  height: auto;
  overflow: visible;
  -moz-animation: fadeInRight 0.5s 0s ease both;
  -webkit-animation: fadeInRight 0.5s 0s ease both;
  -o-animation: fadeInRight 0.5s 0s ease both;
  -ms-animation: fadeInRight 0.5s 0s ease both;
  animation: fadeInRight 0.5s 0s ease both;
}
.header-cart > input:checked ~ label span {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.header-cart > label {
  background: #f8f8f8;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
}
.header-cart > label:hover > i {
  color: inherit;
}
.header-cart > label > span {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 2em;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-cart > label > i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #505050;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
}
.cart-elements {
  right: 0;
  width: 315px;
  top: 55px;
}
.cart-elements > ul {
  -webkit-box-shadow: 0 -1px 0 #e6e6e6;
  box-shadow: 0 -1px 0 #e6e6e6;
}
.cart-elements > ul > li {
  background: white;
  margin: 0;
  -webkit-box-shadow: inset 0 -1px 0 #e6e6e6;
  box-shadow: inset 0 -1px 0 #e6e6e6;
}
.cart-elements > ul > li:hover {
  -webkit-box-shadow: inset 0 -1px 0 #E04E39;
  box-shadow: inset 0 -1px 0 #E04E39;
}
.cart-elements > ul > li:hover > div > span {
  color: #E04E39;
}
.cart-elements > ul > li > div {
  padding: 11px;
}
.cart-elements > ul > li > div > h6 {
  padding-right: 33px;
}
.cart-elements > ul > li > div > span {
  color: #9f9f9f;
  font-size: 13px;
}
.cart-elements > ul > li > div a {
  color: #505050;
}
.cart-elements > ul > li > div .delete-item {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f4f4f4;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.cart-elements > ul > li > div .delete-item:hover {
  background: #E04E39;
  color: white;
}
.grand-total h5 {
  background: #f4f4f4;
  padding: 0 11px;
}
.grand-total h5,
.checkout-cart h5 {
  margin: 0;
  line-height: 50px;
  color: #505050;
}
.grand-total h5 > b,
.checkout-cart h5 > b {
  float: right;
  font-weight: 400;
}
.checkout-cart h5 a {
  color: white;
  display: block;
  padding: 0 11px;
}
.checkout-cart h5 a:hover {
  background: #E04E39;
}
/* =============== - Footer - =============== */
.footer-widgets {
  padding: 20px 0;
}
.address-list {
  font-size: 15px;
}
.address-list ul li i {
  color: #E04E39;
  font-size: 20px;
  line-height: 0.8em;
  vertical-align: text-bottom;
  margin-right: 6px;
}
.post-list > li {
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  position: relative;
}
.post-list > li:first-child {
  padding-top: 0;
}
.post-list > li:last-child {
  border-bottom: none;
}
.post-list > li > i {
  position: absolute;
  font-size: 8px;
  width: 1em;
  height: 1em;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  color: #E04E39;
  margin: auto;
}
.post-list > li a {
  color: #C39367;
  text-decoration: underline;
}
.post-list > li > p {
  margin: 0;
  font-size: 13px;
  line-height: 25px;
}
.instagram-list {
  margin-left: -5px;
  margin-right: -5px;
}
.instagram-list > li {
  padding: 5px;
}
.instagram-list > li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.instagram-list > li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.footer-meta {
  font-size: 13px;
  line-height: 34px;
  padding: 16px 0 14px;
  color: #fff;
}
.copyright-area {
  margin: 0;
}
.social-title {
  padding-right: 16px;
}
.social-links > li {
  margin: 0 1px;
}
.social-links > li > a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  color: white;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  font-size: 14px;
  line-height: 37px;
}
.social-links > li .bg-light-gray:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.social-links.only-icons {
  float: none;
  margin-bottom: 28px;
}
.social-links.only-icons li {
  margin-right: 12px;
  font-size: 16px;
}
.social-links.only-icons a {
  color: #c9c9c9;
  text-align: left;
  height: 1em;
  width: 1em;
  line-height: 1em;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-links.only-icons a:hover {
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
  color: #E04E39;
}
.footer-light .footer-meta {
  padding: 38px 0 38px;
}
.footer-light .social-links {
  margin-bottom: 28px;
}
.footer-light .social-links + p {
  margin: 0;
  font-size: 17px;
  color: #505050;
}
.footer-light .copyright-area {
  line-height: 1em;
  margin: 0;
}
.footer-contact > li > div {
  margin-top: 28px;
}
/* =============== - Sections - =============== */
.content-area {
  padding: 84px 0;
}
.clasico-section {
  background: #fafafa;
  border-top: 1px solid #e5e4e4;
  border-bottom: 1px solid #e5e4e4;
}
.callout-mini {
  padding: 7px 0;
}
.callout-mini h6 {
  line-height: 40px;
  margin: 0;
  padding: 10px 0;
}
.callout-mini h6 span {
  padding-right: 10px;
}
/*
.team-area {
  background: url(../img/team-bg.jpg) 0 center repeat transparent; }

.bg-featured-area {
  background: url(../img/featured-bg.png) center center repeat transparent; }

.bg-testimonials {
  background: url(../img/testimonials-bg.png) 0 center repeat transparent; }

.bg-message {
  background: url(../img/message-bg.png) center center repeat transparent; }

 */
.team-area,
.bg-featured-area,
.bg-testimonials {
  background-size: cover;
  background-attachment: fixed;
}
.partner-section {
  padding: 36px 0;
  position: relative;
}
.content-area-no-bottom {
  padding: 84px 0 0;
}
.content-area-hold-items {
  padding: 84px 0 56px;
}
.blog-mini-slider {
  padding-top: 56px;
}
/* =============== - Sidebar - =============== */
.sidebar-area {
  background: #d5b08e;
  -webkit-box-shadow: inset 0 0 0 1px #e5e4e4;
  box-shadow: inset 0 0 0 1px #e5e4e4;
  margin-bottom: 28px;
}
.sidebar-area .widget {
  padding: 35px 27px;
  border-top: 1px solid #e5e4e4;
}
.sidebar-area .widget > h5 {
  margin-top: 20px;
  margin-bottom: 48px;
  text-transform: uppercase;
  font-size: 17px;
  padding-left: 14px;
}
.light-style {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.light-style .widget {
  padding: 27px 0;
}
.light-style .widget:first-child {
  border: none;
  padding-top: 0;
}
.light-style .widget:first-child > h5 {
  margin-top: 0;
}
.side-menu > ul {
  margin: 0;
}
.side-menu > ul > li {
  padding: 6px 0;
  border-top: 1px solid #e5e4e4;
  color: #fff;
}
.side-menu > ul > li:first-child {
  border-top: none;
}
.side-menu > ul > li > a {
  color: inherit;
  font-size: 15px;
}
.side-menu > ul .current-item {
  color: #fff;
}
.side-about h6 {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}
.team-slider {
  position: relative;
}
.slider-nav {
  position: absolute;
  top: -50px;
  right: 0;
}
.slider-nav a {
  width: 25px;
  height: 25px;
  background: white;
  color: #505050;
  display: inline-block;
  font-size: 10px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.slider-nav a:hover {
  text-decoration: none;
  background: #f2f2f2;
}
.team-items li > figure {
  margin-bottom: 38px;
}
.team-items li > h3 {
  font-size: 20px;
  font-weight: 800;
}
.team-items li > h3 > a:hover {
  text-decoration: none;
}
.team-items li > h3 > span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
.form-side-holder > form > p {
  margin-bottom: 14px;
}
.form-side-holder > form button[type=reset] {
  padding-right: 0;
  padding-left: 0;
  float: right;
}
.form-side-holder > form button[type=reset]:hover {
  color: #E04E39;
}
.form-side-holder > form button[type=reset] > i {
  margin-right: 0;
  font-size: 8px;
  margin-left: 11px;
}
.side-search {
  margin-bottom: 30px;
  width: 100%;
}
.side-search + div {
  border: none !important;
  padding-top: 0 !important;
}
.side-search form {
  position: relative;
  height: 45px;
  right: 0;
  left: 0;
}
.side-search form input[type=text] {
  position: static;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 45px;
  padding: 11px 58px 11px 14px;
}
.side-search form button {
  right: 0;
  background: #e5e4e4;
}
.side-ads,
.side-ads + div {
  border: none !important;
  padding-top: 0 !important;
}
.ads-area {
  background: #f9f9f9;
}
.ads-area div {
  margin: 0;
  padding: 0;
}
.ads-area div figure {
  padding: 3px;
}
.ads-area .row {
  padding: 7px 4px 4px;
}
.ads-area > h6 {
  text-align: center;
  font-size: 10px;
  margin: 0;
  color: #aeaeae;
  text-transform: uppercase;
  line-height: 1em;
  padding: 12px 12px 0;
}
.ads-area > figure {
  padding: 10px;
}
.side-list ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.side-list ul > li {
  position: relative;
  padding: 5px 0 5px 15px;
  /*font-size: 15px; */
  margin-right: 0px;
}
.side-list ul > li > a {
  color: #989a9a;
  text-decoration: underline;
}
.side-list ul > li > a:hover {
  color: #623B2A;
}
.tags-list li {
  margin: 0 3px 6px 3px;
}
.tags-list a {
  background: #f8f8f8;
  display: inline-block;
  color: #3d3d3d;
  padding: 5px 17px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tags-list a:hover {
  text-decoration: none;
  background: #E04E39;
  color: white;
}
.popular-posts h5 {
  line-height: 18px;
  margin: 0;
}
.popular-posts em {
  font-style: normal;
  font-size: 13px;
  color: #aeaeae;
}
.popular-posts span {
  display: block;
  font-size: 13px;
  color: #3d3d3d;
}
.popular-posts span i {
  margin-right: 3px;
}
.popular-posts > li {
  margin-bottom: 40px;
}
.popular-posts > li > div {
  margin: 0;
}
.popular-posts > li > div div {
  padding: 0;
}
.popular-posts > li figure {
  padding-right: 9px;
}
.popular-posts a:hover {
  text-decoration: none;
}
.twitter-feed > li {
  margin-bottom: 25px;
}
.twitter-feed > li a {
  color: inherit;
}
.twitter-feed > li p {
  margin: 0;
}
.twitter-feed > li div {
  position: relative;
  padding-left: 34px;
}
.twitter-feed > li div > i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.twitter-feed > li div > span {
  color: #505050;
  font-size: 12px;
  font-weight: 400;
}
.twitter-feed.border > li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.twitter-feed.border > li:first-child {
  padding-top: 0;
}
.twitter-feed.border > li:last-child {
  border: none;
}
.twitter-feed.border > li div > i {
  font-size: 14px;
}
/* =============== - UI - =============== */
.js-broken {
  display: none;
}
.js .general-container > section,
.js .general-container > footer {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.general-container.loadded > section,
.general-container.loadded > footer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bredcumbs-area {
  color: white;
  padding: 8px 0;
}
.bredcumbs-area h3 {
  margin: 16px 0;
  color: inherit;
  text-transform: uppercase;
  line-height: 1em;
}
.bredcumbs-area h6 {
  margin: 0 0 0 21px;
}
.bredcrumb-list {
  float: right;
  line-height: 50px;
  font-size: 15px;
}
.bredcrumb-list > li {
  padding-left: 15px;
  position: relative;
}
.bredcrumb-list > li:first-child {
  padding-left: 0;
}
.bredcrumb-list > li:first-child:before {
  content: "";
  display: none;
}
.bredcrumb-list > li:before {
  content: "/";
  padding-right: 15px;
}
.bredcrumb-list > li a {
  color: inherit;
}
.bredcrumb-list > li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bredcrumb-list > li span {
  color: #fff;
}
.bg-light-gray.bredcumbs-area {
  border-bottom: 1px solid #e5e4e4;
}
.bg-light-gray.bredcumbs-area h3 {
  color: #505050;
}
.bg-light-gray.bredcumbs-area li:before,
.bg-light-gray.bredcumbs-area a {
  color: #3d3d3d;
}
.bg-light-gray.bredcumbs-area span {
  color: #9f9f9f;
}
[class*="tooltip-"] {
  color: #505050;
  font-weight: 800;
  cursor: help;
  position: relative;
}
[class*="tooltip-"]:after {
  content: attr(data-tooltip-message);
  position: absolute;
  font-weight: 400;
  background: #E04E39;
  color: white;
  padding: 0 12px;
  display: block;
  max-width: 240px;
  text-align: center;
  left: 22px;
  display: none;
}
[class*="tooltip-"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid #E04E39;
  border-left: 5px solid #E04E39;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 44px;
  display: none;
}
[class*="tooltip-"]:hover:before,
[class*="tooltip-"]:hover:after {
  display: block;
}
.tooltip-top:after {
  bottom: 105%;
}
.tooltip-top:before {
  top: -5px;
}
.featured-item {
  background: white;
  padding: 68px 30px;
  border: 1px solid #e5e4e4;
  margin: 107px 0 34px;
  position: relative;
}
.featured-item > span {
  width: 124px;
  height: 124px;
  display: block;
  position: absolute;
  right: 18px;
  top: -75px;
  border-radius: 50%;
  text-align: center;
}
.featured-item > span > i,
.featured-item > span img {
  font-size: 56px;
  color: white;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.featured-item h1 {
  font-weight: 800;
}
.featured-item h1 > a:hover {
  text-decoration: none;
}
.read-more-link {
  color: #505050;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.read-more-link > i {
  font-size: 6px;
  color: #63b6c6;
  margin-left: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: -1px;
}
.read-more-link:hover {
  text-decoration: none;
  color: #63b6c6;
}
.read-more-link:hover > i {
  margin-left: 6px;
}
body .only-left-icon > li {
  margin-bottom: 28px;
}
body .only-left-icon > li p {
  padding-left: 52px;
}
.fancy-contact-box {
  position: relative;
  padding-left: 83px;
  padding-bottom: 28px;
}
.fancy-contact-box > h1 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 800;
}
.fancy-contact-box > i {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  display: block;
  border-right: 1px solid #e5e4e4;
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes fallPerspective {
  100% {
    transform: translateZ(100px) translateY(0px) rotateX(1000deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
.testimonials-items {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.testimonials-items .shown {
  opacity: 1;
  filter: alpha(opacity=100);
}
.testimonials-items .animate {
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -ms-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  -moz-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}
.testimonials-items > li {
  overflow: hidden;
  margin-bottom: 28px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  filter: alpha(opacity=0);
}
.testimonials-items > li > div {
  border: 1px solid #f4f4f4;
  padding: 28px;
}
.testimonials-items > li > div > figure {
  float: left;
  width: 25%;
}
.testimonials-items > li > div > figure > a > img {
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-items > li > div > h3 {
  font-size: 20px;
  padding-left: 22px;
  padding-top: 7px;
  float: left;
  width: 75%;
}
.testimonials-items > li > div > h3 > a {
  font-weight: 800;
}
.testimonials-items > li > div > h3 > a:hover {
  text-decoration: none;
}
.testimonials-items > li > div > h3 > span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
.testimonials-content > p:last-child {
  margin-bottom: 0;
}
.testimonials-content > p:first-child:before {
  content: "\0022";
}
.testimonials-content > p:last-child:after {
  content: "\0022";
}
.testimonial-slider-container {
  position: relative;
}
#testimonial-slider {
  padding: 0 !important;
}
.testimonial-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonial-nav li > a {
  color: white;
  font-size: 32px;
  position: absolute;
  height: 1em;
  top: 50%;
  margin: auto 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  transform: translate(0, -80%);
}
.testimonial-nav li > a:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.testimonial-nav .arrow-left > a {
  left: 5%;
}
.testimonial-nav .arrow-right > a {
  right: 5%;
}
.statistic-element > li input[type="text"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.featured-list > li {
  margin-bottom: 50px;
}
.featured-list > li > h3 {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding-left: 52px;
}
.featured-list > li > h3 > i,
.featured-list > li > h3 > span {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-list > li > h3 > span {
  width: 28px;
}
.featured-list > li > h3 > span + a {
  border-left: 1px solid #d1d1d1;
  display: inline-block;
  padding-left: 27px;
}
.featured-list > li > p {
  margin-bottom: 25px;
}
.portfolio-filter,
.fancy-select {
  width: 180px;
  position: relative;
  font-size: 13px;
  line-height: 36px;
  color: #505050;
  display: inline-block;
  margin-bottom: 30px;
}
.portfolio-filter > input[type=checkbox],
.fancy-select > input[type=checkbox] {
  display: none;
}
.portfolio-filter > input[type=checkbox]:checked ~ ul,
.fancy-select > input[type=checkbox]:checked ~ ul {
  display: block;
}
.portfolio-filter *,
.fancy-select * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.portfolio-filter > label,
.fancy-select > label {
  display: block;
  cursor: pointer;
  background: #fafafa;
  font-weight: 500;
  margin: 0;
  padding: 0 36px 0 16px;
  border: 1px solid #e5e4e4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.portfolio-filter > label > i,
.fancy-select > label > i {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  text-align: center;
  font-size: 9px;
}
.portfolio-filter > label:hover,
.fancy-select > label:hover {
  background: #f8f8f8;
}
.portfolio-filter > ul,
.fancy-select > ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  border-left: 1px solid #e5e4e4;
  border-right: 1px solid #e5e4e4;
}
.portfolio-filter > ul > li > a,
.fancy-select > ul > li > a {
  display: block;
  color: inherit;
  background: #fafafa;
  border-bottom: 1px solid #e5e4e4;
  padding: 0 16px;
}
.portfolio-filter > ul > li > a:hover,
.portfolio-filter > ul > li > a.current,
.fancy-select > ul > li > a:hover,
.fancy-select > ul > li > a.current {
  text-decoration: none;
  background: #f8f8f8;
  color: #E04E39;
}
.fancy-select .active {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.current-thumb {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fancy-number-pick {
  display: table;
  position: relative;
}
.fancy-number-pick span {
  position: absolute;
  top: 0;
  width: 33px;
  height: 33px;
  background: #fafafa;
  color: #a5a5a5;
  text-align: center;
  left: 0;
  border: 1px solid #dbdbdb;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fancy-number-pick span:hover {
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.fancy-number-pick span:active {
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.fancy-number-pick input {
  border: 1px solid #dbdbdb;
  padding-left: 25px;
}
.fancy-number-pick input + span {
  left: auto;
  right: 0;
}
.portfolio-switcher {
  float: right;
  line-height: 36px;
  margin-bottom: 50px;
}
.portfolio-switcher > ul > li {
  padding: 0 16px;
  border-left: 1px solid #e5e4e4;
}
.portfolio-switcher > ul > li:first-child {
  border: none;
}
.portfolio-switcher > ul > li:last-child {
  padding-right: 0;
}
.portfolio-switcher > ul > li > a:hover {
  text-decoration: none;
}
.portfolio-switcher > ul .active-state a {
  color: #505050;
}
.portfolio-list a:hover {
  text-decoration: none;
}
.portfolio-list > li {
  margin-top: 30px;
  margin-bottom: 30px;
}
.portfolio-list > li h1 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 40px;
}
.portfolio-list > li h3 {
  margin-bottom: 9px;
  font-size: 25px;
  line-height: 30px;
}
.portfolio-list > li h5 {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 25px;
}
.portfolio-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio-item figure {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 28px;
}
.portfolio-item figure img {
  display: inline;
}
.portfolio-item figure:hover > figcaption {
  background: rgba(48, 131, 146, 0.6);
}
.portfolio-item figure:hover > figcaption span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-item figure:hover > figcaption a:first-child,
.portfolio-item figure:hover > figcaption a:last-child {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio-item figure > figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -moz-perspective: 10000;
}
.portfolio-item figure > figcaption span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -55px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-item figure > figcaption span a {
  display: block;
  width: 55px;
  height: 55px;
  color: #505050;
  background: #f4f4f4;
  float: left;
  line-height: 55px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-item figure > figcaption span a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portfolio-item figure > figcaption span a:first-child {
  color: white;
  background: #E04E39;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
}
.portfolio-item figure > figcaption span a:last-child {
  -webkit-transform: translate(-500%, 0);
  -ms-transform: translate(-500%, 0);
  transform: translate(-500%, 0);
}
.portfolio-item.circle figure {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  -webkit-clip-path: circle(50%, 50%, 50%);
}
.portfolio-item.circle figure > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portfolio-item.circle figure > figcaption a {
  border-radius: 50%;
  position: relative;
}
.portfolio-item.circle figure > figcaption a:first-child {
  right: -5px;
}
.portfolio-item.circle figure > figcaption a:last-child {
  left: -5px;
}
.portfolio-category {
  margin-bottom: 36px;
  line-height: 1em;
}
.portfolio-category > li {
  padding-right: 5px;
}
.portfolio-category > li > a {
  color: #aeaeae;
}
.portfolio-category > li > a:hover {
  color: #505050;
}
.portfolio-category > li > a:after {
  content: ",";
}
.portfolio-category > li:last-child a:after {
  content: "";
}
.view-all-link > a {
  color: #505050;
  border-bottom: 1px solid transparent;
}
.view-all-link > a:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}
body .portfolio-item figure .meta-bottom-portfolio {
  position: relative;
  padding: 28px 138px 28px 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .portfolio-item figure .meta-bottom-portfolio .tags-list > li {
  margin-bottom: 0;
}
body .portfolio-item figure .meta-bottom-portfolio a:hover {
  color: white;
}
body .portfolio-item figure .meta-bottom-portfolio span {
  margin: 0;
  left: auto;
  right: 28px;
  top: 28px;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .portfolio-item figure .meta-bottom-portfolio span > a {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body .portfolio-item figure .meta-bottom-portfolio:hover {
  background: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .portfolio-item figure:hover .meta-bottom-portfolio {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-area-no-bottom .portfolio-slider li,
.content-area-no-bottom .portfolio-slider li .portfolio-item figure {
  margin-bottom: 0;
}
.meta-bottom-portfolio .zoom-img + a:hover i {
  color: #333333;
}
#carousel-features {
  margin-left: -15px;
  margin-right: -15px;
}
#carousel-features > ul > li > p {
  padding: 0 15px;
}
#carousel-features > ul > li > h3 {
  margin-left: 15px;
}
#carousel-posts {
  margin-left: -15px;
  margin-right: -15px;
}
#carousel-posts > ul > li > article {
  padding: 0 15px;
}
.portfolio-border .meta-bottom-portfolio {
  -webkit-box-shadow: inset 0 -1px 0 #ededed, inset -1px 0 0 #ededed, inset 1px 0 0 #ededed;
  box-shadow: inset 0 -1px 0 #ededed, inset -1px 0 0 #ededed, inset 1px 0 0 #ededed;
  opacity: 1 !important;
}
.portfolio-border .meta-bottom-portfolio h6 {
  margin-bottom: 0;
}
.portfolio-border .meta-bottom-portfolio span {
  top: 20px !important;
}
.portfolio-border .meta-bottom-portfolio span a {
  width: 42px;
  height: 42px;
  background: white !important;
  color: #E04E39 !important;
  line-height: 46px !important;
  margin-right: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-border .portfolio-item:hover .meta-bottom-portfolio h6 a {
  color: white;
}
.portfolio-border .portfolio-item:hover .meta-bottom-portfolio span a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#carousel-portfolio {
  margin-left: -15px;
  margin-right: -15px;
}
#carousel-portfolio > ul > li > div {
  padding: 0 15px;
}
ul.single-blog-meta {
  margin-bottom: 28px;
}
ul.single-blog-meta > li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e4e4;
}
ul.single-blog-meta > li:last-child {
  border-bottom: none;
}
ul.single-blog-meta > li b {
  min-width: 68px;
  display: inline-block;
}
ul.blog-social {
  border: 1px solid #e5e4e4;
  padding: 12px;
  margin-bottom: 28px;
}
ul.blog-social > li {
  padding: 0 8px;
  font-size: 13px;
  width: 16.66667%;
  text-align: center;
  border-left: 1px solid #e5e4e4;
}
ul.blog-social > li:first-child {
  border-left: none;
}
ul.blog-social > li > a {
  color: #b4b4b4;
  display: inline-block;
}
ul.blog-social > li > a:hover {
  text-decoration: none;
  color: #505050;
}
ul.blog-social > li > a i {
  margin-right: 8px;
}
[class*="pricing-table"] {
  margin-top: 60px;
  margin-bottom: 75px;
}
.pricing-item {
  background: #fafafa;
  border: 1px solid #e5e4e4;
  padding-bottom: 21px;
  margin-bottom: 40px;
}
.pricing-item > header > figure + h2 {
  margin-bottom: 20px;
}
.pricing-item > header > figure + h2 span {
  display: block;
}
.pricing-item:hover .pricing-top:before {
  top: -155%;
}
.pricing-top {
  padding: 27px;
  position: relative;
  overflow: hidden;
}
.pricing-top:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 250%;
  top: -150%;
  left: -25%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-top > div {
  padding: 0 30%;
}
.pricing-top > div h6 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: auto;
  width: 100%;
}
.pricing-top > div span {
  display: block;
  font-size: 15px;
  color: #9f9f9f;
}
.pricing-features {
  margin-bottom: 24px;
}
.pricing-features > li {
  padding: 8px;
}
.clasico-list {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background: #fefefe;
  text-align: left;
  margin-bottom: 30px;
}
.clasico-list > ul {
  display: table;
  margin: 20px auto;
}
.odd-list > li:nth-child(2n) {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fefefe;
}
.best-choose {
  position: absolute;
  left: -16px;
  right: -16px;
  top: -36px;
  padding-bottom: 37px;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border: none;
}
.best-choose .pricing-features {
  margin-bottom: 38px;
}
.best-choose .pricing-top {
  padding: 33px 27px;
}
.pricing-table-image .best-choose header {
  overflow: hidden;
}
.pricing-table-image .best-choose figure {
  margin: 0 -30px;
}
.pricing-table-image .best-choose .pricing-features {
  margin-bottom: 20px;
}
.pricing-table-image .best-choose .pricing-acction {
  padding: 11px 0;
}
.pricing-table-image .pricing-features i {
  font-size: 8px;
  margin-right: 12px;
}
.show-product-iphone {
  position: relative;
}
.devices-show {
  position: absolute;
  bottom: 0;
}
#text-effect {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 38%;
  text-overflow: ellipsis;
}
.blog-post video {
  width: 100%;
}
.blog-post blockquote {
  font-size: 17px;
}
.blog-post blockquote cite {
  position: relative;
  display: block;
  padding-right: 30px;
}
.blog-post blockquote cite:after {
  content: "\201C";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
  line-height: 1em;
}
.blog-post figure,
.blog-post ul {
  margin: 0 0 28px;
}
.blog-post div > figure {
  position: relative;
  overflow: hidden;
}
.blog-post div > figure:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: fadeInUp 0.5s 0s ease both;
  -webkit-animation: fadeInUp 0.5s 0s ease both;
  -o-animation: fadeInUp 0.5s 0s ease both;
  -ms-animation: fadeInUp 0.5s 0s ease both;
  animation: fadeInUp 0.5s 0s ease both;
}
.blog-post div > figure > figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-post div > figure > figcaption > ul {
  display: table;
  margin: 0 auto;
  padding: 13px;
}
.blog-post div > figure > figcaption > ul b,
.blog-post div > figure > figcaption > ul a:hover {
  color: white;
}
blockquote.bg-light-gray {
  padding: 60px 45px;
  position: relative;
}
blockquote.bg-light-gray:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 6px solid #E04E39;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
blockquote.bg-light-gray > p {
  font-size: 25px;
  line-height: 35px;
  color: #505050;
}
blockquote.bg-light-gray > p:first-child:before {
  content: "\201C";
}
blockquote.bg-light-gray > p:first-child:after {
  content: "\201D";
}
blockquote.bg-light-gray cite {
  color: #9f9f9f;
}
blockquote.bg-light-gray cite:after {
  content: "";
}
.blog-meta,
.product-meta {
  margin: 0 0 28px;
}
.post-title {
  font-size: 30px;
  line-height: 40px;
}
.post-title a:hover {
  text-decoration: none;
}
.fancy-post-title {
  font-size: 25px;
  position: relative;
  padding-left: 75px;
}
.fancy-post-title > a:hover {
  text-decoration: none;
}
.fancy-post-title > i {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 55px;
}
.fancy-post-title span {
  display: block;
}
.fancy-post-title span > a {
  font-size: 13px;
}
.blog-meta > li {
  padding: 0 12px;
  line-height: 1em;
  border-left: 1px solid #aeaeae;
}
.blog-meta > li:first-child {
  padding-left: 0;
  border-left: none;
}
.blog-meta > li:last-child {
  border-left: none;
}
.blog-meta > li:last-child a {
  color: #aeaeae;
}
.blog-meta > li:last-child a:after {
  content: ",";
}
.blog-meta > li:last-child a:last-child:after {
  content: "";
}
.blog-meta a {
  font-size: 13px;
}
.blog-meta b,
.blog-meta i {
  font-size: 15px;
  font-weight: 300;
}
.blog-meta i + a {
  color: #3d3d3d;
  font-weight: 400;
}
.blog-meta i + a:hover {
  color: #3d3d3d;
}
.author-link {
  color: #3d3d3d !important;
  font-weight: 400;
}
.thumbs-space {
  padding-right: 8.3333%;
}
.product-meta > li {
  padding: 0 12px;
  line-height: 1em;
  border-left: 1px solid #aeaeae;
}
.product-meta > li:first-child {
  padding-left: 0;
  border-left: none;
}
.product-meta a {
  font-size: 15px;
}
.pagination-items {
  margin-bottom: 28px;
}
.pagination-items li {
  padding-left: 1px;
  font-size: 12px;
}
.pagination-items li:first-child {
  padding: 0 14px 0 0;
  font-size: 9px;
}
.pagination-items li:last-child {
  padding: 0 0 0 15px;
  font-size: 9px;
}
.pagination-items a,
.pagination-items span {
  padding: 0;
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #e5e4e4;
  line-height: 27px;
  text-align: center;
  color: #9f9f9f;
}
.pagination-items a:hover {
  text-decoration: none;
  border-color: #E04E39;
  color: #E04E39;
}
.pagination-items.big li:first-child,
.pagination-items.big li:last-child {
  padding: 0 1px;
}
.pagination-items.big a,
.pagination-items.big span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #505050;
  font-weight: 400;
}
.pagination-items.big a:hover {
  text-decoration: none;
  border-color: #e5e4e4;
  color: #E04E39;
}
.active-page a {
  border-color: #E04E39;
}
.pagination-items.big .active-page a {
  border-color: #fafafa;
  background: #fafafa;
}
.post-comments .blog-meta {
  margin-bottom: 10px;
}
.post-comments li > div {
  overflow: hidden;
  padding: 20px 0;
}
.post-comments li > div figure {
  float: left;
  width: 90px;
}
.post-comments li > div figure + div {
  padding-left: 30px;
  float: left;
}
.post-comments li > div + ul {
  padding-left: 60px;
}
.audio-player {
  margin-bottom: 28px;
  position: relative;
}
.audio-player > ul > li > a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid #e5e4e4;
  color: #505050;
}
.audio-player > ul > li > a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.audio-player > div {
  position: absolute;
  top: 0;
  height: 45px;
  line-height: 45px;
}
.audio-player > div span,
.audio-player > div i {
  cursor: pointer;
}
.audio-time-line {
  left: 151px;
  right: 112px;
  font-size: 12px;
  text-align: right;
}
.audio-time-line > span {
  position: absolute;
  height: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 90px;
  margin: auto;
  background: #e9e9e9;
}
.audio-time-line > span > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 60%;
}
.audio-time-line em {
  font-style: normal;
}
.audio-sound {
  right: 0;
  width: 96px;
  border-left: 1px solid #e5e4e4;
  padding: 0 12px;
}
.audio-sound > span {
  height: 4px;
  background: #e9e9e9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 36px;
  right: 12px;
}
.audio-sound > span > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 60%;
}
.blog-slides > li > figure {
  position: relative;
}
.blog-slides > li > figure > figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 124px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-slides > li > figure .show-caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-slider-date {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 124px;
  font-size: 40px;
  line-height: 1em;
  padding: 22px 0;
}
.blog-slider-date > span {
  display: block;
  text-align: center;
}
body .blog-slider-caption {
  padding: 22px 22px 22px 154px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: table;
  margin: auto 0;
}
body .blog-slider-caption > * {
  margin: 0;
}
.blog-slider-nav > li {
  margin: 0;
  padding: 23px 0;
  border-bottom: 1px solid #e5e4e4;
  cursor: pointer;
}
.blog-slider-nav > li:first-child {
  padding-top: 0;
}
.blog-slider-nav > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.blog-slider-nav > li > div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-slider-nav > li > div:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-slider-nav .current > div {
  border-left: 4px solid #E04E39;
  padding: 10px;
  background: #fafafa;
  position: relative;
}
.blog-slider-nav .current > div:before {
  left: -9px;
  border-right: 5px solid #E04E39;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.team-members {
  -webkit-backface-visibility: hidden;
}
.team-members > li {
  margin-bottom: 35px;
}
.team-members .member-item {
  padding: 21px;
}
.col-md-4 .member-item {
  padding: 10px !important;
}
.col-md-4 .member-item > figure {
  -webkit-transform-origin: 50% 15%;
  -moz-transform-origin: 50% 15%;
  -ms-transform-origin: 50% 15%;
  transform-origin: 50% 15%;
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  transform: scale(3, 3);
}
.col-md-3 .member-item > figure {
  -webkit-transform-origin: 50% 9%;
  -moz-transform-origin: 50% 9%;
  -ms-transform-origin: 50% 9%;
  transform-origin: 50% 9%;
  -webkit-transform: scale(3.5, 3.5);
  -ms-transform: scale(3.5, 3.5);
  transform: scale(3.5, 3.5);
}
.member-item > figure {
  width: 40%;
  margin: 0 auto 21px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-item > figure img {
  -moz-transform: rotate(0.0001deg);
}
.member-item:hover > figure {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.member-item > h5 {
  font-size: 20px;
  margin-bottom: 25px;
}
.member-item > h5 > span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 12px;
}
.member-item > p,
.member-item > div a {
  margin-bottom: 25px;
  font-size: 15px;
}
.custom-callout {
  padding: 42px 28px;
  margin: 48px 0;
  position: relative;
  background-size: cover;
}
.custom-callout.team-area {
  background-attachment: scroll;
}
.custom-callout.clasico-section {
  border: 1px solid #e5e4e4;
}
.callout-bg,
.callout-ico {
  position: absolute;
  top: 0;
  bottom: 0;
}
.callout-bg > img,
.callout-ico > img {
  position: absolute;
  bottom: 27px;
}
.callout-bg {
  right: 42px;
}
.to-border {
  right: 0;
}
.to-border > img {
  bottom: -22px;
}
.callout-ico {
  left: 0;
  padding: 0;
}
.callout-ico > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  right: 0;
}
.callout-ico > ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 42px 18px 42px 0;
  border-right: 1px solid #E04E39;
}
.callout-ico > ul > li {
  height: 33.3333%;
  position: relative;
}
.callout-ico > ul > li > i {
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.toggle-list {
  margin-bottom: 24px;
}
.toggle-list > li {
  border: 1px solid #e5e4e4;
  overflow: hidden;
  -moz-perspective: 500;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 3px;
  position: relative;
}
.toggle-list > li > input[type="checkbox"],
.toggle-list > li input[type="radio"] {
  display: none;
}
.toggle-list > li > input[type="checkbox"]:checked + span i,
.toggle-list > li input[type="radio"]:checked + span i {
  color: white;
}
.toggle-list > li > input[type="checkbox"]:checked ~ label,
.toggle-list > li input[type="radio"]:checked ~ label {
  background: #c39367;
  color: white;
}
.toggle-list > li > input[type="checkbox"]:checked ~ label > i,
.toggle-list > li input[type="radio"]:checked ~ label > i {
  background: white;
  color: #E04E39;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toggle-list > li > input[type="checkbox"]:checked ~ .toggle-content,
.toggle-list > li input[type="radio"]:checked ~ .toggle-content {
  padding-top: 25px;
  height: auto;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.toggle-list > li > label {
  color: #505050;
  font-weight: 300;
  position: relative;
  display: block;
  padding: 12px 55px 12px 22px;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 0 #e5e4e4;
  box-shadow: 0 1px 0 #e5e4e4;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin: 0;
}
.toggle-list > li > label > i {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  font-size: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggle-list > li > span {
  position: absolute;
  color: #73290c;
  top: 6px;
  left: 20px;
  z-index: 10;
}
.toggle-list > li > span > i {
  font-size: 25px;
}
.toggle-list > li > span + label {
  padding-left: 64px;
  color: #73290c;
}
.simple.toggle-list > li {
  border: none;
}
.simple.toggle-list > li label {
  background: none;
  border-bottom: 1px solid #e5e4e4;
}
.simple.toggle-list > li label > i {
  background: #e5e4e4;
}
.simple.toggle-list > li > input[type="checkbox"]:checked + span i,
.simple.toggle-list > li input[type="radio"]:checked + span i {
  color: #E04E39;
}
.simple.toggle-list > li > input[type="checkbox"]:checked ~ label,
.simple.toggle-list > li input[type="radio"]:checked ~ label {
  background: none;
  color: #505050;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.simple.toggle-list > li > input[type="checkbox"]:checked ~ label > i,
.simple.toggle-list > li input[type="radio"]:checked ~ label > i {
  background: #E04E39;
  color: white;
}
.toggle-content {
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  font-size: 15px;
  line-height: 25px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}
.toggle-content p,
.toggle-content figure {
  margin-bottom: 25px;
}
.tabs-holder {
  border: 1px solid #f2f1f1;
}
.tabs-holder .tabs-nav {
  width: 100%;
}
.tabs-holder .tabs-nav > li {
  border-right: 1px solid #f2f1f1;
  border-bottom: 1px solid #f2f1f1;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs-holder .tabs-nav > li.current {
  border-bottom-color: transparent;
  color: #505050;
  -webkit-box-shadow: inset 0 2px #E04E39;
  box-shadow: inset 0 2px #E04E39;
}
.tabs-holder .tabs-nav > li:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tabs-holder .tabs-nav > li:last-child {
  border-right: none;
}
.tabs-holder .tabs-content {
  margin: 28px;
}
.quote-slider {
  padding: 50px 75px 50px 50px;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.quote-slider p {
  line-height: 40px;
  margin-bottom: 0;
}
.note-area {
  padding: 38px 23px;
  margin: 0 0 64px;
}
.note-area > div {
  padding-right: 0;
}
.note-area h5 {
  margin-bottom: 0;
  line-height: 45px;
}
.note-area [class*="btn-"] {
  margin: 0;
}
.special-box {
  margin-bottom: 0;
  padding: 24px 24px 24px 0;
  border-right: 4px solid #E04E39;
  margin-right: 18px;
  color: #3d3d3d;
  font-weight: 400;
}
.special-box.align-right {
  padding-right: 0;
  padding-left: 24px;
  border-right: none;
  border-left: 4px solid #E04E39;
  margin-right: 0;
  margin-left: 18px;
}
.feature-bage {
  padding: 12px 20%;
}
.feature-bage figure {
  background: #f6f6f6;
  border-radius: 50%;
  box-shadow: inset 0 0 10px 1px #f6f6f6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feature-bage figure:hover {
  box-shadow: inset 0 0 0 1px;
  background: none;
}
.feature-bage figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.counter-item hr {
  margin: 0 auto 28px;
  width: 30%;
}
.under-construction {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}
.under-construction .statistic-element > li > div {
  padding: 0 15px;
}
.under-container {
  position: absolute;
  display: table;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 28px 0;
}
.under-container a:hover {
  text-decoration: none;
}
.under-container .general-logo {
  margin-bottom: 46px;
  color: white;
}
.under-container .general-logo i {
  color: white;
}
.under-container .general-logo:after {
  display: none;
}
.under-container .search-form button {
  line-height: 41px;
}
.under-container .search-form button input {
  color: black !important;
}
.shop-table {
  width: 100%;
}
.shop-table tr,
.shop-table td,
.shop-table th {
  border: 1px solid #eeeeee;
}
.shop-table thead {
  background: #f8f8f8;
  font-size: 20px;
  color: #505050;
}
.shop-table thead th {
  font-weight: 300;
  padding: 9px;
}
.shop-table td {
  padding: 35px 17px;
  text-align: center;
}
.shop-table td input[type=number] {
  width: 50%;
  padding: 5px 10px;
  line-height: 1.2em;
}
.product-name {
  width: 30%;
}
.product-price,
.product-status,
.product-quantity,
.product-subtotal {
  width: 15%;
}
.show-product {
  margin: 0;
  text-align: left;
}
.show-product .col-md-4 {
  padding-right: 0;
}
.show-product h6,
.show-product ul {
  margin-bottom: 4px;
  line-height: 1.2em;
}
.amount {
  font-size: 26px;
  display: block;
}
.product-remove a {
  color: #6a6a6a;
}
.product-remove a:hover {
  text-decoration: none;
  color: #E04E39;
}
.cart-footer {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  border-top: none;
  margin-bottom: 60px;
}
.coupon-area {
  padding: 0 42px;
}
.coupon-area span {
  margin-right: 10px;
}
.coupon-area input {
  padding: 4px 12px;
  border: 1px solid whitesmoke;
}
.cart-btns {
  padding: 0 42px;
}
.shipping-cost input,
.shipping-cost select {
  display: block;
  width: 100%;
  padding: 3px 12px;
}
.grand-total-box {
  border: 1px solid #e8e8e8;
  text-align: center;
  margin-bottom: 28px;
}
.grand-total-box > h5 {
  font-size: 22px;
  padding: 17px;
  background: #fdfdfd;
  margin: 0;
}
.grand-total-box > ul > li {
  padding: 17px;
  color: #505050;
  border-top: 1px solid #f1f1f1;
}
.grand-total-box > ul > li > span {
  margin-left: 8px;
  color: #9f9f9f;
}
.quantity-input {
  width: 100px;
  padding: 5px 10px;
  line-height: 1.2em;
}
.product-category {
  margin-bottom: 28px;
}
.product-category > li {
  padding-right: 5px;
}
.product-category > li a:after {
  content: ",";
}
.product-category > li:last-child a:after {
  content: "";
}
.product-description > h5 {
  margin-bottom: 14px;
}
.rating-list a {
  font-size: 15px;
  color: #c7c8c8;
}
.rating-list a:hover {
  text-decoration: none;
}
.product-item {
  border: 1px solid whitesmoke;
  border-radius: 3px;
  margin-bottom: 28px;
}
.product-item > figure {
  position: relative;
  overflow: hidden;
}
.product-item > figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.product-item > figure figcaption > a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item > figure span {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 14px;
  padding: 2px 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.product-item > figure:hover figcaption > a {
  -webkit-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-item > figure:hover figcaption > span {
  /*right: -45px; */
}
.product-title {
  padding: 20px 62px 20px 20px;
  position: relative;
}
.product-title h5,
.product-title p {
  margin-bottom: 10px !important;
  line-height: 1em;
}
.product-title p span {
  font-size: 20px;
  margin-left: 5px;
}
.product-title > a {
  width: 37px;
  height: 37px;
  display: block;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-title > a:hover {
  text-decoration: none;
  color: white;
}
.preview-meta {
  display: none;
}
.preview-meta .rating-list {
  margin-bottom: 10px;
}
.preview-meta .rating-list li:last-child {
  padding-left: 7px;
}
.preview-meta .product-meta a {
  font-size: 13px;
}
.fancy-product-view figure figcaption {
  left: auto;
  right: -100%;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fancy-product-view figure figcaption .current-thumb {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.fancy-product-view figure figcaption .current-thumb:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fancy-product-view figure figcaption ul {
  margin-top: 40px;
}
.fancy-product-view figure figcaption ul li a img {
  border: 1px solid whitesmoke;
  max-width: 70px;
}
.fancy-product-view:hover {
  background: #fafafa;
  position: absolute;
  left: 15px;
  right: -70px;
  z-index: 10;
  -moz-animation: fadeInLeft 0.5s 0.1s ease both;
  -webkit-animation: fadeInLeft 0.5s 0.1s ease both;
  -o-animation: fadeInLeft 0.5s 0.1s ease both;
  -ms-animation: fadeInLeft 0.5s 0.1s ease both;
  animation: fadeInLeft 0.5s 0.1s ease both;
}
.fancy-product-view:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 10px;
}
.fancy-product-view:hover figure figcaption {
  right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: fadeInRight 0.5s 0.3s ease both;
  -webkit-animation: fadeInRight 0.5s 0.3s ease both;
  -o-animation: fadeInRight 0.5s 0.3s ease both;
  -ms-animation: fadeInRight 0.5s 0.3s ease both;
  animation: fadeInRight 0.5s 0.3s ease both;
}
.fancy-product-view:hover .preview-meta {
  display: block;
}
ul > li:nth-child(4n) .fancy-product-view:hover {
  left: -70px !important;
  right: 15px !important;
  -moz-animation: fadeInRight 0.5s 0.1s ease both;
  -webkit-animation: fadeInRight 0.5s 0.1s ease both;
  -o-animation: fadeInRight 0.5s 0.1s ease both;
  -ms-animation: fadeInRight 0.5s 0.1s ease both;
  animation: fadeInRight 0.5s 0.1s ease both;
}
.tab-nav {
  position: relative;
  top: 1px;
}
.tab-nav > li {
  padding-right: 3px;
}
.tab-nav > li:last-child {
  padding-right: 0;
}
.tab-nav > li a {
  margin: 0;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: inset 0 1px 0 1px white;
  box-shadow: inset 0 1px 0 1px white;
}
.tab-nav > li .current {
  background: none;
  border-bottom: 1px solid white;
}
.tab-body {
  border: 1px solid whitesmoke;
  padding: 40px;
}
.promo-shop {
  padding: 15px 30px;
}
.promo-shop h5 {
  color: white;
}
.promo-shop [class*="btn-"] {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  font-weight: 400;
}
.slider-area {
  position: relative;
}
.slider-area > li {
  position: relative;
}
.slider-up-layer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10000000;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-up-layer .cursive-font {
  position: relative;
}
.slider-up-layer .cursive-font b {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 15%;
  top: -10px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.slider-up-layer .custom-callout {
  padding: 28px;
  margin: 0;
}
.home-slider-nav {
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-slider-nav > li {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-slider-nav .current {
  background: transparent;
  border: 1px solid white;
  width: 10px;
  height: 10px;
}
#video-bg {
  background: rgba(0, 0, 0, 0.5);
}
#video-bg img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-video-slide a {
  display: inline-block;
  position: relative;
}
.home-video-slide a:before {
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #72bdcb;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-video-slide a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -7px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.home-video-slide a:hover:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.home-video-slide a img {
  width: 100%;
}
.home-three > ul > li {
  border: 1px solid #e7e6e6;
}
.home-three ~ .tparrows {
  display: none !important;
}
.home-three ~ .tp-bullets {
  margin-bottom: 6px;
}
.home-three ~ .tp-bullets .bullet {
  width: 9px !important;
  height: 9px !important;
  background: #e5e4e4 !important;
  margin: 0 22px;
  border-radius: 50%;
}
.home-three ~ .tp-bullets .bullet.selected {
  background: none !important;
}
.home-three ~ .tp-bullets .bullet.selected:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 1px solid #e5e4e4;
  border-radius: 50%;
}
.tp-caption a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: inherit;
}
.tp-caption a:hover i {
  position: relative;
  right: -1px;
}
.home-features .featured-list {
  margin-top: 28px;
}
.home-features .featured-list > li {
  margin-bottom: 28px;
}
.home-features .featured-list > li h3 {
  padding-left: 104px;
}
.home-features .featured-list > li h3 > i {
  font-size: 32px;
  width: 76px;
  padding: 8px;
  border-right: 1px solid #d1d1d1;
  top: 0px;
  bottom: 0px;
}
.portfolio-slider {
  margin-top: 28px;
}
#home-slider-text {
  width: 100% !important;
}
.slider-up-layer {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-portfolio {
  font-size: 13px;
  float: right;
  margin-top: 32px;
  position: relative;
  z-index: 20;
}
.filter-portfolio a {
  display: inline-block;
  padding: 0px 11px;
  -webkit-box-shadow: -1px 0 0 #d1d1d1;
  box-shadow: -1px 0 0 #d1d1d1;
  color: #505050;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-portfolio a.current {
  text-decoration: none;
  background: #E04E39;
  border-color: transparent;
  color: white;
  position: relative;
  -webkit-box-shadow: 0 3px 0 #E04E39, 0 -3px 0 #E04E39;
  box-shadow: 0 3px 0 #E04E39, 0 -3px 0 #E04E39;
}
.filter-portfolio li:first-child a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-portfolio:hover li .current {
  background: #dedede;
  color: #505050;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.show-theme > li {
  padding: 28px 0 28px 84px;
  position: relative;
  counter-increment: section;
}
.show-theme > li > h4 {
  font-size: 20px;
}
.show-theme > li > h4 a {
  color: white;
}
.show-theme > li > h4 a:before {
  content: counter(section);
  color: white;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  -webkit-box-shadow: inset 0 0 0 2px white;
  box-shadow: inset 0 0 0 2px white;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.show-theme > li > h4 .current:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
}
.members-slider {
  margin-top: 28px;
}
.team-members-classic figure {
  margin-bottom: 48px;
}
.team-members-classic h5 {
  font-size: 20px;
}
.team-members-classic h5 a:hover {
  text-decoration: none;
}
.team-members-classic h5 span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding-top: 11px;
}
.team-members-classic > li .social-links > li {
  opacity: 0;
  filter: alpha(opacity=0);
}
.team-members-classic > li:hover .social-links > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: rotateInUpLeft 0.5s 0.1s ease both;
  -webkit-animation: rotateInUpLeft 0.5s 0.1s ease both;
  -o-animation: rotateInUpLeft 0.5s 0.1s ease both;
  -ms-animation: rotateInUpLeft 0.5s 0.1s ease both;
  animation: rotateInUpLeft 0.5s 0.1s ease both;
}
.browsehappy {
  text-align: center;
  padding: 14px;
  background: #5e5e5e;
  color: white;
}
.video-slide {
  padding-top: 37.7%;
  overflow: hidden;
  position: relative;
  background: white;
}
.video-slide video {
  position: absolute;
  bottom: -30%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#icon-slider,
#phone-slider {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.show-icon {
  -moz-animation: fadeIn 0.5s 0.1s ease both;
  -webkit-animation: fadeIn 0.5s 0.1s ease both;
  -o-animation: fadeIn 0.5s 0.1s ease both;
  -ms-animation: fadeIn 0.5s 0.1s ease both;
  animation: fadeIn 0.5s 0.1s ease both;
}
.slider-layer {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#phone-slider {
  position: absolute;
  right: 0;
  bottom: -100%;
}
.show-phone {
  bottom: 0 !important;
}
.nav-header,
.members-nav {
  position: relative;
  z-index: 10000;
}
.nav-header li,
.members-nav li {
  padding-left: 1px;
}
.nav-header a,
.members-nav a {
  background: #f8f8f8;
  color: #505050;
  width: 45px;
  height: 45px;
  display: block;
  font-size: 10px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-header a:hover,
.members-nav a:hover {
  text-decoration: none;
  background: #f0f0f0;
}
.nav-header.mini-absolute,
.members-nav.mini-absolute {
  position: absolute;
  right: 0;
  top: 0;
}
.nav-header.mini-absolute a,
.members-nav.mini-absolute a {
  width: 35px;
  height: 35px;
  line-height: 38px;
}
.partner-slider li {
  text-align: center;
}
.partner-slider li img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner-slider li img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.members-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.members-nav li {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  min-height: 20px;
}
.members-nav li:first-child {
  left: 15px;
}
.members-nav li:last-child {
  right: 15px;
}
.members-nav a {
  background: white;
}
.parsley-error,
.parsley-error:focus {
  border-color: #f0bdbd;
}
.parsley-errors-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  font-size: 12px;
  color: #f0a3a3;
}
#map-container {
  padding-top: 50%;
  margin-bottom: 56px;
}
#map-container img {
  max-width: none;
}
.map-window {
  padding: 10px;
}
.map-window span {
  font-size: 2em !important;
}
.slider-mini {
  position: relative;
}
.slider-mini blockquote {
  margin-bottom: 0;
  border: none;
}
.quote-nav {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
.quote-nav > li {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.quote-nav .current {
  background: transparent;
  border: 1px solid white;
  width: 10px;
  height: 10px;
}
.countdown > li {
  position: relative;
  display: table;
}
.countdown > li:before {
  content: attr(data-title);
  display: block;
  width: 100%;
  height: 80px;
  line-height: 140px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #505050;
  font-weight: 400;
}
.countdown > li div {
  display: block !important;
  position: relative;
  width: auto !important;
  height: auto !important;
}
.countdown > li div input {
  margin: auto !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.countdown canvas {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 100%;
}
.gallery-slider {
  position: relative;
  overflow: hidden;
  width: 91%;
}
.gallery-slider ul {
  margin: 0;
}
.gallery-slider:hover .prev-gallery {
  left: 0;
}
.gallery-slider:hover .next-gallery {
  right: 0;
}
.prev-gallery,
.next-gallery {
  position: absolute;
  top: 0;
  bottom: 28px;
  width: 56px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.prev-gallery > i,
.next-gallery > i {
  color: #505050;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.prev-gallery {
  left: -100%;
}
.next-gallery {
  right: -100%;
}
.slider-thumbnails {
  margin-left: -10px !important;
  margin-right: -10px !important;
  width: 94%;
}
.slider-thumbnails > li {
  width: 20%;
  padding: 0 10px;
}
.slider-thumbnails > li span {
  position: relative;
  display: block;
}
.slider-thumbnails > li span:after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  bottom: -10%;
  right: -10%;
  left: -10%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.slider-thumbnails .current span:after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 4px solid;
}
.small-view {
  position: absolute;
  top: 2px;
  right: 2px;
}
.small-view li {
  position: relative;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #f7f7f7;
  margin-right: 1px;
}
.small-view li:hover {
  background: rgba(255, 255, 255, 0.6);
}
html.swipebox-html {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100% !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  padding: 28px 0;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
}
#swipebox-action {
  height: 100%;
  bottom: 0;
  top: 0;
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  font-family: "moon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
#swipebox-action #swipebox-prev {
  background: #a1e6ec;
  left: 0;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  line-height: 50px;
}
#swipebox-action #swipebox-prev:before {
  content: "\e3b3";
  color: rgba(255, 255, 255, 0.8);
}
#swipebox-action #swipebox-next {
  background: #a1e6ec;
  right: 0;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  line-height: 50px;
}
#swipebox-action #swipebox-next:before {
  content: "\e3b1";
  color: rgba(255, 255, 255, 0.8);
}
#swipebox-action #swipebox-close {
  background: transparent;
  top: 40px;
  right: 40px;
}
#swipebox-action #swipebox-close:before {
  content: "\e36b";
  font-size: 1.5em;
  color: #f0a3a3;
}
#swipebox-action #swipebox-close:hover:before {
  color: #e97777;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3;
}
#swipebox-caption {
  text-align: center;
  background: rgba(161, 230, 236, 0.8) !important;
  bottom: 0;
  line-height: 56px;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }
  #swipebox-action #swipebox-prev {
    right: 60px;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
}
#swipebox-overlay {
  background: rgba(255, 255, 255, 0.8);
}
#swipebox-action,
#swipebox-caption {
  background: transparent;
  opacity: 0.95;
}
#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-bullets li {
  padding: 0 10px;
}
.slider-bullets li:first-child {
  padding-left: 0;
}
.slider-bullets li a {
  width: 9px;
  height: 9px;
  display: block;
  background: white;
  border-radius: 50%;
}
.slider-bullets li .current {
  border: 1px solid white;
  background: transparent;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.col-md-offset-7 .slider-bullets {
  margin-top: -42px;
}
.filters-list {
  margin-bottom: 56px;
}
.filters-list > li {
  padding: 0 7px;
}
.filters-list > li > a {
  color: #9f9f9f;
  padding-bottom: 3px;
}
.filters-list > li > a:hover {
  text-decoration: none;
}
.filters-list > li .current {
  border-bottom: 1px solid #E04E39;
  color: #505050;
}
.timeline-item {
  border-left: 2px solid #e5e4e4;
}
.timeline-item input[type=radio] {
  display: none;
}
.timeline-item input[type=radio]:checked ~ div > label {
  color: #E04E39;
}
.timeline-item input[type=radio]:checked ~ div > label:before {
  background: #E04E39;
  -webkit-box-shadow: 0 0 0 1px #E04E39;
  box-shadow: 0 0 0 1px #E04E39;
}
.timeline-item input[type=radio]:checked ~ .timeline-content {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  height: auto;
  max-height: 400px;
}
.timeline-item label {
  padding-left: 20px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #505050;
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
}
.timeline-item label:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #505050;
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto 0;
  border: 2px solid #fafafa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.timeline-item .timeline-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  height: 0;
}
.mosaic-view {
  margin-bottom: 56px;
  position: relative;
}
.mosaic-view figure {
  margin-bottom: 0;
}
.mosaic-view figcaption {
  padding-top: 25%;
}
.mosaic-view figcaption > h5 {
  margin-bottom: 0;
}
.mosaic-view figcaption > h5 a:hover {
  color: white;
}
.mosaic-view figcaption > h5 ~ span {
  padding-top: 10%;
}
.mosaic-view figcaption > h5,
.mosaic-view figcaption > ul {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mosaic-view figcaption:hover > h5,
.mosaic-view figcaption:hover > ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
}
figcaption > .tags-list > li {
  padding: 0 2px;
}
figcaption > .tags-list > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.grid-style {
  margin: 0 -5px !important;
}
.grid-style > li {
  padding: 5px !important;
}
.fancy-hover-circle {
  position: relative;
  cursor: pointer;
}
.fancy-hover-circle:after,
.fancy-hover-circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fancy-hover-circle:after {
  width: 84px;
  height: 84px;
  border: 2px solid;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.fancy-hover-circle:before {
  width: 76px;
  height: 76px;
  border: 4px solid;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.fancy-hover-circle:hover:after,
.fancy-hover-circle:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.fancy-hover-circle i {
  line-height: 85px;
}
.title-slider-nav {
  position: relative;
  margin-bottom: 42px;
}
.date-bage {
  font-style: normal;
  padding: 0 !important;
}
.date-bage + a:hover {
  text-decoration: none;
}
.blog-mini-slider .nav-header a,
.clasico-section .nav-header a {
  background: white;
}
.blog-mini-slider .nav-header a:hover,
.clasico-section .nav-header a:hover {
  background: #eeeeee;
}
.featured-list-3d .featured-item {
  padding: 42px 28px;
  margin: 0;
  -webkit-box-shadow: inset 0 7px 0;
  box-shadow: inset 0 7px 0;
}
.featured-list-3d .featured-item:hover {
  -webkit-box-shadow: inset 0 7px 0 #E04E39;
  box-shadow: inset 0 7px 0 #E04E39;
}
.featured-list-3d .featured-item:hover > span {
  background: #E04E39;
}
.featured-list-3d .featured-item > span {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.featured-list-3d .featured-item > span > i {
  font-size: 42px;
}
.step-by-step > li {
  padding: 0 30px;
  position: relative;
}
.step-by-step > li > div {
  -webkit-box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 2px;
  margin-bottom: 14px;
}
.step-by-step > li .vector-items {
  position: absolute;
  top: 0;
  right: -0.5em;
  bottom: 42px;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.map-container {
  padding-right: 45px;
}
.header-label {
  display: inline-block;
  width: 84px;
  height: 84px;
  border: 2px solid;
  line-height: 84px;
  margin-bottom: 56px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-label:hover {
  -webkit-box-shadow: inset 0 0 0 50px;
  box-shadow: inset 0 0 0 50px;
}
.header-label:hover i {
  color: white;
}
.happy-customers {
  width: 100%;
}
.happy-customers > li {
  display: table-cell;
  float: none;
}
.happy-customers > li > a {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.happy-customers > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fancy-testimonials .testimonial-content {
  background: rgba(255, 255, 255, 0.3);
  padding: 56px 22px 1px;
  margin: 14px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.fancy-testimonials .testimonial-content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 19px solid rgba(255, 255, 255, 0.5);
  border-left: 0 solid transparent;
  border-right: 28px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 37px;
}
.fancy-testimonials .testimonial-content > p > i {
  margin-right: 7px;
}
.fancy-testimonials .testimonial-content > figure {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  text-align: center;
}
.fancy-testimonials .testimonial-content > figure img {
  border-radius: 50%;
}
.fancy-testimonials > h1 {
  margin: 0;
  line-height: 1em;
}
.fancy-testimonials > h1 + span {
  font-size: 13px;
  line-height: 1em;
}
.arrow-decor {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0 auto;
  border-top: 18px solid;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.plan-step h1 {
  margin: 0;
}
.plan-step .small-line {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bage-number {
  display: inline-block;
  width: 112px;
  height: 112px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 112px;
}
.bage-number > b {
  font-size: 30px;
}
.service-item {
  -webkit-box-shadow: inset 0 0 0 1px #e5e4e4;
  box-shadow: inset 0 0 0 1px #e5e4e4;
  position: relative;
  cursor: help;
  margin-bottom: 28px;
}
.service-item > div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.service-item > div h1 {
  margin: 0;
}
.service-item .hover-service {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 21px;
}
.service-item .hover-service > h1 {
  line-height: 0.3em;
}
.service-item .hover-service .hidden-note {
  display: none;
}
.service-item:hover > div {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
}
.service-item:hover .hover-service {
  background: #57b1c1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-animation: fadeInUp 0.5s 0s ease both;
  -webkit-animation: fadeInUp 0.5s 0s ease both;
  -o-animation: fadeInUp 0.5s 0s ease both;
  -ms-animation: fadeInUp 0.5s 0s ease both;
  animation: fadeInUp 0.5s 0s ease both;
}
.service-item:hover .hover-service > h1 {
  line-height: 1em;
}
.service-item:hover .hover-service > * {
  color: white;
}
.service-item:hover .hover-service .hidden-note {
  display: block;
}
.fancy-list > li {
  position: relative;
  padding-left: 40px;
}
.fancy-list > li > i {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
  left: 0;
  top: 0;
}
.fancy-team.left-view li {
  padding-left: 85px;
}
.fancy-team.left-view .fancy-member {
  padding: 28px 28px 28px 92px;
  margin-bottom: 28px;
}
.fancy-team.left-view .fancy-member .member-pic {
  left: -25%;
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fancy-team.left-view .fancy-member:hover .member-pic figure {
  -moz-animation: bounceIn 0.3s 0s ease both;
  -webkit-animation: bounceIn 0.3s 0s ease both;
  -o-animation: bounceIn 0.3s 0s ease both;
  -ms-animation: bounceIn 0.3s 0s ease both;
  animation: bounceIn 0.3s 0s ease both;
}
.fancy-team.top-view {
  padding-top: 70px;
}
.fancy-team.top-view .fancy-member {
  padding: 84px 28px 28px;
}
.fancy-team.top-view .fancy-member .member-pic {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fancy-team.top-view .fancy-member:hover .member-pic figure {
  -moz-animation: fadeInDown 1s 0s ease both;
  -webkit-animation: fadeInDown 1s 0s ease both;
  -o-animation: fadeInDown 1s 0s ease both;
  -ms-animation: fadeInDown 1s 0s ease both;
  animation: fadeInDown 1s 0s ease both;
}
.fancy-member {
  border: 1px solid #e5e4e4;
  position: relative;
}
.fancy-member h2 {
  line-height: 1em;
}
.fancy-member h2 span {
  display: block;
}
.fancy-member .member-pic {
  width: 50%;
  position: absolute;
}
.nav-helper {
  margin-right: -70px;
}
.blog-card {
  padding: 28px;
  border: 1px solid transparent;
}
.blog-card:hover {
  border-color: #e5e4e4;
}
.blog-card:hover .card-likes i {
  color: #E04E39;
}
.blog-card .card-likes {
  margin-top: 18px;
}
.mobile-menu {
  display: none;
}
.mobile-menu i {
  color: #505050 !important;
}
/* =============== - Responsive - =============== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
tr.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
th.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
td.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .general-logo a {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-features .featured-list > li h3 {
    padding-left: 56px;
  }
  .home-features .featured-list > li h3 > i {
    font-size: 28px;
    width: 42px;
  }
  .show-theme > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .happy-customers > li {
    display: inline-block;
    width: 33.333333%;
    float: left;
  }
  #magic-slider {
    margin-top: 28px;
  }
  .show-theme > li > h4 a:before {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 21px;
    top: 0;
  }
  #text-effect {
    width: 65%;
  }
  .show-theme > li {
    padding-left: 70px;
  }
  body ul > li:nth-child(2n) .fancy-product-view:hover {
    left: -70px !important;
    right: 15px !important;
    -moz-animation: fadeInRight 0.5s 0.1s ease both;
    -webkit-animation: fadeInRight 0.5s 0.1s ease both;
    -o-animation: fadeInRight 0.5s 0.1s ease both;
    -ms-animation: fadeInRight 0.5s 0.1s ease both;
    animation: fadeInRight 0.5s 0.1s ease both;
  }
  .fancy-product-view:hover {
    right: 0;
    position: static;
  }
  .preview-meta {
    display: none !important;
  }
  .portfolio-list > li.row {
    width: 100% !important;
  }
  .featured-list > li > h3 br {
    display: none;
  }
  .featured-list > li > h3 > span {
    font-size: 14px;
    line-height: 1;
  }
  .featured-list > li > h3 > span + a {
    border: none;
  }
  .home-features .featured-list > li h3 > i {
    display: inline-block;
    font-size: 18px !important;
    line-height: 1;
    margin-right: 7px;
    width: 38px !important;
  }
  .team-members li:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .general-header {
    padding-top: 28px;
  }
  .mobile-menu {
    display: block;
  }
  .sticky-wrapper {
    height: 102px !important;
  }
  .general-logo:after {
    display: none;
  }
  .main-gallery-slider + .gallery-slider-nav {
    display: none;
  }
  .thumbs-space {
    padding: 0;
  }
  .mobile-active .general-header {
    width: 330px !important;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    height: auto !important;
    bottom: 0;
    top: 0;
    z-index: 9999999999;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
  }
  .mobile-active .general-header .container {
    width: 100%;
  }
  .mobile-active .general-header .menu-holder {
    display: block !important;
    padding-top: 28px;
  }
  .mobile-active .general-header .menu-holder .general-nav > ul > li {
    padding: 7px 0;
  }
  .mobile-active .general-header .menu-holder .general-nav > ul li {
    float: none;
  }
  .mobile-active .general-header .menu-holder .general-nav > ul li > a {
    display: block;
  }
  .mobile-active .general-header .menu-holder .general-nav > ul li > a:hover + ul {
    display: none;
  }
  .mobile-active .general-header .menu-holder .general-nav > ul li > a + ul {
    position: static;
    width: 100%;
  }
  .menu-side > ul li > a:hover + ul {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
  }
  .team-members-classic > li .social-links {
    display: table;
    margin: 0 auto;
  }
  .team-members-classic > li .social-links > li {
    opacity: 1;
  }
  .team-members-classic > li:hover .social-links > li {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .callout-mini {
    text-align: center;
  }
  .callout-mini .btn-md {
    display: none;
  }
  .copyright-area {
    text-align: center;
  }
  .partner-section .container {
    padding: 0 74px;
  }
  .timeline-item label {
    margin-bottom: 28px;
  }
  .timeline-content {
    padding-left: 28px;
  }
  .mosaic-view figcaption > h5,
  .mosaic-view figcaption > ul {
    display: none;
  }
  .mosaic-view figcaption > h5 ~ span {
    padding-top: 0;
  }
  body .portfolio-item figure .meta-bottom-portfolio {
    position: absolute;
  }
  body .portfolio-item figure .meta-bottom-portfolio h5,
  body .portfolio-item figure .meta-bottom-portfolio h6,
  body .portfolio-item figure .meta-bottom-portfolio ul {
    display: none;
  }
  body .portfolio-item figure .meta-bottom-portfolio span {
    top: 50% !important;
    left: 50%;
    margin: -27px 0 0 -55px;
  }
  .slider-bullets.show-theme {
    margin-top: -14px;
  }
  .slider-bullets.show-theme > li {
    padding-left: 10px;
  }
  #home-slider-text p {
    display: none;
  }
  .slider-mini,
  .promo-shop {
    margin-bottom: 28px;
  }
  .shop-table th:nth-child(2),
  .shop-table td:nth-child(2),
  .shop-table th:nth-child(3),
  .shop-table td:nth-child(3) {
    display: none;
  }
  .shop-table th:last-child,
  .shop-table td:last-child {
    width: 20%;
  }
  .gallery-slider,
  .slider-thumbnails {
    width: 100%;
    margin-left: 0 !important;
  }
  .sidebar-area {
    display: none;
  }
  .blog-post {
    margin-bottom: 28px;
  }
  .home-video-slide a {
    width: 65% !important;
  }
  #home-slider-text > ul > li {
    width: 100% !important;
  }
  .featured-list li {
    margin-bottom: 28px !important;
  }
  .blog-slider-nav {
    display: table;
    margin: 28px auto 0;
  }
  .blog-slider-nav li {
    width: 25%;
    float: left;
    padding: 0;
  }
  .blog-slider-nav .current > div {
    padding: 0 !important;
  }
  .blog-slider-nav .current > div:before {
    display: none;
  }
  .blog-slider-nav .current > div {
    border: none;
  }
  .fancy-member {
    _margin-top: 180px;
  }
  .fancy-team.left-view {
    width: 80%;
    margin: 0 auto;
  }
  .fancy-team.left-view .fancy-member .member-pic {
    width: 30%;
    left: -15%;
  }
  .featured-list-3d .featured-item {
    margin-bottom: 28px;
  }
  .timeline-item {
    width: 80%;
    margin: 0 auto;
  }
  .five-col {
    width: 33.33333%;
  }
  .testimonial-nav {
    top: -60px;
    width: 250px;
    margin: 0 auto;
    bottom: auto;
  }
  .mobile-centered {
    text-align: center;
  }
  .fancy-list > li > i {
    position: static;
    display: inline-block;
  }
  .featured-list > li > h3 > i {
    position: static;
  }
  .featured-list > li > h3 {
    padding-left: 0 !important;
    font-size: 16px;
  }
  .featured-list > li > h3 br {
    display: none;
  }
  .home-features .featured-list > li h3 > i {
    font-size: 22px;
  }
  .content-area {
    padding: 42px 0;
  }
  .filter-portfolio a {
    padding: 0 5px;
  }
  .heading-separator span,
  .heading-separator b {
    white-space: normal;
    display: block;
    width: 100%;
  }
  .tabs-content figure {
    margin-bottom: 28px;
  }
  .fancy-team.top-view {
    padding-top: 0;
  }
  .fancy-team.top-view > li {
    padding-top: 112px;
  }
  .fancy-team.top-view .fancy-member .member-pic {
    width: 100px;
  }
  .nav-helper {
    margin: 0;
  }
  .blog-meta > li:last-child {
    display: none;
  }
  .map-container {
    margin-bottom: 28px;
  }
  .slider-area h2 {
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  h2 br {
    display: none;
  }
  .map-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .countdown {
    display: table;
    margin: 0 auto;
  }
  .pagination-items.big a,
  .pagination-items.big span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .audio-time-line em {
    display: none;
  }
  .bredcumbs-area {
    text-align: center;
  }
  .bredcrumb-list {
    display: table;
    margin: 0 auto;
    float: none;
  }
  .callout-bg,
  .callout-ico {
    display: none;
  }
  .best-choose {
    position: static;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  .show-product-iphone {
    text-align: center;
  }
  .devices-show {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
  .devices-show img {
    width: 50%;
    max-width: 300px;
  }
  .devices-show + div {
    margin-bottom: 200px;
  }
  body ul > li:nth-child(4n) .fancy-product-view:hover {
    left: 15px !important;
    right: 0 !important;
    -moz-animation: fadeInLeft 0.5s 0.1s ease both;
    -webkit-animation: fadeInLeft 0.5s 0.1s ease both;
    -o-animation: fadeInLeft 0.5s 0.1s ease both;
    -ms-animation: fadeInLeft 0.5s 0.1s ease both;
    animation: fadeInLeft 0.5s 0.1s ease both;
  }
  .product-item figure {
    text-align: center;
  }
  .portfolio-item figure > figcaption {
    display: none;
  }
  .slider-up-layer {
    display: none;
  }
  .tab-nav li {
    float: none;
    padding: 0;
  }
  .tab-nav li a {
    width: 100%;
    display: block;
  }
  .shop-table th:nth-child(4),
  .shop-table td:nth-child(4) {
    display: none;
  }
  #text-effect {
    position: static;
    display: block;
    padding: 0;
    white-space: normal;
  }
  .bredcumbs-area .col-md-12 {
    overflow: hidden;
  }
  .bredcumbs-area span.btn-md {
    display: block;
  }
  .post-comments li > div + ul {
    padding-left: 14px;
  }
  .nav-header {
    float: none !important;
    display: table;
    margin: 0 auto 28px;
  }
  .tp-caption img {
    width: 100% !important;
    height: 100% !important;
  }
  #home-slider-three {
    height: 300px !important;
  }
  .filter-portfolio {
    margin: 42px auto 0 !important;
    display: table;
    float: none;
  }
  .portfolio-slider > ul > li {
    width: 100% !important;
  }
  .show-caption {
    display: none;
  }
  .show-theme {
    display: none;
  }
  .team-members-classic {
    text-align: center;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-members-classic figure {
    margin-bottom: 14px;
  }
  .team-members-classic > li p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-caption {
    display: none !important;
  }
  .five-col {
    width: 50%;
  }
  .portfolio-item figure:hover {
    background: transparent !important;
  }
  #home-slider-three {
    display: none;
  }
  #home-slider-three + div {
    display: none;
  }
  .blog-post figure figcaption {
    display: none;
  }
  #carousel-posts {
    text-align: center;
  }
  .fancy-team.left-view {
    width: 100%;
  }
  .filter-portfolio + br {
    display: none;
  }
  .tabs-holder .tabs-nav > li {
    padding: 14px 7px;
  }
  .squared-services {
    padding: 0 5%;
  }
  .happy-customers > li {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .step-by-step > li .vector-items {
    display: none;
  }
  .step-by-step > li {
    margin-bottom: 28px;
  }
  .map-container {
    padding: 0;
  }
  .is-sticky .general-header {
    min-height: 54px;
    padding-top: 0;
  }
  #testimonial-slider * {
    font-size: 1.1em !important;
  }
  .footer-contact hr {
    margin: 28px 0;
  }
  h1,
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
  h3,
  h4,
  .post-title {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 14px;
  }
  .blog-post figure {
    margin-bottom: 14px;
  }
  h5,
  h6 {
    font-size: 18px;
    line-height: 24px;
  }
  body {
    font-size: 15px;
  }
  p,
  .blog-post ul {
    margin-bottom: 14px;
    line-height: 1.3;
  }
  blockquote {
    font-size: 16px;
  }
  .quote-slider {
    padding: 28px 42px 28px 28px;
  }
  .quote-slider p {
    line-height: 18px;
  }
  .quote-nav {
    right: 14px;
  }
  .content-area-no-bottom {
    padding-top: 42px;
  }
  .featured-list > li > h3 > span {
    font-size: 14px;
    line-height: 1;
  }
  .featured-list > li > h3 > span + a {
    border: none;
  }
  .bredcumbs-area h6 {
    margin: 0;
  }
  .date-bage {
    width: 30px !important;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1;
    border: none !important;
  }
  .fancy-list > li {
    padding: 0;
  }
  .fancy-team.left-view li {
    padding-left: 28px;
  }
  .fancy-team.left-view .fancy-member {
    padding: 28px 28px 28px 40px;
  }
  body .only-left-icon > li p {
    padding: 0;
  }
  .team-members-classic > li {
    margin-bottom: 14px;
  }
  .small-title {
    line-height: 0.8em;
  }
  .small-title > a,
  h1 small,
  h1 .small,
  .h1 small,
  .h1 .small,
  h2 small,
  h2 .small,
  .h2 small,
  .h2 .small,
  h3 small,
  h3 .small,
  .h3 small,
  .h3 .small,
  h4 small,
  h4 .small,
  .h4 small,
  .h4 .small,
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small,
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 70%;
  }
  .side-list {
    display: table;
    margin: 0 auto;
  }
  .gallery-slider-nav {
    display: none;
  }
  .fancy-post-title,
  blockquote.bg-light-gray > p {
    font-size: 1em;
    line-height: 1.5em;
  }
  blockquote.bg-light-gray {
    padding: 14px;
  }
  .audio-sound {
    display: none;
  }
  .thumbs-space {
    padding-right: 0;
  }
  .callout-mini h6 {
    line-height: 1.3;
  }
  hr {
    margin: 28px 0;
  }
  .author-bio {
    text-align: center;
  }
  .author-bio .blog-meta > li {
    float: none;
  }
  .portfolio-switcher {
    display: table;
    margin: 0 auto;
    float: none;
  }
  .quantity-input {
    padding: 6px 10px;
  }
  .tab-body {
    padding: 14px;
  }
  .fancy-quote {
    padding: 28px;
  }
  .fancy-quote:before {
    display: none;
  }
  .portfolio-list > li h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .portfolio-filter {
    display: table;
    margin: 0 auto 28px;
  }
  .portfolio-list {
    max-width: 290px;
    margin: 0 auto !important;
  }
  .special-box.align-right,
  .special-box {
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
    border-left: 4px solid #E04E39;
    padding-right: 0;
    padding-left: 24px;
  }
  .post-comments li > div figure {
    width: 50px;
  }
  .post-comments li > div figure + div {
    width: 75%;
    padding-left: 14px;
  }
  .slider-area {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .portfolio-list {
    max-width: 100% !important;
  }
  .portfolio-list figure {
    padding: 0 20%;
  }
  .featured-list,
  .testimonial-slider-container {
    padding: 0 10%;
  }
  .quote-slider {
    min-height: 120px;
  }
  .fancy-team.left-view .fancy-member .member-pic {
    width: 16%;
    left: -9%;
  }
  .squared-services,
  .team-members,
  .featured-list-3d {
    padding: 0 19%;
  }
  .team-members-classic figure {
    margin-bottom: 14px;
  }
  .team-members-classic > li {
    margin-bottom: 28px;
  }
  .step-by-step {
    padding: 0 10%;
  }
  .audio-sound {
    display: block;
  }
  .blog-post figure {
    text-align: center;
  }
  .portfolio-list {
    text-align: center;
  }
  .portfolio-category {
    display: table;
    margin: 0 auto !important;
  }
  .feature-bage {
    padding: 12px 30%;
  }
  .pricing-table {
    padding: 0 10%;
  }
  .pricing-table-image {
    max-width: 290px;
    margin: 0 auto;
  }
  .portfolio-list {
    width: 300px;
    margin: 0 auto;
  }
  #contact-form button {
    float: right;
  }
  .fancy-product-view:hover {
    left: 0;
    right: 0;
  }
}
@media (max-width: 480px) {
  .fancy-product-view:hover {
    left: 0;
    right: 0;
  }
}
/*===============================
Style Changer
=================================*/
.style_changer_holder {
  position: fixed;
  top: 35%;
  right: 0;
  padding-left: 39px;
  z-index: 99;
}
#hideable {
  float: left;
}
.style_changer_holder .style_content {
  width: 230px;
  background-color: #ffffff;
  _display: block;
  padding: 10px 15px;
  _float: left;
  border-bottom: 1px solid #e5e4e4;
  border-left: 1px solid #e5e4e4;
  border-top: 1px solid #e5e4e4;
}
.style_changer_holder h2 {
  background-color: #E04E39;
  font-size: 20px;
  margin: 0;
  color: #ffffff;
  padding: 9px 0px 9px 14px;
  width: 230px;
  float: left;
  border-top: 1px solid #e5e4e4;
  border-left: 1px solid #e5e4e4;
}
.style_changer_holder .style_content p {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.style_changer_holder .color_button {
  border: 2px solid #F6BB42;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  width: auto;
  text-decoration: none;
  color: #ffffff !important;
}
.style_changer_holder .color_button:hover {
  background-color: #F6BB42;
  transition: all 0.3s ease;
}
.style_changer_holder .content-inner ul,
.content-inner ul {
  list-style-type: disc;
}
.style_changer_holder .header img {
  margin-bottom: 15px;
}
.style_changer_holder .logo {
  display: block;
  min-height: 10px;
}
.docs li {
  list-style: none outside none;
}
.bredcumbs-area h3 {
  font-size: 15px;
}
.doc-item:first-child {
  border-top: 1px solid #C39367 !important;
}
.doc-item {
  margin-left: 0px;
  margin-right: 0px;
  color: #623B2A;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C39367 !important;
}
.doc-item a {
  text-decoration: none;
}
.doc-item a:hover {
  color: #623B2A;
}
.doc-item p {
  color: #623B2A;
}
.doc-item i {
  color: #C39367;
}
.doc-item:hover i {
  color: #623B2A;
}
.activesecond {
  color: #623B2A !important;
}
.activesecond:after {
  content: "»";
  /* "\e3b1\e3b1";*/
  height: 1em;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8px;
  font-family: 'PT Sans Narrow', sans-serif;
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  color: #623B2A;
}
.input-field {
  padding: 5px;
}
.razdel {
  background: #753016;
  padding: 7px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.razdel a:hover {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
.razdel a {
  cursor: pointer;
  color: #fff;
}
.top-button {
  background: #E04E39;
  color: #fff;
}
.top-button:hover {
  background: #623B2A;
  color: #fff;
}
.top-button-broun {
  background: #C39367;
  color: #fff;
}
.top-button-broun:hover {
  background: #623B2A;
  color: #fff;
}
.bredcrumb-list a {
  text-decoration: none;
}
/*карта*/
.ymaps-shadows-pane {
  display: none !important;
}
.ymaps-b-balloon__tr {
  display: none !important;
}
.ymaps-b-balloon__tl {
  display: none !important;
}
.ymaps-b-balloon__br {
  display: none !important;
}
.ymaps-b-balloon__bl {
  display: none !important;
}
.ymaps-b-balloon__content {
  border: none !important;
}
.ymaps-b-balloon__content-body h3 {
  color: #e64e34;
  font-size: 14px;
  margin: 10px;
}
.ymaps-b-balloon__content-body i {
  padding-right: 5px;
}
.ymaps-b-balloon__content-body p {
  margin-bottom: 5px;
}
.ymaps-outer-pane h3 {
  color: #e64e34;
  font-size: 14px !important;
  margin: 10px;
}
.ymaps-outer-pane {
  border: 1px solid #623B2A !important;
}
.ymaps-outer-pane .nobaloon {
  display: none !important;
}
.ymaps-outer-pane .maptel {
  display: none !important;
}
.ymaps-outer-pane .maprab {
  display: none !important;
}
.ymaps-label-overlay {
  border: 1px solid #623B2A !important;
}
.ymaps-label {
  border-radius: 0px !important;
  border: 1px solid #623B2A !important;
}
.mapline {
  border-bottom: 1px solid #C39367;
  margin: 5px 20px 5px 20px;
  padding-bottom: 5px;
  font-size: 12px;
}
.maptel {
  margin: 5px 20px 5px 20px;
  padding-bottom: 5px;
  font-size: 12px;
}
.maprab {
  margin: 5px 20px 5px 20px;
  padding-bottom: 5px;
  font-size: 12px;
}
.ymaps-b-balloon__content {
  border: 1px solid #623B2A !important;
}
/*.ymaps-b-balloon__close {background-image: url("/bitrix/templates/mfc/img/close-icon.png") !important; right: -17px !important;top: -25px!important;width: 30px!important; height: 34px!important;}
*/
/*фильтр*/
.smartfilter .filtren {
  width: 100% !important;
  background: #e9d7c1 !important;
  border: 1px solid #623B2A !important;
}
.smartfilter h3 {
  margin: 10px;
  color: #623B2A;
}
.smartfilter select {
  height: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 300px;
}
input.css-checkbox[type="checkbox"] + label.css-label {
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  display: inline-block !important;
  height: 22px !important;
  line-height: 22px !important;
  margin-bottom: 6px;
  padding-left: 30px !important;
  vertical-align: middle !important;
  color: #623b2a !important;
}
.smartfilter input.css-checkbox[type="checkbox"]:checked + label.css-label {
  background-position: 0 -22px !important;
}
.smartfilter input.css-checkbox[type="checkbox"] {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  border-bottom-color: -moz-use-text-color !important;
  border-bottom-style: none !important;
  border-bottom-width: 0 !important;
  border-image-outset: 0 0 0 0 !important;
  border-image-repeat: stretch stretch !important;
  border-image-slice: 100% 100% 100% 100% !important;
  border-image-source: none !important;
  border-image-width: 1 1 1 1 !important;
  border-left-color-ltr-source: physical !important;
  border-left-color-rtl-source: physical !important;
  border-left-color-value: -moz-use-text-color !important;
  border-left-style-ltr-source: physical !important;
  border-left-style-rtl-source: physical !important;
  border-left-style-value: none !important;
  border-left-width-ltr-source: physical !important;
  border-left-width-rtl-source: physical !important;
  border-left-width-value: 0 !important;
  border-right-color-ltr-source: physical !important;
  border-right-color-rtl-source: physical !important;
  border-right-color-value: -moz-use-text-color !important;
  border-right-style-ltr-source: physical !important;
  border-right-style-rtl-source: physical !important;
  border-right-style-value: none !important;
  border-right-width-ltr-source: physical !important;
  border-right-width-rtl-source: physical !important;
  border-right-width-value: 0 !important;
  border-top-color: -moz-use-text-color !important;
  border-top-style: none !important;
  border-top-width: 0 !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  margin-bottom: -1px !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  margin-top: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
/*блок с мфц*/
.mfc-item {
  padding: 10px;
  background: #f4ebe0;
  margin: 10px 0;
  border: 1px solid #d3af84;
  position: relative;
  min-height: 150px;
}
.mfc-item:hover {
  background: #e9d7c1;
  cursor: pointer;
}
.mfc-item p {
  margin-bottom: 0px;
  color: #73290c;
  text-decoration: none;
  /*border-bottom: 1px solid #c79b65;*/
}
.mfc-item h3 {
  margin-bottom: 10px;
  text-decoration: underline;
}
/*детально мфц*/
.mfc-detail {
  padding: 10px;
  background: #f4ebe0;
  margin: 0px;
  border: 1px solid #d3af84;
}
.mfc-detail p {
  margin-bottom: 0px;
  color: #73290c;
  text-decoration: none;
  /*border-bottom: 1px solid #c79b65;*/
}
.mfc-detail i {
  padding-right: 10px;
}
/*новости*/
.news-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #C39367;
}
.news-item p {
  color: #73290c;
  margin-bottom: 0px;
  font-size: 14px;
}
.news-item a {
  text-decoration: none;
}
/*.user-menu {background-image: url("/bitrix/templates/mfc/img/bg.png");}*/
/*.user-menu {background-image: url("/bitrix/templates/mfc/img/bg.png");}*/
.user-footer a {
  color: #FFF;
  transition: all 0.5s;
  text-decoration: none;
}
.user-footer a:hover {
  color: #FFF;
  text-decoration: underline;
  transition: all 0.5s;
}
.user-footer {
  color: #fff;
}
.user-footer p {
  padding: 4px;
  font-size: 14px;
  margin: 0px;
}
html {
  overflow-x: hidden !important;
}
.footer__text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 480px) {
  .footer__text {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }
}
@media (max-width: 350px) {
  .footer__text {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
  }
}
.general-footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
.docs {
  min-height: 470px;
}
.usluga-docs ul > li > ul > li {
  list-style-type: circle;
}
.usluga-docs ul > li {
  margin-bottom: 15px;
}
.usluga-docs ul > li > ul > li {
  margin-bottom: 0px;
}
.otkaz-docs ul > li {
  list-style-type: circle;
}
.otkaz-docs {
  margin-left: 17px;
}
.usluga-docs {
  margin-left: 17px;
  margin-bottom: 15px;
}
.content-top {
  margin-left: 40px;
  margin-right: -40px;
}
/*Меню*/
.top-user-menu {
  font-size: 14px;
  padding-top: 4px;
  color: #fff;
}
.top-user-menu a {
  color: #fff;
  text-decoration: underline;
}
.top-user-menu span {
  font-size: 14px;
  padding: 0px 5px 0px 5px;
  text-decoration: underline;
}
.file-num {
  background: #E04E39;
  border-radius: 10px;
  text-decoration: none !important;
}
/*Формы*/
.full-inputs input:not([type='checkbox']),
.full-inputs select,
.full-inputs textarea {
  display: block;
  width: 100%;
}
.regular-form input,
.regular-form select {
  margin: 10px 0;
  padding: 3px 20px;
  border: 1px solid #e5e4e4;
  margin-top: 0px;
  margin-bottom: 0px;
}
.regular-form label {
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: #623B2A;
  margin-top: 0px;
  margin-bottom: 0px;
}
.regular-form p {
  margin-bottom: 0px;
}
/*редактор*/
.bxlhe-frame {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-table !important;
}
#wrap {
  max-width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}
html,
body {
  height: 100% !important;
}
.user-footer {
  width: 100%;
}
.top-button {
  cursor: pointer;
}
#eq_radio input[type="radio"] {
  height: 1px !important;
  position: absolute !important;
  width: 1px !important;
  display: none !important;
}
#eq_radio label {
  padding: 15px;
  margin: 10px;
  background: #623B2A;
  color: #fff;
  float: left;
  cursor: pointer;
}
#eq_radio input[type=radio]:checked + label {
  background: #E04E39;
  cursor: pointer;
}
.talon_ok {
  width: 300px;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
}
.talon_ok span {
  color: #E04E39;
  border-bottom: 1px solid;
}
#eq_talon {
  padding-bottom: 100px;
}
#form-report {
  font-size: 13px;
  line-height: 15px;
  color: #000;
}
#form-report table tbody tr:nth-child(1n) {
  background: #e9d7c1;
}
.trhead {
  background: #c79b65;
  color: #ffffff;
  font-size: 18px;
}
select {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.mfc-bnt {
  position: relative !important;
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: block;
  width: 45px;
  line-height: 22px;
  z-index: 5;
  opacity: 1 !important;
  color: #fff;
}
.mfc-btn:hover {
  background: #623B2A !important;
}
.search-form input:focus {
  right: 0;
  width: 100%;
  padding: 11px 58px 11px 14px;
  background: #fafafa;
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
  box-shadow: inset 0 0 0 1px #eeeeee;
}
.search-form input:focus + button {
  z-index: 10;
  background: #E04E39;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 15px;
  }
}
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
.hideselect {
  overflow: hidden;
}
#breadcrumb {
  padding-bottom: 20px;
}
.service-list li {
  margin-bottom: 15px;
  margin-left: 8px;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: disc;
}
.inner-doc {
  padding-left: 20px;
  padding-right: 10px;
}
.inner-doc-ul {
  width: 96%;
}
.group-category {
  font-weight: bold;
  color: #73290c;
}
.group-category > .list {
  font-weight: normal;
  color: #000;
  list-style-type: circle !important;
  padding-left: 15px;
}
.group-documents {
  list-style-type: circle !important;
  padding-left: 15px !important;
}
.inner-doc p {
  color: #73290c;
  font-weight: bold;
  margin-bottom: 5px;
}
.bxlhe-frame {
  border: 1px solid #e5e4e4;
  padding-left: 0px;
  padding-right: 0px;
}
.content-top h1 {
  line-height: 21px;
  border-bottom-color: #73290c;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
@media screen and (min-device-width: 991px) {
  .arrowhead {
    display: none;
  }
}
@media screen and (max-device-width: 992px) {
  .arrowhead {
    float: right;
  }
}
@media screen and (max-device-width: 991px) {
  .phone {
    display: none;
  }
}
@media screen and (max-device-width: 991px) {
  .main-page {
    padding-left: 0px;
  }
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4d3e33;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.top-button-hvr {
  background: #f6f6f6;
  color: #4d3e33;
  border-left: solid 5px #c59368;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #ffffff;
  z-index: 1001;
}
.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  text-align: center;
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
/*SPECIAL-VERSION*/
/**
Кнопка на сайте   <a data-aa-on="" href="#" id="special-version"></a>
 */
#special-version span {
  font-weight: 700;
}
#special-version .special-version-eye {
  width: 15px;
}
body h5 {
  margin: 10px 0 0 0;
}
body #normal-version {
  margin-top: 48px;
}
body.special-version.no-images img {
  display: none !important;
}
body.special-version.no-images div {
  background-image: none !important;
}
body.special-version.no-images button img {
  display: block !important;
}
body.special-version.sv-black-text .content-top h1 {
  border-color: #000 !important;
}
body.special-version.sv-black-text .top-button {
  background: #fff !important;
  border: 2px solid #000 !important;
}
body.special-version.sv-black-text .bg-main {
  background: #fff !important;
  color: #000 !important;
}
body.special-version.sv-black-text body,
body.special-version.sv-black-text i,
body.special-version.sv-black-text a,
body.special-version.sv-black-text p,
body.special-version.sv-black-text h1,
body.special-version.sv-black-text h2,
body.special-version.sv-black-text h3,
body.special-version.sv-black-text h4,
body.special-version.sv-black-text h5,
body.special-version.sv-black-text span,
body.special-version.sv-black-text .btn-primary,
body.special-version.sv-black-text b,
body.special-version.sv-black-text strong {
  color: #000 !important;
}
body.special-version.sv-black-text .navbar {
  background: #fff !important;
}
body.special-version.sv-black-text .second-level {
  background: #fff !important;
}
body.special-version.sv-black-text .general-nav ul li ul li {
  border-color: #000 !important;
}
body.special-version.sv-black-text .general-nav ul li ul li a {
  background: #fff !important;
}
body.special-version.sv-black-text a,
body.special-version.sv-black-text p,
body.special-version.sv-black-text span,
body.special-version.sv-black-text .btn-primary {
  color: #000 !important;
}
body.special-version.sv-black-text .btn-primary {
  background: #fff !important;
  border-color: #000 !important;
}
body.special-version.sv-black-text .gos-search-mainpage {
  background: #fff !important;
}
body.special-version.sv-black-text .btn-default {
  border-color: #000 !important;
}
body.special-version.sv-black-text span {
  opacity: 1 !important;
}
body.special-version.sv-black-text #page-breadcrum {
  background: #fff !important;
}
body.special-version.sv-black-text #footer {
  background: #fff !important;
}
body.special-version.sv-black-text #infomat,
body.special-version.sv-black-text .spsHeader {
  border: solid;
}
body.special-version.sv-black-text .spsButton {
  color: black !important;
  background-color: white !important;
  border: solid !important;
}
body.special-version.sv-black-text .grade-comment_input::placeholder,
body.special-version.sv-black-text .worker-label {
  color: black;
}
body.special-version.sv-black-text .choose_urls__item {
  background-color: white;
  border: solid;
}
body.special-version.sv-black-text .header2-modal {
  color: #2C2A29;
}
body.special-version.sv-black-text .header3-modal {
  color: #2C2A29;
}
body.special-version.sv-black-text .sps-btn-mfcT-end {
  color: #2C2A29;
}
body.special-version.sv-black-text .sps-btn-mfcT-continue {
  background: #fff !important;
  color: #2C2A29;
  border: solid !important;
}
body.special-version.sv-yellow-text {
  background: #000 !important;
}
body.special-version.sv-yellow-text .content-top h1 {
  border-color: #FFC300 !important;
}
body.special-version.sv-yellow-text .bg-main {
  background: #000 !important;
  color: #FFC300 !important;
}
body.special-version.sv-yellow-text body,
body.special-version.sv-yellow-text i,
body.special-version.sv-yellow-text a,
body.special-version.sv-yellow-text p,
body.special-version.sv-yellow-text h1,
body.special-version.sv-yellow-text h2,
body.special-version.sv-yellow-text h3,
body.special-version.sv-yellow-text h4,
body.special-version.sv-yellow-text h5,
body.special-version.sv-yellow-text span,
body.special-version.sv-yellow-text .btn-primary,
body.special-version.sv-yellow-text b,
body.special-version.sv-yellow-text strong {
  color: #FFC300 !important;
}
body.special-version.sv-yellow-text .navbar {
  background: #000 !important;
}
body.special-version.sv-yellow-text .second-level {
  background: #000 !important;
}
body.special-version.sv-yellow-text .general-nav ul li ul li {
  border-color: #FFC300 !important;
}
body.special-version.sv-yellow-text .general-nav ul li ul li a {
  background: #000 !important;
}
body.special-version.sv-yellow-text hr {
  border-top: 1px solid #FFC300 !important;
}
body.special-version.sv-yellow-text .top-button {
  background: #000 !important;
  border: 2px solid #FFC300 !important;
}
body.special-version.sv-yellow-text .btn.btn-left:before {
  content: none;
}
body.special-version.sv-yellow-text .btn-primary {
  background: #000 !important;
  border-color: #FFC300 !important;
}
body.special-version.sv-yellow-text .gos-search-mainpage {
  background: #000 !important;
}
body.special-version.sv-yellow-text .btn-default {
  border-color: #FFC300 !important;
  background: #000 !important;
  color: #FFC300 !important;
}
body.special-version.sv-yellow-text span {
  opacity: 1 !important;
}
body.special-version.sv-yellow-text #page-breadcrum {
  background: #000 !important;
  color: #FFC300 !important;
}
body.special-version.sv-yellow-text #main-slider #main-slider-carousel .carousel-inner .item {
  background: #000 !important;
  background-image: none !important;
}
body.special-version.sv-yellow-text #main-slider #main-slider-carousel .carousel-inner .item .carousel-caption {
  background: #000 !important;
}
body.special-version.sv-yellow-text #main-slider #main-slider-carousel .carousel-control {
  display: none;
}
body.special-version.sv-yellow-text #main-news p:after {
  display: none;
}
body.special-version.sv-yellow-text #main-news .news-list span {
  display: none;
}
body.special-version.sv-yellow-text #main-news .container {
  border-top: 1px solid #FFC300 !important;
}
body.special-version.sv-yellow-text #footer {
  background: #000 !important;
}
body.special-version.sv-yellow-text #footer .footer-bottom {
  border-top: 1px solid #FFC300;
}
body.special-version.sv-yellow-text .lk-menu {
  border: 1px solid #FFC300;
  background: #000;
}
body.special-version.sv-yellow-text .lk-menu a img {
  display: none;
}
body.special-version.sv-yellow-text .lk-menu:after {
  border-bottom-color: #FFC300;
}
body.special-version.sv-yellow-text #page-breadcrum {
  border-top: 1px solid #FFC300;
  border-bottom: 1px solid #FFC300;
}
body.special-version.sv-yellow-text #page-breadcrum ul li a {
  background: none;
  border-right: 1px solid #FFC300;
}
body.special-version.sv-yellow-text #page-breadcrum ul li:first-child {
  background: none;
}
body.special-version.sv-yellow-text #top-menu-find {
  background: url('../images/search-yellow.png');
  height: 20px;
  background-size: cover;
  margin-top: 15px;
  padding: 0;
  width: 20px;
  float: left;
}
body.special-version.sv-yellow-text #serviceTab li {
  border-bottom: 1px solid #FFC300;
}
body.special-version.sv-yellow-text #serviceTab li.active a {
  background: #FFC300;
  color: #000 !important;
  border-color: #FFC300;
}
body.special-version.sv-yellow-text #serviceTab li a:hover {
  background-color: #FFC300;
  border-color: #FFC300;
  color: #000 !important;
}
body.special-version.sv-yellow-text .accordion {
  border-color: #FFC300;
}
body.special-version.sv-yellow-text .modal-dialog .modal-content {
  background: #000;
  border: 1px solid #FFC300;
}
body.special-version.sv-yellow-text label {
  color: #FFC300;
}
body.special-version.sv-yellow-text .radio:checked + label:before {
  border: 2px solid #FFC300;
}
body.special-version.sv-yellow-text .radio:not(checked) + label:before {
  background: #000;
}
body.special-version.sv-yellow-text .radio:not(checked) + label:after {
  background: #FFC300;
}
body.special-version.sv-yellow-text .nav-tabs {
  border-color: #FFC300;
}
body.special-version.sv-yellow-text .nav-tabs li.active a {
  background: #FFC300;
  color: #000 !important;
  border-color: #FFC300;
}
body.special-version.sv-yellow-text .nav-tabs li a:hover {
  background: #FFC300;
  color: #000 !important;
  border-color: #FFC300;
}
body.special-version.sv-yellow-text .lk-documents-list .docs-item {
  background: #000;
  color: #FFC300;
  border: 1px solid #FFC300;
}
body.special-version.sv-yellow-text .form-auth {
  background: none;
}
body.special-version.sv-yellow-text #infomat {
  background: #000;
  color: #FFC300;
  border: 2px solid #FFC300;
}
body.special-version.sv-yellow-text .grade-comment_input {
  box-shadow: none;
  background: #000;
  border: 1px solid #FFC300;
}
body.special-version.sv-yellow-text .grade-comment_input::placeholder {
  color: #FFC300;
}
body.special-version.sv-yellow-text .spsButton {
  color: #FFC300;
}
body.special-version.sv-yellow-text .spsButton:disabled {
  background-color: #000;
  border: 1px solid #FFC300;
  cursor: unset;
}
body.special-version.sv-yellow-text .spsButton:disabled:hover {
  background-color: #000;
  border: 1px solid #FFC300;
}
body.special-version.sv-yellow-text .choose_urls__item {
  background-color: #000;
  border: 2px solid #FFC300;
}
body.special-version.sv-yellow-text .select2-results__option--selected {
  border: 2px solid #FFC300;
}
body.special-version.sv-yellow-text .select2-results__option--highlighted {
  color: #FFC300;
  border: 2px solid #FFC300;
}
body.special-version.sv-yellow-text .select2-selection {
  border: 1px solid #FFC300;
  background: #000;
}
body.special-version.sv-yellow-text .select2-dropdown {
  background: #000;
  border-color: #FFC300;
}
body.special-version.sv-yellow-text .select2-results__option--selectable {
  background: #000;
}
body.special-version.sv-yellow-text .rating-area:not(:checked) > label {
  color: lightgrey;
}
body.special-version.sv-yellow-text .spsHeader {
  border: 2px solid #FFC300;
}
body.special-version.sv-yellow-text .modalT-content {
  background-color: #000000;
}
body.special-version.sv-yellow-text .header2-modal {
  color: #FFC300;
}
body.special-version.sv-yellow-text .header3-modal {
  color: #FFC300;
}
body.special-version.sv-yellow-text .sps-btn-mfcT-end {
  color: #FFC300;
}
body.special-version.sv-yellow-text .sps-btn-mfcT-continue {
  color: #FFC300;
}
body.special-version.sv-blue-text {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text .content-top h1 {
  border-color: #063462 !important;
}
body.special-version.sv-blue-text .top-button {
  background: #9dd1ff !important;
  border: 2px solid #063462 !important;
}
body.special-version.sv-blue-text .bg-main {
  background: #9dd1ff !important;
  color: #063462 !important;
}
body.special-version.sv-blue-text body,
body.special-version.sv-blue-text i,
body.special-version.sv-blue-text a,
body.special-version.sv-blue-text p,
body.special-version.sv-blue-text h1,
body.special-version.sv-blue-text h2,
body.special-version.sv-blue-text h3,
body.special-version.sv-blue-text h4,
body.special-version.sv-blue-text h5,
body.special-version.sv-blue-text span,
body.special-version.sv-blue-text .btn-primary,
body.special-version.sv-blue-text b,
body.special-version.sv-blue-text strong {
  color: #063462 !important;
}
body.special-version.sv-blue-text .navbar {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text .second-level {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text .general-nav ul li ul li {
  border-color: #063462 !important;
}
body.special-version.sv-blue-text .general-nav ul li ul li a {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text a,
body.special-version.sv-blue-text p,
body.special-version.sv-blue-text span,
body.special-version.sv-blue-text .btn-primary {
  color: #000 !important;
}
body.special-version.sv-blue-text .btn-primary {
  background: #fff !important;
  border-color: #000 !important;
}
body.special-version.sv-blue-text a,
body.special-version.sv-blue-text p,
body.special-version.sv-blue-text h1,
body.special-version.sv-blue-text h2,
body.special-version.sv-blue-text h3,
body.special-version.sv-blue-text h4,
body.special-version.sv-blue-text h5,
body.special-version.sv-blue-text span,
body.special-version.sv-blue-text .btn-primary {
  color: #063462 !important;
}
body.special-version.sv-blue-text .navbar {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text hr {
  border-top: 1px solid #063462 !important;
}
body.special-version.sv-blue-text .form-auth {
  background: none;
}
body.special-version.sv-blue-text .btn.btn-left:before {
  content: none;
}
body.special-version.sv-blue-text .btn-primary {
  background: #9dd1ff !important;
  border-color: #063462 !important;
}
body.special-version.sv-blue-text .gos-search-mainpage {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text .btn-default {
  border-color: #063462 !important;
  background: #9dd1ff !important;
  color: #063462 !important;
}
body.special-version.sv-blue-text span {
  opacity: 1 !important;
}
body.special-version.sv-blue-text #page-breadcrum {
  background: #9dd1ff !important;
  color: #063462 !important;
}
body.special-version.sv-blue-text #main-slider #main-slider-carousel .carousel-inner .item {
  background: #9dd1ff !important;
  background-image: none !important;
}
body.special-version.sv-blue-text #main-slider #main-slider-carousel .carousel-inner .item .carousel-caption {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text #main-slider #main-slider-carousel .carousel-control {
  display: none;
}
body.special-version.sv-blue-text #main-news p:after {
  display: none;
}
body.special-version.sv-blue-text #main-news .news-list span {
  display: none;
}
body.special-version.sv-blue-text #main-news .container {
  border-top: 1px solid #063462 !important;
}
body.special-version.sv-blue-text #footer {
  background: #9dd1ff !important;
}
body.special-version.sv-blue-text #footer .footer-bottom {
  border-top: 1px solid #063462;
}
body.special-version.sv-blue-text .lk-menu {
  border: 1px solid #063462;
  background: #9dd1ff;
}
body.special-version.sv-blue-text .lk-menu a img {
  display: none;
}
body.special-version.sv-blue-text .lk-menu:after {
  border-bottom-color: #063462;
}
body.special-version.sv-blue-text #page-breadcrum {
  border-top: 1px solid #063462;
  border-bottom: 1px solid #063462;
}
body.special-version.sv-blue-text #page-breadcrum ul li a {
  background: none;
  border-right: 1px solid #063462;
}
body.special-version.sv-blue-text #page-breadcrum ul li:first-child {
  background: none;
}
body.special-version.sv-blue-text #serviceTab li {
  border-bottom: 1px solid #063462;
}
body.special-version.sv-blue-text #serviceTab li.active a {
  background: #063462;
  color: #9dd1ff !important;
  border-color: #063462;
}
body.special-version.sv-blue-text #serviceTab li a:hover {
  background-color: #063462;
  border-color: #063462;
  color: #9dd1ff !important;
}
body.special-version.sv-blue-text .accordion {
  border-color: #063462;
}
body.special-version.sv-blue-text .modal-dialog .modal-content {
  background: #9dd1ff;
  border: 1px solid #063462;
}
body.special-version.sv-blue-text label {
  color: #063462;
}
body.special-version.sv-blue-text .radio:checked + label:before {
  border: 2px solid #063462;
}
body.special-version.sv-blue-text .radio:not(checked) + label:before {
  background: #9dd1ff;
}
body.special-version.sv-blue-text .radio:not(checked) + label:after {
  background: #063462;
}
body.special-version.sv-blue-text .nav-tabs {
  border-color: #063462;
}
body.special-version.sv-blue-text .nav-tabs li.active a {
  background: #063462;
  color: #9dd1ff !important;
  border-color: #063462;
}
body.special-version.sv-blue-text .nav-tabs li a:hover {
  background: #063462;
  color: #9dd1ff !important;
  border-color: #063462;
}
body.special-version.sv-blue-text .lk-documents-list .docs-item {
  background: #9dd1ff;
  color: #063462;
  border: 1px solid #063462;
}
body.special-version.sv-blue-text #infomat {
  background: #9dd1ff;
  color: #063462;
  border: 2px solid #063462;
}
body.special-version.sv-blue-text .grade-comment_input {
  box-shadow: none;
  background: #9dd1ff;
  border: 1px solid #063462;
}
body.special-version.sv-blue-text .grade-comment_input::placeholder {
  color: #063462;
}
body.special-version.sv-blue-text .spsButton {
  color: #063462;
}
body.special-version.sv-blue-text .choose_urls__item {
  background-color: #9dd1ff;
  border: 2px solid #063462;
}
body.special-version.sv-blue-text .rating-area:not(:checked) > label {
  color: lightgrey;
}
body.special-version.sv-blue-text .spsHeader {
  border: solid;
}
body.special-version.sv-blue-text .modalT-content {
  background-color: #9DD1FF;
}
body.special-version.sv-blue-text .header2-modal {
  color: #063462;
}
body.special-version.sv-blue-text .header3-modal {
  color: #063462;
}
body.special-version.sv-blue-text .sps-btn-mfcT-end {
  color: #063462;
}
body.special-version.sv-blue-text .sps-btn-mfcT-continue {
  color: #063462;
}
body.special-version.sv-font-big a,
body.special-version.sv-font-big p,
body.special-version.sv-font-big span,
body.special-version.sv-font-big h1,
body.special-version.sv-font-big h2,
body.special-version.sv-font-big h3,
body.special-version.sv-font-big h4,
body.special-version.sv-font-big h5,
body.special-version.sv-font-big h6 {
  font-size: 20px !important;
}
body.special-version.sv-font-verybig a,
body.special-version.sv-font-verybig p,
body.special-version.sv-font-verybig span,
body.special-version.sv-font-verybig h1,
body.special-version.sv-font-verybig h2,
body.special-version.sv-font-verybig h3,
body.special-version.sv-font-verybig h4,
body.special-version.sv-font-verybig h5,
body.special-version.sv-font-verybig h6 {
  font-size: 30px !important;
}
#special-version-container {
  background: #f5f9fc !important;
  border-bottom: 2px solid #002957 !important;
  padding-bottom: 30px !important;
}
#special-version-container.hide {
  display: none;
  transform: translateY(-500px);
  transition: 0.5s;
}
#special-version-container.show {
  display: block;
  transform: translateY(0);
  transition: 0.5s;
}
#special-version-container h5 {
  color: #000 !important;
}
#special-version-container .btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}
#special-version-container .btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
#special-version-container .sv-font-big {
  font-size: 120% !important;
}
#special-version-container .sv-font-verybig {
  font-size: 150% !important;
}
#special-version-container .sv-color-black {
  background: #000 !important;
  color: #fff !important;
}
#special-version-container .sv-color-yellow {
  background: #ff0 !important;
  color: #000 !important;
}
#special-version-container .sv-color-blue {
  background: #9fd7ff !important;
  color: #143c5a !important;
}
/*HEADER*/
header .header__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
header .header__href {
  color: #FFF;
  transition: all 0.5s;
  line-height: 1.8rem;
  text-decoration: none;
  padding: 10px;
}
header .header__href:hover,
header .header__href:active,
header .header__href:focus-visible {
  transition: all 0.5s;
  color: #FFF;
  background: #705744;
  text-decoration: none;
}
header .header__href-red {
  color: #FFF;
  transition: all 0.5s;
  text-decoration: none;
  line-height: 1.8rem;
  background: #e84a36;
  padding: 10px;
}
header .header__href-red:hover,
header .header__href-red:active,
header .header__href-red:focus-visible {
  transition: all 0.5s;
  color: #FFF;
  background: #fc6d5b;
  text-decoration: none;
}
header .header__href-brown {
  color: #FFF;
  transition: all 0.5s;
  text-decoration: none;
  line-height: 1.8rem;
  background: #C39367;
  padding: 10px;
}
header .header__href-brown:hover,
header .header__href-brown:active,
header .header__href-brown:focus-visible {
  transition: all 0.5s;
  color: #FFF;
  background: #705744;
  text-decoration: none;
}
.header__h1 {
  border: none;
  line-height: 21px;
  font-size: 21px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
  text-align: left;
  color: #4d3e33;
  font-family: 'Raleway Bold';
  word-wrap: break-word;
}
.header__text a {
  font-weight: bold;
}
.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .header__smContainer {
    justify-content: center;
    padding-top: 28px;
  }
  .header__logo {
    padding-bottom: 28px;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
.footer__text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
}
@media (max-width: 480px) {
  .footer__text {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
  }
}
@media (max-width: 350px) {
  .footer__text {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-direction: column-reverse;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer__bottom a {
  text-decoration: underline;
}
.footer__bottom a:hover {
  text-decoration: underline;
}
.location-item {
  width: 25%;
  cursor: pointer;
}
.location-item:hover {
  transition: all 0.3s;
  font-weight: bold;
}
@media (max-width: 768px) {
  .location-item {
    width: 50%;
  }
}
#cookieAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 20px;
  z-index: 9;
}
#cookieAlert div {
  box-shadow: 0 4px 12px 0 #00000029;
  border-radius: 7px;
  background: #ffffff;
  color: black;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}
#cookieAlert button {
  position: absolute;
  right: 0;
  font-size: 4rem;
  color: #c1c1c1;
  margin: unset;
  height: 40px;
  background: transparent;
  top: 0;
  line-height: 0;
  transition: all 0.5s;
  border: none;
}
#cookieAlert button:hover {
  color: #343434;
  transition: all 0.5s;
}
#cookieAlert button:focus:not(:focus-visible) {
  outline: 0;
}
/*SEARCH*/
.search-form {
  position: absolute;
  right: 60px;
  left: 22px;
  height: 45px;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 45px;
  line-height: 45px;
  border: none;
  background: #e84a36;
  transition: all 0.5s ease;
  font-weight: inherit;
}
.search-form button:hover {
  z-index: 10;
  background: #e84a36;
}
.search-form button:hover + input {
  background: #e84a36 !important;
}
.search-form button i {
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
}
.search-form input {
  font-size: 16px;
  background: #FFF;
  height: 45px;
  padding: 5px 58px 5px 5px;
  border: 2px solid #d7d7d7;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 45px;
  line-height: 22px;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
}
.search-form input:focus {
  border-color: #e84a36 !important;
  outline: none !important;
  transition: all 0.5s ease;
  right: 0;
  width: 100%;
  padding: 11px 58px 11px 14px;
  background: #fafafa;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
  box-shadow: inset 0 0 0 1px #eeeeee;
}
.search-form input:focus + button {
  z-index: 10;
  background: #E04E39;
}
.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
.fade-enter-active {
  transition: opacity 0.5s ease;
}
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from {
  opacity: 0;
}
.fade-leave-to {
  opacity: 0;
}
.portal-item {
  box-shadow: 0 4px 12px 0 #00000029;
  padding: 15px 20px;
  display: flex;
  text-decoration: none;
  transition: all 0.5s;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 7px;
}
.portal-item .icon_container {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.portal-item i {
  font-size: 2rem;
}
.portal-item span {
  padding-left: 15px;
  margin: unset;
  color: #4d3e33;
}
.portal-item:hover {
  text-decoration: none;
  transition: all 0.5s;
  box-shadow: 0 4px 12px 0 #0000004f;
}
.portal-hr {
  margin: 2rem 0;
  border-top: 1px solid #a3a3a3;
}
.portal-table {
  width: 100%;
}
.portal-table td {
  padding: 10px;
  border: 1px solid #d7d7d7;
}
.loader-main {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.loader-main .spinner-border {
  position: fixed;
  left: 47.5%;
  top: 50%;
  width: 50px;
  height: 50px;
}
.loader-second .spinner-border {
  width: 50px;
  height: 50px;
  margin-top: 2rem;
}
.map-footer {
  text-transform: uppercase;
  font-weight: bold;
}
.ymaps-2-1-79-gotoymaps__container,
.ymaps-2-1-79-gototech {
  display: none!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item-text {
  color: #6c757d;
}
.offices_index .offices_index-md {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.offices_index .offices_index-sm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.offices_index a {
  color: #000;
  display: block;
}
.offices_index a:hover {
  transform: translateX(5px);
  transition: all 0.5s;
}
.title-w-href {
  border-bottom-color: #d7d7d7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.title-w-href h2 {
  padding-bottom: 10px;
  color: #4d3e33;
  font-family: 'Raleway Bold';
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  border: 0;
}
.title-w-href a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Circe Extra Bold';
  border-bottom: none;
  padding-bottom: 10px;
}
.news__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px;
  box-shadow: 0 4px 12px 0 #00000029;
  border-radius: 7px;
  font-size: 14px;
}
.news__filter b {
  line-height: 1rem;
}
.news__filter a {
  font-weight: bold;
  cursor: pointer;
  line-height: 1.2rem;
  transition: all 0.5s;
}
.news__filter a:hover {
  color: #ed5338;
  transition: all 0.5s;
}
.news__filter .active {
  color: #ed5338;
}
.navPlates {
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
}
.navPlates__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #d7d7d7;
}
.navPlates__content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  margin-bottom: -1px;
  color: #c59368;
  border-radius: 5px 5px 0px 0px;
  transition: all 0.3s;
}
.navPlates__content a:hover {
  transition: all 0.3s;
  color: #4d3e33;
}
.navPlate-active {
  border: 1px solid #d7d7d7 !important;
  border-bottom-color: transparent !important;
  background: #FFF;
  cursor: default !important;
  color: #000 !important;
}
.feedback-link {
  position: fixed;
  background: #98cb00;
  top: 150px;
  right: 0;
  width: 28px;
  height: 160px;
  z-index: 10;
  border-radius: 5px;
  transition: all 0.3s;
}
.feedback-link:hover {
  transition: all 0.3s;
  background: #E04E39;
}
.feedback-link a {
  display: block;
  background-image: url("/local/templates/mfc/site-images/widget-btn.svg");
  background-position-x: 50% !important;
  background-position-y: 50% !important;
  background-repeat: no-repeat !important;
  width: 28px;
  height: 160px;
}
#max_banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: top 0s 0.7s, opacity 0.7s 0s;
  background-color: #000000;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#max_banner .in-modal {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
  background: #ffff;
}
#max_banner .view-header {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#max_banner .view-header__title {
  font-size: 24px;
  color: #4d3e33;
  font-family: 'Raleway Bold';
}
#max_banner .view-header__text {
  font-size: 17px;
  color: #a9a9a9;
}
#max_banner .close__button {
  display: flex;
  justify-content: flex-end;
}
#max_banner .close__button button {
  position: absolute;
  right: 0;
  font-size: 4rem;
  color: #c1c1c1;
  margin: 5px 10px;
  height: 40px;
  background: transparent;
  top: 0;
  line-height: 0;
  transition: all 0.5s;
  border: none;
}
#max_banner .close__button button:hover {
  color: #343434;
  transition: all 0.5s;
}
#max_banner .view-button {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
}
#max_banner .view-button a {
  display: flex;
  background: #e84a36;
  color: #FFF;
  transition: all 0.5s;
  text-align: center;
  width: fit-content;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 20px;
  text-decoration: none;
  border: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'Circe Bold';
}
@media (max-width: 410px) {
  #max_banner .view-button a {
    width: 100%;
  }
  #max_banner .in-modal {
    width: 90%;
  }
}
#rate-href {
  position: fixed;
  top: 400px;
  z-index: 10000;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  background: #E04E39;
  right: -46px;
  transform: rotate(270deg);
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
#rate-href:hover {
  background: #ad3f2d;
  transition: 0.3s;
}
#handler-manager {
  position: fixed;
  top: 88%;
  z-index: 10000;
  color: #FFF;
  padding: 15px;
  border-radius: 5px;
  background: #E04E39;
  right: -20px;
  transform: rotate(270deg);
  transition: 0.7s;
  text-decoration: none;
}
#handler-manager:hover {
  background: #ad3f2d;
  transition: 0.5s;
}
/*# sourceMappingURL=all_styles.css.map */