body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-ms-clear {
      display: none; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1;
        left: 50%; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
@charset "UTF-8";@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon::before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon::before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-webkit-input-placeholder,.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:inherit;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;zoom:normal;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;zoom:normal;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon::before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning::before{content:"!"}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info::before{content:"i"}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question::before{content:"?"}.swal2-icon.swal2-question.swal2-arabic-question-mark::before{content:"؟"}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }/*------- start calendar -------*/
.calendars {
    border: 1px solid #e6e6e6 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    font-family: "yekan","Helvetica Neue","Helvetica" !important;
    width:unset !important;
}

.calendars-nav, .calendars-ctrl {
    background-color: #28acb8 !important;
    font-weight: normal !important;
    font-size: 100% !important;
    height: 30px;
    line-height: 25px;
}

.calendars-cmd:hover {
    background-color: #3b3f51 !important;
}
a.calendars-cmd {
    height: 30px !important;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input{
    height:50px !important;
}
.calendars-month-year{
    width: auto;
}
.calendars-month span{
    padding: 0.5em 0em !important;
}
.calendars-month a{
    padding: 0.5em 0.6em !important;
}
.calendars-month td .calendars-highlight{
    background-color: #e7505a!important;
    color:#fff;
}
.calendars-month{
    width:17.5em !important;
    border:none !important;
}
.calendars-month table{
    margin-bottom:0px;
}
[data-date-wrap],[data-time-wrap] {
    position: relative;
    display:inline-block;
}
[data-date-wrap] i,[data-time-wrap] i {
    position: absolute;
    left: 5px;
    top: 10px;
}
[data-date-wrap] input,[data-time-wrap] input{
    padding-left:25px;
}
/*------- end calendar -------*/.marker-details {
    padding:10px;
}
.marker-details img{
    max-height:200px;
    text-align:center;

}

.marker-details p{
    text-align:center;
}



.xa-order-print-wrapper {  
width: 600px; margin: auto;
margin: 0 auto; padding: 10px 20px 20px 20px; width: 600px; background-color: #fff; border: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; direction: rtl; overflow:hidden; position:relative
}
.xa-order-print-invoiceheader td {    vertical-align: top;    padding: 10px;    border: 1px solid #ccc;}
.xa-order-print-items {border-collapse:collapse; border-top:1px solid #ccc;  border-left:1px solid #ccc;   }
.xa-order-print-items td {border-collapse:collapse; border-bottom:1px solid #ccc;  border-right:1px solid #ccc; padding:5px; text-align:center }
.xa-order-print-items th { border-collapse:collapse; border-bottom:1px solid #ccc;  border-right:1px solid #ccc; padding:5px; font-size:14px; background:#efefef  }
.xa-order-print-status { background: #CC0000; color: #fff; font-size: 16px; font-weight: bold; height: 40px; left: -60px; padding: 10px; position: absolute; top: 25px; transform: rotate(-45deg); width: 200px; text-align:center }
.xa-order-print-status.payed { background: #779500; }
.xa-order-print-wrapper [data-xa-price]{font-size:12px}
.xa-order-print-wrapper p{text-align:inherit}

.disabledelem {pointer-events: none;opacity: 0.4;}
.xa-disabled {pointer-events: none;opacity: 0.4;}/*******When we want disable button in error or success event */
.xa-disabled-opacity1 {pointer-events: none;}
.ltr{direction:ltr;}
.clear{clear:both;}
.xa-loading{padding:0px !important}
.inline{display:inline !important}
.inlineblock{display:inline-block !important}
.displayblock{display:block !important}
.withauto{width:auto !important;} 
.cp{cursor:pointer !important}
.border-none{border:none !important}
.xa-imgborderstyle{
    padding: 2px;
    border: 1px solid #cecece;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
 }
.xa-cp{cursor:pointer}
.cursor-none{cursor:default}
.cursor-pointer{cursor:pointer}
.xa-selected-border{border: 1px solid red;}
.clear-none{clear:unset !important;}
.position-relative{position:relative}
.margin-auto{margin:auto !important;}
.text-justify{text-align:justify !important}
@media only print {
    .hide-in-print {
        display: none;
    }
}


/********Temp*****/

.padding-small {
    padding: 3px!important
}
.padding-top-small {
    padding-top: 3px!important
}
.padding-right-small {
    padding-right: 3px!important
}
.padding-left-small {
    padding-left: 3px!important
}
.padding-bottom-small {
    padding-bottom: 3px!important
}


.padding-medium {
    padding: 6px!important
}
.padding-top-medium {
    padding-top: 6px!important
}
.padding-right-medium {
    padding-right: 6px!important
}
.padding-left-medium {
    padding-left: 6px!important
}
.padding-bottom-medium {
    padding-bottom: 6px!important
}


.padding-large {
    padding: 12px!important
}
.padding-top-large {
    padding-top: 12px!important
}
.padding-right-large {
    padding-right: 12px!important
}
.padding-left-large {
    padding-left: 6px!important
}
.padding-bottom-large {
    padding-bottom: 12px!important
}


.margin-small {
    margin: 3px!important
}
.margin-top-small {
    margin-top: 3px!important
}
.margin-right-small {
    margin-right: 3px!important
}
.margin-left-small {
    margin-left: 3px!important
}
.margin-bottom-small {
    margin-bottom: 3px!important
}


.margin-medium {
    margin: 6px!important
}
.margin-top-medium {
    margin-top: 6px!important
}
.margin-right-medium {
    margin-right: 6px!important
}
.margin-left-medium {
    margin-left: 6px!important
}
.margin-bottom-medium {
    margin-bottom: 6px!important
}


.margin-large {
    margin: 12px!important
}
.margin-top-large {
    margin-top: 12px!important
}
.margin-right-large {
    margin-right: 12px!important
}
.margin-left-large {
    margin-left: 12px!important
}
.margin-bottom-large {
    margin-bottom: 12px!important
}


.radius_100 {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius:  100%; 

}.text-align-direction{
    text-align:right;
}
.text-align-invert{
     text-align:left;
}

@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=49.0625em&xmedium=62.3125em&large=65.0625em&xlarge=86.4375em&xxlarge=101.0625em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 85.375rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 49.0625em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 62.3125em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 65.0625em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 86.4375em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 101.0625em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: right;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 49.0625em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: right; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  right: 8.33333%; }

.small-pull-1 {
  position: relative;
  right: -8.33333%; }

.small-offset-0 {
  margin-right: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  right: 16.66667%; }

.small-pull-2 {
  position: relative;
  right: -16.66667%; }

.small-offset-1 {
  margin-right: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  right: 25%; }

.small-pull-3 {
  position: relative;
  right: -25%; }

.small-offset-2 {
  margin-right: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  right: 33.33333%; }

.small-pull-4 {
  position: relative;
  right: -33.33333%; }

.small-offset-3 {
  margin-right: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  right: 41.66667%; }

.small-pull-5 {
  position: relative;
  right: -41.66667%; }

.small-offset-4 {
  margin-right: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  right: 50%; }

.small-pull-6 {
  position: relative;
  right: -50%; }

.small-offset-5 {
  margin-right: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  right: 58.33333%; }

.small-pull-7 {
  position: relative;
  right: -58.33333%; }

.small-offset-6 {
  margin-right: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  right: 66.66667%; }

.small-pull-8 {
  position: relative;
  right: -66.66667%; }

.small-offset-7 {
  margin-right: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  right: 75%; }

.small-pull-9 {
  position: relative;
  right: -75%; }

.small-offset-8 {
  margin-right: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  right: 83.33333%; }

.small-pull-10 {
  position: relative;
  right: -83.33333%; }

.small-offset-9 {
  margin-right: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  right: 91.66667%; }

.small-pull-11 {
  position: relative;
  right: -91.66667%; }

.small-offset-10 {
  margin-right: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-right: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: right;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: right; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: right;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: right; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: right;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: right; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: right;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: right; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: right;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: right; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: right;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: right; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: right;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: right; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: right;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: right; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 49.0625em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    right: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    right: -8.33333%; }

  .medium-offset-0 {
    margin-right: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    right: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    right: -16.66667%; }

  .medium-offset-1 {
    margin-right: 8.33333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    right: 25%; }

  .medium-pull-3 {
    position: relative;
    right: -25%; }

  .medium-offset-2 {
    margin-right: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    right: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    right: -33.33333%; }

  .medium-offset-3 {
    margin-right: 25%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    right: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    right: -41.66667%; }

  .medium-offset-4 {
    margin-right: 33.33333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    right: 50%; }

  .medium-pull-6 {
    position: relative;
    right: -50%; }

  .medium-offset-5 {
    margin-right: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    right: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    right: -58.33333%; }

  .medium-offset-6 {
    margin-right: 50%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    right: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    right: -66.66667%; }

  .medium-offset-7 {
    margin-right: 58.33333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    right: 75%; }

  .medium-pull-9 {
    position: relative;
    right: -75%; }

  .medium-offset-8 {
    margin-right: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    right: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    right: -83.33333%; }

  .medium-offset-9 {
    margin-right: 75%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    right: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    right: -91.66667%; }

  .medium-offset-10 {
    margin-right: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-right: 91.66667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: right;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: right; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: right;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: right; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: right;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: right; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: right;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: right; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: right;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: right; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: right;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: right; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: right;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: right; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: right;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: right; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 62.3125em) {
  .xmedium-1 {
    width: 8.33333%; }

  .xmedium-push-1 {
    position: relative;
    right: 8.33333%; }

  .xmedium-pull-1 {
    position: relative;
    right: -8.33333%; }

  .xmedium-offset-0 {
    margin-right: 0%; }

  .xmedium-2 {
    width: 16.66667%; }

  .xmedium-push-2 {
    position: relative;
    right: 16.66667%; }

  .xmedium-pull-2 {
    position: relative;
    right: -16.66667%; }

  .xmedium-offset-1 {
    margin-right: 8.33333%; }

  .xmedium-3 {
    width: 25%; }

  .xmedium-push-3 {
    position: relative;
    right: 25%; }

  .xmedium-pull-3 {
    position: relative;
    right: -25%; }

  .xmedium-offset-2 {
    margin-right: 16.66667%; }

  .xmedium-4 {
    width: 33.33333%; }

  .xmedium-push-4 {
    position: relative;
    right: 33.33333%; }

  .xmedium-pull-4 {
    position: relative;
    right: -33.33333%; }

  .xmedium-offset-3 {
    margin-right: 25%; }

  .xmedium-5 {
    width: 41.66667%; }

  .xmedium-push-5 {
    position: relative;
    right: 41.66667%; }

  .xmedium-pull-5 {
    position: relative;
    right: -41.66667%; }

  .xmedium-offset-4 {
    margin-right: 33.33333%; }

  .xmedium-6 {
    width: 50%; }

  .xmedium-push-6 {
    position: relative;
    right: 50%; }

  .xmedium-pull-6 {
    position: relative;
    right: -50%; }

  .xmedium-offset-5 {
    margin-right: 41.66667%; }

  .xmedium-7 {
    width: 58.33333%; }

  .xmedium-push-7 {
    position: relative;
    right: 58.33333%; }

  .xmedium-pull-7 {
    position: relative;
    right: -58.33333%; }

  .xmedium-offset-6 {
    margin-right: 50%; }

  .xmedium-8 {
    width: 66.66667%; }

  .xmedium-push-8 {
    position: relative;
    right: 66.66667%; }

  .xmedium-pull-8 {
    position: relative;
    right: -66.66667%; }

  .xmedium-offset-7 {
    margin-right: 58.33333%; }

  .xmedium-9 {
    width: 75%; }

  .xmedium-push-9 {
    position: relative;
    right: 75%; }

  .xmedium-pull-9 {
    position: relative;
    right: -75%; }

  .xmedium-offset-8 {
    margin-right: 66.66667%; }

  .xmedium-10 {
    width: 83.33333%; }

  .xmedium-push-10 {
    position: relative;
    right: 83.33333%; }

  .xmedium-pull-10 {
    position: relative;
    right: -83.33333%; }

  .xmedium-offset-9 {
    margin-right: 75%; }

  .xmedium-11 {
    width: 91.66667%; }

  .xmedium-push-11 {
    position: relative;
    right: 91.66667%; }

  .xmedium-pull-11 {
    position: relative;
    right: -91.66667%; }

  .xmedium-offset-10 {
    margin-right: 83.33333%; }

  .xmedium-12 {
    width: 100%; }

  .xmedium-offset-11 {
    margin-right: 91.66667%; }

  .xmedium-up-1 > .column, .xmedium-up-1 > .columns {
    float: right;
    width: 100%; }
    .xmedium-up-1 > .column:nth-of-type(1n), .xmedium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-1 > .column:nth-of-type(1n+1), .xmedium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xmedium-up-1 > .column:last-child, .xmedium-up-1 > .columns:last-child {
      float: right; }

  .xmedium-up-2 > .column, .xmedium-up-2 > .columns {
    float: right;
    width: 50%; }
    .xmedium-up-2 > .column:nth-of-type(1n), .xmedium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-2 > .column:nth-of-type(2n+1), .xmedium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xmedium-up-2 > .column:last-child, .xmedium-up-2 > .columns:last-child {
      float: right; }

  .xmedium-up-3 > .column, .xmedium-up-3 > .columns {
    float: right;
    width: 33.33333%; }
    .xmedium-up-3 > .column:nth-of-type(1n), .xmedium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-3 > .column:nth-of-type(3n+1), .xmedium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xmedium-up-3 > .column:last-child, .xmedium-up-3 > .columns:last-child {
      float: right; }

  .xmedium-up-4 > .column, .xmedium-up-4 > .columns {
    float: right;
    width: 25%; }
    .xmedium-up-4 > .column:nth-of-type(1n), .xmedium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-4 > .column:nth-of-type(4n+1), .xmedium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xmedium-up-4 > .column:last-child, .xmedium-up-4 > .columns:last-child {
      float: right; }

  .xmedium-up-5 > .column, .xmedium-up-5 > .columns {
    float: right;
    width: 20%; }
    .xmedium-up-5 > .column:nth-of-type(1n), .xmedium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-5 > .column:nth-of-type(5n+1), .xmedium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xmedium-up-5 > .column:last-child, .xmedium-up-5 > .columns:last-child {
      float: right; }

  .xmedium-up-6 > .column, .xmedium-up-6 > .columns {
    float: right;
    width: 16.66667%; }
    .xmedium-up-6 > .column:nth-of-type(1n), .xmedium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-6 > .column:nth-of-type(6n+1), .xmedium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xmedium-up-6 > .column:last-child, .xmedium-up-6 > .columns:last-child {
      float: right; }

  .xmedium-up-7 > .column, .xmedium-up-7 > .columns {
    float: right;
    width: 14.28571%; }
    .xmedium-up-7 > .column:nth-of-type(1n), .xmedium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-7 > .column:nth-of-type(7n+1), .xmedium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xmedium-up-7 > .column:last-child, .xmedium-up-7 > .columns:last-child {
      float: right; }

  .xmedium-up-8 > .column, .xmedium-up-8 > .columns {
    float: right;
    width: 12.5%; }
    .xmedium-up-8 > .column:nth-of-type(1n), .xmedium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-8 > .column:nth-of-type(8n+1), .xmedium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xmedium-up-8 > .column:last-child, .xmedium-up-8 > .columns:last-child {
      float: right; }

  .xmedium-collapse > .column, .xmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xmedium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xmedium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xmedium-uncollapse > .column, .xmedium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .xmedium-centered {
    margin-right: auto;
    margin-left: auto; }
    .xmedium-centered, .xmedium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xmedium-uncentered,
  .xmedium-push-0,
  .xmedium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 65.0625em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    right: 8.33333%; }

  .large-pull-1 {
    position: relative;
    right: -8.33333%; }

  .large-offset-0 {
    margin-right: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    right: 16.66667%; }

  .large-pull-2 {
    position: relative;
    right: -16.66667%; }

  .large-offset-1 {
    margin-right: 8.33333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    right: 25%; }

  .large-pull-3 {
    position: relative;
    right: -25%; }

  .large-offset-2 {
    margin-right: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    right: 33.33333%; }

  .large-pull-4 {
    position: relative;
    right: -33.33333%; }

  .large-offset-3 {
    margin-right: 25%; }

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    right: 41.66667%; }

  .large-pull-5 {
    position: relative;
    right: -41.66667%; }

  .large-offset-4 {
    margin-right: 33.33333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    right: 50%; }

  .large-pull-6 {
    position: relative;
    right: -50%; }

  .large-offset-5 {
    margin-right: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    right: 58.33333%; }

  .large-pull-7 {
    position: relative;
    right: -58.33333%; }

  .large-offset-6 {
    margin-right: 50%; }

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    right: 66.66667%; }

  .large-pull-8 {
    position: relative;
    right: -66.66667%; }

  .large-offset-7 {
    margin-right: 58.33333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    right: 75%; }

  .large-pull-9 {
    position: relative;
    right: -75%; }

  .large-offset-8 {
    margin-right: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    right: 83.33333%; }

  .large-pull-10 {
    position: relative;
    right: -83.33333%; }

  .large-offset-9 {
    margin-right: 75%; }

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    right: 91.66667%; }

  .large-pull-11 {
    position: relative;
    right: -91.66667%; }

  .large-offset-10 {
    margin-right: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-right: 91.66667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: right;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: right; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: right;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: right; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: right;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: right; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: right;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: right; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: right;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: right; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: right;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: right; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: right;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: right; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: right;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: right; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 86.4375em) {
  .xlarge-1 {
    width: 8.33333%; }

  .xlarge-push-1 {
    position: relative;
    right: 8.33333%; }

  .xlarge-pull-1 {
    position: relative;
    right: -8.33333%; }

  .xlarge-offset-0 {
    margin-right: 0%; }

  .xlarge-2 {
    width: 16.66667%; }

  .xlarge-push-2 {
    position: relative;
    right: 16.66667%; }

  .xlarge-pull-2 {
    position: relative;
    right: -16.66667%; }

  .xlarge-offset-1 {
    margin-right: 8.33333%; }

  .xlarge-3 {
    width: 25%; }

  .xlarge-push-3 {
    position: relative;
    right: 25%; }

  .xlarge-pull-3 {
    position: relative;
    right: -25%; }

  .xlarge-offset-2 {
    margin-right: 16.66667%; }

  .xlarge-4 {
    width: 33.33333%; }

  .xlarge-push-4 {
    position: relative;
    right: 33.33333%; }

  .xlarge-pull-4 {
    position: relative;
    right: -33.33333%; }

  .xlarge-offset-3 {
    margin-right: 25%; }

  .xlarge-5 {
    width: 41.66667%; }

  .xlarge-push-5 {
    position: relative;
    right: 41.66667%; }

  .xlarge-pull-5 {
    position: relative;
    right: -41.66667%; }

  .xlarge-offset-4 {
    margin-right: 33.33333%; }

  .xlarge-6 {
    width: 50%; }

  .xlarge-push-6 {
    position: relative;
    right: 50%; }

  .xlarge-pull-6 {
    position: relative;
    right: -50%; }

  .xlarge-offset-5 {
    margin-right: 41.66667%; }

  .xlarge-7 {
    width: 58.33333%; }

  .xlarge-push-7 {
    position: relative;
    right: 58.33333%; }

  .xlarge-pull-7 {
    position: relative;
    right: -58.33333%; }

  .xlarge-offset-6 {
    margin-right: 50%; }

  .xlarge-8 {
    width: 66.66667%; }

  .xlarge-push-8 {
    position: relative;
    right: 66.66667%; }

  .xlarge-pull-8 {
    position: relative;
    right: -66.66667%; }

  .xlarge-offset-7 {
    margin-right: 58.33333%; }

  .xlarge-9 {
    width: 75%; }

  .xlarge-push-9 {
    position: relative;
    right: 75%; }

  .xlarge-pull-9 {
    position: relative;
    right: -75%; }

  .xlarge-offset-8 {
    margin-right: 66.66667%; }

  .xlarge-10 {
    width: 83.33333%; }

  .xlarge-push-10 {
    position: relative;
    right: 83.33333%; }

  .xlarge-pull-10 {
    position: relative;
    right: -83.33333%; }

  .xlarge-offset-9 {
    margin-right: 75%; }

  .xlarge-11 {
    width: 91.66667%; }

  .xlarge-push-11 {
    position: relative;
    right: 91.66667%; }

  .xlarge-pull-11 {
    position: relative;
    right: -91.66667%; }

  .xlarge-offset-10 {
    margin-right: 83.33333%; }

  .xlarge-12 {
    width: 100%; }

  .xlarge-offset-11 {
    margin-right: 91.66667%; }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: right;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: right; }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: right;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: right; }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: right;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: right; }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: right;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: right; }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: right;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: right; }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: right;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: right; }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: right;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: right; }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: right;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: right; }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 101.0625em) {
  .xxlarge-1 {
    width: 8.33333%; }

  .xxlarge-push-1 {
    position: relative;
    right: 8.33333%; }

  .xxlarge-pull-1 {
    position: relative;
    right: -8.33333%; }

  .xxlarge-offset-0 {
    margin-right: 0%; }

  .xxlarge-2 {
    width: 16.66667%; }

  .xxlarge-push-2 {
    position: relative;
    right: 16.66667%; }

  .xxlarge-pull-2 {
    position: relative;
    right: -16.66667%; }

  .xxlarge-offset-1 {
    margin-right: 8.33333%; }

  .xxlarge-3 {
    width: 25%; }

  .xxlarge-push-3 {
    position: relative;
    right: 25%; }

  .xxlarge-pull-3 {
    position: relative;
    right: -25%; }

  .xxlarge-offset-2 {
    margin-right: 16.66667%; }

  .xxlarge-4 {
    width: 33.33333%; }

  .xxlarge-push-4 {
    position: relative;
    right: 33.33333%; }

  .xxlarge-pull-4 {
    position: relative;
    right: -33.33333%; }

  .xxlarge-offset-3 {
    margin-right: 25%; }

  .xxlarge-5 {
    width: 41.66667%; }

  .xxlarge-push-5 {
    position: relative;
    right: 41.66667%; }

  .xxlarge-pull-5 {
    position: relative;
    right: -41.66667%; }

  .xxlarge-offset-4 {
    margin-right: 33.33333%; }

  .xxlarge-6 {
    width: 50%; }

  .xxlarge-push-6 {
    position: relative;
    right: 50%; }

  .xxlarge-pull-6 {
    position: relative;
    right: -50%; }

  .xxlarge-offset-5 {
    margin-right: 41.66667%; }

  .xxlarge-7 {
    width: 58.33333%; }

  .xxlarge-push-7 {
    position: relative;
    right: 58.33333%; }

  .xxlarge-pull-7 {
    position: relative;
    right: -58.33333%; }

  .xxlarge-offset-6 {
    margin-right: 50%; }

  .xxlarge-8 {
    width: 66.66667%; }

  .xxlarge-push-8 {
    position: relative;
    right: 66.66667%; }

  .xxlarge-pull-8 {
    position: relative;
    right: -66.66667%; }

  .xxlarge-offset-7 {
    margin-right: 58.33333%; }

  .xxlarge-9 {
    width: 75%; }

  .xxlarge-push-9 {
    position: relative;
    right: 75%; }

  .xxlarge-pull-9 {
    position: relative;
    right: -75%; }

  .xxlarge-offset-8 {
    margin-right: 66.66667%; }

  .xxlarge-10 {
    width: 83.33333%; }

  .xxlarge-push-10 {
    position: relative;
    right: 83.33333%; }

  .xxlarge-pull-10 {
    position: relative;
    right: -83.33333%; }

  .xxlarge-offset-9 {
    margin-right: 75%; }

  .xxlarge-11 {
    width: 91.66667%; }

  .xxlarge-push-11 {
    position: relative;
    right: 91.66667%; }

  .xxlarge-pull-11 {
    position: relative;
    right: -91.66667%; }

  .xxlarge-offset-10 {
    margin-right: 83.33333%; }

  .xxlarge-12 {
    width: 100%; }

  .xxlarge-offset-11 {
    margin-right: 91.66667%; }

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: right;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: right; }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: right;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: right; }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: right;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: right; }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: right;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: right; }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: right;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: right; }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: right;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: right; }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: right;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: right; }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: right;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: right; }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 49.0625em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 49.0625em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.9375rem; }

  h4 {
    font-size: 1.5625rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 85.375rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-right: 1.25rem;
  list-style-type: disc; }

ol {
  margin-right: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-right: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-right: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-right: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 49.0625em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 62.3125em) {
  .xmedium-text-left {
    text-align: left; }

  .xmedium-text-right {
    text-align: right; }

  .xmedium-text-center {
    text-align: center; }

  .xmedium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 65.0625em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
@media screen and (min-width: 86.4375em) {
  .xlarge-text-left {
    text-align: left; }

  .xlarge-text-right {
    text-align: right; }

  .xlarge-text-center {
    text-align: center; }

  .xlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 101.0625em) {
  .xxlarge-text-left {
    text-align: left; }

  .xxlarge-text-right {
    text-align: right; }

  .xxlarge-text-center {
    text-align: center; }

  .xxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-left: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-left: 0; }
  .input-group-label:last-child {
    border-right: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-right: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: left -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-left: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: left;
    margin-right: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-right: 0; }

.accordion {
  margin-right: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: right;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "\\";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-left: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-left: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-left: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-left: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-left: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-left: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-left: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-left: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-left: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-left: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-left: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-left: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-left: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 49.0625em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 65.0625em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 49em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-left: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 49.0625em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 62.3125em) {
    .menu.xmedium-horizontal > li {
      display: table-cell; }
    .menu.xmedium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xmedium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xmedium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 65.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 86.4375em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 101.0625em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xxlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.simple.align-left li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.align-left::before, .menu.align-left::after {
    display: table;
    content: ' '; }
  .menu.align-left::after {
    clear: both; }
  .menu.align-left > li {
    float: left; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-right: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(-100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  border-right-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
  border-right-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-left: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  left: 5px;
  margin-top: -3px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  left: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }
@media print, screen and (min-width: 49.0625em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-left: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    left: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    left: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media print, screen and (min-width: 62.3125em) {
  .dropdown.menu.xmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-left: 1.5rem; }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    left: 5px;
    margin-top: -3px; }
  .dropdown.menu.xmedium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xmedium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xmedium-vertical > li > a::after {
    left: 14px; }
  .dropdown.menu.xmedium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xmedium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media print, screen and (min-width: 65.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-left: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    left: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    left: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media screen and (min-width: 86.4375em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-left: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    left: 5px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    left: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media screen and (min-width: 101.0625em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-left: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    left: 5px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    left: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    right: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    left: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 49em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-left: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-right: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 49.0625em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 62.3125em) {
  .position-left.reveal-for-xmedium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xmedium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-xmedium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xmedium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-xmedium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xmedium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-xmedium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xmedium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 65.0625em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media screen and (min-width: 86.4375em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media screen and (min-width: 101.0625em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }
.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  right: 0; }

.orbit-next {
  right: auto;
  left: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-right: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-left: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 49.0625em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.slider:not(.vertical) {
  transform: scale(-1, 1); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 49.0625em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 49.0625em) {
    .reveal {
      width: 600px;
      max-width: 85.375rem; } }
  @media print, screen and (min-width: 49.0625em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 49.0625em) {
    .reveal.tiny {
      width: 30%;
      max-width: 85.375rem; } }
  @media print, screen and (min-width: 49.0625em) {
    .reveal.small {
      width: 50%;
      max-width: 85.375rem; } }
  @media print, screen and (min-width: 49.0625em) {
    .reveal.large {
      width: 90%;
      max-width: 85.375rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 49em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      right: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  right: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  left: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    right: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    right: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    right: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    right: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    right: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    right: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f8f8f8;
    color: #0a0a0a; }

  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: right; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }

  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 62.25em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: right; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-right: 0; }

.tabs-panel {display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-right: 0.25rem;
    margin-left: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-left: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-left: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 49.0625em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 62.25em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 65em) {
    .top-bar.stacked-for-xmedium .top-bar-left,
    .top-bar.stacked-for-xmedium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 86.375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 101em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 49em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 49.0625em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 49.0625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 49em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 49.0625em) and (max-width: 62.25em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 49em), screen and (min-width: 62.3125em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 62.3125em) {
  .hide-for-xmedium {
    display: none !important; } }

@media screen and (max-width: 62.25em) {
  .show-for-xmedium {
    display: none !important; } }

@media screen and (min-width: 62.3125em) and (max-width: 65em) {
  .hide-for-xmedium-only {
    display: none !important; } }

@media screen and (max-width: 62.25em), screen and (min-width: 65.0625em) {
  .show-for-xmedium-only {
    display: none !important; } }

@media print, screen and (min-width: 65.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 65em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 65.0625em) and (max-width: 86.375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 65em), screen and (min-width: 86.4375em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 86.4375em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 86.375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 86.4375em) and (max-width: 101em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 86.375em), screen and (min-width: 101.0625em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 101.0625em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 101em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 101.0625em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 101em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }
.clearfix::after {
  clear: both; }

/*# sourceMappingURL=foundation-rtl_x.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------               BASE:  RTL               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------     CORE     -------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         FRAME WORK         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------   SETTING    -------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             BROWSER  RESET             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
*,
*:before,
*:after {
  outline: medium none !important; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: medium none !important; }

body {
  background-color: #ffffff;
  font-family: "primaryFont", "arial";
  font-size: 16px;
  color: #686868;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "primaryFont", "arial";
  color: #333333; }

button, input, optgroup, select, textarea {
  font-family: "primaryFont", "arial"; }

p {
  font-family: "secondaryFont", "tahoma";
  text-align: justify; }

.jq-ry-container {
  direction: ltr; }

::-moz-selection {
  background-color: #0dbbe0;
  color: #000000; }

::selection {
  background-color: #0dbbe0;
  color: #000000; }

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                  FONT                  ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            YEKAN                                           */
/* ------------------------------------------------------------------------------------------ */
@font-face {
  font-family: "primaryFont";
  src: url("/themes/mobile_love/css/fonts/Yekan.eot");
  src: url("/themes/mobile_love/css/fonts/Yekan.eot?#iefix") format("embedded-opentype"), url("/themes/mobile_love/css/fonts/Yekan.woff") format("woff"), url("/themes/mobile_love/css/fonts/Yekan.ttf") format("truetype"), url("/themes/mobile_love/css/fonts/Yekan.svg#BYekan") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------------------------------------------------------------ */
/*                                         IRAN  SANS                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------      REGULAR     ------------------------------------ */
@font-face {
  font-family: "secondaryFont";
  src: url("/themes/mobile_love/css/fonts/iran_sans.eot");
  src: url("/themes/mobile_love/css/fonts/iran_sans.eot?#iefix") format("embedded-opentype"), url("/themes/mobile_love/css/fonts/iran_sans.woff") format("woff"), url("/themes/mobile_love/css/fonts/iran_sans.ttf") format("truetype"), url("/themes/mobile_love/css/fonts/iran_sans.svg#iran_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------      MEDIUM      ------------------------------------ */
@font-face {
  font-family: "integerPrimaryFont";
  src: url("/themes/mobile_love/css/fonts/IRANSansWeb_Medium_numerical.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------       LIGHT      ------------------------------------ */
@font-face {
  font-family: "integerSecondaryFont";
  src: url("/themes/mobile_love/css/fonts/IRANSansWeb_Light_numerical.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------------------------------------------------------------ */
/*                                     OPEN SANS  REGULAR                                     */
/* ------------------------------------------------------------------------------------------ */
@font-face {
  font-family: "open_sansregular";
  src: url("/themes/mobile_love/css/fonts/OpenSans-Regular-webfont.eot");
  src: url("/themes/mobile_love/css/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/mobile_love/css/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/themes/mobile_love/css/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/themes/mobile_love/css/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=base_x.css.map */

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*# sourceMappingURL=motion-ui_x.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(/themes/mobile_love/css/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/themes/mobile_love/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/themes/mobile_love/css/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/themes/mobile_love/css/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/themes/mobile_love/css/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/themes/mobile_love/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face{font-family:Linearicons-Free;src:url(/themes/mobile_love/css/fonts/Linearicons-Free.eot?w118d);src:url(/themes/mobile_love/css/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'),url(/themes/mobile_love/css/fonts/Linearicons-Free.woff2?w118d) format('woff2'),url(/themes/mobile_love/css/fonts/Linearicons-Free.woff?w118d) format('woff'),url(/themes/mobile_love/css/fonts/Linearicons-Free.ttf?w118d) format('truetype'),url(/themes/mobile_love/css/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');font-weight:400;font-style:normal}.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}
@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],[data-aos][data-aos][data-aos-easing=ease-in-quad],[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-cubic] [data-aos],body[data-aos-easing=ease-in-quad] [data-aos],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],[data-aos][data-aos][data-aos-easing=ease-out-quad],[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-cubic] [data-aos],body[data-aos-easing=ease-out-quad] [data-aos],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],[data-aos][data-aos][data-aos-easing=ease-in-out-quad],[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-cubic] [data-aos],body[data-aos-easing=ease-in-out-quad] [data-aos],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*# sourceMappingURL=owl_carousel_x.css.map */

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*# sourceMappingURL=owl_theme_default_x.css.map */

/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */.lg-css3.lg-zoom-in .lg-item{opacity:0}.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.3,1.3,1.3);transform:scale3d(1.3,1.3,1.3)}.lg-css3.lg-zoom-in .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-in .lg-item.lg-current,.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-in-big .lg-item{opacity:0}.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide{-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}.lg-css3.lg-zoom-in-big .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-in-big .lg-item.lg-current,.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-out .lg-item{opacity:0}.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}.lg-css3.lg-zoom-out .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-out .lg-item.lg-current,.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-out-big .lg-item{opacity:0}.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.lg-css3.lg-zoom-out-big .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-out-big .lg-item.lg-current,.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-out-in .lg-item{opacity:0}.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide{-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}.lg-css3.lg-zoom-out-in .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-out-in .lg-item.lg-current,.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-in-out .lg-item{opacity:0}.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide{-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.lg-css3.lg-zoom-in-out .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-in-out .lg-item.lg-current,.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-soft-zoom .lg-item{opacity:0}.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lg-css3.lg-soft-zoom .lg-item.lg-next-slide{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}.lg-css3.lg-soft-zoom .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-soft-zoom .lg-item.lg-current,.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-scale-up .lg-item{opacity:0}.lg-css3.lg-scale-up .lg-item.lg-next-slide,.lg-css3.lg-scale-up .lg-item.lg-prev-slide{-moz-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-o-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-ms-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-webkit-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);transform:scale3d(.8,.8,.8) translate3d(0,10%,0)}.lg-css3.lg-scale-up .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-scale-up .lg-item.lg-current,.lg-css3.lg-scale-up .lg-item.lg-next-slide,.lg-css3.lg-scale-up .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular .lg-item{opacity:0}.lg-css3.lg-slide-circular .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,0,0);-o-transform:scale3d(0,0,0) translate3d(-100%,0,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,0,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.lg-css3.lg-slide-circular .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,0,0);-o-transform:scale3d(0,0,0) translate3d(100%,0,0);-ms-transform:scale3d(0,0,0) translate3d(100%,0,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.lg-css3.lg-slide-circular .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular .lg-item.lg-current,.lg-css3.lg-slide-circular .lg-item.lg-next-slide,.lg-css3.lg-slide-circular .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-up .lg-item{opacity:0}.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);transform:scale3d(0,0,0) translate3d(-100%,-100%,0)}.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,-100%,0);transform:scale3d(0,0,0) translate3d(100%,-100%,0)}.lg-css3.lg-slide-circular-up .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-up .lg-item.lg-current,.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-down .lg-item{opacity:0}.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,100%,0);transform:scale3d(0,0,0) translate3d(-100%,100%,0)}.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,100%,0);transform:scale3d(0,0,0) translate3d(100%,100%,0)}.lg-css3.lg-slide-circular-down .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-down .lg-item.lg-current,.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-vertical .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(0,-100%,0);-o-transform:scale3d(0,0,0) translate3d(0,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(0,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(0,-100%,0);transform:scale3d(0,0,0) translate3d(0,-100%,0)}.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(0,100%,0);-o-transform:scale3d(0,0,0) translate3d(0,100%,0);-ms-transform:scale3d(0,0,0) translate3d(0,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(0,100%,0);transform:scale3d(0,0,0) translate3d(0,100%,0)}.lg-css3.lg-slide-circular-vertical .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-vertical-left .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);transform:scale3d(0,0,0) translate3d(-100%,-100%,0)}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,100%,0);transform:scale3d(0,0,0) translate3d(-100%,100%,0)}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-vertical-down .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,-100%,0);transform:scale3d(0,0,0) translate3d(100%,-100%,0)}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,100%,0);transform:scale3d(0,0,0) translate3d(100%,100%,0)}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-vertical .lg-item{opacity:0}.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.lg-css3.lg-slide-vertical .lg-item.lg-next-slide{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.lg-css3.lg-slide-vertical .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-vertical .lg-item.lg-current,.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-vertical-growth .lg-item{opacity:0}.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide{-moz-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);-o-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);-ms-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);-webkit-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);transform:scale3d(.5,.5,.5) translate3d(0,-150%,0)}.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide{-moz-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);-o-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);-ms-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);-webkit-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);transform:scale3d(.5,.5,.5) translate3d(0,150%,0)}.lg-css3.lg-slide-vertical-growth .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-only .lg-item{opacity:0}.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide{-moz-transform:skew(10deg,0deg);-o-transform:skew(10deg,0deg);-ms-transform:skew(10deg,0deg);-webkit-transform:skew(10deg,0deg);transform:skew(10deg,0deg)}.lg-css3.lg-slide-skew-only .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only .lg-item.lg-current,.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-only-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide{-moz-transform:skew(-10deg,0deg);-o-transform:skew(-10deg,0deg);-ms-transform:skew(-10deg,0deg);-webkit-transform:skew(-10deg,0deg);transform:skew(-10deg,0deg)}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-only-y .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide{-moz-transform:skew(0deg,10deg);-o-transform:skew(0deg,10deg);-ms-transform:skew(0deg,10deg);-webkit-transform:skew(0deg,10deg);transform:skew(0deg,10deg)}.lg-css3.lg-slide-skew-only-y .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-only-y-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg,-10deg);-o-transform:skew(0deg,-10deg);-ms-transform:skew(0deg,-10deg);-webkit-transform:skew(0deg,-10deg);transform:skew(0deg,-10deg)}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew .lg-item{opacity:0}.lg-css3.lg-slide-skew .lg-item.lg-prev-slide{-moz-transform:skew(20deg,0deg) translate3d(-100%,0,0);-o-transform:skew(20deg,0deg) translate3d(-100%,0,0);-ms-transform:skew(20deg,0deg) translate3d(-100%,0,0);-webkit-transform:skew(20deg,0deg) translate3d(-100%,0,0);transform:skew(20deg,0deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew .lg-item.lg-next-slide{-moz-transform:skew(20deg,0deg) translate3d(100%,0,0);-o-transform:skew(20deg,0deg) translate3d(100%,0,0);-ms-transform:skew(20deg,0deg) translate3d(100%,0,0);-webkit-transform:skew(20deg,0deg) translate3d(100%,0,0);transform:skew(20deg,0deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew .lg-item.lg-current,.lg-css3.lg-slide-skew .lg-item.lg-next-slide,.lg-css3.lg-slide-skew .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide{-moz-transform:skew(-20deg,0deg) translate3d(-100%,0,0);-o-transform:skew(-20deg,0deg) translate3d(-100%,0,0);-ms-transform:skew(-20deg,0deg) translate3d(-100%,0,0);-webkit-transform:skew(-20deg,0deg) translate3d(-100%,0,0);transform:skew(-20deg,0deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide{-moz-transform:skew(-20deg,0deg) translate3d(100%,0,0);-o-transform:skew(-20deg,0deg) translate3d(100%,0,0);-ms-transform:skew(-20deg,0deg) translate3d(100%,0,0);-webkit-transform:skew(-20deg,0deg) translate3d(100%,0,0);transform:skew(-20deg,0deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-cross .lg-item{opacity:0}.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide{-moz-transform:skew(0deg,60deg) translate3d(-100%,0,0);-o-transform:skew(0deg,60deg) translate3d(-100%,0,0);-ms-transform:skew(0deg,60deg) translate3d(-100%,0,0);-webkit-transform:skew(0deg,60deg) translate3d(-100%,0,0);transform:skew(0deg,60deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide{-moz-transform:skew(0deg,60deg) translate3d(100%,0,0);-o-transform:skew(0deg,60deg) translate3d(100%,0,0);-ms-transform:skew(0deg,60deg) translate3d(100%,0,0);-webkit-transform:skew(0deg,60deg) translate3d(100%,0,0);transform:skew(0deg,60deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew-cross .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-cross-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg,-60deg) translate3d(-100%,0,0);-o-transform:skew(0deg,-60deg) translate3d(-100%,0,0);-ms-transform:skew(0deg,-60deg) translate3d(-100%,0,0);-webkit-transform:skew(0deg,-60deg) translate3d(-100%,0,0);transform:skew(0deg,-60deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide{-moz-transform:skew(0deg,-60deg) translate3d(100%,0,0);-o-transform:skew(0deg,-60deg) translate3d(100%,0,0);-ms-transform:skew(0deg,-60deg) translate3d(100%,0,0);-webkit-transform:skew(0deg,-60deg) translate3d(100%,0,0);transform:skew(0deg,-60deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-ver .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide{-moz-transform:skew(60deg,0deg) translate3d(0,-100%,0);-o-transform:skew(60deg,0deg) translate3d(0,-100%,0);-ms-transform:skew(60deg,0deg) translate3d(0,-100%,0);-webkit-transform:skew(60deg,0deg) translate3d(0,-100%,0);transform:skew(60deg,0deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide{-moz-transform:skew(60deg,0deg) translate3d(0,100%,0);-o-transform:skew(60deg,0deg) translate3d(0,100%,0);-ms-transform:skew(60deg,0deg) translate3d(0,100%,0);-webkit-transform:skew(60deg,0deg) translate3d(0,100%,0);transform:skew(60deg,0deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver .lg-item.lg-current,.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-ver-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide{-moz-transform:skew(-60deg,0deg) translate3d(0,-100%,0);-o-transform:skew(-60deg,0deg) translate3d(0,-100%,0);-ms-transform:skew(-60deg,0deg) translate3d(0,-100%,0);-webkit-transform:skew(-60deg,0deg) translate3d(0,-100%,0);transform:skew(-60deg,0deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide{-moz-transform:skew(-60deg,0deg) translate3d(0,100%,0);-o-transform:skew(-60deg,0deg) translate3d(0,100%,0);-ms-transform:skew(-60deg,0deg) translate3d(0,100%,0);-webkit-transform:skew(-60deg,0deg) translate3d(0,100%,0);transform:skew(-60deg,0deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-ver-cross .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide{-moz-transform:skew(0deg,20deg) translate3d(0,-100%,0);-o-transform:skew(0deg,20deg) translate3d(0,-100%,0);-ms-transform:skew(0deg,20deg) translate3d(0,-100%,0);-webkit-transform:skew(0deg,20deg) translate3d(0,-100%,0);transform:skew(0deg,20deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide{-moz-transform:skew(0deg,20deg) translate3d(0,100%,0);-o-transform:skew(0deg,20deg) translate3d(0,100%,0);-ms-transform:skew(0deg,20deg) translate3d(0,100%,0);-webkit-transform:skew(0deg,20deg) translate3d(0,100%,0);transform:skew(0deg,20deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg,-20deg) translate3d(0,-100%,0);-o-transform:skew(0deg,-20deg) translate3d(0,-100%,0);-ms-transform:skew(0deg,-20deg) translate3d(0,-100%,0);-webkit-transform:skew(0deg,-20deg) translate3d(0,-100%,0);transform:skew(0deg,-20deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide{-moz-transform:skew(0deg,-20deg) translate3d(0,100%,0);-o-transform:skew(0deg,-20deg) translate3d(0,100%,0);-ms-transform:skew(0deg,-20deg) translate3d(0,100%,0);-webkit-transform:skew(0deg,-20deg) translate3d(0,100%,0);transform:skew(0deg,-20deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-lollipop .lg-item{opacity:0}.lg-css3.lg-lollipop .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-lollipop .lg-item.lg-next-slide{-moz-transform:translate3d(0,0,0) scale(.5);-o-transform:translate3d(0,0,0) scale(.5);-ms-transform:translate3d(0,0,0) scale(.5);-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5)}.lg-css3.lg-lollipop .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-lollipop .lg-item.lg-current,.lg-css3.lg-lollipop .lg-item.lg-next-slide,.lg-css3.lg-lollipop .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-lollipop-rev .lg-item{opacity:0}.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide{-moz-transform:translate3d(0,0,0) scale(.5);-o-transform:translate3d(0,0,0) scale(.5);-ms-transform:translate3d(0,0,0) scale(.5);-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5)}.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-lollipop-rev .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-lollipop-rev .lg-item.lg-current,.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-rotate .lg-item{opacity:0}.lg-css3.lg-rotate .lg-item.lg-prev-slide{-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.lg-css3.lg-rotate .lg-item.lg-next-slide{-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.lg-css3.lg-rotate .lg-item.lg-current{-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.lg-css3.lg-rotate .lg-item.lg-current,.lg-css3.lg-rotate .lg-item.lg-next-slide,.lg-css3.lg-rotate .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-rotate-rev .lg-item{opacity:0}.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide{-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.lg-css3.lg-rotate-rev .lg-item.lg-next-slide{-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.lg-css3.lg-rotate-rev .lg-item.lg-current{-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.lg-css3.lg-rotate-rev .lg-item.lg-current,.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-tube .lg-item{opacity:0}.lg-css3.lg-tube .lg-item.lg-prev-slide{-moz-transform:scale3d(1,0,1) translate3d(-100%,0,0);-o-transform:scale3d(1,0,1) translate3d(-100%,0,0);-ms-transform:scale3d(1,0,1) translate3d(-100%,0,0);-webkit-transform:scale3d(1,0,1) translate3d(-100%,0,0);transform:scale3d(1,0,1) translate3d(-100%,0,0)}.lg-css3.lg-tube .lg-item.lg-next-slide{-moz-transform:scale3d(1,0,1) translate3d(100%,0,0);-o-transform:scale3d(1,0,1) translate3d(100%,0,0);-ms-transform:scale3d(1,0,1) translate3d(100%,0,0);-webkit-transform:scale3d(1,0,1) translate3d(100%,0,0);transform:scale3d(1,0,1) translate3d(100%,0,0)}.lg-css3.lg-tube .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-tube .lg-item.lg-current,.lg-css3.lg-tube .lg-item.lg-next-slide,.lg-css3.lg-tube .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(/themes/mobile_love/css/fonts/lg.eot?n1z373);src:url(/themes/mobile_love/css/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/themes/mobile_love/css/fonts/lg.woff?n1z373) format("woff"),url(/themes/mobile_love/css/fonts/lg.ttf?n1z373) format("truetype"),url(/themes/mobile_love/css/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/themes/mobile_love/css/images/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/themes/mobile_love/css/images/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/themes/mobile_love/css/images/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/themes/mobile_love/css/images/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/themes/mobile_love/css/images/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/themes/mobile_love/css/images/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT *//*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-webkit-touch-callout:none;-khtml-user-select:none;overflow:hidden}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(/themes/mobile_love/css/images/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
.slides-navigation,.slides-pagination{z-index:3;width:100%;position:absolute}#slides{position:relative}#slides .slides-container{display:none}#slides .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}#slides .scrollable:after{content:"";display:table;clear:both}.slides-navigation{margin:0 auto;top:46%}.slides-navigation a{position:absolute;display:block}.slides-navigation a.prev{left:0}.slides-navigation a.next{right:0}.slides-pagination{bottom:0;text-align:center}.slides-pagination a{border:2px solid #222;border-radius:15px;width:10px;height:10px;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);margin:2px;overflow:hidden;text-indent:-100%}.slides-pagination a.current{background:#222}
.formError{z-index:990}.formError .formErrorContent{z-index:991}.formError .formErrorArrow{z-index:996}.ui-dialog .formError{z-index:5000}.ui-dialog .formError .formErrorContent{z-index:5001}.ui-dialog .formError .formErrorArrow{z-index:5006}.inputContainer{position:relative;float:left}.formError{position:absolute;top:300px;left:300px;display:block;cursor:pointer;text-align:left}.formError.inline{position:relative;top:0;left:0;display:inline-block}.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}.formError .formErrorContent{width:100%;background:#ee0101;position:relative;color:#fff;min-width:120px;font-size:11px;border:2px solid #ddd;box-shadow:0 0 6px #000;-moz-box-shadow:0 0 6px #000;-webkit-box-shadow:0 0 6px #000;-o-box-shadow:0 0 6px #000;padding:4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}.formError.inline .formErrorContent{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0}.greenPopup .formErrorContent{background:#33be40}.blackPopup .formErrorContent{background:#393939;color:#FFF}.formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative}body.rtl .formError .formErrorArrow,body[dir=rtl] .formError .formErrorArrow{margin:-2px 13px 0 0}.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;margin:0 0 0 12px;top:2px}.formError .formErrorArrow div{border-left:2px solid #ddd;border-right:2px solid #ddd;box-shadow:0 2px 3px #444;-moz-box-shadow:0 2px 3px #444;-webkit-box-shadow:0 2px 3px #444;-o-box-shadow:0 2px 3px #444;height:1px;background:#ee0101;margin:0 auto;line-height:0;font-size:0;display:block}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none}.greenPopup .formErrorArrow div{background:#33be40}.blackPopup .formErrorArrow div{background:#393939;color:#FFF}.formError .formErrorArrow .line10{width:15px;border:none}.formError .formErrorArrow .line9{width:13px;border:none}.formError .formErrorArrow .line8{width:11px}.formError .formErrorArrow .line7{width:9px}.formError .formErrorArrow .line6{width:7px}.formError .formErrorArrow .line5{width:5px}.formError .formErrorArrow .line4{width:3px}.formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd}.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd}.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd}
/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */.hidden_element{position:absolute!important;top:-1000!important}input.labelauty+label ::selection{background-color:rgba(255,255,255,0)}input.labelauty+label ::-moz-selection{background-color:rgba(255,255,255,0)}input.labelauty{display:none!important}input.labelauty+label{display:table;font-size:11px;padding:10px;background-color:#efefef;color:#b3b3b3;cursor:pointer;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;transition:background-color .25s;-moz-transition:background-color .25s;-webkit-transition:background-color .25s;-o-transition:background-color .25s;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}input.labelauty+label>span.labelauty-checked,input.labelauty+label>span.labelauty-unchecked{display:inline-block;line-height:16px;vertical-align:bottom}input.labelauty+label>span.labelauty-checked-image,input.labelauty+label>span.labelauty-unchecked-image{display:inline-block;width:16px;height:16px;vertical-align:bottom;background-repeat:no-repeat;background-position:left center;transition:background-image .5s linear;-moz-transition:background-image .5s linear;-webkit-transition:background-image .5s linear;-o-transition:background-image .5s linear}input.labelauty:checked+label>span.labelauty-unchecked,input.labelauty:checked+label>span.labelauty-unchecked-image,input.labelauty:not(:checked)+label>span.labelauty-checked,input.labelauty:not(:checked)+label>span.labelauty-checked-image{display:none}input.labelauty+label>span.labelauty-checked-image+span.labelauty-checked,input.labelauty+label>span.labelauty-unchecked-image+span.labelauty-unchecked{margin-left:7px}input.labelauty:not(:checked):not([disabled])+label:hover{background-color:#eaeaea;color:#a7a7a7}input.labelauty:checked+label{background-color:#3498db;color:#fff}input.labelauty:checked:not([disabled])+label:hover{background-color:#72c5fd}input.labelauty:checked+label>span.labelauty-checked{display:inline-block}input.labelauty.no-label:checked+label>span.labelauty-checked{display:block}input.labelauty[disabled]+label{opacity:.5}input.labelauty+label>span.labelauty-unchecked-image{background-image:url(..//themes/mobile_love/css/images/input-unchecked.png)}input.labelauty+label>span.labelauty-checked-image{background-image:url(..//themes/mobile_love/css/images/input-checked.png)}
.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}
/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:-webkit-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity;-webkit-transform:scale(0) translate(0,0);-moz-transform:scale(0) translate(0,0);-ms-transform:scale(0) translate(0,0);-o-transform:scale(0) translate(0,0);transform:scale(0) translate(0,0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:rgba(255,255,255,.4);background:-webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:rgba(255,255,255,.4)}.waves-notransition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.waves-button,.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 100%)}.waves-button,.waves-button-input,.waves-button:hover,.waves-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:0;color:inherit;background-color:rgba(0,0,0,0);font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{-webkit-mask-image:none;-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.waves-float:active{-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.3);box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.waves-block{display:block}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  ALERT                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-alert] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  position: relative;
  padding: 15px;
  padding-left: 40px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.18);
  overflow: hidden;
  /* --------------------------------------  INFORMATION -------------------------------------- */
  /* --------------------------------------    SUCCESS   -------------------------------------- */
  /* --------------------------------------    WARNING   -------------------------------------- */
  /* --------------------------------------     ERROR    -------------------------------------- */
}
[data-alert] p {
  margin: 0;
}
[data-alert] p span {
  padding-left: 10px;
  font-family: "primaryFont", "arial";
  font-size: 16px;
}
[data-alert] [data-alert-close] {
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
}
[data-alert] [data-alert-close] i {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
[data-alert] [data-alert-close]:hover i {
  color: rgba(0, 0, 0, 0.6);
}
[data-alert] [data-alert-close="false"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
[data-alert="info"] {
  background-color: #8dcaff;
  color: #0075d9;
}
[data-alert="success"] {
  background-color: #b3f072;
  color: #5a9e11;
}
[data-alert="warning"] {
  background-color: #ffd8b3;
  color: #ff7e00;
}
[data-alert="error"] {
  background-color: #fde3e3;
  color: #ef3f3e;
}

/* END [data-alert] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=alert.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               BACKGROUND               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-bg] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  padding-top: 60px;
  padding-bottom: 60px;
  /* --------------------------------------     NONE     -------------------------------------- */
  /* --------------------------------------     IMAGE    -------------------------------------- */
  /* --------------------------------------   PARALLAX   -------------------------------------- */
  /* --------------------------------------     COLOR    -------------------------------------- */
  /* --------------------------------------    PRIMARY   -------------------------------------- */
  /* -------------------------------------- SECONDARY EN -------------------------------------- */
}
[data-bg="none"] {
  background-color: transparent;
}
[data-bg="image"] {
  background-color: transparent;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}
[data-bg="parallax"] {
  background-color: transparent;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
}
[data-bg="primary"] {
  background-color: #0088cc;
}
[data-bg="primary"] h1, [data-bg="primary"] h2, [data-bg="primary"] h3, [data-bg="primary"] h4, [data-bg="primary"] h5, [data-bg="primary"] h6 {
  color: #ffffff;
}
[data-bg="primary"] p {
  color: #d9d9d9;
}
[data-bg="secondaryEn"] {
  background-color: #808080;
}

/* END [data-bg] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=bg.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 BUTTON                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-btn] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  display: table;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #a8a8a8;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  -webkit-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  /* --------------------------------------     SIZE     -------------------------------------- */
  /* --------------------------------------    SCHEME    -------------------------------------- */
  /* --------------------------------------     INNER    -------------------------------------- */
}
[data-btn] i {
  display: inline-block;
  padding-left: 5px;
}
[data-btn]:focus {
  color: unset;
}
[data-btn]._small {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 27px;
  font-size: 12px;
}
[data-btn]._medium {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 29px;
  font-size: 13px;
}
[data-btn]._large {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 33px;
  font-size: 15px;
}
[data-btn]._xlarge {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 35px;
  font-size: 16px;
}
[data-btn=""]:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #ffffff;
}
[data-btn="info"]:hover {
  background-color: #0075d9;
  border-color: #0075d9;
  color: #ffffff;
}
[data-btn="success"]:hover {
  background-color: #5a9e11;
  border-color: #5a9e11;
  color: #ffffff;
}
[data-btn="warning"]:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #ffffff;
}
[data-btn="error"]:hover {
  background-color: #ef3f3e;
  border-color: #ef3f3e;
  color: #ffffff;
}
[data-btn=""]._inner {
  border-color: #0088cc;
  background-color: #0088cc;
  color: #ffffff;
}
[data-btn=""]._inner:hover {
  background-color: #ffffff;
  color: #0088cc;
}
[data-btn="info"]._inner {
  border-color: #0075d9;
  background-color: #0075d9;
  color: #ffffff;
}
[data-btn="info"]._inner:hover {
  background-color: #ffffff;
  color: #0075d9;
}
[data-btn="success"]._inner {
  border-color: #5a9e11;
  background-color: #5a9e11;
  color: #ffffff;
}
[data-btn="success"]._inner:hover {
  background-color: #ffffff;
  color: #5a9e11;
}
[data-btn="warning"]._inner {
  border-color: #ff7e00;
  background-color: #ff7e00;
  color: #ffffff;
}
[data-btn="warning"]._inner:hover {
  background-color: #ffffff;
  color: #ff7e00;
}
[data-btn="error"]._inner {
  border-color: #ef3f3e;
  background-color: #ef3f3e;
  color: #ffffff;
}
[data-btn="error"]._inner:hover {
  background-color: #ffffff;
  color: #ef3f3e;
}

/* END [data-btn] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=button_01.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 BUTTON                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           BUTTON                                           */
/* ------------------------------------------------------------------------------------------ */
.btnM {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  display: block !important;
  line-height: 16px !important;
  font-size: 0.88rem !important;
  /* --------------------------------------  is  BORDER  -------------------------------------- */
  /* --------------------------------------  not BORDER  -------------------------------------- */
}
.btnM:hover {
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}
.btnM > i {
  padding-right: 5px;
}
.btnM._radius {
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}
.btnM:not(._radius) {
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.btnM._borderic {
  border-style: solid !important;
  border-width: 1px !important;
}
.btnM._borderic._info {
  background-color: transparent;
  border-color: #0075d9;
  color: #0075d9;
}
.btnM._borderic._info:hover, .btnM._borderic._info:focus, .btnM._borderic._info:active, .btnM._borderic._info:visited {
  background-color: #0075d9;
  border-color: #0075d9;
  color: #ffffff;
}
.btnM._borderic._success {
  background-color: transparent;
  border-color: #5a9e11;
  color: #5a9e11;
}
.btnM._borderic._success:hover, .btnM._borderic._success:focus, .btnM._borderic._success:active, .btnM._borderic._success:visited {
  background-color: #5a9e11;
  border-color: #5a9e11;
  color: #ffffff;
}
.btnM._borderic._warning {
  background-color: transparent;
  border-color: #ff7e00;
  color: #ff7e00;
}
.btnM._borderic._warning:hover, .btnM._borderic._warning:focus, .btnM._borderic._warning:active, .btnM._borderic._warning:visited {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #ffffff;
}
.btnM._borderic._error {
  background-color: transparent;
  border-color: #ef3f3e;
  color: #ef3f3e;
}
.btnM._borderic._error:hover, .btnM._borderic._error:focus, .btnM._borderic._error:active, .btnM._borderic._error:visited {
  background-color: #ef3f3e;
  border-color: #ef3f3e;
  color: #ffffff;
}
.btnM._borderic._primary {
  background-color: transparent;
  border-color: #0088cc;
  color: #0088cc;
}
.btnM._borderic._primary:hover, .btnM._borderic._primary:focus, .btnM._borderic._primary:active, .btnM._borderic._primary:visited {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #ffffff;
}
.btnM._borderic._redHaze {
  background-color: transparent;
  border-color: #f36a5a;
  color: #f36a5a;
}
.btnM._borderic._redHaze:hover, .btnM._borderic._redHaze:focus, .btnM._borderic._redHaze:active, .btnM._borderic._redHaze:visited {
  background-color: #f36a5a;
  border-color: #f36a5a;
  color: #ffffff;
}
.btnM:not(._borderic)._info {
  background-color: #0075d9;
  border-color: #0075d9;
  color: #ffffff;
}
.btnM:not(._borderic)._info:hover, .btnM:not(._borderic)._info:focus, .btnM:not(._borderic)._info:active, .btnM:not(._borderic)._info:visited {
  background-color: #005aa6;
}
.btnM:not(._borderic)._success {
  background-color: #5a9e11;
  border-color: #5a9e11;
  color: #ffffff;
}
.btnM:not(._borderic)._success:hover, .btnM:not(._borderic)._success:focus, .btnM:not(._borderic)._success:active, .btnM:not(._borderic)._success:visited {
  background-color: #40700c;
}
.btnM:not(._borderic)._warning {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #ffffff;
}
.btnM:not(._borderic)._warning:hover, .btnM:not(._borderic)._warning:focus, .btnM:not(._borderic)._warning:active, .btnM:not(._borderic)._warning:visited {
  background-color: #cc6500;
}
.btnM:not(._borderic)._error {
  background-color: #ef3f3e;
  border-color: #ef3f3e;
  color: #ffffff;
}
.btnM:not(._borderic)._error:hover, .btnM:not(._borderic)._error:focus, .btnM:not(._borderic)._error:active, .btnM:not(._borderic)._error:visited {
  background-color: #e71413;
}
.btnM:not(._borderic)._primary {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #ffffff;
}
.btnM:not(._borderic)._primary:hover, .btnM:not(._borderic)._primary:focus, .btnM:not(._borderic)._primary:active, .btnM:not(._borderic)._primary:visited {
  background-color: #006699;
}
.btnM:not(._borderic)._redHaze {
  background-color: #f36a5a;
  border-color: #f36a5a;
  color: #ffffff;
}
.btnM:not(._borderic)._redHaze:hover, .btnM:not(._borderic)._redHaze:focus, .btnM:not(._borderic)._redHaze:active, .btnM:not(._borderic)._redHaze:visited {
  background-color: #f03f2a;
}

/* END .btnM */
/* ------------------------------------------------------------------------------------------ */
/*                                        BUTTON GROUP                                        */
/* ------------------------------------------------------------------------------------------ */
.btnMG {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  position: relative;
  display: block;
  /* --------------------------------------   is  ICON   -------------------------------------- */
  /* --------------------------------------   not ICON   -------------------------------------- */
}
.btnMG .btnM:not(._ico) {
  padding-left: 53px;
}
.btnMG ._ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  line-height: 40px;
  z-index: 2;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.btnMG ._ico:not(._radius) {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.btnMG ._ico i {
  padding: 0;
  line-height: 40px;
}
.btnMG ._ico._info {
  border-color: #8dcaff;
}
.btnMG ._ico._success {
  border-color: #b3f072;
}
.btnMG ._ico._warning {
  border-color: #ffd8b3;
}
.btnMG ._ico._error {
  border-color: #fde3e3;
}
.btnMG ._ico._redHaze {
  border-color: #ffafa6;
}
.btnMG ._ico._primary {
  border-color: #1ab3ff;
}

/* END .btnMG */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=button.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                COMMENTS                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-comment="1"] {
  /* END ._group */
  /* -------------------------------------- MEDIA  QUERY -------------------------------------- */
}
[data-comment="1"] > ._group {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  -webkit-border-radius: 6px 6px 6px 6px;
  -khtml-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* END footer */
}
[data-comment="1"] > ._group:not(:last-child) {
  margin-bottom: 30px;
}
[data-comment="1"] > ._group header {
  position: relative;
  height: 50px;
  padding-left: 50px;
  padding-right: 62px;
  background-color: #f0f0f0;
  overflow: hidden;
}
[data-comment="1"] > ._group header i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  font-size: 2rem;
  color: #999999;
}
[data-comment="1"] > ._group header h6 {
  margin: 0;
  line-height: 50px;
  font-size: 1rem;
  color: #777777;
}
[data-comment="1"] > ._group header h6 span {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #cccccc;
  font-size: 0.8rem;
  line-height: 50px;
  color: #999999;
}
[data-comment="1"] > ._group header a {
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
[data-comment="1"] > ._group header a:before {
  display: block;
  font-family: "FontAwesome";
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: #666666;
}
[data-comment="1"] > ._group header._open h6 {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
[data-comment="1"] > ._group header._open a:before {
  content: "\f147";
}
[data-comment="1"] > ._group header._close h6 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
[data-comment="1"] > ._group header._close a:before {
  content: "\f196";
}
[data-comment="1"] > ._group footer {
  /* -----------      GENERAL       ----------- */
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  /* -----------        ITEM        ----------- */
  /* END ._item */
}
[data-comment="1"] > ._group footer ul {
  margin: 0;
}
[data-comment="1"] > ._group footer ul:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  border-top: 1px dashed #d1d1d1;
}
[data-comment="1"] > ._group footer ul li {
  list-style: none;
}
[data-comment="1"] > ._group footer ._item {
  /* ==== GENERAL ==== */
  position: relative;
  min-height: 180px;
  padding-right: 200px;
  /* ==== IMAGE PLACEHOLDER ==== */
  /* ==== DETAILS PLACEHOLDER ==== */
  /* END article */
}
[data-comment="1"] > ._group footer ._item figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  margin: 0;
}
[data-comment="1"] > ._group footer ._item figure a {
  display: block;
}
[data-comment="1"] > ._group footer ._item figure a img {
  display: block;
}
[data-comment="1"] > ._group footer ._item article {
  /* HEADER */
  /* DESCRIPTION */
  /* REPLY */
}
[data-comment="1"] > ._group footer ._item article ._header {
  position: relative;
  margin-bottom: 10px;
}
[data-comment="1"] > ._group footer ._item article ._header h6 {
  margin: 0;
  line-height: 33px;
}
[data-comment="1"] > ._group footer ._item article ._header h6 a {
  font-size: 1rem;
  color: #777777;
}
[data-comment="1"] > ._group footer ._item article ._header h6 a:hover {
  color: #0088cc;
}
[data-comment="1"] > ._group footer ._item article ._header h6 span {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #cccccc;
  font-size: 0.8rem;
  color: #999999;
}
[data-comment="1"] > ._group footer ._item article ._header nav {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}
[data-comment="1"] > ._group footer ._item article ._header nav:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
[data-comment="1"] > ._group footer ._item article ._header nav a {
  display: block;
  float: left;
  line-height: 33px;
}
[data-comment="1"] > ._group footer ._item article ._header nav a:before {
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 1rem;
}
[data-comment="1"] > ._group footer ._item article ._header nav ._report {
  margin-right: 40px;
  color: #edbe00;
}
[data-comment="1"] > ._group footer ._item article ._header nav ._report:before {
  content: "\f0eb";
  float: right;
  padding-left: 5px;
}
[data-comment="1"] > ._group footer ._item article ._header nav ._like {
  color: #236527;
}
[data-comment="1"] > ._group footer ._item article ._header nav ._like:before {
  content: "\f087";
  padding-right: 5px;
}
[data-comment="1"] > ._group footer ._item article ._header nav ._dislike {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d1d1d1;
  color: #a01520;
}
[data-comment="1"] > ._group footer ._item article ._header nav ._dislike:before {
  content: "\f088";
  padding-right: 5px;
}
[data-comment="1"] > ._group footer ._item article p {
  margin-bottom: 10px;
  text-align: justify;
  color: #444444;
}
[data-comment="1"] > ._group footer ._item article ._reply {
  direction: ltr;
}
[data-comment="1"] > ._group footer ._item article ._reply a {
  display: table;
  direction: rtl;
  color: #0088cc;
}
[data-comment="1"] > ._group footer ._item article ._reply a i {
  padding-left: 5px;
}
[data-comment="1"] > ._group footer ._item article ._form {
  display: none;
  padding-top: 20px;
  direction: rtl;
}
@media only screen and (max-width: 785px) {
  [data-comment="1"] > ._group footer ul:nth-child(n+2) {
    padding-right: 0;
  }
  [data-comment="1"] > ._group footer ._item {
    padding-right: 0;
  }
  [data-comment="1"] > ._group footer ._item figure {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px;
  }
  [data-comment="1"] > ._group footer ._item article ._header h6 {
    display: table;
    margin: 0 auto 10px;
  }
  [data-comment="1"] > ._group footer ._item article ._header h6 a {
    display: table;
    margin: 0 auto;
  }
  [data-comment="1"] > ._group footer ._item article ._header h6 span {
    display: table;
    margin: 0 auto;
    padding: 0;
    border-right: medium none;
  }
  [data-comment="1"] > ._group footer ._item article ._header nav {
    display: table;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* END [data-comment="1"] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=comment.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 DIVIDER                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-hr] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  display: block;
  position: relative;
  width: 100%;
  margin: 40px auto;
  /* --------------------------------------    DEFAULT   -------------------------------------- */
  /* --------------------------------------    DEFAULT   -------------------------------------- */
  /* --------------------------------------    DEFAULT   -------------------------------------- */
}
[data-hr] > i {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  background-color: #ffffff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  color: #808080;
  overflow: hidden;
}
[data-hr] > i._primary {
  color: #0088cc;
}
[data-hr] > i._primaryEn {
  color: #ffffff;
}
[data-hr] > i._secondary {
  color: #318F93;
}
[data-hr] > i._third {
  color: #72A610;
}
[data-hr] > i._forth {
  color: #0dbbe0;
}
[data-hr] > i._success {
  color: #5a9e11;
}
[data-hr] > i._info {
  color: #0075d9;
}
[data-hr] > i._warning {
  color: #ff7e00;
}
[data-hr] > i._error {
  color: #ef3f3e;
}
[data-hr] > a {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  background-color: #ffffff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
}
[data-hr] > a > i {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #808080;
}
[data-hr] > a > i._primary {
  color: #0088cc;
}
[data-hr] > a > i._primaryEn {
  color: #ffffff;
}
[data-hr] > a > i._secondary {
  color: #318F93;
}
[data-hr] > a > i._third {
  color: #72A610;
}
[data-hr] > a > i._forth {
  color: #0dbbe0;
}
[data-hr] > a > i._success {
  color: #5a9e11;
}
[data-hr] > a > i._info {
  color: #0075d9;
}
[data-hr] > a > i._warning {
  color: #ff7e00;
}
[data-hr] > a > i._error {
  color: #ef3f3e;
}
[data-hr] > a:hover > i {
  color: #0088cc;
}
[data-hr]._edge {
  margin-top: 60px;
  margin-bottom: 60px;
}
[data-hr]._edge > a,
[data-hr]._edge > i {
  border: 1px solid #808080;
}
[data-hr]._edge > a._primary,
[data-hr]._edge > i._primary {
  border-color: #0088cc;
}
[data-hr]._edge > a._primaryEn,
[data-hr]._edge > i._primaryEn {
  border-color: #ffffff;
}
[data-hr]._edge > a._secondary,
[data-hr]._edge > i._secondary {
  border-color: #318F93;
}
[data-hr]._edge > a._third,
[data-hr]._edge > i._third {
  border-color: #72A610;
}
[data-hr]._edge > a._forth,
[data-hr]._edge > i._forth {
  border-color: #0dbbe0;
}
[data-hr]._edge > a._success,
[data-hr]._edge > i._success {
  border-color: #5a9e11;
}
[data-hr]._edge > a._info,
[data-hr]._edge > i._info {
  border-color: #0075d9;
}
[data-hr]._edge > a._warning,
[data-hr]._edge > i._warning {
  border-color: #ff7e00;
}
[data-hr]._edge > a._error,
[data-hr]._edge > i._error {
  border-color: #ef3f3e;
}
[data-hr]._edge._dotted > a,
[data-hr]._edge._dotted > i {
  border-style: dotted;
}
[data-hr]._edge._dashed > a,
[data-hr]._edge._dashed > i {
  border-style: dashed;
}
[data-hr]._edge > a:hover {
  border-color: #0088cc;
}
[data-hr]._back {
  margin-top: 60px;
  margin-bottom: 60px;
}
[data-hr]._back > a,
[data-hr]._back > i {
  background-color: #808080;
}
[data-hr]._back > a._primary,
[data-hr]._back > i._primary {
  background-color: #0088cc;
}
[data-hr]._back > a._primaryEn,
[data-hr]._back > i._primaryEn {
  background-color: #ffffff;
}
[data-hr]._back > a._secondary,
[data-hr]._back > i._secondary {
  background-color: #318F93;
}
[data-hr]._back > a._third,
[data-hr]._back > i._third {
  background-color: #72A610;
}
[data-hr]._back > a._forth,
[data-hr]._back > i._forth {
  background-color: #0dbbe0;
}
[data-hr]._back > a._success,
[data-hr]._back > i._success {
  background-color: #5a9e11;
}
[data-hr]._back > a._info,
[data-hr]._back > i._info {
  background-color: #0075d9;
}
[data-hr]._back > a._warning,
[data-hr]._back > i._warning {
  background-color: #ff7e00;
}
[data-hr]._back > a._error,
[data-hr]._back > i._error {
  background-color: #ef3f3e;
}
[data-hr]._back > i,
[data-hr]._back > a > i {
  color: #ffffff;
}
[data-hr]._back > a:hover {
  background-color: #0088cc;
}
[data-hr=""] {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #808080;
}
[data-hr=""]._dotted {
  border-top-style: dotted;
}
[data-hr=""]._dashed {
  border-top-style: dashed;
}
[data-hr=""]._primary {
  border-top-color: #0088cc;
}
[data-hr=""]._primaryEn {
  border-top-color: #ffffff;
}
[data-hr=""]._secondary {
  border-top-color: #318F93;
}
[data-hr=""]._third {
  border-top-color: #72A610;
}
[data-hr=""]._forth {
  border-top-color: #0dbbe0;
}
[data-hr=""]._success {
  border-top-color: #5a9e11;
}
[data-hr=""]._info {
  border-top-color: #0075d9;
}
[data-hr=""]._warning {
  border-top-color: #ff7e00;
}
[data-hr=""]._error {
  border-top-color: #ef3f3e;
}
[data-hr="gradient"] {
  height: 1px;
  background: #808080;
  /* Old Browsers */
}
[data-hr="gradient"]._default {
  background: -moz-linear-gradient(left, transparent 0%, gray 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, gray));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, gray 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, gray 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, gray 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, gray 100%);
  /* W3C */
}
[data-hr="gradient"]._default._primary {
  background: -moz-linear-gradient(left, transparent 0%, #0088cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #0088cc));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #0088cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #0088cc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #0088cc 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #0088cc 100%);
  /* W3C */
}
[data-hr="gradient"]._default._primaryEn {
  background: -moz-linear-gradient(left, transparent 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, white));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, white 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, white 100%);
  /* W3C */
}
[data-hr="gradient"]._default._secondary {
  background: -moz-linear-gradient(left, transparent 0%, #318f93 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #318f93));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #318f93 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #318f93 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #318f93 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #318f93 100%);
  /* W3C */
}
[data-hr="gradient"]._default._third {
  background: -moz-linear-gradient(left, transparent 0%, #72a610 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #72a610));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #72a610 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #72a610 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #72a610 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #72a610 100%);
  /* W3C */
}
[data-hr="gradient"]._default._forth {
  background: -moz-linear-gradient(left, transparent 0%, #0dbbe0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #0dbbe0));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #0dbbe0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #0dbbe0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #0dbbe0 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #0dbbe0 100%);
  /* W3C */
}
[data-hr="gradient"]._default._success {
  background: -moz-linear-gradient(left, transparent 0%, #5a9e11 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #5a9e11));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #5a9e11 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #5a9e11 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #5a9e11 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #5a9e11 100%);
  /* W3C */
}
[data-hr="gradient"]._default._info {
  background: -moz-linear-gradient(left, transparent 0%, #0075d9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #0075d9));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #0075d9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #0075d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #0075d9 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #0075d9 100%);
  /* W3C */
}
[data-hr="gradient"]._default._warning {
  background: -moz-linear-gradient(left, transparent 0%, #ff7e00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #ff7e00));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #ff7e00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #ff7e00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #ff7e00 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #ff7e00 100%);
  /* W3C */
}
[data-hr="gradient"]._default._error {
  background: -moz-linear-gradient(left, transparent 0%, #ef3f3e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #ef3f3e));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #ef3f3e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #ef3f3e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #ef3f3e 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #ef3f3e 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite {
  background: -moz-linear-gradient(left, gray 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, gray), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, gray 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, gray 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, gray 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, gray 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._primary {
  background: -moz-linear-gradient(left, #0088cc 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #0088cc), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #0088cc 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0088cc 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0088cc 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #0088cc 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._primaryEn {
  background: -moz-linear-gradient(left, white 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, white 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._secondary {
  background: -moz-linear-gradient(left, #318f93 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #318f93), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #318f93 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #318f93 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #318f93 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #318f93 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._third {
  background: -moz-linear-gradient(left, #72a610 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #72a610), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #72a610 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #72a610 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #72a610 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #72a610 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._forth {
  background: -moz-linear-gradient(left, #0dbbe0 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #0dbbe0), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #0dbbe0 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0dbbe0 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0dbbe0 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #0dbbe0 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._success {
  background: -moz-linear-gradient(left, #5a9e11 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #5a9e11), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #5a9e11 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #5a9e11 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #5a9e11 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #5a9e11 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._info {
  background: -moz-linear-gradient(left, #0075d9 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #0075d9), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #0075d9 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0075d9 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0075d9 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #0075d9 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._warning {
  background: -moz-linear-gradient(left, #ff7e00 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7e00), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #ff7e00 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff7e00 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff7e00 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #ff7e00 0%, transparent 100%);
  /* W3C */
}
[data-hr="gradient"]._opposite._error {
  background: -moz-linear-gradient(left, #ef3f3e 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, #ef3f3e), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, #ef3f3e 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ef3f3e 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ef3f3e 0%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, #ef3f3e 0%, transparent 100%);
  /* W3C */
}
[data-hr="space"] {
  height: 1px;
  background: #808080;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, gray 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, gray), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, gray 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, gray 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, gray 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, gray 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._primary {
  background: #0088cc;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #0088cc 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #0088cc), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #0088cc 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #0088cc 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #0088cc 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #0088cc 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._primaryEn {
  background: #ffffff;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, white 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, white), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, white 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, white 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, white 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._secondary {
  background: #318F93;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #318f93 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #318f93), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #318f93 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #318f93 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #318f93 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #318f93 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._third {
  background: #72A610;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #72a610 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #72a610), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #72a610 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #72a610 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #72a610 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #72a610 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._forth {
  background: #0dbbe0;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #0dbbe0 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #0dbbe0), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #0dbbe0 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #0dbbe0 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #0dbbe0 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #0dbbe0 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._success {
  background: #5a9e11;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #5a9e11 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #5a9e11), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #5a9e11 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #5a9e11 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #5a9e11 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #5a9e11 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._info {
  background: #0075d9;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #0075d9 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #0075d9), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #0075d9 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #0075d9 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #0075d9 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #0075d9 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._warning {
  background: #ff7e00;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #ff7e00 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #ff7e00), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #ff7e00 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #ff7e00 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #ff7e00 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #ff7e00 50%, transparent 100%);
  /* W3C */
}
[data-hr="space"]._error {
  background: #ef3f3e;
  /* Old Browsers */
  background: -moz-linear-gradient(left, transparent 0%, #ef3f3e 50%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #ef3f3e), color-stop(100%, transparent));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #ef3f3e 50%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #ef3f3e 50%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #ef3f3e 50%, transparent 100%);
  /* IE 10+ */
  background: linear-gradient(to right, transparent 0%, #ef3f3e 50%, transparent 100%);
  /* W3C */
}

/* END [data-hr] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=divider_01.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------              FORM:  BASIC              ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-form="basic"] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  /* --------------------------------------   FIELDSET   -------------------------------------- */
  /* END fieldset */
  /* --------------------------------------     LINER    -------------------------------------- */
  /* END ._liner */
  /* -------------------------------------- MEDIA  QUERY -------------------------------------- */
}
[data-form="basic"] fieldset {
  /* -----------       GENERAL      ----------- */
  /* -----------       LEGEND       ----------- */
  /* -----------       HEADING      ----------- */
  /* -----------        UNIT        ----------- */
}
[data-form="basic"] fieldset:not(:last-child) {
  padding-bottom: 10px;
}
[data-form="basic"] fieldset h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #444444;
}
[data-form="basic"] fieldset ._unit {
  position: relative;
  padding-right: 220px;
  /* LABEL */
  /* INPUT */
  /* SELECT */
  /* TEXTAREA */
  /* ICON */
  /* BUTTON */
  /* LINK */
  /* TEXT */
}
[data-form="basic"] fieldset ._unit:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
[data-form="basic"] fieldset ._unit > label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 39px;
  text-align: left;
  line-height: 39px;
  color: #666666;
  overflow: hidden;
}
[data-form="basic"] fieldset ._unit input {
  margin: 0;
  padding-left: 35px;
  font-size: 0.88rem;
  color: #333333;
}
[data-form="basic"] fieldset ._unit input:focus {
  border-color: #0088cc;
}
[data-form="basic"] fieldset ._unit input:focus + i, [data-form="basic"] fieldset ._unit input:focus + .formError + i {
  color: #0088cc;
}
[data-form="basic"] fieldset ._unit input._success {
  border-color: #2a782e;
}
[data-form="basic"] fieldset ._unit input._success + i, [data-form="basic"] fieldset ._unit input._success + a, [data-form="basic"] fieldset ._unit input._success + .formError + i, [data-form="basic"] fieldset ._unit input._success + .formError + a {
  color: #2a782e;
}
[data-form="basic"] fieldset ._unit input._error {
  border-color: #cd1b29;
}
[data-form="basic"] fieldset ._unit input._error + i, [data-form="basic"] fieldset ._unit input._error + a, [data-form="basic"] fieldset ._unit input._error + .formError + i, [data-form="basic"] fieldset ._unit input._error + .formError + a {
  color: #cd1b29;
}
[data-form="basic"] fieldset ._unit input[type="checkbox"] + .formError.inline {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
[data-form="basic"] fieldset ._unit input[type="checkbox"] + .formError.inline + a:before {
  content: "*";
}
[data-form="basic"] fieldset ._unit select {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.88rem;
  color: #333333;
}
[data-form="basic"] fieldset ._unit textarea {
  margin: 0;
  padding-left: 35px;
  font-size: 0.88rem;
  color: #333333;
  resize: vertical;
}
[data-form="basic"] fieldset ._unit textarea:focus {
  border-color: #0088cc;
}
[data-form="basic"] fieldset ._unit textarea:focus + i, [data-form="basic"] fieldset ._unit textarea:focus + .formError + i {
  color: #0088cc;
}
[data-form="basic"] fieldset ._unit textarea._success {
  border-color: #2a782e;
}
[data-form="basic"] fieldset ._unit textarea._success + i, [data-form="basic"] fieldset ._unit textarea._success + .formError + i {
  color: #2a782e;
}
[data-form="basic"] fieldset ._unit textarea._error {
  border-color: #cd1b29;
}
[data-form="basic"] fieldset ._unit textarea._error + i, [data-form="basic"] fieldset ._unit textarea._error + .formError + i {
  color: #cd1b29;
}
[data-form="basic"] fieldset ._unit > i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  cursor: default;
}
[data-form="basic"] fieldset ._unit .button {
  display: table;
  margin: 0;
  padding: 8px 12px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  line-height: 1.5;
  font-size: 0.88rem;
  color: #333333;
}
[data-form="basic"] fieldset ._unit .button:hover {
  background-color: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
[data-form="basic"] fieldset ._unit .button i {
  padding-left: 10px;
}
[data-form="basic"] fieldset ._unit a {
  margin-right: 10px;
  font-family: "secondaryFont", "tahoma";
  color: #0088cc;
}
[data-form="basic"] fieldset ._unit a:hover {
  border-bottom: 1px solid;
}
[data-form="basic"] fieldset ._unit span {
  font-family: "secondaryFont", "tahoma";
  color: #777777;
}
[data-form="basic"] fieldset ._unit p {
  margin: 0;
}
[data-form="basic"]._liner {
  /* END fieldset */
}
[data-form="basic"]._liner fieldset ._unit {
  padding-right: 0;
}
[data-form="basic"]._liner fieldset ._unit > label {
  position: relative;
  width: 100%;
  text-align: right;
}
[data-form="basic"]._liner fieldset ._unit > i {
  top: 39px;
}
@media only screen and (max-width: 785px) {
  [data-form="basic"] fieldset ._unit {
    padding-right: 0;
  }
  [data-form="basic"] fieldset ._unit > label {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  [data-form="basic"]._liner fieldset ._unit > i {
    top: 0;
  }
}

/* END [data-form="basic"] */
/* --------------------------------- FORM VALIDATION ENGINE --------------------------------- */
.formError {
  /* -----------      GENERAL       ----------- */
  /* -----------       INLINE       ----------- */
}
.formError.inline {
  display: table;
  margin-top: 2px !important;
  pointer-events: none;
}
.formError.inline .formErrorContent {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f9d4d7;
  border: 1px solid #cd1b29;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 25px;
  text-align: right;
  font-family: "secondaryFont", "tahoma";
  font-size: 13px;
  color: #cd1b29;
}

/* END .formError */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=form_basic.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               FORM: PICK               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------     PICK     -------------------------------------- */
.formPick {
  /* --------------------------------------    FAILURE   -------------------------------------- */
  /* -------------------------------------- MEDIA  QUERY -------------------------------------- */
}
.formPick fieldset {
  /* END ._unit */
}
.formPick fieldset ._unit {
  border: 1px solid #999999;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  /* -----------       PICKER       ----------- */
  /* -----------       CONTENT      ----------- */
  /* -----------     FORM INNER     ----------- */
  /* -----------       ACTIVE       ----------- */
}
.formPick fieldset ._unit .formPicker {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 220px;
  background-color: #e5e5e5;
  cursor: pointer;
}
.formPick fieldset ._unit .formPicker input[type="radio"] {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.formPick fieldset ._unit .formPicker .formError {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.formPick fieldset ._unit .formPick_content {
  padding: 10px 0;
}
.formPick fieldset ._unit .formPick_content p {
  line-height: 49px;
  text-align: center;
  font-size: 1.2rem;
}
.formPick fieldset ._unit .formPick_content p i {
  display: block;
}
.formPick fieldset ._unit .formPick_content p i:before {
  line-height: 49px;
  font-size: 3rem;
  color: #cccccc;
}
.formPick fieldset ._unit .formPick_content:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.formPick fieldset ._unit .formPick_inner {
  padding-top: 20px;
}
.formPick fieldset ._unit .formPick_inner label {
  position: relative;
  float: right;
  padding-right: 20px;
  margin-left: 15px;
  color: #444444;
}
.formPick fieldset ._unit .formPick_inner label input[type="radio"] {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.formPick fieldset ._unit .formPick_inner .formError {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.formPick fieldset ._unit .formPick_inner:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.formPick fieldset ._unit .formPick_inner._failure_2 label {
  padding-right: 20px;
  color: #eb636e;
}
.formPick fieldset ._unit .formPick_inner._failure_2 label:before {
  content: "*";
}
.formPick fieldset ._unit._active {
  border-color: #2a782e;
}
.formPick fieldset ._unit._active .formPicker {
  background-color: #bae7bc;
}
.formPick fieldset ._unit._active .formPick_content p i:before {
  color: #eb636e;
}
.formPick._failure ._unit {
  border-color: #eb636e;
}
.formPick._failure ._unit .formPicker {
  background-color: #fbe2e4;
}
@media only screen and (max-width: 785px) {
  .formPick fieldset ._unit {
    padding-right: 100px;
  }
  .formPick fieldset ._unit .formPicker {
    width: 100px;
  }
  .formPick fieldset ._unit .formPick_content > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .formPick fieldset ._unit .formPick_content p {
    line-height: 1.6;
  }
  .formPick fieldset ._unit .formPick_inner label:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* END .formPick */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=form_pick.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------              PROGRESS BAR              ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-progress] {
  /* --------------------------------------   GENERAL    -------------------------------------- */
  /* --------------------------------------     LIST     -------------------------------------- */
  /* --------------------------------------   PROGRESS   -------------------------------------- */
}
[data-progress] ul {
  margin: 0;
}
[data-progress] ul li {
  margin-bottom: 10px;
  padding: 0;
  list-style: none outside none;
  overflow-x: hidden;
}
[data-progress] ul li:last-child {
  margin-bottom: 0;
}
[data-progress] ul li span {
  display: block;
  padding-bottom: 6px;
  line-height: 29px;
  font-size: 14px;
}
[data-progress] .progress {
  height: 20px;
  margin-bottom: 0;
  background-color: #eaeaea;
  -webkit-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
[data-progress] .progress .progress-meter {
  background-color: #0088cc;
  -webkit-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
[data-progress] .progress .progress-meter .progress-text {
  position: absolute;
  top: -28px;
  left: 0;
  margin: 0;
  padding: 2px 5px;
  background-color: #444444;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
}
[data-progress] .progress .progress-meter .progress-text:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 50%;
  width: 0;
  height: 0;
  margin-right: -3.5px;
  border-style: solid;
  border-width: 7px 5.5px 0;
  border-color: #444444 transparent transparent transparent;
}

/* END [data-progress] */
/* -------------------------------------- EVENT:  LOAD -------------------------------------- */
._load .progress .progress-meter {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=progressbar_1.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 REVEAL                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------  is OVERLAY  -------------------------------------- */
.reveal-overlay {
  direction: rtl;
  background-color: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* END .reveal-overlay */
/* -------------------------------------- not  OVERLAY -------------------------------------- */
.without-overlay {
  direction: rtl;
}

/* END .without-overlay */
/* --------------------------------------    REVEAL    -------------------------------------- */
.reveal {
  padding: 0;
  border: medium none;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18), 0 6px 6px 0 rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18), 0 6px 6px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18), 0 6px 6px 0 rgba(0, 0, 0, 0.23);
  overflow: hidden;
}
.reveal ._header {
  position: relative;
  padding: 15px;
  padding-left: 30px;
  border-bottom: 1px solid #efefef;
}
.reveal ._header ._title {
  margin: 0;
}
.reveal ._header [data-close] {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
}
.reveal ._header [data-close] i {
  display: block;
  color: rgba(0, 0, 0, 0.3);
}
.reveal ._header [data-close]:hover i {
  color: rgba(0, 0, 0, 0.6);
}
.reveal ._body {
  padding: 15px;
}
.reveal ._footer {
  padding: 15px;
}
.reveal ._footer nav:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.reveal ._footer nav a {
  float: left;
  margin-right: 10px;
}

/* END .reveal */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=reveal.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               ROSTER #01               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-roster="1"] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
}
[data-roster="1"] ul {
  margin: 0;
}
[data-roster="1"] ul li {
  list-style: none outside none;
  padding-bottom: 6px;
}
[data-roster="1"] ul li a {
  display: block;
  position: relative;
  padding-right: 32px;
  padding-left: 10px;
  border: 1px solid #0088cc;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  color: #686868;
}
[data-roster="1"] ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
  font-size: 16px;
}
[data-roster="1"] ul li a span {
  margin: 0;
  line-height: 33px;
  font-family: "secondaryFont", "tahoma";
  font-size: 16px;
}
[data-roster="1"] ul li a:hover {
  background-color: #0088cc;
  color: #ffffff;
}

/* END [data-roster="1"] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=roster_01.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  SHARE                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------     RATER    -------------------------------------- */
.aRate {
  position: relative;
  margin-bottom: 20px;
  padding-right: 150px;
}
.aRate > span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.aRate .jq-ry-container {
  direction: ltr;
}

/* --------------------------------------     SHARE    -------------------------------------- */
.aShare {
  position: relative;
  padding-right: 150px;
}
.aShare > span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.aShare ul {
  margin: 0;
}
.aShare ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.aShare ul li {
  float: right;
  padding-left: 10px;
  list-style: none outside none;
}
.aShare ul li a {
  display: block;
  padding: 0;
}
.aShare ul li a i {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #8e8e8e;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #686868;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.aShare ul li a i:hover {
  color: #ffffff;
}
.aShare ul li a i:hover.fa-facebook {
  background-color: #3c5B9B;
  border-color: #3c5B9B;
}
.aShare ul li a i:hover.fa-twitter {
  background-color: #359bed;
  border-color: #359bed;
}
.aShare ul li a i:hover.fa-google-plus {
  background-color: #e33729;
  border-color: #e33729;
}
.aShare ul li a i:hover.fa-pinterest-square {
  background-color: #cb2027;
  border-color: #cb2027;
}
.aShare ul li a i:hover.fa-linkedin {
  background-color: #027ba5;
  border-color: #027ba5;
}

/* -------------------------------------- MEDIA  QUERY -------------------------------------- */
@media only screen and (max-width: 785px) {
  .aRate {
    position: relative;
    padding-right: 0;
  }
  .aRate > span {
    display: block;
    position: static;
    top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .aRate .jq-ry-container {
    margin: 0 auto;
  }

  .aShare {
    position: relative;
    padding-right: 0;
  }
  .aShare > span {
    display: block;
    position: static;
    top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .aShare ul {
    display: table;
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=share.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               INFORMATION              ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.DetailsInfo {
  /* --------------------------------------     TITLE    -------------------------------------- */
  /* -------------------------------------- MEDIA  QUERY -------------------------------------- */
}
.DetailsInfo ._title {
  position: relative;
  margin: 0 0 10px;
  padding-left: 120px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
  font-size: 2rem;
  color: #686868;
}
.DetailsInfo ._title ._survey {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}
.DetailsInfo ._survey:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.DetailsInfo ._survey a {
  display: block;
  float: left;
  line-height: 33px;
  font-size: 1rem;
}
.DetailsInfo ._survey a:before {
  display: block;
  float: left;
  font-family: "FontAwesome";
}
.DetailsInfo ._survey ._like {
  color: #236527;
}
.DetailsInfo ._survey ._like:before {
  content: "\f087";
  padding-right: 5px;
}
.DetailsInfo ._survey ._dislike {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
  color: #a01520;
}
.DetailsInfo ._survey ._dislike:before {
  content: "\f088";
  padding-right: 5px;
}
.DetailsInfo ._info {
  position: relative;
  min-height: 44px;
  padding-left: 120px;
}
.DetailsInfo ._info > ul {
  display: table;
  margin: 0;
}
.DetailsInfo ._info > ul > li {
  float: right;
  padding-left: 10px;
  list-style: none outside none;
}
.DetailsInfo ._info > ul > li > * {
  display: table;
  float: right;
  text-decoration: none;
  line-height: 21px;
  font-style: normal;
  font-size: 0.88rem;
  color: #686868;
}
.DetailsInfo ._info > ul > li:after {
  content: "";
  display: table;
  clear: both;
}
.DetailsInfo ._info > ul > li > i {
  padding-left: 5px;
  color: #686868;
}
.DetailsInfo ._info > ul > li > ins {
  padding-left: 2px;
  font-family: "integerSecondaryFont", "tahoma";
}
.DetailsInfo ._info > ul > li > dfn {
  font-family: "secondaryFont", "tahoma";
}
@media only screen and (max-width: 1280px) {
  .DetailsInfo ._info > ul > li > span:first-child > ins, .DetailsInfo ._info > ul > li > span:last-child > ins {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.DetailsInfo ._info ._survey {
  display: table;
  margin: 0 auto;
}
.DetailsInfo ._info ._survey span {
  display: table;
}
.DetailsInfo ._info ._survey span ins {
  padding-left: 2px;
  text-decoration: none;
  font-family: "integerSecondaryFont", "tahoma";
  font-size: 0.8rem;
  color: #686868;
}
.DetailsInfo ._info ._survey span dfn {
  font-family: "secondaryFont", "tahoma";
  font-size: normal;
}
.DetailsInfo ._rate {
  position: absolute;
  top: 0;
  left: 0;
  direction: ltr;
}
.DetailsInfo ._rate span {
  display: table;
}
.DetailsInfo ._rate span ins {
  padding-left: 2px;
  text-decoration: none;
  font-family: "integerSecondaryFont", "tahoma";
  font-size: 0.8rem;
  color: #686868;
}
.DetailsInfo ._rate span dfn {
  font-family: "secondaryFont", "tahoma";
  font-style: normal;
}
@media only screen and (min-width: 785px) {
  .DetailsInfo ._info ._survey {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media only screen and (max-width: 785px) {
  .DetailsInfo ._title {
    padding-left: 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .DetailsInfo ._title ._survey {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .DetailsInfo ._info {
    margin-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .DetailsInfo ._info ul {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .DetailsInfo ._info ul li {
    display: table;
    float: none;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .DetailsInfo ._rate {
    position: static;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .DetailsInfo ._rate .jq-ry-container {
    display: table;
    margin: 0 auto;
  }
  .DetailsInfo ._rate span {
    margin: 0 auto;
  }
}

/* END .DetailsInfo */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=information.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* ------------------------             ACCORDION TO TAB             ------------------------ */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-accordion-tab] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  /* --------------------------------------     TABS     -------------------------------------- */
  /* --------------------------------------    CONTENT   -------------------------------------- */
  /* --------------------------------------   ACCORDION  -------------------------------------- */
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /* -------------------------------          COMPONENT         ------------------------------- */
  /* ------------------------             ACCORDION TO TAB             ------------------------ */
  /* -------------------------------        Version  0.1        ------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /* END [data-accordion-tab="liner"] */
  /* ------------------------------------------------------------------------------------------ */
  /* -------------------------------                            ------------------------------- */
  /* ------------------------                    END                   ------------------------ */
  /* -------------------------------                            ------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
}
[data-accordion-tab] .tabs {
  border: medium none;
  background-color: #e5e5e5;
}
[data-accordion-tab] .tabs .tabs-title a {
  padding: 10px 20px;
  color: #777777;
}
[data-accordion-tab] .tabs .tabs-title a:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
[data-accordion-tab] .tabs .tabs-title a:hover, [data-accordion-tab] .tabs .tabs-title a:focus, [data-accordion-tab] .tabs .tabs-title a:active {
  background-color: transparent;
}
[data-accordion-tab] .tabs .tabs-title a i {
  float: right;
  padding-left: 10px;
  line-height: 30px;
  font-size: 1rem;
}
[data-accordion-tab] .tabs .tabs-title a span {
  float: right;
  line-height: 30px;
  font-size: 0.88rem;
}
[data-accordion-tab] .tabs .tabs-title.is-active a {
  background-color: #ffffff;
  border-top-width: 3px;
  border-top-style: solid;
  color: #0088cc;
}
[data-accordion-tab] .tabs .tabs-title._info a {
  color: #0088fd;
}
[data-accordion-tab] .tabs .tabs-title._info.is-active a {
  border-color: #0075d9;
  color: #0075d9;
}
[data-accordion-tab] .tabs .tabs-title._success a {
  color: #6cbe14;
}
[data-accordion-tab] .tabs .tabs-title._success.is-active a {
  border-color: #5a9e11;
  color: #5a9e11;
}
[data-accordion-tab] .tabs .tabs-title._warning a {
  color: #ff9024;
}
[data-accordion-tab] .tabs .tabs-title._warning.is-active a {
  border-color: #ff7e00;
  color: #ff7e00;
}
[data-accordion-tab] .tabs .tabs-title._error a {
  color: #f2605f;
}
[data-accordion-tab] .tabs .tabs-title._error.is-active a {
  border-color: #ef3f3e;
  color: #ef3f3e;
}
[data-accordion-tab] .tabs .tabs-title._purple a {
  color: #9f58bd;
}
[data-accordion-tab] .tabs .tabs-title._purple.is-active a {
  border-color: #8e44ad;
  color: #8e44ad;
}
[data-accordion-tab] .tabs .tabs-title._purpleIntense a {
  color: #9a8bb5;
}
[data-accordion-tab] .tabs .tabs-title._purpleIntense.is-active a {
  border-color: #8775a7;
  color: #8775a7;
}
[data-accordion-tab] .tabs .tabs-title._blue a {
  color: #53a8e1;
}
[data-accordion-tab] .tabs .tabs-title._blue.is-active a {
  border-color: #3598dc;
  color: #3598dc;
}
[data-accordion-tab] .tabs .tabs-title._green a {
  color: #34d793;
}
[data-accordion-tab] .tabs .tabs-title._green.is-active a {
  border-color: #26c281;
  color: #26c281;
}
[data-accordion-tab] .tabs .tabs-title._greenMeadow a {
  color: #1fdbb5;
}
[data-accordion-tab] .tabs .tabs-title._greenMeadow.is-active a {
  border-color: #1bbc9b;
  color: #1bbc9b;
}
[data-accordion-tab] .tabs .tabs-title._yellowLemon a {
  color: #f8d23b;
}
[data-accordion-tab] .tabs .tabs-title._yellowLemon.is-active a {
  border-color: #f7ca18;
  color: #f7ca18;
}
[data-accordion-tab] .tabs .tabs-title._yellowGold a {
  color: #fb9015;
}
[data-accordion-tab] .tabs .tabs-title._yellowGold.is-active a {
  border-color: #e87e04;
  color: #e87e04;
}
[data-accordion-tab] .tabs .tabs-title._redHaze a {
  color: #f5887b;
}
[data-accordion-tab] .tabs .tabs-title._redHaze.is-active a {
  border-color: #f36a5a;
  color: #f36a5a;
}
[data-accordion-tab] .tabs .tabs-title._flamingo a {
  color: #f26657;
}
[data-accordion-tab] .tabs .tabs-title._flamingo.is-active a {
  border-color: #ef4836;
  color: #ef4836;
}
[data-accordion-tab] .tabs._info {
  background-color: #8dcaff;
}
[data-accordion-tab] .tabs._success {
  background-color: #b3f072;
}
[data-accordion-tab] .tabs._warning {
  background-color: #ffd8b3;
}
[data-accordion-tab] .tabs._error {
  background-color: #fde3e3;
}
[data-accordion-tab] .tabs._purple {
  background-color: #e4d0ed;
}
[data-accordion-tab] .tabs._purpleIntense {
  background-color: #e6e2ed;
}
[data-accordion-tab] .tabs._blue {
  background-color: #e3f1fa;
}
[data-accordion-tab] .tabs._green {
  background-color: #dcfaf4;
}
[data-accordion-tab] .tabs._greenMeadow {
  background-color: #dcfaf4;
}
[data-accordion-tab] .tabs._yellowLemon {
  background-color: #fef7dd;
}
[data-accordion-tab] .tabs._yellowGold {
  background-color: #fedeba;
}
[data-accordion-tab] .tabs._redHaze {
  background-color: #fdebe9;
}
[data-accordion-tab] .tabs._flamingo {
  background-color: #fcdfdb;
}
[data-accordion-tab] .tabs-content {
  margin: 0;
  border: medium none;
}
[data-accordion-tab] .tabs-panel {
  padding: 20px;
}
[data-accordion-tab] .accordion .accordion-item:first-child:not(.is-active) .accordion-title {
  border-top: medium none !important;
}
[data-accordion-tab] .accordion .accordion-item .accordion-title {
  border-left: medium none !important;
  border-right: medium none !important;
  border-bottom: medium none !important;
  color: #777777;
}
[data-accordion-tab] .accordion .accordion-item .accordion-title:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
[data-accordion-tab] .accordion .accordion-item .accordion-title:before {
  margin-top: -1rem;
  font-size: 2rem;
}
[data-accordion-tab] .accordion .accordion-item .accordion-title:hover, [data-accordion-tab] .accordion .accordion-item .accordion-title:focus, [data-accordion-tab] .accordion .accordion-item .accordion-title:active {
  background-color: transparent;
}
[data-accordion-tab] .accordion .accordion-item .accordion-title i {
  float: right;
  padding-left: 10px;
  line-height: 30px;
  font-size: 1.5rem;
}
[data-accordion-tab] .accordion .accordion-item .accordion-title span {
  float: right;
  line-height: 30px;
  font-size: 0.88rem;
}
[data-accordion-tab] .accordion .accordion-item._info .accordion-title {
  background-color: #8dcaff;
  border-top-color: #73beff;
  color: #0088fd;
}
[data-accordion-tab] .accordion .accordion-item._success .accordion-title {
  background-color: #b3f072;
  border-top-color: #a7ed5b;
  color: #6cbe14;
}
[data-accordion-tab] .accordion .accordion-item._warning .accordion-title {
  background-color: #ffd8b3;
  border-top-color: #ffcb99;
  color: #ff9024;
}
[data-accordion-tab] .accordion .accordion-item._error .accordion-title {
  background-color: #fde3e3;
  border-top-color: #fbcccb;
  color: #f2605f;
}
[data-accordion-tab] .accordion .accordion-item._purple .accordion-title {
  background-color: #e4d0ed;
  border-top-color: #cfacde;
  color: #9f58bd;
}
[data-accordion-tab] .accordion .accordion-item._purpleIntense .accordion-title {
  background-color: #e6e2ed;
  border-top-color: #d8d2e3;
  color: #9a8bb5;
}
[data-accordion-tab] .accordion .accordion-item._blue .accordion-title {
  background-color: #e3f1fa;
  border-top-color: #b7daf3;
  color: #53a8e1;
}
[data-accordion-tab] .accordion .accordion-item._green .accordion-title {
  background-color: #dcfaf4;
  border-top-color: #96ebc8;
  color: #34d793;
}
[data-accordion-tab] .accordion .accordion-item._greenMeadow .accordion-title {
  background-color: #dcfaf4;
  border-top-color: #83edd7;
  color: #1fdbb5;
}
[data-accordion-tab] .accordion .accordion-item._yellowLemon .accordion-title {
  background-color: #fef7dd;
  border-top-color: #fcecac;
  color: #f8d23b;
}
[data-accordion-tab] .accordion .accordion-item._yellowGold .accordion-title {
  background-color: #fedeba;
  border-top-color: #fdc788;
  color: #fb9015;
}
[data-accordion-tab] .accordion .accordion-item._redHaze .accordion-title {
  background-color: #fdebe9;
  border-top-color: #fdebe9;
  color: #f5887b;
}
[data-accordion-tab] .accordion .accordion-item._flamingo .accordion-title {
  background-color: #fcdfdb;
  border-top-color: #fac9c4;
  color: #f26657;
}
[data-accordion-tab] .accordion .accordion-item.is-active .accordion-title {
  border-top: 3px solid #0088cc;
  color: #0088cc;
}
[data-accordion-tab] .accordion .accordion-item.is-active .accordion-title:before {
  content: "-";
}
[data-accordion-tab] .accordion .accordion-item.is-active._info .accordion-title {
  border-color: #0075d9;
  color: #0075d9;
}
[data-accordion-tab] .accordion .accordion-item.is-active._success .accordion-title {
  border-color: #5a9e11;
  color: #5a9e11;
}
[data-accordion-tab] .accordion .accordion-item.is-active._warning .accordion-title {
  border-color: #ff7e00;
  color: #ff7e00;
}
[data-accordion-tab] .accordion .accordion-item.is-active._error .accordion-title {
  border-color: #ef3f3e;
  color: #ef3f3e;
}
[data-accordion-tab] .accordion .accordion-item.is-active._purple .accordion-title {
  border-color: #8e44ad;
  color: #8e44ad;
}
[data-accordion-tab] .accordion .accordion-item.is-active._purpleIntense .accordion-title {
  border-color: #8775a7;
  color: #8775a7;
}
[data-accordion-tab] .accordion .accordion-item.is-active._blue .accordion-title {
  border-color: #3598dc;
  color: #3598dc;
}
[data-accordion-tab] .accordion .accordion-item.is-active._green .accordion-title {
  border-color: #26c281;
  color: #26c281;
}
[data-accordion-tab] .accordion .accordion-item.is-active._greenMeadow .accordion-title {
  border-color: #1bbc9b;
  color: #1bbc9b;
}
[data-accordion-tab] .accordion .accordion-item.is-active._yellowLemon .accordion-title {
  border-color: #f7ca18;
  color: #f7ca18;
}
[data-accordion-tab] .accordion .accordion-item.is-active._yellowGold .accordion-title {
  border-color: #e87e04;
  color: #e87e04;
}
[data-accordion-tab] .accordion .accordion-item.is-active._redHaze .accordion-title {
  border-color: #f36a5a;
  color: #f36a5a;
}
[data-accordion-tab] .accordion .accordion-item.is-active._redHaze .accordion-title {
  border-color: #f36a5a;
  color: #f36a5a;
}
[data-accordion-tab] .accordion .accordion-item.is-active._flamingo .accordion-title {
  border-color: #ef4836;
  color: #ef4836;
}
[data-accordion-tab="liner"] {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
[data-accordion-tab="liner"] .tabs {
  background-color: #ffffff !important;
  border-bottom: 1px solid #dddddd;
}
[data-accordion-tab="liner"] .tabs .tabs-title a:hover {
  border-bottom: 3px solid rgba(0, 136, 204, 0.15);
}
[data-accordion-tab="liner"] .tabs .tabs-title.is-active a {
  background-color: transparent;
  border-top: medium none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
[data-accordion-tab="liner"]._lisa {
  position: relative;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
[data-accordion-tab="liner"]._lisa:before {
  content: "";
  position: absolute;
  top: 53px;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
[data-accordion-tab="liner"]._lisa .tabs {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-bottom: medium none;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title {
  padding-left: 1px;
  padding-right: 1px;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title a {
  border-bottom: 3px solid #999999;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title a:hover {
  border-bottom-color: #0088cc;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title.is-active a {
  border-bottom-color: #0088cc;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._info a:hover {
  border-bottom-color: #0075d9;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._info.is-active a {
  border-bottom-color: #0075d9;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._success a:hover {
  border-bottom-color: #5a9e11;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._success.is-active a {
  border-bottom-color: #5a9e11;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._warning a:hover {
  border-bottom-color: #ff7e00;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._warning.is-active a {
  border-bottom-color: #ff7e00;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._error a:hover {
  border-bottom-color: #ef3f3e;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._error.is-active a {
  border-bottom-color: #ef3f3e;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._purple a:hover {
  border-bottom-color: #8e44ad;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._purple.is-active a {
  border-bottom-color: #8e44ad;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._purpleIntense a:hover {
  border-bottom-color: #8775a7;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._purpleIntense.is-active a {
  border-bottom-color: #8775a7;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._blue a:hover {
  border-bottom-color: #3598dc;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._blue.is-active a {
  border-bottom-color: #3598dc;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._green a:hover {
  border-bottom-color: #26c281;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._green.is-active a {
  border-bottom-color: #26c281;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._greenMeadow a:hover {
  border-bottom-color: #1bbc9b;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._greenMeadow.is-active a {
  border-bottom-color: #1bbc9b;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._yellowLemon a:hover {
  border-bottom-color: #f7ca18;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._yellowLemon.is-active a {
  border-bottom-color: #f7ca18;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._yellowGold a:hover {
  border-bottom-color: #e87e04;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._yellowGold.is-active a {
  border-bottom-color: #e87e04;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._redHaze a:hover {
  border-bottom-color: #f36a5a;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._redHaze.is-active a {
  border-bottom-color: #f36a5a;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._flamingo a:hover {
  border-bottom-color: #ef4836;
}
[data-accordion-tab="liner"]._lisa .tabs .tabs-title._flamingo.is-active a {
  border-bottom-color: #ef4836;
}
@media only screen and (max-width: 997px) {
  [data-accordion-tab="liner"]._lisa:before {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* END [data-accordion-tab]  */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=accordion_tab.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  TABLE                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table ._control {
  display: block !important;
  width: 300px !important;
  white-space: normal !important;
}
table._scroll {
  /* --------------------------------------   GENERAL    -------------------------------------- */
  width: auto;
  margin-bottom: 1rem;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
}
table._scroll thead tr th {
  white-space: nowrap;
}
table._scroll tbody tr td {
  white-space: nowrap;
}
table._scroll tfoot tr td {
  white-space: nowrap;
}
table.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table.stack tbody tr td._control {
    width: auto !important;
  }
}

/* END table */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------            TABLE: LAYOUT 01            ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table._layout_01 {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  border-spacing: 0;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* --------------------------------------    TYPE B    -------------------------------------- */
  /* --------------------------------------    TYPE C    -------------------------------------- */
  /* --------------------------------------    TYPE D    -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCHEME                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table._layout_01 thead {
  background-color: transparent;
  border: medium none;
}
table._layout_01 thead tr th {
  border-bottom: 2px solid #1ab3ff;
  font-weight: normal;
  color: #0088cc;
}
table._layout_01 tbody {
  border: medium none;
}
table._layout_01 tbody tr {
  background-color: transparent;
}
table._layout_01 tbody tr td {
  color: #9b9b9b;
}
table._layout_01 tbody tr:hover td {
  color: #686868;
}
table._layout_01 tfoot {
  border: medium none;
}
table._layout_01._b tbody tr td {
  border-bottom: 1px solid #cdcdcd;
}
table._layout_01._c {
  border-spacing: 30px;
}
table._layout_01._c tbody tr td {
  padding: 0;
}
table._layout_01._d {
  border-spacing: 30px;
}
table._layout_01._d thead tr th {
  padding: 0;
  border-bottom: medium none;
}
table._layout_01._d tbody tr td {
  padding: 0;
}
table._layout_01.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table._layout_01.stack {
    border-spacing: 2px;
  }
  table._layout_01.stack tbody tr {
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  table._layout_01.stack._c {
    border-spacing: 2px;
  }
  table._layout_01.stack._c tbody tr td {
    padding: 10px;
  }
  table._layout_01.stack._d {
    border-spacing: 2px;
  }
  table._layout_01.stack._d tbody tr td {
    padding: 10px;
  }
}
table._layout_01._secondary thead tr th {
  border-bottom-color: #60c6ca;
  color: #318F93;
}
table._layout_01._third thead tr th {
  border-bottom-color: #abeb31;
  color: #72A610;
}
table._layout_01._info thead tr th {
  border-bottom-color: #40a7ff;
  color: #0075d9;
}
table._layout_01._success thead tr th {
  border-bottom-color: #8ee82d;
  color: #5a9e11;
}
table._layout_01._warning thead tr th {
  border-bottom-color: #ffb266;
  color: #ff7e00;
}
table._layout_01._error thead tr th {
  border-bottom-color: #f79d9c;
  color: #ef3f3e;
}

/* END table._layout_01 */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table_layout_01.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------            TABLE: LAYOUT 02            ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table._layout_02 {
  /* --------------------------------------   GENERAL    -------------------------------------- */
  border-spacing: 0;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCHEME                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table._layout_02 thead {
  border: medium none;
}
table._layout_02 thead tr th {
  background-color: #85d6ff;
  border-top: 4px solid #76d1ff;
  font-weight: normal;
  color: #0088cc;
}
table._layout_02 tbody {
  border: medium none;
}
table._layout_02 tbody tr td {
  background-color: #b5e6ff;
  border-top: 1px solid #ffffff;
  color: #686868;
}
table._layout_02 tbody tr:hover td {
  background-color: #9bdeff;
}
table._layout_02 tfoot {
  border: medium none;
}
table._layout_02.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table._layout_02.stack {
    border-spacing: 2px;
  }
  table._layout_02.stack tbody tr {
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
}
table._layout_02._secondary thead tr th {
  background-color: #9ddcde;
  border-top-color: #92d8db;
  color: #318F93;
}
table._layout_02._secondary tbody tr td {
  background-color: #c2e9eb;
}
table._layout_02._secondary tbody tr:hover td {
  background-color: #aee2e4;
}
table._layout_02._third thead tr th {
  background-color: #c9f27c;
  border-top-color: #c4f16e;
  color: #72A610;
}
table._layout_02._third tbody tr td {
  background-color: #dbf7a7;
}
table._layout_02._third tbody tr:hover td {
  background-color: #d1f490;
}
table._layout_02._info thead tr th {
  background-color: #92cdff;
  border-top-color: #83c6ff;
  color: #0075d9;
}
table._layout_02._info tbody tr td {
  background-color: #c2e3ff;
}
table._layout_02._info tbody tr:hover td {
  background-color: #a8d7ff;
}
table._layout_02._success thead tr th {
  background-color: #b6f077;
  border-top-color: #aeef69;
  color: #5a9e11;
}
table._layout_02._success tbody tr td {
  background-color: #cdf5a2;
}
table._layout_02._success tbody tr:hover td {
  background-color: #c0f28b;
}
table._layout_02._warning thead tr th {
  background-color: #ffdbb8;
  border-top-color: #ffd3a9;
  color: #ff7e00;
}
table._layout_02._warning tbody tr td {
  background-color: #fff3e8;
}
table._layout_02._warning tbody tr:hover td {
  background-color: #ffe6ce;
}
table._layout_02._error thead tr th {
  background-color: #fde8e8;
  border-top-color: #fcdada;
  color: #ef3f3e;
}
table._layout_02._error tbody tr td {
  background-color: white;
}
table._layout_02._error tbody tr:hover td {
  background-color: #fffcfc;
}

/* END table._layout_02 */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table_layout_02.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------            TABLE: LAYOUT 03            ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table._layout_03 {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  border-spacing: 0;
  border-top: 7px solid #69cdff;
  border-bottom: 7px solid #69cdff;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCHEME                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table._layout_03 thead {
  background-color: #c4ebff;
  border: medium none;
}
table._layout_03 thead tr th {
  border-right: 1px solid #85d6ff;
  font-weight: normal;
  color: #0088cc;
}
table._layout_03 thead tr th:last-child {
  border-left: 1px solid #85d6ff;
}
table._layout_03 tbody {
  border: medium none;
}
table._layout_03 tbody tr td {
  background-color: #c4ebff;
  border-right: 1px solid #85d6ff;
}
table._layout_03 tbody tr td:last-child {
  border-left: 1px solid #85d6ff;
}
table._layout_03 tfoot {
  border: medium none;
}
table._layout_03.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table._layout_03.stack {
    border-spacing: 2px;
    border-top: medium none;
    border-bottom: medium none;
  }
  table._layout_03.stack tbody tr {
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  table._layout_03.stack tbody tr td {
    border-right: medium none;
  }
  table._layout_03.stack tbody tr td:last-child {
    border-left: medium none;
  }
}
table._layout_03._secondary {
  border-top-color: #89d4d8;
  border-bottom-color: #89d4d8;
}
table._layout_03._secondary thead {
  background-color: #cdedee;
}
table._layout_03._secondary thead tr th {
  border-right-color: #9edcdf;
  color: #318F93;
}
table._layout_03._secondary thead tr th:last-child {
  border-left-color: #9edcdf;
}
table._layout_03._secondary tbody tr td {
  background-color: #cdedee;
  border-right-color: #9edcdf;
}
table._layout_03._secondary tbody tr td:last-child {
  border-left-color: #9edcdf;
}
table._layout_03._third {
  border-top-color: #bff062;
  border-bottom-color: #bff062;
}
table._layout_03._third thead {
  background-color: #e1f8b5;
}
table._layout_03._third thead tr th {
  border-right-color: #c9f27c;
  color: #72A610;
}
table._layout_03._third thead tr th:last-child {
  border-left-color: #c9f27c;
}
table._layout_03._third tbody tr td {
  background-color: #e1f8b5;
  border-right-color: #c9f27c;
}
table._layout_03._third tbody tr td:last-child {
  border-left-color: #c9f27c;
}
table._layout_03._info {
  border-top-color: #76c0ff;
  border-bottom-color: #76c0ff;
}
table._layout_03._info thead {
  background-color: #d1eaff;
}
table._layout_03._info thead tr th {
  border-right-color: #92cdff;
  color: #0075d9;
}
table._layout_03._info thead tr th:last-child {
  border-left-color: #92cdff;
}
table._layout_03._info tbody tr td {
  background-color: #d1eaff;
  border-right-color: #92cdff;
}
table._layout_03._info tbody tr td:last-child {
  border-left-color: #92cdff;
}
table._layout_03._success {
  border-top-color: #a8ee5e;
  border-bottom-color: #a8ee5e;
}
table._layout_03._success thead {
  background-color: #d4f6b0;
}
table._layout_03._success thead tr th {
  border-right-color: #b6f077;
  color: #5a9e11;
}
table._layout_03._success thead tr th:last-child {
  border-left-color: #b6f077;
}
table._layout_03._success tbody tr td {
  background-color: #d4f6b0;
  border-right-color: #b6f077;
}
table._layout_03._success tbody tr td:last-child {
  border-left-color: #b6f077;
}
table._layout_03._warning {
  border-top-color: #ffcd9c;
  border-bottom-color: #ffcd9c;
}
table._layout_03._warning thead {
  background-color: #fffbf7;
}
table._layout_03._warning thead tr th {
  border-right-color: #ffdbb8;
  color: #ff7e00;
}
table._layout_03._warning thead tr th:last-child {
  border-left-color: #ffdbb8;
}
table._layout_03._warning tbody tr td {
  background-color: #fffbf7;
  border-right-color: #ffdbb8;
}
table._layout_03._warning tbody tr td:last-child {
  border-left-color: #ffdbb8;
}
table._layout_03._error {
  border-top-color: #fbcfce;
  border-bottom-color: #fbcfce;
}
table._layout_03._error thead {
  background-color: white;
}
table._layout_03._error thead tr th {
  border-right-color: #fde8e8;
  color: #ef3f3e;
}
table._layout_03._error thead tr th:last-child {
  border-left-color: #fde8e8;
}
table._layout_03._error tbody tr td {
  background-color: white;
  border-right-color: #fde8e8;
}
table._layout_03._error tbody tr td:last-child {
  border-left-color: #fde8e8;
}

/* END table._layout_03 */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table_layout_03.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------            TABLE: LAYOUT 04            ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table._layout_04 {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  border-spacing: 0;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCHEME                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table._layout_04 thead {
  background-color: transparent;
  border: medium none;
}
table._layout_04 thead tr th {
  font-weight: normal;
  color: #0088cc;
}
table._layout_04 tbody {
  border: medium none;
}
table._layout_04 tbody tr:nth-child(2n) td {
  background-color: #abe3ff;
}
table._layout_04 tfoot {
  border: medium none;
}
table._layout_04.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table._layout_04.stack {
    border-spacing: 2px;
  }
  table._layout_04.stack tbody tr {
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
}
table._layout_04._secondary thead tr th {
  color: #318F93;
}
table._layout_04._secondary tbody tr:nth-child(2n) td {
  background-color: #bae6e8;
}
table._layout_04._third thead tr th {
  color: #72A610;
}
table._layout_04._third tbody tr:nth-child(2n) td {
  background-color: #d7f69e;
}
table._layout_04._info thead tr th {
  color: #0075d9;
}
table._layout_04._info tbody tr:nth-child(2n) td {
  background-color: #b8deff;
}
table._layout_04._success thead tr th {
  color: #5a9e11;
}
table._layout_04._success tbody tr:nth-child(2n) td {
  background-color: #c8f499;
}
table._layout_04._warning thead tr th {
  color: #ff7e00;
}
table._layout_04._warning tbody tr:nth-child(2n) td {
  background-color: #ffeede;
}
table._layout_04._error thead tr th {
  color: #ef3f3e;
}
table._layout_04._error tbody tr:nth-child(2n) td {
  background-color: white;
}

/* END table._layout_04 */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table_layout_04.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------            TABLE: LAYOUT 05            ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table._layout_05 {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  border-spacing: 0;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCHEME                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table._layout_05 thead {
  background-color: transparent;
  border: medium none;
}
table._layout_05 thead tr th {
  font-weight: normal;
  color: #0088cc;
}
table._layout_05 tbody {
  border: medium none;
}
table._layout_05 tbody tr {
  background-color: transparent;
}
table._layout_05 tbody tr td {
  background-color: transparent;
  border-top: 1px solid #a1e0ff;
}
table._layout_05 tbody tr:hover td {
  background-color: #b2e5ff;
}
table._layout_05 tfoot {
  border: medium none;
}
table._layout_05.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table._layout_05.stack {
    border-spacing: 2px;
  }
  table._layout_05.stack tbody tr {
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
}
table._layout_05._secondary thead tr th {
  color: #318F93;
}
table._layout_05._secondary tbody tr td {
  border-top-color: #b2e3e5;
}
table._layout_05._secondary tbody tr:hover td {
  background-color: #bfe8ea;
}
table._layout_05._third thead tr th {
  color: #72A610;
}
table._layout_05._third tbody tr td {
  border-top-color: #d4f595;
}
table._layout_05._third tbody tr:hover td {
  background-color: #daf6a5;
}
table._layout_05._info thead tr th {
  color: #0075d9;
}
table._layout_05._info tbody tr td {
  border-top-color: #aed9ff;
}
table._layout_05._info tbody tr:hover td {
  background-color: #bfe1ff;
}
table._layout_05._success thead tr th {
  color: #5a9e11;
}
table._layout_05._success tbody tr td {
  border-top-color: #c3f390;
}
table._layout_05._success tbody tr:hover td {
  background-color: #cbf59f;
}
table._layout_05._warning thead tr th {
  color: #ff7e00;
}
table._layout_05._warning tbody tr td {
  border-top-color: #ffe9d4;
}
table._layout_05._warning tbody tr:hover td {
  background-color: #fff2e5;
}
table._layout_05._error thead tr th {
  color: #ef3f3e;
}
table._layout_05._error tbody tr td {
  border-top-color: white;
}
table._layout_05._error tbody tr:hover td {
  background-color: white;
}

/* END table._layout_05 */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table_layout_05.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------            TABLE: LAYOUT 06            ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table._layout_06 {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  border: 1px solid #66ccff;
  border-spacing: 0;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* --------------------------------------    TYPE B    -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCHEME                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table._layout_06 thead {
  background-color: transparent;
  border: medium none;
}
table._layout_06 thead tr th {
  border-bottom: 1px dashed #66ccff;
  font-weight: normal;
  color: #0088cc;
}
table._layout_06 tbody {
  border: medium none;
}
table._layout_06 tbody tr {
  background-color: transparent;
}
table._layout_06 tfoot {
  border: medium none;
  background-color: transparent;
}
table._layout_06 tfoot tr td {
  font-family: "secondaryFont", "tahoma";
  font-weight: normal;
  font-style: italic;
  color: #686868;
}
table._layout_06._b thead tr th {
  border-bottom: medium none;
}
table._layout_06._b tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #ffffff;
}
table._layout_06._b tbody tr td {
  background-color: #b5e6ff;
}
table._layout_06._b tbody tr:hover td {
  background-color: #9cdeff;
}
table._layout_06.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table._layout_06.stack {
    border-spacing: 2px;
    border: medium none;
  }
  table._layout_06.stack tbody tr {
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
}
table._layout_06._secondary {
  border-color: #86d3d7;
}
table._layout_06._secondary thead tr th {
  border-bottom-color: #86d3d7;
  color: #318F93;
}
table._layout_06._secondary._b tbody tr td {
  background-color: #c2e9eb;
}
table._layout_06._secondary._b tbody tr:hover td {
  background-color: #aee2e4;
}
table._layout_06._third {
  border-color: #bef05f;
}
table._layout_06._third thead tr th {
  border-bottom-color: #bef05f;
  color: #72A610;
}
table._layout_06._third._b tbody tr td {
  background-color: #dbf7a7;
}
table._layout_06._third._b tbody tr:hover td {
  background-color: #d2f490;
}
table._layout_06._info {
  border-color: #73beff;
}
table._layout_06._info thead tr th {
  border-bottom-color: #73beff;
  color: #0075d9;
}
table._layout_06._info._b tbody tr td {
  background-color: #c2e3ff;
}
table._layout_06._info._b tbody tr:hover td {
  background-color: #a9d7ff;
}
table._layout_06._success {
  border-color: #a7ed5b;
}
table._layout_06._success thead tr th {
  border-bottom-color: #a7ed5b;
  color: #5a9e11;
}
table._layout_06._success._b tbody tr td {
  background-color: #cdf5a2;
}
table._layout_06._success._b tbody tr:hover td {
  background-color: #c1f38b;
}
table._layout_06._warning {
  border-color: #ffcb99;
}
table._layout_06._warning thead tr th {
  border-bottom-color: #ffcb99;
  color: #ff7e00;
}
table._layout_06._warning._b tbody tr td {
  background-color: #fff3e8;
}
table._layout_06._warning._b tbody tr:hover td {
  background-color: #ffe6cf;
}
table._layout_06._error {
  border-color: #fbcccb;
}
table._layout_06._error thead tr th {
  border-bottom-color: #fbcccb;
  color: #ef3f3e;
}
table._layout_06._error._b tbody tr td {
  background-color: white;
}
table._layout_06._error._b tbody tr:hover td {
  background-color: #fffdfd;
}

/* END table._layout_06 */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table_layout_06.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------            TABLE: LAYOUT 07            ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
table._layout_07 {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  border-spacing: 0;
  /* --------------------------------------    HEADER    -------------------------------------- */
  /* --------------------------------------     BODY     -------------------------------------- */
  /* --------------------------------------    FOOTER    -------------------------------------- */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCROLL                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                            STACK                                           */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /*                                           SCHEME                                           */
  /* ------------------------------------------------------------------------------------------ */
}
table._layout_07 thead {
  background-color: transparent;
  border: medium none;
}
table._layout_07 thead tr th {
  border-top: 1px solid #0088cc;
  border-right: 1px solid #0088cc;
  font-weight: normal;
  color: #0088cc;
}
table._layout_07 thead tr th:last-child {
  border-left: 1px solid #0088cc;
}
table._layout_07 tbody {
  border: medium none;
}
table._layout_07 tbody tr {
  background-color: transparent;
}
table._layout_07 tbody tr td {
  border-right: 1px dashed #80d5ff;
  color: #686868;
}
table._layout_07 tbody tr td:first-child {
  border-right-style: solid;
}
table._layout_07 tbody tr td:last-child {
  border-left: 1px solid #80d5ff;
}
table._layout_07 tbody tr:last-child td {
  border-bottom: 1px solid #80d5ff;
}
table._layout_07 tfoot {
  border: medium none;
}
table._layout_07.stack {
  /* -------------------------------------- MEIDA  QUERY -------------------------------------- */
}
@media only screen and (max-width: 62.25em) {
  table._layout_07.stack {
    border-spacing: 2px;
  }
  table._layout_07.stack tbody tr {
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  table._layout_07.stack tbody tr td {
    border-right: medium none;
  }
  table._layout_07.stack tbody tr td:last-child {
    border-left: medium none;
  }
  table._layout_07.stack tbody tr:last-child td {
    border-bottom: medium none;
  }
}
table._layout_07._secondary thead tr th {
  border-top-color: #318F93;
  border-right-color: #318F93;
  color: #318F93;
}
table._layout_07._secondary thead tr th:last-child {
  border-left-color: #318F93;
}
table._layout_07._secondary tbody tr td {
  border-right-color: #99dadd;
}
table._layout_07._secondary tbody tr td:last-child {
  border-left-color: #99dadd;
}
table._layout_07._secondary tbody tr:last-child td {
  border-bottom-color: #99dadd;
}
table._layout_07._third thead tr th {
  border-top-color: #72A610;
  border-right-color: #72A610;
  color: #72A610;
}
table._layout_07._third thead tr th:last-child {
  border-left-color: #72A610;
}
table._layout_07._third tbody tr td {
  border-right-color: #c7f277;
}
table._layout_07._third tbody tr td:last-child {
  border-left-color: #c7f277;
}
table._layout_07._third tbody tr:last-child td {
  border-bottom-color: #c7f277;
}
table._layout_07._info thead tr th {
  border-top-color: #0075d9;
  border-right-color: #0075d9;
  color: #0075d9;
}
table._layout_07._info thead tr th:last-child {
  border-left-color: #0075d9;
}
table._layout_07._info tbody tr td {
  border-right-color: #8dcaff;
}
table._layout_07._info tbody tr td:last-child {
  border-left-color: #8dcaff;
}
table._layout_07._info tbody tr:last-child td {
  border-bottom-color: #8dcaff;
}
table._layout_07._success thead tr th {
  border-top-color: #5a9e11;
  border-right-color: #5a9e11;
  color: #5a9e11;
}
table._layout_07._success thead tr th:last-child {
  border-left-color: #5a9e11;
}
table._layout_07._success tbody tr td {
  border-right-color: #b3f072;
}
table._layout_07._success tbody tr td:last-child {
  border-left-color: #b3f072;
}
table._layout_07._success tbody tr:last-child td {
  border-bottom-color: #b3f072;
}
table._layout_07._warning thead tr th {
  border-top-color: #ff7e00;
  border-right-color: #ff7e00;
  color: #ff7e00;
}
table._layout_07._warning thead tr th:last-child {
  border-left-color: #ff7e00;
}
table._layout_07._warning tbody tr td {
  border-right-color: #ffd8b3;
}
table._layout_07._warning tbody tr td:last-child {
  border-left-color: #ffd8b3;
}
table._layout_07._warning tbody tr:last-child td {
  border-bottom-color: #ffd8b3;
}
table._layout_07._error thead tr th {
  border-top-color: #ef3f3e;
  border-right-color: #ef3f3e;
  color: #ef3f3e;
}
table._layout_07._error thead tr th:last-child {
  border-left-color: #ef3f3e;
}
table._layout_07._error tbody tr td {
  border-right-color: #fde3e3;
}
table._layout_07._error tbody tr td:last-child {
  border-left-color: #fde3e3;
}
table._layout_07._error tbody tr:last-child td {
  border-bottom-color: #fde3e3;
}

/* END table._layout_07 */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=table_layout_07.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               TAG  CLOUD               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-tagcloud] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
}
[data-tagcloud] ul {
  margin: 0;
}
[data-tagcloud] ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
[data-tagcloud] ul li {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  list-style: none outside none;
}
[data-tagcloud] ul li a {
  display: block;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
[data-tagcloud] ul li a span {
  display: block;
}
[data-tagcloud] ul li a:hover {
  color: #0088cc !important;
}

/* END [data-tagcloud] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=tagcloud.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  TITLE                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-title] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  display: table;
  position: relative;
  margin-bottom: 15px;
  color: #444444;
  /* --------------------------------------     # 01     -------------------------------------- */
  /* --------------------------------------     # 02     -------------------------------------- */
  /* --------------------------------------     # 03     -------------------------------------- */
  /* --------------------------------------     # 04     -------------------------------------- */
  /* --------------------------------------     # 05     -------------------------------------- */
  /* --------------------------------------     # 06     -------------------------------------- */
  /* --------------------------------------     # 07     -------------------------------------- */
  /* --------------------------------------     # 08     -------------------------------------- */
  /* --------------------------------------     # 09     -------------------------------------- */
  /* --------------------------------------     # 10     -------------------------------------- */
  /* --------------------------------------    HELPER    -------------------------------------- */
  /* -------------------------------------- MEDIA  QUERY -------------------------------------- */
}
[data-title] a,
[data-title] span {
  display: table;
  color: #444444;
}
[data-title] a:hover {
  color: #0088cc;
}
[data-title="1"] {
  padding-bottom: 10px;
  border-bottom: 2px solid #0088cc;
}
[data-title="2"] {
  padding-bottom: 10px;
}
[data-title="2"]:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 3px;
  background-color: #808080;
}
[data-title="2"]._center:before {
  right: 50%;
  margin-right: -12.5px;
}
[data-title="3"] {
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
}
[data-title="3"]:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 35px;
  height: 2px;
  background-color: #0088cc;
}
[data-title="3"]._center:before {
  right: 50%;
  margin-right: -17.5px;
}
[data-title="4"] > a,
[data-title="4"] > span {
  display: inline-block;
}
[data-title="5"] {
  padding-bottom: 10px;
  border-bottom: 1px dashed #686868;
}
[data-title="5"] > i {
  padding-left: .4em;
}
[data-title="5"] > a,
[data-title="5"] > span {
  display: inline-block;
}
[data-title="6"] > a,
[data-title="6"] > span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}
[data-title="6"] > dfn {
  display: inline;
  font-style: normal;
  font-size: .65em;
  color: #686868;
}
[data-title="7"] {
  padding-bottom: 0.92em;
}
[data-title="7"] > a,
[data-title="7"] > span {
  border-bottom: 1px solid #0088cc;
}
[data-title="7"] > i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #0088cc;
}
[data-title="8"] {
  padding-right: 20px;
  padding-left: 20px;
}
[data-title="8"] > i {
  position: absolute;
  top: 50%;
  margin-top: -3%;
}
[data-title="8"] > i:first-child {
  right: 0;
}
[data-title="8"] > i:last-child {
  left: 0;
}
[data-title="9"] {
  padding-right: 10px;
  border-right: 2px solid #0088cc;
}
[data-title="10"] {
  padding-top: 1.1em;
  padding-bottom: 15px;
}
[data-title="10"]:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 20px;
  height: 1px;
  margin-right: -10px;
  background-color: #444444;
}
[data-title="10"] i {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
[data-title]._center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[data-title]._center a,
[data-title]._center span {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[data-title]._block {
  display: block;
}
@media only screen and (max-width: 785px) {
  [data-title="6"] > a,
  [data-title="6"] > span {
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-bottom: 5px;
    border-left: medium none;
    border-bottom: 1px solid #cccccc;
  }
  [data-title="6"] > dfn {
    display: block;
  }
  [data-title="8"] {
    padding-right: 5%;
    padding-left: 5%;
  }
}

/* END [data-title] */
.titlePro {
  margin-bottom: 20px;
  border-bottom: 2px solid #d4d4d4;
}
.titlePro:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.titlePro ._title {
  display: block;
  position: relative;
  float: right;
  padding-right: 7px;
  padding-left: 7px;
  color: #444444;
}
.titlePro ._title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #444444;
  z-index: 9;
}
.titlePro ._title:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.titlePro ._title i,
.titlePro ._title span {
  display: block;
  float: right;
  line-height: 40px;
}
.titlePro ._title i {
  padding-left: 7px;
  font-size: 27px;
}
.titlePro ._title span {
  font-size: 20px;
}
.titlePro ._title:hover {
  color: #0088cc;
}
.titlePro ._link {
  display: block;
  position: relative;
  float: left;
  padding-left: 15px;
  line-height: 40px;
  color: #0088cc;
}
.titlePro ._link:after {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  font-family: "FontAwesome";
  font-size: 20px;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=title.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                zFAQ  01                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.zCompare {
  overflow-x: auto;
  /* -------------------------------------- MEDIA  QUERY -------------------------------------- */
}
.zCompare ._search {
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 210px;
  padding-left: 120px;
  background-color: #f3f4f6;
  border: 1px solid #ebedec;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.zCompare ._search ._label {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 39px;
}
.zCompare ._search ._text {
  display: block;
  margin: 0;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.zCompare ._search ._btn {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #0088cc;
  border: 1px solid #006699;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 37px;
  text-align: center;
  font-family: "primaryFont", "arial";
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.zCompare .accordion {
  margin: 0;
}
.zCompare .accordion .accordion-item {
  margin-bottom: 10px;
}
.zCompare .accordion .accordion-item .accordion-title {
  padding: 0;
  padding-right: 20px;
  background-color: #f3f4f5;
  border-bottom: 1px solid #e6e6e6;
}
.zCompare .accordion .accordion-item .accordion-title:before {
  content: "\f106";
  margin-top: -12px;
  font-family: "FontAwesome";
  font-size: 25px;
}
.zCompare .accordion .accordion-item .accordion-title:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.zCompare .accordion .accordion-item .accordion-title i {
  display: block;
  float: right;
  padding-left: 10px;
  font-size: 16px;
  line-height: 40px;
}
.zCompare .accordion .accordion-item .accordion-title span {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 40px;
}
.zCompare .accordion .accordion-item.is-active .accordion-title {
  background-color: #f3f4f5;
}
.zCompare .accordion .accordion-item.is-active .accordion-title:before {
  content: "\f107";
}
.zCompare .accordion .accordion-item._withoutTitle .accordion-title {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.zCompare .accordion .accordion-item._withoutTitle table {
  padding-top: 0;
}
.zCompare .accordion .accordion-item._withoutFirstCol table._scroll tbody tr td:first-child {
  visibility: hidden;
}
.zCompare .accordion .accordion-item._fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.zCompare .accordion .accordion-item._fixed .accordion-content {
  background-color: transparent;
}
.zCompare .accordion .accordion-item._fixed table._scroll tbody tr td {
  background-color: #ffffff;
}
.zCompare .accordion .accordion-item._fixed table._scroll tbody tr td:first-child {
  background-color: transparent;
}
.zCompare .accordion .accordion-item .accordion-content {
  padding: 0;
  border: medium none;
}
.zCompare table {
  margin-bottom: 0;
  padding-top: 10px;
  border-spacing: 0;
}
.zCompare table._scroll tbody {
  background-color: transparent;
  border: medium none;
}
.zCompare table._scroll tbody tr:nth-child(2n) {
  background-color: transparent;
}
.zCompare table._scroll tbody tr:last-child td {
  border-bottom: 1px solid #e1dfe0;
}
.zCompare table._scroll tbody tr td {
  min-width: 275px;
  max-width: 275px;
  border-top: 1px solid #e1dfe0;
  border-right: 1px solid #e1dfe0;
  white-space: normal;
  font-family: "integerPrimaryFont", "tahoma";
  font-size: 12px;
  color: #4d4d4d;
  -webkit-transition: background 0.25s linear 0s;
  -moz-transition: background 0.25s linear 0s;
  -o-transition: background 0.25s linear 0s;
  -ms-transition: background 0.25s linear 0s;
  transition: background 0.25s linear 0s;
}
.zCompare table._scroll tbody tr td:first-child {
  min-width: 236px;
  max-width: 236px;
  background-color: #f3f4f6;
  font-family: "primaryFont", "arial";
  font-size: 13px;
}
.zCompare table._scroll tbody tr td:last-child {
  border-left: 1px solid #e1dfe0;
}
.zCompare table._scroll tbody tr td._active {
  background-color: #f3f4f6;
}
.zCompare table._scroll tbody tr td > i {
  display: block;
  font-style: normal;
  font-size: 16px;
}
.zCompare table._scroll tbody tr td > i._true:before {
  color: #26c281;
}
.zCompare table._scroll tbody tr td > i._false:before {
  color: #ff0000;
}
.zCompare .listV > li > i {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
}
.zCompare .listV > li > span {
  display: inline;
}
.zCompare .listV > li._true > i {
  color: #26c281;
}
.zCompare .listV > li._false > i {
  color: #ff0000;
}
.zCompare ._product {
  position: relative;
}
.zCompare ._product ._remove {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
.zCompare ._product ._remove a {
  display: block;
}
.zCompare ._product ._remove a i {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ebeced;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #686868;
}
.zCompare ._product ._true ._image {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}
.zCompare ._product ._true ._image img {
  display: block;
}
.zCompare ._product ._false > * {
  display: block;
  text-align: center;
}
.zCompare ._product ._false > *:not(:last-child) {
  margin-bottom: 5px;
}
.zCompare ._product ._false ._price {
  color: #26c281;
}
.zCompare ._product ._false ._stock._true {
  color: #26c281;
}
.zCompare ._product ._false ._stock._false {
  color: #ff0000;
}
.zCompare ._product ._false ._choice {
  display: block;
  position: relative;
}
.zCompare ._product ._false ._choice input[type=radio] {
  position: absolute;
  margin: 0;
  visibility: hidden;
}
.zCompare ._product ._false ._choice label {
  display: block;
  position: relative;
  margin: 0;
  padding-right: 35px;
  line-height: 30px;
  text-align: right;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  z-index: 5;
  color: #686868;
}
.zCompare ._product ._false ._choice ._check {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 5px solid #686868;
  -webkit-border-radius: 100% 100% 100% 100%;
  -khtml-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -webkit-transition: border 0.25s linear 0s;
  -moz-transition: border 0.25s linear 0s;
  -o-transition: border 0.25s linear 0s;
  -ms-transition: border 0.25s linear 0s;
  transition: border 0.25s linear 0s;
  cursor: pointer;
}
.zCompare ._product ._false ._choice ._check:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -khtml-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  -webkit-transition: background 0.25s linear 0s;
  -moz-transition: background 0.25s linear 0s;
  -o-transition: background 0.25s linear 0s;
  -ms-transition: background 0.25s linear 0s;
  transition: background 0.25s linear 0s;
}
.zCompare ._product ._false ._choice input[type=radio]:checked ~ ._check {
  border: 5px solid #0088cc;
}
.zCompare ._product ._false ._choice input[type=radio]:checked ~ ._check:before {
  background: #0088cc;
}
.zCompare ._product ._false ._choice input[type=radio]:checked ~ label {
  color: #0088cc;
}
.zCompare ._product ._false ._choice:hover label {
  color: #8e8e8e;
}
.zCompare ._product:hover ._remove {
  display: block;
}
@media only screen and (max-width: 785px) {
  .zCompare ._search {
    padding: 20px;
  }
  .zCompare ._search ._label {
    position: static;
  }
  .zCompare ._search ._text {
    margin-bottom: 10px;
  }
  .zCompare ._search ._btn {
    position: static;
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=compare.css.map */

.zFaq._layout_1 ._title{display:block;margin-bottom:5px;font-size:20px;color:#08c}.zFaq._layout_1 ._title i{display:inline-block;padding-left:5px}.zFaq._layout_1 ._text{margin-bottom:15px;padding:15px;border:1px solid #08c;-webkit-border-radius:5px;-khtml-border-radius:5px 5px 5px 5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;text-align:justify}
[data-ulist] li{position:relative;margin-bottom:5px;padding-right:33px}[data-ulist] li:after{content:""!important;display:table!important;clear:both!important}[data-ulist] li mark{display:block;position:absolute;top:50%;right:0;margin-top:-7px;background-color:transparent}[data-ulist] li i{display:block;font-size:14px;color:#828282;-webkit-transition:color .25s ease-in-out 0s;-moz-transition:color .25s ease-in-out 0s;-o-transition:color .25s ease-in-out 0s;-ms-transition:color .25s ease-in-out 0s;transition:color .25s ease-in-out 0s}[data-ulist] li a,[data-ulist] li span{display:table;line-height:29px;font-size:14px;color:#686868;-webkit-transition:color .25s ease-in-out 0s;-moz-transition:color .25s ease-in-out 0s;-o-transition:color .25s ease-in-out 0s;-ms-transition:color .25s ease-in-out 0s;transition:color .25s ease-in-out 0s}[data-ulist] li a:hover{color:#08c}[data-ulist] li ._part1,[data-ulist] li ._part2{float:right}[data-ulist] li ._part2{padding-right:10px;font-family:secondaryFont,tahoma;font-size:16px}[data-ulist] li ._edge{width:28px;height:28px;margin-top:-14px;border:1px solid #a8a8a8;overflow:hidden;-webkit-transition:border .25s ease-in-out 0s;-moz-transition:border .25s ease-in-out 0s;-o-transition:border .25s ease-in-out 0s;-ms-transition:border .25s ease-in-out 0s;transition:border .25s ease-in-out 0s}[data-ulist] li ._edge i{line-height:26px;text-align:center;font-size:13px}[data-ulist] li ._edge._back{background-color:#08c;border-color:#08c;-webkit-transition:background .25s ease-in-out 0s;-moz-transition:background .25s ease-in-out 0s;-o-transition:background .25s ease-in-out 0s;-ms-transition:background .25s ease-in-out 0s;transition:background .25s ease-in-out 0s}[data-ulist] li ._edge._back i{color:#fff}[data-ulist] li ._motion i{position:absolute;width:100%}[data-ulist] li ._motion i:first-child{-webkit-transform:translateY(-220%);-moz-transform:translateY(-220%);-ms-transform:translateY(-220%);-o-transform:translateY(-220%);transform:translateY(-220%);-webkit-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;-moz-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;-o-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;transition:.7s cubic-bezier(.215,.61,.355,1) 0s}[data-ulist] li ._motion i:last-child,[data-ulist] li:hover ._motion i:first-child{-webkit-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;-moz-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;-o-transition:.7s cubic-bezier(.215,.61,.355,1) 0s}[data-ulist] li ._motion i:last-child{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);transition:.7s cubic-bezier(.215,.61,.355,1) 0s}[data-ulist] li:hover ._edge{border-color:#08c}[data-ulist] li:hover ._edge i{color:#08c}[data-ulist] li:hover ._edge._back{background-color:#fff}[data-ulist] li:hover ._motion i:first-child{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);transition:.7s cubic-bezier(.215,.61,.355,1) 0s}[data-ulist] li:hover ._motion i:last-child{-webkit-transform:translateY(220%);-moz-transform:translateY(220%);-ms-transform:translateY(220%);-o-transform:translateY(220%);transform:translateY(220%);-webkit-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;-moz-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;-o-transition:.7s cubic-bezier(.215,.61,.355,1) 0s;transition:.7s cubic-bezier(.215,.61,.355,1) 0s}
[data-card="1"] ._item{margin-bottom:20px}[data-card="1"] ._item i{display:block;font-size:40px;color:#08c}[data-card="1"] ._item ins{display:block;text-decoration:none;font-family:integerPrimaryFont,tahoma;font-size:16px;color:#08c}[data-card="1"] ._item h3{font-size:30px}[data-card="1"] ._item h5{font-size:20px}[data-card="1"] ._item p{margin:0}[data-card="1"] ._item a{display:table;padding-bottom:2px;border-bottom:1px solid transparent;font-size:16px;color:#08c}[data-card="1"] ._item a:hover{border-color:#1ab3ff;color:#1ab3ff}[data-card="1"][data-card-type="1"] ._item{position:relative;padding-right:60px}[data-card="1"][data-card-type="1"] ._item i,[data-card="1"][data-card-type="1"] ._item ins{position:absolute;top:0;right:0}[data-card="1"][data-card-type="1"]._modern ._item i{position:absolute;top:0;right:0;width:50px;height:50px;border:1px solid #444;line-height:50px;text-align:center;font-size:20px}[data-card="1"][data-card-type="1"]._modern ._item ins{width:50px;height:50px;border:2px solid #08c;line-height:50px;text-align:center;-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}[data-card="1"][data-card-type="1"]._modern ._item h5{font-size:17px}[data-card="1"][data-card-type="1"]._connect ._item{margin-bottom:0;padding-bottom:20px}[data-card="1"][data-card-type="1"]._connect ._item:before{content:"";position:absolute;top:50px;bottom:0;right:25px;width:1px;border-right:1px dashed #08c}[data-card="1"][data-card-type="1"]._connect .column:last-child ._item,[data-card="1"][data-card-type="1"]._connect .columns:last-child ._item{margin-bottom:20px;padding-bottom:0}[data-card="1"][data-card-type="1"]._connect .column:last-child ._item:before,[data-card="1"][data-card-type="1"]._connect .columns:last-child ._item:before{display:none!important;visibility:hidden!important;opacity:0!important}[data-card="1"][data-card-type="2"] ._item>*{text-align:center}[data-card="1"][data-card-type="2"] ._item>:not(:last-child){margin-bottom:10px}[data-card="1"][data-card-type="2"] ._item h5{font-size:16px}[data-card="1"][data-card-type="2"] ._item p{text-align-last:center}[data-card="1"][data-card-type="2"] ._item a{display:table;margin-left:auto;margin-right:auto}@media only screen and (max-width:785px){[data-card="1"][data-card-type="2"] ._item{padding-bottom:20px;border-bottom:1px dashed #a8a8a8}}
[data-list="1"] ._item{margin-bottom:20px;background-color:#fff;-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,.15);-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.15);box-shadow:0 1px 2px 1px rgba(0,0,0,.15);overflow:hidden}[data-list="1"] ._item ._image figure,[data-list="1"] ._item ._title h3{margin:0}[data-list="1"] ._item ._title h3 a{display:table;line-height:31px;font-size:.94rem;color:#000}[data-list="1"] ._item ._image{position:relative;overflow:hidden}[data-list="1"] ._item ._image figure a{display:block}[data-list="1"] ._item ._image figure a img{display:block;width:100%;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;transition:all .5s ease 0s}[data-list="1"] ._item ._image ._label ins{position:absolute;top:0;padding:0 5px 3px;text-decoration:none;line-height:1.5rem;font-size:.9rem;color:#fff;z-index:99}[data-list="1"] ._item ._image ._label ins:after{content:"";position:absolute;bottom:-7px;width:0;height:0;border-style:solid;border-width:7px 0 0;z-index:99}[data-list="1"] ._item ._image ._label ins._new{left:0;background-color:#f60}[data-list="1"] ._item ._image ._label ins._new:after{left:0;border-right-width:7px;border-color:#f60 transparent transparent}[data-list="1"] ._item ._image ._label ins._deal{right:0;background-color:#cd1b29}[data-list="1"] ._item ._image ._label ins._deal:after{right:0;border-left-width:7px;border-color:#cd1b29 transparent transparent}[data-list="1"] ._item ._image ._tools ol{position:absolute;top:50%;right:-500px;width:100%;margin:-67px 0 0;padding:0 10px 0 0;z-index:99;-webkit-transition:right .2s ease 0s;-moz-transition:right .2s ease 0s;-o-transition:right .2s ease 0s;-ms-transition:right .2s ease 0s;transition:right .2s ease 0s}[data-list="1"] ._item ._image ._tools ol li{height:40px;margin:0 0 5px;list-style:none;overflow:hidden}[data-list="1"] ._item ._image ._tools ol li a{display:table;background-color:#fff;-webkit-border-radius:20px;-khtml-border-radius:20px 20px 20px 20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;color:#08c}[data-list="1"] ._item ._image ._tools ol li a i{width:40px;height:40px;line-height:40px;font-size:16px;text-align:center}[data-list="1"] ._item ._image ._tools ol li a span{display:none;padding-left:15px;line-height:40px;font-size:16px}[data-list="1"] ._item ._image ._tools ol li a:hover{background-color:#08c;color:#fff}[data-list="1"] ._item ._image ._tools ol li a:hover span{display:inline-block}[data-list="1"] ._item ._name h3{margin:0}[data-list="1"] ._item ._name h3 a{display:table;line-height:31px;font-size:.94rem;color:#000}[data-list="1"] ._item ._info *{display:table;float:right;text-decoration:none;line-height:21px;font-style:normal;font-size:12px;color:#a7a7a7}[data-list="1"] ._item ._info:after{content:"";display:table;clear:both}[data-list="1"] ._item ._info i{padding-left:5px}[data-list="1"] ._item ._info span{font-family:integerSecondaryFont,tahoma;padding-left:10px}[data-list="1"] ._item ._info span ins{padding-left:2px}[data-list="1"] ._item ._rate .jq-ry-container{direction:ltr}[data-list="1"] ._item ._abstract p{margin:0;line-height:25px;text-align:justify;color:#666;overflow:hidden}[data-list="1"] ._item ._price{font-family:integerPrimaryFont,tahoma;font-size:.88rem}[data-list="1"] ._item ._price:after{content:"";display:table;clear:both}[data-list="1"] ._item ._price ins{float:right;text-decoration:none;color:#5a9e11}[data-list="1"] ._item ._price del{float:left;color:#ff6b6b}[data-list="1"] ._item ._button a{display:table;margin:0;padding:8px 12px;background-color:#fff;border:1px solid #d1d1d1;line-height:1.5;font-size:.88rem;color:#333}[data-list="1"] ._item ._button a:hover{background-color:#08c;border:1px solid #08c;color:#fff}@media only screen and (max-width:1280px){[data-list="1"] ._item ._info span:first-child ins,[data-list="1"] ._item ._info span:last-child ins{display:none!important;visibility:hidden!important;opacity:0!important}}[data-list="1"][data-list-type="1"] ._item>div>:not(._image){padding:10px 10px 0}[data-list="1"][data-list-type="1"] ._item>div>:not(._image):last-child{padding:10px}[data-list="1"][data-list-type="1"] ._item ._image:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.6);z-index:9;opacity:0;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;transition:all .5s ease 0s}[data-list="1"][data-list-type="1"] ._item ._name h3{height:31px;overflow:hidden}[data-list="1"][data-list-type="1"] ._item ._price{max-height:52px;overflow:hidden}[data-list="1"][data-list-type="1"] ._item:hover ._image:before{opacity:1}[data-list="1"][data-list-type="1"] ._item:hover ._image figure a img{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)}[data-list="1"][data-list-type="1"] ._item:hover ._image ._tools ol{right:0}[data-list="1"][data-list-type="1"] ._item:hover ._name h3 a{color:#08c}[data-list="1"][data-list-type="1"] ._item:hover ._button a{background-color:#08c;border:1px solid #08c;color:#fff}[data-list="1"][data-list-type="1"] ._abstract,[data-list="1"][data-list-type="1"] ._info,[data-list="1"][data-list-type="1"] ._item>div>._tools,[data-list="1"][data-list-type="1"] ._title{display:none!important;visibility:hidden!important;opacity:0!important}[data-list="1"][data-list-type="2"] ._item:after{content:"";display:table;clear:both}[data-list="1"][data-list-type="2"] ._item ._positive{float:right;width:30%;padding:20px}[data-list="1"][data-list-type="2"] ._item ._negative{float:right;width:70%;padding:20px 0 20px 20px}[data-list="1"][data-list-type="2"] ._item ._negative>div:not(._tools){margin-bottom:15px}[data-list="1"][data-list-type="2"] ._item ._name h3 a:hover{color:#08c}[data-list="1"][data-list-type="2"] ._item ._rate{padding:10px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}[data-list="1"][data-list-type="2"] ._item ._abstract p{max-height:150px}[data-list="1"][data-list-type="2"] ._item ._tools ol{margin:0}[data-list="1"][data-list-type="2"] ._item ._tools ol:after{content:"";display:table;clear:both}[data-list="1"][data-list-type="2"] ._item ._tools ol li{float:right;padding-left:10px;list-style:none}[data-list="1"][data-list-type="2"] ._item ._tools ol li a{display:table;margin:0;padding:8px 12px;background-color:#fff;border:1px solid #d1d1d1;line-height:1.5;font-size:.88rem;color:#333}[data-list="1"][data-list-type="2"] ._button,[data-list="1"][data-list-type="2"] ._image ._tools,[data-list="1"][data-list-type="2"] ._info,[data-list="1"][data-list-type="2"] ._item ._tools ol li a i,[data-list="1"][data-list-type="2"] ._label,[data-list="1"][data-list-type="2"] ._title{display:none!important;visibility:hidden!important;opacity:0!important}[data-list="1"][data-list-type="3"] ._item ._negative>div,[data-list="1"][data-list-type="3"] ._item ._positive>div,[data-list="1"][data-list-type="4"] ._item>div>div:not(._button){margin-bottom:15px}[data-list="1"][data-list-type="2"] ._item ._tools ol li a:hover{background-color:#08c;border-color:#08c;color:#fff}@media only screen and (max-width:1041px){[data-list="1"][data-list-type="2"] ._item ._positive{width:40%}[data-list="1"][data-list-type="2"] ._item ._negative{width:60%}[data-list="1"][data-list-type="2"] ._item ._abstract p{max-height:100px}}@media only screen and (max-width:997px){[data-list="1"][data-list-type="2"] ._item ._tools ol li:not(:first-child) i{display:inline-block!important;visibility:visible!important;opacity:1!important}[data-list="1"][data-list-type="2"] ._item ._tools ol li:not(:first-child) span{display:none!important;visibility:hidden!important;opacity:0!important}}@media only screen and (max-width:480px){[data-list="1"][data-list-type="2"] ._item ._positive{width:100%;padding-bottom:0}[data-list="1"][data-list-type="2"] ._item ._negative{width:100%;padding:20px}[data-list="1"][data-list-type="2"] ._item ._tools ol li{padding-left:5px}[data-list="1"][data-list-type="2"] ._item ._tools ol li:last-child{padding-left:0}}[data-list="1"][data-list-type="3"] ._item ._negative{padding:0 20px}[data-list="1"][data-list-type="3"] ._item ._image figure a:after,[data-list="1"][data-list-type="3"] ._item ._image figure a:before{display:block;position:absolute;opacity:0;transition-duration:250ms;transition-timing-function:linear}[data-list="1"][data-list-type="3"] ._item ._image figure a:before{content:"";top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.3);z-index:99;transform:scale(.5);transition-property:transform,opacity}[data-list="1"][data-list-type="3"] ._item ._image figure a:after{content:"\f002";top:50%;left:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;background-color:#08c;-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;line-height:42px;text-align:center;font-family:FontAwesome;color:#fff;z-index:999;transition-property:opacity}[data-list="1"][data-list-type="3"] ._item ._image figure a:hover:before{transform:scale(1);opacity:1}[data-list="1"][data-list-type="3"] ._item ._image figure a:hover:after{opacity:1}[data-list="1"][data-list-type="3"] ._item ._abstract p{height:75px}[data-list="1"][data-list-type="3"] ._image>._label,[data-list="1"][data-list-type="3"] ._image>._tools,[data-list="1"][data-list-type="3"] ._item>div>._tools,[data-list="1"][data-list-type="3"] ._price,[data-list="1"][data-list-type="3"] ._rate,[data-list="1"][data-list-type="3"] ._title{display:none!important;visibility:hidden!important;opacity:0!important}[data-list="1"][data-list-type="4"] ._item{padding:25px}[data-list="1"][data-list-type="4"] ._item ._title h3 a{line-height:57px;font-size:1.75rem}[data-list="1"][data-list-type="4"] ._item ._abstract p{max-height:250px}[data-list="1"][data-list-type="7"] ._item ._abstract p,[data-list="1"][data-list-type="8"] ._item ._abstract p{max-height:100px}[data-list="1"][data-list-type="4"] ._image ._tools,[data-list="1"][data-list-type="4"] ._item>div>._tools,[data-list="1"][data-list-type="4"] ._label,[data-list="1"][data-list-type="4"] ._name,[data-list="1"][data-list-type="4"] ._price,[data-list="1"][data-list-type="4"] ._rate{display:none!important;visibility:hidden!important;opacity:0!important}@media only screen and (max-width:997px){[data-list="1"][data-list-type="4"] ._item ._title h3 a{line-height:41px;font-size:1.25rem}}[data-list="1"][data-list-type="5"] ._item>div>:not(._image){padding:10px 10px 0}[data-list="1"][data-list-type="5"] ._item>div>:not(._image):last-child{padding:10px}[data-list="1"][data-list-type="5"] ._item ._image figure{margin:0;padding-top:20px}[data-list="1"][data-list-type="5"] ._item ._image figure a{display:block;width:200px;height:200px;margin:0 auto;-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;overflow:hidden}[data-list="1"][data-list-type="5"] ._item ._image figure a img{display:block;width:100%;-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;transition:all .5s ease 0s}[data-list="1"][data-list-type="5"] ._item ._name h3{height:60px;text-align:center;overflow:hidden}[data-list="1"][data-list-type="5"] ._item ._name h3 span{display:block;line-height:40px;font-size:1.25rem}[data-list="1"][data-list-type="5"] ._item ._name h3 dfn{display:block;line-height:20px;font-style:normal;font-size:.88rem;color:#a7a7a7}[data-list="1"][data-list-type="5"] ._item ._abstract p{height:100px}[data-list="1"][data-list-type="5"] ._item ._tools ol{display:table;margin:0 auto}[data-list="1"][data-list-type="5"] ._item ._tools ol li{float:right;padding-left:10px;list-style:none}[data-list="1"][data-list-type="5"] ._item ._tools ol li:last-child{padding-left:0}[data-list="1"][data-list-type="5"] ._item ._tools ol li a{display:block;width:40px;height:40px;margin:0;padding:0;background-color:#fff;border:1px solid #d1d1d1;line-height:40px;font-size:1rem;color:#444}[data-list="1"][data-list-type="7"] ._item ._negative>:not(:last-child),[data-list="1"][data-list-type="8"] ._item ._negative>:not(:last-child){margin-bottom:10px}[data-list="1"][data-list-type="5"] ._item ._tools ol li a:hover{background-color:#08c;border-color:#08c;color:#fff}[data-list="1"][data-list-type="5"] ._item:hover ._image figure a img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}[data-list="1"][data-list-type="5"] ._button,[data-list="1"][data-list-type="5"] ._image>._label,[data-list="1"][data-list-type="5"] ._image>._tools,[data-list="1"][data-list-type="5"] ._info,[data-list="1"][data-list-type="5"] ._price,[data-list="1"][data-list-type="5"] ._rate,[data-list="1"][data-list-type="5"] ._title{display:none!important;visibility:hidden!important;opacity:0!important}@media only screen and (max-width:1217px){[data-list="1"][data-list-type="5"] ._item ._tools ol li{padding-left:5px}[data-list="1"][data-list-type="5"] ._item ._tools ol li a{width:35px;height:35px;line-height:35px}}@media only screen and (min-width:997px) and (max-width:1041px){[data-list="1"][data-list-type="5"] ._item ._tools ol li{padding-left:2px}}[data-list="1"][data-list-type="7"] ._item:after{content:""!important;display:table!important;clear:both!important}[data-list="1"][data-list-type="7"] ._item ._positive{float:right;width:40%}[data-list="1"][data-list-type="7"] ._item ._negative{float:right;width:60%;padding:20px}[data-list="1"][data-list-type="7"] ._item ._label ._group{top:20px;right:0;padding-bottom:0;padding-right:10px;padding-left:10px;background-color:#ef3f3e;-moz-box-shadow:-2px 0 2px 0 rgba(0,0,0,.28);-webkit-box-shadow:-2px 0 2px 0 rgba(0,0,0,.28);box-shadow:-2px 0 2px 0 rgba(0,0,0,.28);line-height:22px;font-family:integerSecondaryFont,tahoma;font-size:13px}[data-list="1"][data-list-type="7"] ._item ._name h3 a{font-family:integerPrimaryFont,tahoma;font-size:18px}[data-list="1"][data-list-type="7"] ._item ._name h3 a:hover{color:#08c}[data-list="1"][data-list-type="7"] ._item ._info *{color:#999;font-size:13px}[data-list="1"][data-list-type="7"] ._item ._info span{padding-left:0}[data-list="1"][data-list-type="7"] ._item ._info span:last-child{float:left}[data-list="1"][data-list-type="7"] ._button,[data-list="1"][data-list-type="7"] ._image ._tools,[data-list="1"][data-list-type="7"] ._title{display:none!important;visibility:hidden!important;opacity:0!important}[data-list="1"][data-list-type="8"] ._item ._button:after,[data-list="1"][data-list-type="8"] ._item:after{content:""!important;display:table!important;clear:both!important}@media only screen and (max-width:785px){[data-list="1"][data-list-type="7"] ._item ._negative,[data-list="1"][data-list-type="7"] ._item ._positive{width:100%}}[data-list="1"][data-list-type="8"] ._item ._positive{float:right;width:40%;padding:20px}[data-list="1"][data-list-type="8"] ._item ._negative:first-child{padding:20px 20px 0}[data-list="1"][data-list-type="8"] ._item ._negative:last-child{float:right;width:60%;padding:20px 0 20px 20px}[data-list="1"][data-list-type="8"] ._item ._name h3 a{font-family:integerPrimaryFont,tahoma;font-size:18px}[data-list="1"][data-list-type="8"] ._item ._name h3 a:hover{color:#08c}[data-list="1"][data-list-type="8"] ._item ._info{padding-bottom:10px;border-bottom:1px solid #ddd}[data-list="1"][data-list-type="8"] ._item ._info *{color:#888;font-size:13px}[data-list="1"][data-list-type="8"] ._item ._button a{float:left}[data-list="1"][data-list-type="8"] ._image ._label,[data-list="1"][data-list-type="8"] ._image ._tools,[data-list="1"][data-list-type="8"] ._price,[data-list="1"][data-list-type="8"] ._rete,[data-list="1"][data-list-type="8"] ._title,[data-list="1"][data-list-type="8"] ._tools{display:none!important;visibility:hidden!important;opacity:0!important}@media only screen and (max-width:785px){[data-list="1"][data-list-type="8"] ._item ._negative,[data-list="1"][data-list-type="8"] ._item ._positive{float:none!important;width:100%!important}[data-list="1"][data-list-type="8"] ._item ._negative:last-child{padding-top:0;padding-right:20px}}
[data-list="2"] ._item{margin-bottom:20px;background-color:#f8fafc;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1);-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1);box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1);-webkit-transition:.5s ease-out background-color 0s;-moz-transition:.5s ease-out background-color 0s;-o-transition:.5s ease-out background-color 0s;-ms-transition:.5s ease-out background-color 0s;transition:.5s ease-out background-color 0s;overflow:hidden;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0}[data-list="2"] ._item figure{margin:0;overflow:hidden}[data-list="2"] ._item figure a{display:block}[data-list="2"] ._item figure a img{display:block;width:100%;-webkit-transition:.3s ease-out transform 0s;-moz-transition:.3s ease-out transform 0s;-o-transition:.3s ease-out transform 0s;-ms-transition:.3s ease-out transform 0s;transition:.3s ease-out transform 0s}[data-list="2"] ._item article{padding:15px 20px}[data-list="2"] ._item article h6{margin:0}[data-list="2"] ._item article h6 a{display:table;line-height:29px;font-size:14px;color:#444;-webkit-transition:.5s ease-out color 0s;-moz-transition:.5s ease-out color 0s;-o-transition:.5s ease-out color 0s;-ms-transition:.5s ease-out color 0s;transition:.5s ease-out color 0s}[data-list="2"] ._item article>span{display:block;line-height:25px;font-size:12px;color:#ccc;-webkit-transition:.5s ease-out color 0s;-moz-transition:.5s ease-out color 0s;-o-transition:.5s ease-out color 0s;-ms-transition:.5s ease-out color 0s;transition:.5s ease-out color 0s}[data-list="2"] ._item article p{margin:5px 0 0;text-align:justify;text-align-last:right;color:#686868}[data-list="2"] ._item article ._btn{display:table;margin:10px 0 0;padding:0 10px;line-height:30px;font-size:14px;background-color:#08c;border-color:#08c;color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px 2px 2px 2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;-moz-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-transition:background .3s ease-in-out 0s,color .3s ease-in-out 0s;-moz-transition:background .3s ease-in-out 0s,color .3s ease-in-out 0s;-o-transition:background .3s ease-in-out 0s,color .3s ease-in-out 0s;-ms-transition:background .3s ease-in-out 0s,color .3s ease-in-out 0s;transition:background .3s ease-in-out 0s,color .3s ease-in-out 0s}[data-list="2"] ._item article ._btn:active,[data-list="2"] ._item article ._btn:focus,[data-list="2"] ._item article ._btn:hover{background-color:#069}[data-list="2"] ._item:hover{background-color:#fff}[data-list="2"] ._item:hover article h6 a{color:#08c}[data-list="2"] ._item:hover article>span{color:rgba(0,0,0,.5)}[data-list="2"]._telly ._item{background-color:transparent;-moz-box-shadow:inset 0 0 0 0 transparent;-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}[data-list="2"]._telly ._item figure{position:relative}[data-list="2"]._telly ._item figure ._time{display:block;position:absolute;bottom:10px;left:10px;padding-right:7px;padding-left:7px;background-color:rgba(0,0,0,.4);direction:ltr;line-height:30px;text-transform:uppercase;font-family:integerSecondaryFont,tahoma;font-size:14px;color:#fff}[data-list="2"]._telly ._item figure ._mark{display:block;position:absolute;top:10px;right:10px;background-color:rgba(0,0,0,.4)}[data-list="2"]._telly ._item figure ._mark i{display:block;min-width:30px;line-height:30px;text-align:center;font-size:22px;color:#fff}[data-list="2"]._telly ._item article{padding:0}[data-list="2"]._telly ._item article h6{height:50px;overflow:hidden}[data-list="2"]._telly ._item article h6 a{line-height:25px;font-family:secondaryFont,tahoma;font-size:16px;-webkit-transition:0s 0s;-moz-transition:0s 0s;-o-transition:0s 0s;-ms-transition:0s 0s;transition:0s 0s}[data-list="2"]._telly ._item:hover article h6 a{color:#444}[data-list="2"][data-list-type="2"] ._item{border-top:3px solid #08c}[data-list="2"][data-list-type="2"] ._item article h5{margin:0}[data-list="2"][data-list-type="2"] ._item article h5 a{display:table;margin:0 auto;line-height:33px;font-size:16px;color:#2d3237;-webkit-transition:.5s ease-out color 0s;-moz-transition:.5s ease-out color 0s;-o-transition:.5s ease-out color 0s;-ms-transition:.5s ease-out color 0s;transition:.5s ease-out color 0s}[data-list="2"][data-list-type="2"] ._item article ._btn{margin-left:auto;margin-right:auto}[data-list="2"][data-list-type="2"]._group ._item article p{height:75px;line-height:25px;overflow:hidden}[data-list="2"][data-list-type="3"] ._item{position:relative;padding-right:120px;background-color:transparent;-moz-box-shadow:inset 0 0 0 0 transparent;-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}[data-list="2"][data-list-type="3"] ._item figure{position:absolute;top:0;right:0;width:100px;height:100px;-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}[data-list="2"][data-list-type="3"] ._item article{padding:0}[data-list="2"][data-list-type="3"] ._item article h6{height:45px;overflow:hidden}[data-list="2"][data-list-type="3"] ._item article h6 a{line-height:45px;font-size:22px}[data-list="2"][data-list-type="3"] ._item article p{height:78px;line-height:26px;overflow:hidden}[data-list="2"][data-list-type="3"] ._item article ._btn{padding:0;background-color:transparent;border:none;-moz-box-shadow:0 0 0 0 transparent;-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;color:#08c}[data-list="2"][data-list-type="3"] ._item article ._btn:after{content:"\f060";padding-right:5px;font-family:FontAwesome}@media only screen and (max-width:785px){[data-list="2"][data-list-type="3"] ._item article ._btn,[data-list="2"][data-list-type="3"] ._item article h6 a{margin-left:auto;margin-right:auto}[data-list="2"][data-list-type="3"] ._item{padding-right:0}[data-list="2"][data-list-type="3"] ._item figure{position:relative;margin-left:auto;margin-right:auto;width:220px;height:220px}[data-list="2"][data-list-type="3"] ._item article{padding:0}[data-list="2"][data-list-type="3"] ._item article p{text-align-last:center}}[data-list="2"][data-list-type="4"] ._item{position:relative;margin-bottom:30px;padding-top:120px;background-color:transparent;border:1px solid grey;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0;-moz-box-shadow:inset 0 0 0 0 transparent;-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent;-webkit-transition:border .5s ease-out 0s;-moz-transition:border .5s ease-out 0s;-o-transition:border .5s ease-out 0s;-ms-transition:border .5s ease-out 0s;transition:border .5s ease-out 0s;overflow:visible}[data-list="2"][data-list-type="4"] ._item map{position:absolute;top:-15px;right:50%;width:210px;margin-right:-105px;padding-top:20px;background-color:#08c}[data-list="2"][data-list-type="4"] ._item map span{display:block;height:29px;line-height:29px;text-align:center;font-family:integerPrimaryFont,tahoma;font-size:15px;color:#fff;overflow:hidden}[data-list="2"][data-list-type="4"] ._item map span ins{position:relative;padding-right:10px;text-decoration:none}[data-list="2"][data-list-type="4"] ._item map span ins:before{content:"/";position:absolute;top:0;right:-1px;font-size:20px}[data-list="2"][data-list-type="4"] ._item map mark{position:absolute;bottom:-45px;width:0;height:0;background-color:transparent;border-style:solid;border-width:45px 105px 0;border-color:#08c transparent transparent}[data-list="2"][data-list-type="4"] ._item map:after,[data-list="2"][data-list-type="4"] ._item map:before{content:"";position:absolute;top:0;width:0;height:0;border-style:solid}[data-list="2"][data-list-type="4"] ._item map:before{left:-10px;border-width:0 0 15px 10px;border-color:transparent transparent #08c}[data-list="2"][data-list-type="4"] ._item map:after{right:-10px;border-width:15px 0 0 10px;border-color:transparent transparent transparent #08c}[data-list="2"][data-list-type="4"] ._item article{padding-top:0}[data-list="2"][data-list-type="4"] ._item article ul{margin:0}[data-list="2"][data-list-type="4"] ._item article ul li{list-style:none}[data-list="2"][data-list-type="4"] ._item article ul li span{display:block;line-height:40px;text-align:center;font-family:secondaryFont,tahoma;font-size:18px;color:#686868}[data-list="2"][data-list-type="4"] ._item article ._btn{margin-left:auto;margin-right:auto}[data-list="2"][data-list-type="4"] ._item:hover{border-color:#08c}[data-list="2"][data-list-type="5"] ._item{position:relative;padding:25px;background-color:#eee;border:1px solid #eee;-webkit-border-radius:5px;-khtml-border-radius:5px 5px 5px 5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;-moz-box-shadow:inset 0 0 0 0 transparent;-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent;-webkit-transition:border .5s ease-out 0s;-moz-transition:border .5s ease-out 0s;-o-transition:border .5s ease-out 0s;-ms-transition:border .5s ease-out 0s;transition:border .5s ease-out 0s;overflow:visible}[data-list="2"][data-list-type="5"] ._item figure{margin-bottom:10px;-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}[data-list="2"][data-list-type="5"] ._item article{padding:0}[data-list="2"][data-list-type="5"] ._item article h6{height:47px;overflow:hidden}[data-list="2"][data-list-type="5"] ._item article h6 a{margin-left:auto;margin-right:auto;line-height:47px;font-size:22px}[data-list="2"][data-list-type="5"] ._item article h6 a:hover{color:#08c!important}[data-list="2"][data-list-type="5"] ._item article ins{display:block;text-decoration:none;text-align:center;font-family:integerPrimaryFont,tahoma;color:#08c}[data-list="2"][data-list-type="5"] ._item article p{text-align:center;text-align-last:center}[data-list="2"][data-list-type="5"] ._item article ._btn{margin-left:auto;margin-right:auto;padding:0 25px;background-color:transparent;border-width:1px;border-style:solid;-moz-box-shadow:0 0 0 0 transparent;-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;color:#08c}[data-list="2"][data-list-type="5"] ._item article ._btn:active,[data-list="2"][data-list-type="5"] ._item article ._btn:focus,[data-list="2"][data-list-type="5"] ._item article ._btn:hover{background-color:#08c;color:#fff}[data-list="2"][data-list-type="5"] ._item:hover{border-color:#08c}[data-list="2"][data-list-type="5"] ._item:hover article h6 a{color:#444}[data-list="2"][data-list-type="5"]._lisa ._item figure{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0}[data-list="2"][data-list-type="5"]._lisa ._item figure a{display:table;margin-left:auto;margin-right:auto}[data-list="2"][data-list-type="5"]._lisa ._item figure a img{width:auto}[data-list="2"][data-list-type="5"]._lisa ._item:hover{border-color:transparent}[data-list="2"][data-list-type="5"]._serenity ._item{margin-bottom:120px;padding-bottom:60px;background-color:#fff;border:none;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.3);box-shadow:0 1px 3px 0 rgba(0,0,0,.3)}[data-list="2"][data-list-type="5"]._serenity ._item figure{position:absolute;right:50%;bottom:-50px;width:100px;height:100px;margin-right:-50px;margin-bottom:0}[data-list="2"][data-list-type="5"]._serenity ._item figure a{display:table;margin-left:auto;margin-right:auto}[data-list="2"][data-list-type="5"]._serenity ._item figure a img{width:auto}[data-list="2"][data-list-type="5"]._serenity ._item article ._icon{display:block;line-height:30px;text-align:center;font-size:20px;color:#08c}[data-list="2"][data-list-type="5"]._serenity ._item nav{position:absolute;bottom:-80px;right:0;width:100%;height:33px;overflow:hidden}[data-list="2"][data-list-type="5"]._serenity ._item nav a{display:table;margin-left:auto;margin-right:auto;line-height:33px;color:#08c}[data-list="2"][data-list-type="5"]._serenity ._item nav a:hover{color:#005580}[data-list="2"][data-list-type="5"]._serenity ._item:hover{border-color:transparent}
[data-list="4"] ._item{position:relative;overflow:hidden}[data-list="4"] ._item figure{margin:0}[data-list="4"] ._item figure img{display:block;width:100%;-webkit-transition:.5s ease-out transform 0s;-moz-transition:.5s ease-out transform 0s;-o-transition:.5s ease-out transform 0s;-ms-transition:.5s ease-out transform 0s;transition:.5s ease-out transform 0s;backface-visibility:hidden}[data-list="4"] ._item ._hover{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;-webkit-transition:opacity .5s ease 0s;-moz-transition:opacity .5s ease 0s;-o-transition:opacity .5s ease 0s;-ms-transition:opacity .5s ease 0s;transition:opacity .5s ease 0s}[data-list="4"] ._item ._hover ._zoom{position:absolute;top:0;left:0;bottom:0;right:0}[data-list="4"] ._item ._hover ._zoom i{display:block;position:absolute;top:50%;left:50%;width:60px;height:60px;margin-top:-30px;margin-left:-30px;background-color:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.5);-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;line-height:60px;text-align:center;font-size:16px;color:#fff;-webkit-transform:translateY(-120%);-moz-transform:translateY(-120%);-ms-transform:translateY(-120%);-o-transform:translateY(-120%);transform:translateY(-120%);-webkit-transition:.5s cubic-bezier(.215,.61,.355,1) 0s;-moz-transition:.5s cubic-bezier(.215,.61,.355,1) 0s;-o-transition:.5s cubic-bezier(.215,.61,.355,1) 0s;transition:.5s cubic-bezier(.215,.61,.355,1) 0s}[data-list="4"] ._item ._hover ._content{padding:10% 15px 15px}[data-list="4"] ._item ._hover ._content>:not(:last-child){margin-bottom:10px;text-align:center;text-align-last:center}[data-list="4"] ._item ._hover ._content h5{height:28px;line-height:28px;overflow:hidden}[data-list="4"] ._item ._hover ._content span{display:block;height:24px;line-height:24px;overflow:hidden}[data-list="4"] ._item ._hover ._content p{height:75px;line-height:25px;overflow:hidden}[data-list="4"] ._item ._hover ._content ._btn{display:table;margin-left:auto;margin-right:auto;padding:0 10px;line-height:30px;font-size:14px;background-color:#08c;border-color:#08c;color:#fff;-webkit-border-radius:2px;-khtml-border-radius:2px 2px 2px 2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;-moz-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-transition:background .3s ease 0s;-moz-transition:background .3s ease 0s;-o-transition:background .3s ease 0s;-ms-transition:background .3s ease 0s;transition:background .3s ease 0s}[data-list="4"] ._item ._hover ._content ._btn:active,[data-list="4"] ._item ._hover ._content ._btn:focus,[data-list="4"] ._item ._hover ._content ._btn:hover,[data-list="4"] ._item ._hover ._content ._btn:visited{background-color:#069}[data-list="4"] ._item ._hover._light{background-color:rgba(255,255,255,.7)}[data-list="4"] ._item ._hover._dark{background-color:rgba(0,0,0,.35)}[data-list="4"] ._item:hover figure img{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)}[data-list="4"] ._item:hover ._hover{opacity:1}[data-list="4"] ._item:hover ._hover ._zoom i{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:.3s cubic-bezier(.215,.61,.355,1) 0s;-moz-transition:.3s cubic-bezier(.215,.61,.355,1) 0s;-o-transition:.3s cubic-bezier(.215,.61,.355,1) 0s;transition:.3s cubic-bezier(.215,.61,.355,1) 0s}@media only screen and (min-width:785px){[data-list="4"] .columns{padding:0}[data-list="4"] ._item{border-left:1px solid transparent;border-bottom:1px solid transparent}}@media only screen and (max-width:1041px){[data-list="4"] ._item ._hover ._content p{height:50px}}@media only screen and (max-width:785px){[data-list="4"] ._item ._hover ._content p{height:25px}}
.lg-backdrop,.lg-outer{direction:ltr}@-webkit-keyframes fullSwing{0%{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes fullSwing{0%{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes fullSwing{0%{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fullSwing{0%{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.lg-backdrop{background-color:rgba(0,0,0,.4)}.lg-outer .lg .lg-inner .lg-item{background:0 0}.lg-outer .lg .lg-inner .lg-item:before{content:"";position:absolute;display:block;width:100px;height:100px;top:50%;left:50%;margin-top:-50px;margin-left:-50px;border-radius:80px;box-shadow:0 6px 0 0 #92278f;-ms-animation:fullSwing 1s linear infinite;-moz-animation:fullSwing 1s linear infinite;-webkit-animation:fullSwing 1s linear infinite;-o-animation:fullSwing 1s linear infinite;animation:fullSwing 1s linear infinite;transform:scale(.6)}.lg-outer .lg .lg-thumb-outer{margin-bottom:10px;background-color:transparent}.lg-outer .lg .lg-thumb-outer .lg-thumb{display:table;margin:0 auto;padding:0}.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item{height:auto}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------          MAIN MENU:  VERTICAL          ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
[data-menu="vertical"] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  width: 100%;
  /* --------------------------------------   LEVEL 01   -------------------------------------- */
  /* ----------------------------------- BASIC AND LEVEL nN ----------------------------------- */
  /* --------------------------------------     MEGA     -------------------------------------- */
}
[data-menu="vertical"] ul {
  position: relative;
  margin: 0;
}
[data-menu="vertical"] ul li {
  list-style: none outside none;
}
[data-menu="vertical"] ul li a {
  display: block;
  position: relative;
}
[data-menu="vertical"] ul li a span {
  display: block;
}
[data-menu="vertical"] .level_1:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
[data-menu="vertical"] .level_1 > li {
  float: none;
  padding: 0 10px;
  background-color: transparent;
}
[data-menu="vertical"] .level_1 > li > a > span {
  line-height: 33px;
  font-size: 16px;
  color: #686868;
}
[data-menu="vertical"] .level_1 > li._parent > a {
  padding-left: 20px;
}
[data-menu="vertical"] .level_1 > li._parent > a:before {
  content: "\f196";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #686868;
  z-index: 999;
}
[data-menu="vertical"] .level_1 > li._parent._open > a:before {
  content: "\f147";
}
[data-menu="vertical"] .level_1 > li:hover, [data-menu="vertical"] .level_1 > li._active {
  background-color: transparent;
}
[data-menu="vertical"] .level_1 > li:hover > a > span, [data-menu="vertical"] .level_1 > li._active > a > span {
  color: #0088cc;
}
[data-menu="vertical"] .level_1 > li:hover._parent > a:before, [data-menu="vertical"] .level_1 > li._active._parent > a:before {
  color: #0088cc;
}
[data-menu="vertical"] .level_1 > ._parent > .level_n {
  right: 100%;
}
[data-menu="vertical"] ._basic {
  position: relative;
}
[data-menu="vertical"] ._basic .level_n {
  display: none;
  position: static;
  top: 0;
  right: 100%;
  min-width: 175px;
  width: 100%;
  z-index: 999;
}
[data-menu="vertical"] ._basic .level_n > li {
  padding: 0 10px;
  background-color: #ffffff;
}
[data-menu="vertical"] ._basic .level_n > li > a > span {
  white-space: nowrap;
  line-height: 33px;
  font-size: 13px;
  color: #b4b4b4;
}
[data-menu="vertical"] ._basic .level_n > li._parent {
  position: relative;
  padding-left: 0;
}
[data-menu="vertical"] ._basic .level_n > li._parent > a {
  padding-left: 20px;
}
[data-menu="vertical"] ._basic .level_n > li._parent > a:before {
  content: "\f196";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #b4b4b4;
  z-index: 999;
}
[data-menu="vertical"] ._basic .level_n > li._parent._open > a:before {
  content: "\f147";
}
[data-menu="vertical"] ._basic .level_n > li:hover > a > span {
  color: #0088cc;
}
[data-menu="vertical"] ._basic .level_n > li:hover._parent > a:before {
  color: #0088cc;
}
[data-menu="vertical"] ._basic._open > a:before {
  content: "\f147";
}
[data-menu="vertical"] ._mega {
  position: relative;
}
[data-menu="vertical"] ._mega > ul {
  display: none;
  position: static;
  top: 0;
  right: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
}
[data-menu="vertical"] ._mega > ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
[data-menu="vertical"] ._mega ._parent > a {
  cursor: pointer;
}
[data-menu="vertical"] ._mega ._parent > a:before {
  content: "\f196";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #686868;
  z-index: 999;
}
[data-menu="vertical"] ._mega ._parent > a > span {
  line-height: 33px;
  font-size: 14px;
  color: #8a8a8a;
}
[data-menu="vertical"] ._mega ._parent._open > a:before {
  content: "\f147";
}
[data-menu="vertical"] ._mega ._parent > ul > li > a > span {
  line-height: 33px;
  font-size: 13px;
  color: #b4b4b4;
}
[data-menu="vertical"] ._mega ._parent > ul > li > a:hover > span {
  color: #0088cc;
}
[data-menu="vertical"] ._mega ._parent > ul > li [data-btn] {
  display: table;
}

/* END [data-menu="vertical"] */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=menu_vertical_accordion.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         SHOP PORTO         ------------------------------- */
/* -------------------------              SPECIFICATION             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         FRAME WORK         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               KEY FRAMES               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CORE                                            */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    KEY FRAMES    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      KEY FRAMES  LIST                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------   HIGH LIGHTER   ------------------------------------ */
/* ------------------------------------       SWING      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.spec {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  /* --------------------------------------     LIST     -------------------------------------- */
  /* END .spec_list */ }
  .spec ul {
    margin: 0; }
    .spec ul li {
      list-style: none outside none;
      /* -----------       HEADING      ----------- */
      /* -----------        TITLE       ----------- */
      /* -----------        VALUE       ----------- */ }
      .spec ul li ._head {
        margin: 0; }
  .spec.spec_list ul:not(:last-child) {
    margin-bottom: 40px; }
  .spec.spec_list ul li {
    /* -----------       HEADING      ----------- */
    /* -----------        TITLE       ----------- */
    /* -----------        VALUE       ----------- */ }
    .spec.spec_list ul li:not(._head) {
      border-top: 1px solid #dddddd; }
      .spec.spec_list ul li:not(._head):nth-of-type(2n+1) {
        background-color: #f9f9f9; }
      .spec.spec_list ul li:not(._head):last-child {
        border-bottom: 1px solid #dddddd; }
    .spec.spec_list ul li:after {
      content: "" !important;
      display: table !important;
      clear: both !important; }
    .spec.spec_list ul li._head {
      position: relative;
      margin-bottom: 10px;
      padding-right: 30px; }
      .spec.spec_list ul li._head:before {
        content: "\e875";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -15px;
        font-family: "Linearicons-Free";
        font-weight: bold;
        font-size: 20px;
        color: #0088cc;
        z-index: 9; }
      .spec.spec_list ul li._head > * {
        display: table;
        line-height: 33px;
        font-size: 1rem;
        margin: 0; }
      .spec.spec_list ul li._head span {
        color: #666666; }
        .spec.spec_list ul li._head span.has-tip {
          border-bottom-color: #0088cc;
          color: #0088cc; }
    .spec.spec_list ul li ._title {
      float: right;
      min-width: 35vw;
      margin: 0;
      margin-left: 20px;
      padding-top: 4px;
      padding-bottom: 4px;
      border: medium none; }
      .spec.spec_list ul li ._title > * {
        display: table;
        line-height: 29px;
        font-size: 14px;
        color: #686868; }
      .spec.spec_list ul li ._title span.has-tip {
        border-bottom-color: #0088cc;
        color: #0088cc; }
    .spec.spec_list ul li ._value {
      position: relative;
      float: right;
      margin: 0;
      padding-top: 4px;
      padding-bottom: 4px;
      border: medium none; }
      .spec.spec_list ul li ._value > * {
        line-height: 29px;
        font-family: "integerSecondaryFont", "tahoma";
        font-size: 14px;
        color: #686868; }
      .spec.spec_list ul li ._value p {
        margin: 0; }
      .spec.spec_list ul li ._value span.has-tip {
        border-bottom-color: #0088cc;
        color: #0088cc; }
      .spec.spec_list ul li ._value.alert {
        color: #ef3f3e; }
        .spec.spec_list ul li ._value.alert:after {
          content: "\e880";
          display: block;
          line-height: 29px;
          font-family: "Linearicons-Free";
          font-size: 26px; }
      .spec.spec_list ul li ._value.success {
        color: #5a9e11; }
        .spec.spec_list ul li ._value.success:after {
          content: "\e87f";
          display: block;
          line-height: 29px;
          font-family: "Linearicons-Free";
          font-size: 26px; }

/* END .spec */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=spec_x.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------      PRODUCT AMBIANCE      ------------------------------- */
/* -------------------------              LIGHT SLIDER              ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         FRAME WORK         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               KEY FRAMES               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CORE                                            */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    KEY FRAMES    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      KEY FRAMES  LIST                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------   HIGH LIGHTER   ------------------------------------ */
/* ------------------------------------       SWING      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        SLIDER: MAIN                                        */
/* ------------------------------------------------------------------------------------------ */
.mainSlider {
  /* --------------------------------------    GENERAL   -------------------------------------- */ }
  .mainSlider .lSSlideOuter {
    position: relative;
    overflow: visible;
    padding-bottom: 40px;
    /* --------------------------------------    SLIDES    -------------------------------------- */
    /* --------------------------------------   THEMBNAIL  -------------------------------------- */ }
    .mainSlider .lSSlideOuter .lSSlideWrapper .lightSlider li {
      position: relative; }
      .mainSlider .lSSlideOuter .lSSlideWrapper .lightSlider li img {
        display: block; }
      .mainSlider .lSSlideOuter .lSSlideWrapper .lightSlider li ._cover {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1; }
      .mainSlider .lSSlideOuter .lSSlideWrapper .lightSlider li ._title {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
        background: -webkit-linear-gradient(transparent, rgba(10, 10, 10, 0.56));
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(transparent, rgba(10, 10, 10, 0.56));
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(transparent, rgba(10, 10, 10, 0.56));
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(transparent, rgba(10, 10, 10, 0.56));
        /* Standard syntax */ }
        .mainSlider .lSSlideOuter .lSSlideWrapper .lightSlider li ._title p, .mainSlider .lSSlideOuter .lSSlideWrapper .lightSlider li ._title a {
          display: block;
          margin-bottom: 0;
          height: 28px;
          line-height: 28px;
          text-align: center;
          color: #ffffff;
          overflow: hidden; }
    .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction > * {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 82px;
      margin: -41px 0 0;
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.5);
      opacity: 1;
      z-index: 99; }
      .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction > *:before {
        display: block;
        line-height: 80px;
        text-align: center;
        font-family: "Linearicons-Free";
        font-size: 2rem;
        color: #ffffff;
        z-index: 99; }
      .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction > *:focus, .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction > *:hover, .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction > *:active {
        border-color: #ffffff; }
    .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev {
      left: 20px;
      right: auto; }
      .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev:before {
        content: "\f104"; }
    .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction .lSNext {
      right: 20px;
      left: auto; }
      .mainSlider .lSSlideOuter .lSSlideWrapper .lSAction .lSNext:before {
        content: "\f105"; }
    .mainSlider .lSSlideOuter .lSPager {
      position: absolute;
      bottom: 10px;
      width: 100%;
      margin: 0; }
      .mainSlider .lSSlideOuter .lSPager li {
        padding: 0 5px; }
        .mainSlider .lSSlideOuter .lSPager li a {
          display: block;
          width: 13px;
          height: 13px;
          background-color: #aaaaaa;
          -webkit-border-radius: 50% 50% 50% 50%;
          -khtml-border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -o-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%; }
        .mainSlider .lSSlideOuter .lSPager li:hover a {
          background-color: rgba(0, 136, 204, 0.4); }
        .mainSlider .lSSlideOuter .lSPager li.active a {
          background-color: #0088cc; }
        .mainSlider .lSSlideOuter .lSPager li.active:hover a {
          background-color: #0088cc; }

/* END .mainSlider */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=lightslider_x.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------         PAGE:  PRODUCT DETAILS         ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         FRAME WORK         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               KEY FRAMES               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CORE                                            */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    KEY FRAMES    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      KEY FRAMES  LIST                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------   HIGH LIGHTER   ------------------------------------ */
/* ------------------------------------       SWING      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           SUMMARY                                          */
/* ------------------------------------------------------------------------------------------ */
.productDetailsSummary {
  /* --------------------------------------     TITLE    -------------------------------------- */
  /* --------------------------------------     RATE     -------------------------------------- */
  /* --------------------------------------     PRICE    -------------------------------------- */
  /* --------------------------------------    WIDGET    -------------------------------------- */
  /* --------------------------------------    SOCIAL    -------------------------------------- */
  /* --------------------------------------    LINKS     -------------------------------------- */ }
  .productDetailsSummary > * {
    margin-top: 20px; }
  .productDetailsSummary ._title h1 {
    margin: 0; }
  .productDetailsSummary ._rate:after {
    content: "" !important;
    display: table !important;
    clear: both !important; }
  .productDetailsSummary ._rate label {
    float: right;
    line-height: 25px;
    color: #686868;
    font-family: "secondaryFont", "tahoma"; }
    .productDetailsSummary ._rate label span {
      font-family: "integerPrimaryFont", "tahoma"; }
  .productDetailsSummary ._rate [data-rate] {
    float: right;
    padding-top: 2px;
    direction: ltr; }
  .productDetailsSummary ._price {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e9e9e9; }
    .productDetailsSummary ._price ._part {
      display: block;
      padding-bottom: 10px;
      text-align: center; }
      .productDetailsSummary ._price ._part * {
        display: inline-block;
        font-family: "secondaryFont", "tahoma";
        color: #5a9e11;
        font-size: 20px; }
      .productDetailsSummary ._price ._part dfn {
        font-style: normal; }
      .productDetailsSummary ._price ._part ins {
        text-decoration: none;
        font-family: "integerPrimaryFont", "tahoma"; }
      .productDetailsSummary ._price ._part b {
        font-weight: normal; }
      .productDetailsSummary ._price ._part._discount * {
        color: #ef3f3e; }
      .productDetailsSummary ._price ._part._discount ins {
        text-decoration: line-through; }
  .productDetailsSummary ._widget ul {
    margin: 0; }
    .productDetailsSummary ._widget ul:after {
      content: "" !important;
      display: table !important;
      clear: both !important; }
    .productDetailsSummary ._widget ul li {
      float: right;
      padding-left: 10px;
      list-style: outside none none; }
      .productDetailsSummary ._widget ul li a {
        display: table;
        margin: 0;
        padding: 8px 12px;
        background-color: #ffffff;
        border: 1px solid #baafb8;
        -webkit-border-radius: 4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        line-height: 1.5;
        font-size: 0.88rem;
        color: #686868; }
        .productDetailsSummary ._widget ul li a i {
          display: none !important;
          visibility: hidden !important;
          opacity: 0 !important; }
        .productDetailsSummary ._widget ul li a:hover {
          background-color: #0088cc;
          border-color: #0088cc;
          color: #ffffff; }
  .productDetailsSummary ._social ul li {
    padding-left: 10px; }
    .productDetailsSummary ._social ul li a {
      display: block;
      padding: 0; }
      .productDetailsSummary ._social ul li a i {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        background-color: #ffffff;
        border: 1px solid #baafb8;
        -webkit-border-radius: 4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #686868;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        .productDetailsSummary ._social ul li a i:hover {
          color: #ffffff; }
          .productDetailsSummary ._social ul li a i:hover.fa-facebook {
            background-color: #3c5B9B;
            border-color: #3c5B9B; }
          .productDetailsSummary ._social ul li a i:hover.fa-twitter {
            background-color: #359bed;
            border-color: #359bed; }
          .productDetailsSummary ._social ul li a i:hover.fa-google-plus {
            background-color: #e33729;
            border-color: #e33729; }
          .productDetailsSummary ._social ul li a i:hover.fa-pinterest-square {
            background-color: #cb2027;
            border-color: #cb2027; }
          .productDetailsSummary ._social ul li a i:hover.fa-linkedin {
            background-color: #027ba5;
            border-color: #027ba5; }
  .productDetailsSummary ._link ol {
    margin: 0; }
    .productDetailsSummary ._link ol:after {
      content: "";
      display: table;
      clear: both; }
    .productDetailsSummary ._link ol li {
      position: relative;
      float: right;
      width: 25%;
      list-style: none outside none; }
      .productDetailsSummary ._link ol li a {
        display: table;
        position: relative;
        padding-right: 30px;
        color: #686868; }
        .productDetailsSummary ._link ol li a i {
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -15px;
          font-size: 30px; }
        .productDetailsSummary ._link ol li a span {
          display: table-cell;
          height: 36px;
          padding: 0 10px;
          vertical-align: middle;
          text-align: center;
          line-height: 18px;
          font-size: 13px; }
        .productDetailsSummary ._link ol li a:hover span {
          color: #0088cc; }
      @media only screen and (max-width: 997px) {
        .productDetailsSummary ._link ol li {
          width: 50%;
          padding-top: 20px;
          padding-bottom: 20px; }
          .productDetailsSummary ._link ol li:nth-child(2n+1) {
            padding-left: 20px;
            border-left: 1px dashed #a8a8a8; }
          .productDetailsSummary ._link ol li:nth-child(2n) {
            padding-right: 20px; }
          .productDetailsSummary ._link ol li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
            border-bottom: 1px dashed #a8a8a8; }
          .productDetailsSummary ._link ol li a {
            display: block;
            height: 36px;
            overflow: hidden; } }

/* END .productDetailsSummary */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=product_details_x.css.map */

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------        MOBILE: LOVE        ------------------------------- */
/* -------------------------             CUSTOMIZE: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         FRAME WORK         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------                 MOTION                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSFORM                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------     SLIDE: X     ------------------------------------ */
/* ------------------------------------     SLIDE: Y     ------------------------------------ */
/* ------------------------------------       SCALE      ------------------------------------ */
/* ------------------------------------   TRANSLATE 3D   ------------------------------------ */
/* ------------------------------------   TRANSLATE  X   ------------------------------------ */
/* ------------------------------------   TRANSLATE  Y   ------------------------------------ */
/* ------------------------------------      ROTATE      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         TRANSITION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    TRANSITION    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          COMPONENT         ------------------------------- */
/* -------------------------               KEY FRAMES               ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CORE                                            */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------    KEY FRAMES    ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      KEY FRAMES  LIST                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------   HIGH LIGHTER   ------------------------------------ */
/* ------------------------------------       SWING      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
:not(input):not(textarea):not(button):not(select) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

body,
h1, h2, h3, h4, h5, h6,
button, input, optgroup, select, textarea {
  font-family: "integerPrimaryFont", "tahoma"; }

html.off_canvas_is_open,
html.off_canvas_is_open body {
  /**position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;*/
  z-index: 9; }

.padding-10 {
  padding: 10px; }

.widthFull {
  width: 100vw; }

.widthHalf {
  width: 50vw; }

.fast {
  -webkit-animation-duration: 150ms !important;
  animation-duration: 150ms !important;
  -webkit-transition-duration: 150ms !important;
  transition-duration: 150ms !important; }

.thumbSlider {
  direction: ltr; }

[data-btn] {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

[data-bg] {
  padding-top: 20px;
  padding-bottom: 20px; }

[data-title] {
  font-family: "integerPrimaryFont", "tahoma"; }

.or {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  overflow: hidden; }

.removeWrap {
  margin-right: -10px;
  margin-left: -10px; }

.canvasMenu ul li a {
  display: block;
  padding: 10px;
  background-color: gainsboro;
  text-align: center;
  color: #686868; }
  .canvasMenu ul li a i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px; }
  .canvasMenu ul li a span {
    display: block;
    font-size: 15px; }
.canvasMenu ul li:nth-child(2n) a {
  background-color: #c4cde1; }

#sign_in_always,
#sign_up_always {
  z-index: 99999; }

/* ------------------------------------------------------------------------------------------ */
/*                                         OFF CANVAS                                         */
/* ------------------------------------------------------------------------------------------ */
.off-canvas-content {
  padding-top: 84px;
  background-color: whitesmoke; }
  .off-canvas-content._header_align {
    padding-top: 74px; }

.off-canvas {
  width: 80vw;
  background-color: #ffffff;
  z-index: 99999; }
  .off-canvas ._logo {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0088cc; }
    .off-canvas ._logo a {
      display: table;
      margin-right: auto;
      margin-left: auto; }
      .off-canvas ._logo a img {
        display: block; }

.position-right {
  -webkit-transform: translateX(80vw);
  -moz-transform: translateX(80vw);
  -ms-transform: translateX(80vw);
  -o-transform: translateX(80vw);
  transform: translateX(80vw); }

.position-left {
  -webkit-transform: translateX(-80vw);
  -moz-transform: translateX(-80vw);
  -ms-transform: translateX(-80vw);
  -o-transform: translateX(-80vw);
  transform: translateX(-80vw); }

.js-off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }

.is-transition-push.position-right:after, .is-transition-push.position-left:after {
  -moz-box-shadow: inset 0 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 0 transparent;
  box-shadow: inset 0 0 0 0 transparent; }

.is-open.position-left ~ .off-canvas-content, .is-open.position-right ~ .off-canvas-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

/* ------------------------------------------------------------------------------------------ */
/*                                           DIVIDER                                          */
/* ------------------------------------------------------------------------------------------ */
[data-hr] {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-color: #cccccc; }

/* ------------------------------------------------------------------------------------------ */
/*                                        HEADER: MAIN                                        */
/* ------------------------------------------------------------------------------------------ */
.headerMain {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 74px;
  padding: 7px;
  background-color: #2c3e50;
  overflow: hidden;
  z-index: 999; }
  .headerMain ._menu ul li a {
    display: block;
    position: relative; }
    .headerMain ._menu ul li a i {
      display: block;
      line-height: 60px;
      font-size: 36px;
      color: #ffffff; }
    .headerMain ._menu ul li a ._badge {
      display: block;
      position: absolute;
      top: 10px;
      right: -10px;
      width: 20px;
      height: 20px;
      background-color: #0088cc;
      -webkit-border-radius: 50% 50% 50% 50%;
      -khtml-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -o-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      line-height: 20px;
      text-align: center;
      font-family: "integerPrimaryFont", "tahoma";
      font-size: 11px;
      color: #ffffff;
      overflow: hidden; }
  .headerMain ._menu ul.listHD li:not(:last-child) {
    padding-left: 15px; }
  .headerMain ._menu ul.listHO li:not(:last-child) {
    padding-right: 15px; }
  .headerMain ._logo {
    display: table;
    margin-right: auto;
    margin-left: auto;
    height: 60px; }
    .headerMain ._logo a {
      display: table-cell;
      vertical-align: middle; }
      .headerMain ._logo a img {
        display: block; }

/* ------------------------------------------------------------------------------------------ */
/*                                         MENU: MAIN                                         */
/* ------------------------------------------------------------------------------------------ */
[data-menu="vertical"] {
  height: calc(100vh - 212px);
  overflow-x: hidden;
  overflow-y: auto;
  /* --------------------------------------   LEVEL 01   -------------------------------------- */
  /* ----------------------------------- BASIC AND LEVEL nN ----------------------------------- */
  /* --------------------------------------     MEGA     -------------------------------------- */ }
  [data-menu="vertical"] .level_1 > li {
    padding: 0; }
    [data-menu="vertical"] .level_1 > li > a {
      padding-right: 10px;
      padding-left: 10px; }
      [data-menu="vertical"] .level_1 > li > a:after {
        content: "" !important;
        display: table !important;
        clear: both !important; }
      [data-menu="vertical"] .level_1 > li > a > i {
        display: block;
        float: right;
        padding-left: 10px;
        line-height: 60px;
        font-size: 25px;
        color: #454545; }
      [data-menu="vertical"] .level_1 > li > a > span {
        float: right;
        line-height: 60px;
        font-size: 14px;
        color: #454545; }
    [data-menu="vertical"] .level_1 > li._parent > a {
      padding-left: 30px; }
      [data-menu="vertical"] .level_1 > li._parent > a:before {
        content: "\e875";
        left: 15px;
        margin-top: -15px;
        font-family: "Linearicons-Free";
        font-weight: bold;
        font-size: 17px; }
    [data-menu="vertical"] .level_1 > li._parent._open > a {
      -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
      z-index: 1; }
      [data-menu="vertical"] .level_1 > li._parent._open > a:before {
        content: "\e874";
        color: #0088cc; }
      [data-menu="vertical"] .level_1 > li._parent._open > a i,
      [data-menu="vertical"] .level_1 > li._parent._open > a span {
        color: #0088cc; }
    [data-menu="vertical"] .level_1 > li:hover > a > i {
      color: #0088cc; }
  [data-menu="vertical"] ._basic .level_n > li {
    padding: 0;
    background-color: #efefef; }
    [data-menu="vertical"] ._basic .level_n > li > a {
      padding-right: 20px;
      padding-left: 20px; }
      [data-menu="vertical"] ._basic .level_n > li > a > span {
        line-height: 50px;
        color: #686868; }
    [data-menu="vertical"] ._basic .level_n > li._parent {
      position: static; }
      [data-menu="vertical"] ._basic .level_n > li._parent > a {
        padding-left: 30px; }
        [data-menu="vertical"] ._basic .level_n > li._parent > a:before {
          content: "\e875";
          left: 15px;
          margin-top: -15px;
          font-family: "Linearicons-Free";
          font-weight: bold;
          font-size: 17px;
          color: #686868; }
      [data-menu="vertical"] ._basic .level_n > li._parent._open > a {
        -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2); }
        [data-menu="vertical"] ._basic .level_n > li._parent._open > a:before {
          content: "\e874"; }
      [data-menu="vertical"] ._basic .level_n > li._parent._open > .level_n {
        border-bottom: 1px solid #aaaaaa; }
  [data-menu="vertical"] ._basic .level_n .level_n > li {
    background-color: gainsboro; }
  [data-menu="vertical"] ._basic._open > a:before {
    content: "\e874"; }
  [data-menu="vertical"] ._mega ._parent > a {
    padding-right: 10px;
    padding-left: 30px;
    background-color: #efefef; }
    [data-menu="vertical"] ._mega ._parent > a:before {
      content: "\e875";
      left: 15px;
      margin-top: -15px;
      font-family: "Linearicons-Free";
      font-weight: bold;
      font-size: 17px; }
    [data-menu="vertical"] ._mega ._parent > a > span {
      line-height: 50px;
      color: #686868; }
  [data-menu="vertical"] ._mega ._parent._open > a {
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 1; }
    [data-menu="vertical"] ._mega ._parent._open > a:before {
      content: "\e874"; }
  [data-menu="vertical"] ._mega ._parent > ul {
    padding-right: 10px;
    padding-left: 10px;
    background-color: gainsboro; }
    [data-menu="vertical"] ._mega ._parent > ul > li > a > span {
      line-height: 50px;
      color: #686868; }
    [data-menu="vertical"] ._mega ._parent > ul > li p {
      margin-bottom: 0; }

/* END [data-menu="vertical"] */
/* ------------------------------------------------------------------------------------------ */
/*                                        FOOTER: MAIN                                        */
/* ------------------------------------------------------------------------------------------ */
.footerMain {
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2c3e50;
  text-align: center;
  color: #dddddd; }
  .footerMain a {
    color: #dddddd; }
    .footerMain a:hover {
      color: #0088cc; }
  .footerMain [data-hr] {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-color: #808080; }
  .footerMain ._title {
    margin-bottom: 20px;
    font-size: 14px;
    color: #dddddd; }
  .footerMain ._social {
    margin-bottom: 20px; }
    .footerMain ._social ul {
      display: table;
      margin-right: auto;
      margin-left: auto; }
      .footerMain ._social ul li:not(:last-child) {
        padding-left: 6px; }
      .footerMain ._social ul li a {
        display: block; }
        .footerMain ._social ul li a i {
          display: block;
          width: 30px;
          height: 30px;
          -webkit-border-radius: 50% 50% 50% 50%;
          -khtml-border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -o-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
          line-height: 30px;
          text-align: center;
          font-size: 14px;
          color: #ffffff; }
          .footerMain ._social ul li a i.fa-facebook {
            background-color: #3c5B9B; }
          .footerMain ._social ul li a i.fa-google {
            background-color: #e33729; }
          .footerMain ._social ul li a i.fa-twitter {
            background-color: #359bed; }
          .footerMain ._social ul li a i.fa-instagram {
            background-color: #8440b7; }
          .footerMain ._social ul li a i.fa-rss {
            background-color: #fd9f13; }
  .footerMain ._info ul li {
    display: table;
    margin-right: auto;
    margin-left: auto; }
    .footerMain ._info ul li:not(:last-child) {
      padding-bottom: 7px; }
    .footerMain ._info ul li:after {
      content: "" !important;
      display: table !important;
      clear: both !important; }
    .footerMain ._info ul li span {
      display: block;
      float: right;
      padding-left: 10px;
      font-size: 14px; }
    .footerMain ._info ul li ins {
      display: block;
      float: right;
      font-family: "integerSecondaryFont", "tahoma";
      text-decoration: none;
      direction: ltr;
      font-size: 14px; }
    .footerMain ._info ul li a {
      display: block;
      float: right;
      direction: ltr;
      font-size: 14px; }
  .footerMain ._copyright {
    margin-bottom: 5px; }
    .footerMain ._copyright p {
      text-align: center;
      margin-bottom: 0;
      font-size: 14px; }
  .footerMain ._poweredby a {
    display: table;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px; }
    .footerMain ._poweredby a span {
      display: block; }

/* ------------------------------------------------------------------------------------------ */
/*                                       SHOPPING  CART                                       */
/* ------------------------------------------------------------------------------------------ */
[data-cart] ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd; }
[data-cart] ul li._bg1 {
  padding: 10px;
  background-color: #ffd8b3;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
[data-cart] ._done ._item {
  position: relative;
  min-height: 85px;
  padding-right: 95px;
  padding-left: 20px; }
  [data-cart] ._done ._item > *:not(:last-child) {
    margin-bottom: 10px; }
  [data-cart] ._done ._item ._image {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  [data-cart] ._done ._item ._remove {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    [data-cart] ._done ._item ._remove i {
      display: block;
      font-size: 20px;
      font-weight: bold;
      color: #686868; }
  [data-cart] ._done ._item ._info > * {
    display: block;
    height: 28px;
    line-height: 28px;
    font-family: "secondaryFont", "tahoma";
    overflow: hidden; }
  [data-cart] ._done ._item ._info ._title {
    font-family: "integerPrimaryFont", "tahoma";
    font-size: 14px; }
  [data-cart] ._done ._item ._info ._int ins {
    padding-left: 5px;
    text-decoration: none;
    font-family: "integerPrimaryFont", "tahoma"; }
  [data-cart] ._done ._item ._txt {
    max-height: 75px;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden; }
[data-cart] ._done ._total:after {
  content: "" !important;
  display: table !important;
  clear: both !important; }
[data-cart] ._done ._total > * {
  float: right;
  font-family: "secondaryFont", "tahoma"; }
[data-cart] ._done ._total ._label {
  padding-left: 10px; }
[data-cart] ._done ._total ._int ins {
  padding-left: 5px;
  text-decoration: none;
  font-family: "integerPrimaryFont", "tahoma"; }
[data-cart] ._done ._buttons:after {
  content: "" !important;
  display: table !important;
  clear: both !important; }
[data-cart] ._done ._buttons .btnM,
[data-cart] ._done ._buttons [data-btn] {
  font-family: "integerSecondaryFont", "tahoma"; }
  [data-cart] ._done ._buttons .btnM:first-child,
  [data-cart] ._done ._buttons [data-btn]:first-child {
    float: right; }
  [data-cart] ._done ._buttons .btnM:last-child,
  [data-cart] ._done ._buttons [data-btn]:last-child {
    float: left; }

/* ------------------------------------------------------------------------------------------ */
/*                                            CARD                                            */
/* ------------------------------------------------------------------------------------------ */
[data-card="1"][data-card-type="2"]._mini ._item {
  padding: 15px;
  background-color: #ffffff;
  border-bottom: medium none; }
  [data-card="1"][data-card-type="2"]._mini ._item i {
    margin-bottom: 20px;
    font-size: 60px; }
  [data-card="1"][data-card-type="2"]._mini ._item h5 {
    height: 25px;
    margin-bottom: 0;
    line-height: 25px;
    font-family: "secondaryFont", "tahoma";
    font-size: 20px;
    overflow: hidden; }

/* ------------------------------------------------------------------------------------------ */
/*                                            LIST                                            */
/* ------------------------------------------------------------------------------------------ */
[data-list="1"] ._item ._info i {
  font-weight: bold; }
[data-list="1"][data-list-type="3"] ._item {
  border: 1px solid #eeeeee;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }
  [data-list="1"][data-list-type="3"] ._item ._positive ._image figure a:before, [data-list="1"][data-list-type="3"] ._item ._positive ._image figure a:after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important; }
  [data-list="1"][data-list-type="3"] ._item ._negative ._info * {
    color: #686868; }
  [data-list="1"][data-list-type="3"] ._item ._negative ._info span i {
    color: #0088cc; }
  [data-list="1"][data-list-type="3"] ._item ._negative ._subDetails:after {
    content: "" !important;
    display: table !important;
    clear: both !important; }
  [data-list="1"][data-list-type="3"] ._item ._negative ._subDetails ._item {
    float: right;
    font-family: "secondaryFont", "tahoma"; }
    [data-list="1"][data-list-type="3"] ._item ._negative ._subDetails ._item:not(:last-child) {
      padding-left: 15px; }
    [data-list="1"][data-list-type="3"] ._item ._negative ._subDetails ._item ins {
      position: relative;
      display: inline-block;
      padding-right: 10px;
      direction: ltr;
      text-decoration: none;
      font-family: "integerPrimaryFont", "tahoma";
      font-size: 13px; }
      [data-list="1"][data-list-type="3"] ._item ._negative ._subDetails ._item ins:before {
        content: ":";
        position: absolute;
        top: 50%;
        right: 3px;
        margin-top: -12px;
        font-size: 16px; }
[data-list="1"][data-list-type="3"]._details ._item {
  margin-bottom: 0;
  background-color: transparent;
  border: medium none; }
  [data-list="1"][data-list-type="3"]._details ._item ._negative {
    padding-right: 0;
    padding-left: 0; }
    [data-list="1"][data-list-type="3"]._details ._item ._negative ._abstract p {
      height: auto;
      overflow: visible; }
  [data-list="1"][data-list-type="3"]._details ._item ._rate {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important; }
[data-list="4"]._mobile ._item {
  margin-bottom: 20px; }
  [data-list="4"]._mobile ._item > a {
    display: block; }
    [data-list="4"]._mobile ._item > a > img {
      display: block; }
[data-list="phone"][data-list-type="1"] ._item {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
  [data-list="phone"][data-list-type="1"] ._item > *:not(:last-child) {
    margin-bottom: 10px; }
  [data-list="phone"][data-list-type="1"] ._item ._image a {
    display: table; }
    [data-list="phone"][data-list-type="1"] ._item ._image a img {
      display: block; }
  [data-list="phone"][data-list-type="1"] ._item ._title {
    height: 21px;
    overflow: hidden; }
    [data-list="phone"][data-list-type="1"] ._item ._title a {
      display: table;
      margin-right: auto;
      margin-left: auto;
      font-family: "secondaryFont", "tahoma";
      font-size: 15px;
      color: #686868; }
  [data-list="phone"][data-list-type="1"] ._item ._rate {
    direction: ltr; }
    [data-list="phone"][data-list-type="1"] ._item ._rate .jq-ry-container {
      display: table;
      margin-right: auto;
      margin-left: auto; }
  [data-list="phone"][data-list-type="1"] ._item ._price span {
    display: block;
    text-align: center;
    font-family: "secondaryFont", "tahoma";
    color: #5a9e11; }
    [data-list="phone"][data-list-type="1"] ._item ._price span ins {
      padding-left: 5px;
      text-decoration: none;
      font-family: "integerPrimaryFont", "tahoma"; }
    [data-list="phone"][data-list-type="1"] ._item ._price span._discount {
      color: #ef3f3e; }
      [data-list="phone"][data-list-type="1"] ._item ._price span._discount del {
        padding-left: 5px;
        font-family: "integerSecondaryFont", "tahoma"; }
  [data-list="phone"][data-list-type="1"] ._item ._button ._btn {
    display: block;
    position: relative;
    height: 30px;
    padding-right: 35px;
    line-height: 30px;
    font-size: 12px;
    background-color: #f2f2f2;
    overflow: hidden; }
    [data-list="phone"][data-list-type="1"] ._item ._button ._btn i {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #0088cc;
      line-height: 30px;
      text-align: center;
      color: #ffffff;
      font-size: 23px; }

/* ------------------------------------------------------------------------------------------ */
/*                                           SHARING                                          */
/* ------------------------------------------------------------------------------------------ */
.sharing:after {
  content: "" !important;
  display: table !important;
  clear: both !important; }
.sharing > span {
  float: right;
  padding-left: 10px;
  line-height: 26px;
  font-size: 13px; }
.sharing > ul {
  float: right; }
  .sharing > ul > li:not(:last-child) {
    padding-left: 10px; }
  .sharing > ul > li > a {
    display: block; }
    .sharing > ul > li > a > i {
      display: block;
      line-height: 26px;
      font-size: 23px;
      color: #686868; }

.rater:after {
  content: "" !important;
  display: table !important;
  clear: both !important; }
.rater > span {
  float: right;
  padding-left: 10px;
  line-height: 26px;
  font-size: 13px; }
.rater [data-rate="rate"] {
  float: right; }

/* ------------------------------------------------------------------------------------------ */
/*                                           WRITING                                          */
/* ------------------------------------------------------------------------------------------ */
.writing {
  position: relative;
  padding-right: 90px; }
  .writing figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0;
    -webkit-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    overflow: hidden; }
    .writing figure a {
      display: block; }
      .writing figure a img {
        display: block; }
  .writing article ._title {
    height: 27px;
    margin-bottom: 6px;
    overflow: hidden; }
    .writing article ._title a {
      display: table;
      line-height: 27px;
      font-size: 13px;
      color: #333333; }
  .writing article ._text {
    max-height: 96px;
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 15px;
    overflow: hidden; }
  .writing article ._social > ul > li:not(:last-child) {
    padding-left: 10px; }
  .writing article ._social > ul > li > a {
    display: block; }
    .writing article ._social > ul > li > a > i {
      display: block;
      line-height: 26px;
      font-size: 22px;
      color: #686868; }

/* ------------------------------------------------------------------------------------------ */
/*                                          TAG CLOUD                                         */
/* ------------------------------------------------------------------------------------------ */
[data-tagcloud="phone"] ul li a {
  padding: 5px;
  font-size: 14px; }

/* END [data-tagcloud] */
/* ------------------------------------------------------------------------------------------ */
/*                                           COMMENT                                          */
/* ------------------------------------------------------------------------------------------ */
[data-comment="phone"] {
  /* END ._group */ }
  [data-comment="phone"] > ._group {
    /* --------------------------------------    GENERAL   -------------------------------------- */
    overflow: hidden;
    /* --------------------------------------    FOOTER    -------------------------------------- */
    /* END footer */ }
    [data-comment="phone"] > ._group:not(:last-child) {
      margin-bottom: 30px; }
    [data-comment="phone"] > ._group footer {
      /* -----------      GENERAL       ----------- */
      /* -----------        ITEM        ----------- */
      /* END ._item */ }
      [data-comment="phone"] > ._group footer ul {
        margin: 0; }
        [data-comment="phone"] > ._group footer ul:nth-child(n+2) {
          margin-top: 20px;
          padding-top: 20px;
          padding-right: 20px;
          border-top: 1px dashed #d1d1d1; }
        [data-comment="phone"] > ._group footer ul li {
          list-style: none; }
      [data-comment="phone"] > ._group footer > ul > li {
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #cccccc;
        -webkit-border-radius: 4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px; }
      [data-comment="phone"] > ._group footer ._item {
        /* ==== GENERAL ==== */
        position: relative;
        padding-right: 90px;
        /* ==== IMAGE PLACEHOLDER ==== */
        /* ==== DETAILS PLACEHOLDER ==== */
        /* END article */ }
        [data-comment="phone"] > ._group footer ._item figure {
          position: absolute;
          top: 0;
          right: 0;
          width: 80px;
          height: 80px;
          margin: 0;
          overflow: hidden; }
          [data-comment="phone"] > ._group footer ._item figure a {
            display: block; }
            [data-comment="phone"] > ._group footer ._item figure a img {
              display: block; }
        [data-comment="phone"] > ._group footer ._item article {
          /* HEADER */
          /* DESCRIPTION */ }
          [data-comment="phone"] > ._group footer ._item article ._header {
            position: relative;
            margin-bottom: 10px; }
            [data-comment="phone"] > ._group footer ._item article ._header h6 {
              margin: 0;
              height: 20px;
              overflow: hidden; }
              [data-comment="phone"] > ._group footer ._item article ._header h6:after {
                content: "" !important;
                display: table !important;
                clear: both !important; }
              [data-comment="phone"] > ._group footer ._item article ._header h6 a {
                float: right;
                line-height: 20px;
                font-size: 14px;
                color: #686868; }
              [data-comment="phone"] > ._group footer ._item article ._header h6 span {
                float: left;
                line-height: 20px;
                font-family: "integerPrimaryFont", "tahoma";
                font-size: 13px;
                color: rgba(104, 104, 104, 0.7); }
            [data-comment="phone"] > ._group footer ._item article ._header nav {
              margin-top: 10px; }
              [data-comment="phone"] > ._group footer ._item article ._header nav:after {
                content: "" !important;
                display: table !important;
                clear: both !important; }
              [data-comment="phone"] > ._group footer ._item article ._header nav a {
                display: block;
                line-height: 25px;
                font-family: "integerPrimaryFont", "tahoma";
                font-size: 14px; }
                [data-comment="phone"] > ._group footer ._item article ._header nav a:before {
                  display: block;
                  float: left;
                  font-family: "Linearicons-Free";
                  font-weight: bold;
                  font-size: 16px; }
              [data-comment="phone"] > ._group footer ._item article ._header nav ._report {
                float: left;
                color: #edbe00; }
                [data-comment="phone"] > ._group footer ._item article ._header nav ._report:before {
                  content: "\e858";
                  float: right;
                  padding-left: 5px; }
              [data-comment="phone"] > ._group footer ._item article ._header nav ._like {
                float: right;
                color: #236527; }
                [data-comment="phone"] > ._group footer ._item article ._header nav ._like:before {
                  content: "\e86d";
                  padding-right: 5px; }
              [data-comment="phone"] > ._group footer ._item article ._header nav ._dislike {
                float: right;
                margin-right: 10px;
                padding-right: 10px;
                border-right: 1px solid #d1d1d1;
                color: #a01520; }
                [data-comment="phone"] > ._group footer ._item article ._header nav ._dislike:before {
                  content: "\e86e";
                  padding-right: 5px; }
          [data-comment="phone"] > ._group footer ._item article p {
            margin-bottom: 10px;
            text-align: justify;
            font-size: 15px;
            color: #686868; }
          [data-comment="phone"] > ._group footer ._item article ._reply:after {
            content: "" !important;
            display: table !important;
            clear: both !important; }
          [data-comment="phone"] > ._group footer ._item article ._reply a {
            display: table;
            float: left;
            font-size: 14px;
            color: #0088cc; }

/* END [data-comment="1"] */
/* ------------------------------------------------------------------------------------------ */
/*                                        FORM:  BASIC                                        */
/* ------------------------------------------------------------------------------------------ */
[data-form="basic"] {
  /* --------------------------------------    MOBILE    -------------------------------------- */
  /* --------------------------------------  2 X HEIGHT  -------------------------------------- */ }
  [data-form="basic"]._mobile {
    /* END fieldset */ }
    [data-form="basic"]._mobile fieldset {
      /* -----------        UNIT        ----------- */ }
      [data-form="basic"]._mobile fieldset ._unit {
        /* INPUT */
        /* SELECT */
        /* TEXTAREA */
        /* ICON */
        /* BUTTON */ }
        [data-form="basic"]._mobile fieldset ._unit input {
          padding-left: 0.5rem;
          background-color: transparent;
          -webkit-border-radius: 2px 2px 2px 2px;
          -khtml-border-radius: 2px 2px 2px 2px;
          -moz-border-radius: 2px 2px 2px 2px;
          -o-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
          -moz-box-shadow: inset 0 0 0 0 transparent;
          -webkit-box-shadow: inset 0 0 0 0 transparent;
          box-shadow: inset 0 0 0 0 transparent; }
        [data-form="basic"]._mobile fieldset ._unit select {
          background-color: transparent;
          -webkit-border-radius: 2px 2px 2px 2px;
          -khtml-border-radius: 2px 2px 2px 2px;
          -moz-border-radius: 2px 2px 2px 2px;
          -o-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px; }
        [data-form="basic"]._mobile fieldset ._unit textarea {
          padding-left: 0.5rem;
          background-color: transparent;
          -webkit-border-radius: 2px 2px 2px 2px;
          -khtml-border-radius: 2px 2px 2px 2px;
          -moz-border-radius: 2px 2px 2px 2px;
          -o-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px; }
        [data-form="basic"]._mobile fieldset ._unit > i {
          display: none !important;
          visibility: hidden !important;
          opacity: 0 !important; }
        [data-form="basic"]._mobile fieldset ._unit .button {
          background-color: transparent;
          -webkit-border-radius: 2px 2px 2px 2px;
          -khtml-border-radius: 2px 2px 2px 2px;
          -moz-border-radius: 2px 2px 2px 2px;
          -o-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px; }
          [data-form="basic"]._mobile fieldset ._unit .button:hover {
            background-color: #0088cc; }
  [data-form="basic"]._2h {
    /* END fieldset */ }
    [data-form="basic"]._2h fieldset:not(:last-child) {
      padding-bottom: 20px; }

/* END [data-form="basic"] */
/* ------------------------------------------------------------------------------------------ */
/*                                        FORM: MOBILE                                        */
/* ------------------------------------------------------------------------------------------ */
[data-form="mobile"] {
  /* END fieldset */ }
  [data-form="mobile"] fieldset ._unit._checkradio {
    position: relative;
    padding-right: 30px; }
    [data-form="mobile"] fieldset ._unit._checkradio input[type="radio"],
    [data-form="mobile"] fieldset ._unit._checkradio input[type="checkbox"] {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -6px;
      margin-bottom: 0; }
    [data-form="mobile"] fieldset ._unit._checkradio label {
      display: block;
      margin-right: 0;
      margin-left: 0;
      line-height: 36px;
      font-family: "secondaryFont", "tahoma";
      font-size: 20px; }
  [data-form="mobile"]._divide fieldset:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd; }

/* END [data-form="mobile"] */
/* ------------------------------------------------------------------------------------------ */
/*                                        GOOGLE  MAPS                                        */
/* ------------------------------------------------------------------------------------------ */
#mapGoogle {
  margin-bottom: 40px; }
  #mapGoogle .gm-style .gm-style-iw {
    left: auto !important;
    right: 0 !important; }
    #mapGoogle .gm-style .gm-style-iw + div {
      left: 12px;
      right: auto !important;
      top: 50% !important;
      margin-top: -6px; }
    #mapGoogle .gm-style .gm-style-iw > div {
      padding-right: 12px; }
      #mapGoogle .gm-style .gm-style-iw > div > div {
        direction: rtl !important;
        line-height: 27px;
        text-align: right !important;
        font-family: "secondaryFont", "tahoma" !important;
        font-size: 13px; }

/* ------------------------------------------------------------------------------------------ */
/*                                          ACCORDION                                         */
/* ------------------------------------------------------------------------------------------ */
.accord .accordion {
  background-color: transparent; }
  .accord .accordion .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #cdcdcd; }
    .accord .accordion .accordion-item .accordion-title {
      display: block;
      padding: 10px;
      padding-left: 50px;
      border: medium none;
      line-height: 30px;
      font-size: 14px;
      color: #333333; }
      .accord .accordion .accordion-item .accordion-title:before {
        content: "\e874";
        margin-top: -15px;
        font-family: "Linearicons-Free";
        font-size: 18px; }
      .accord .accordion .accordion-item .accordion-title:hover, .accord .accordion .accordion-item .accordion-title:focus {
        background-color: transparent; }
    .accord .accordion .accordion-item .accordion-content {
      border: medium none; }
      .accord .accordion .accordion-item .accordion-content ._txt {
        margin: 0;
        color: #686868; }
    .accord .accordion .accordion-item.is-active .accordion-title {
      border-bottom: 1px solid #cdcdcd; }
      .accord .accordion .accordion-item.is-active .accordion-title:before {
        content: "\e873"; }
.accord._order .accordion .accordion-item {
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden; }
  .accord._order .accordion .accordion-item .accordion-title {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ededed; }
    .accord._order .accordion .accordion-item .accordion-title:after {
      content: "" !important;
      display: table !important;
      clear: both !important; }
    .accord._order .accordion .accordion-item .accordion-title ._default {
      float: right; }
    .accord._order .accordion .accordion-item .accordion-title ._opposite {
      float: left; }
    .accord._order .accordion .accordion-item .accordion-title ._code {
      display: block;
      text-decoration: none;
      font-family: "integerPrimaryFont", "tahoma";
      line-height: 25px;
      color: #686868; }
    .accord._order .accordion .accordion-item .accordion-title ._date {
      display: block;
      line-height: 25px;
      color: #999999; }
      .accord._order .accordion .accordion-item .accordion-title ._date ins {
        padding-right: 5px;
        text-decoration: none;
        font-family: "integerPrimaryFont", "tahoma"; }
    .accord._order .accordion .accordion-item .accordion-title ._price {
      display: block;
      line-height: 50px;
      color: #0088cc; }
      .accord._order .accordion .accordion-item .accordion-title ._price ins {
        padding-left: 5px;
        text-decoration: none;
        font-family: "integerPrimaryFont", "tahoma"; }

/* ------------------------------------------------------------------------------------------ */
/*                                           COUNTER                                          */
/* ------------------------------------------------------------------------------------------ */
[data-count] {
  /* --------------------------------------   GENERAL    -------------------------------------- */
  /* --------------------------------------   INCREASE   -------------------------------------- */
  /* --------------------------------------    REDUCE    -------------------------------------- */
  /* --------------------------------------    RESULT    -------------------------------------- */ }
  [data-count] > * {
    float: right;
    height: 30px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 2px 2px 2px 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #686868; }
  [data-count]:after {
    content: "" !important;
    display: table !important;
    clear: both !important; }
  [data-count] ._increase,
  [data-count] ._reduce {
    display: block;
    width: 30px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer; }
    [data-count] ._increase i,
    [data-count] ._reduce i {
      display: block;
      line-height: 28px; }
    [data-count] ._increase:hover,
    [data-count] ._reduce:hover {
      background-color: #0088cc;
      border-color: #0088cc;
      color: #ffffff; }
  [data-count] ._result {
    width: 50px;
    margin: 0 5px;
    padding: 0;
    line-height: 28px;
    font-family: "integerPrimaryFont", "tahoma"; }

/* END .count_place */
/* ------------------------------------------------------------------------------------------ */
/*                                           REVEAL                                           */
/* ------------------------------------------------------------------------------------------ */
html.is-reveal-open,
html.is-reveal-open body {
  position: relative; }

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.6); }
  .reveal-overlay.fast > [data-animation-out="slide-in-down"] {
    display: block !important; }

.reveal {
  overflow: auto; }
  .reveal._2 ._main {
    position: relative; }
    .reveal._2 ._main ._head {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      background-color: #ffffff;
      -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1);
      z-index: 99999; }
      .reveal._2 ._main ._head ._tools {
        position: relative;
        padding: 15px;
        padding-left: 40px; }
        .reveal._2 ._main ._head ._tools ._title {
          margin-bottom: 0;
          line-height: 30px; }
        .reveal._2 ._main ._head ._tools [data-close] {
          position: absolute;
          top: 50%;
          left: 15px;
          margin-top: -10px; }
          .reveal._2 ._main ._head ._tools [data-close] i {
            display: block;
            font-size: 20px;
            font-weight: bold;
            color: #686868; }
      .reveal._2 ._main ._head ._tags {
        padding: 15px; }
        .reveal._2 ._main ._head ._tags ._title {
          line-height: 30px;
          font-family: "secondaryFont", "tahoma";
          color: #686868; }
    .reveal._2 ._main ._foot {
      position: fixed;
      bottom: 0;
      right: 0;
      width: 100%;
      background-color: #ffffff;
      -moz-box-shadow: 0 5px 6px 9px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 5px 6px 9px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 6px 9px rgba(0, 0, 0, 0.1);
      z-index: 99999; }
      .reveal._2 ._main ._foot ._buttons ul li a {
        display: block;
        line-height: 60px;
        text-align: center;
        font-family: "secondaryFont", "tahoma";
        font-size: 24px;
        color: #686868; }
      .reveal._2 ._main ._foot ._buttons ul li._primary a {
        background-color: #0088cc;
        color: #ffffff; }
  .reveal._half {
    top: 50% !important;
    height: 50vh;
    min-height: 50vh; }
    .reveal._half ._main ._head,
    .reveal._half ._main ._foot {
      position: static; }

/* END .reveal */
.reveal ._header [data-close] {
  margin-top: -12px; }
  .reveal ._header [data-close] i {
    font-weight: bold;
    font-size: 20px;
    color: #686868; }

/* ------------------------------------------------------------------------------------------ */
/*                                           E-WALL                                           */
/* ------------------------------------------------------------------------------------------ */
.ewall {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: justify;
  text-align-last: right; }
  .ewall._warning {
    background-color: #fff7f0;
    border-color: #ff7e00; }

.filtering ul li {
  display: block;
  padding-right: 1px;
  padding-left: 1px; }
  .filtering ul li a {
    display: block;
    position: relative;
    padding-right: 50px;
    padding-left: 10px;
    background-color: #ffffff;
    -moz-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.2);
    color: #686868; }
    .filtering ul li a i {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 26px; }
    .filtering ul li a span {
      display: block;
      text-align: center;
      line-height: 50px; }

.tagsManager ._item {
  position: relative;
  padding-right: 10px;
  padding-left: 40px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -khtml-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #c0c3c4; }
  .tagsManager ._item span {
    display: block;
    text-align: center;
    line-height: 30px;
    font-family: "secondaryFont", "tahoma"; }

  .tagsManager ._item a{
      display: block;
position: absolute;
top: 50%;
left: 12px;
margin-top: -10px;
  }
[data-lightslider].tagsManager {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  direction: ltr; }
  [data-lightslider].tagsManager .lSSlideOuter .lSSlideWrapper {
    position: static; }
    [data-lightslider].tagsManager .lSSlideOuter .lSSlideWrapper .lSAction > a {
      background-color: whitesmoke;
      background-image: none;
      opacity: 1; }
      [data-lightslider].tagsManager .lSSlideOuter .lSSlideWrapper .lSAction > a > i {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #686868; }
    [data-lightslider].tagsManager .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev {
      right: auto;
      left: -10px;
      background-position: 0 0; }
    [data-lightslider].tagsManager .lSSlideOuter .lSSlideWrapper .lSAction .lSNext {
      left: auto;
      right: -10px;
      background-position: 0 0; }

[data-accordion-tab]._bolt .tabs .tabs-title a i {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important; }
[data-accordion-tab]._bolt .tabs .tabs-title a span {
  display: block;
  float: none;
  text-align: center;
  font-size: 16px; }
[data-accordion-tab]._filtering {
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }
  [data-accordion-tab]._filtering .tabs {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #d9d9d9;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    [data-accordion-tab]._filtering .tabs .tabs-title a {
      color: #333333; }
      [data-accordion-tab]._filtering .tabs .tabs-title a span {
        display: block;
        float: none;
        line-height: 40px;
        text-align: center;
        font-family: "secondaryFont", "tahoma";
        font-size: 21px; }
    [data-accordion-tab]._filtering .tabs .tabs-title.is-active a {
      background-color: #808080;
      border-top: medium none;
      color: #ffffff; }
  [data-accordion-tab]._filtering .tabs-content {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 70px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

/* END [data-accordion-tab]  */
.pagefolio > ul > li {
  min-width: 35px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #e5e5e5;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 35px;
  text-align: center;
  font-family: "integerPrimaryFont", "tahoma";
  font-size: 14px;
  color: #686868;
  cursor: default; }
  .pagefolio > ul > li:not(:last-child) {
    margin-left: 5px; }
  .pagefolio > ul > li > a {
    display: block;
    line-height: 35px;
    text-align: center;
    font-family: "integerPrimaryFont", "tahoma";
    font-size: 14px;
    color: #686868; }
  .pagefolio > ul > li._current {
    background-color: #0088cc;
    color: #ffffff; }
  .pagefolio > ul > li._ellipsis {
    background-color: transparent; }

.zFaq._layout_1 ._title {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  color: #0088cc; }
  .zFaq._layout_1 ._title i {
    display: inline-block;
    padding-left: 5px; }
.zFaq._layout_1 ._text {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #0088cc;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: justify; }

.multipleChoice:after {
  content: "" !important;
  display: table !important;
  clear: both !important; }
.multipleChoice input.labelauty + label {
  display: block;
  float: right;
  min-width: 40px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  background-color: #efefef;
  border: 1px solid #b3b3b3; }
  .multipleChoice input.labelauty + label:not(:last-child) {
    margin-left: 10px; }
  .multipleChoice input.labelauty + label > span {
    display: block;
    margin: 0 !important;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #686868; }
    .multipleChoice input.labelauty + label > span.labelauty-checked-image, .multipleChoice input.labelauty + label > span.labelauty-unchecked-image {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important; }
.multipleChoice input.labelauty:checked + label {
  background-color: #0088cc;
  border-color: #0088cc; }
  .multipleChoice input.labelauty:checked + label > span {
    color: #ffffff; }
    .multipleChoice input.labelauty:checked + label > span.labelauty-checked {
      display: block; }
.multipleChoice input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #0088cc;
  border-color: #0088cc; }
  .multipleChoice input.labelauty:checked:not([disabled]) + label:hover > span {
    color: #ffffff; }

.profile ._panel {
  position: relative;
  height: 100vw;
  padding: 0; }
  .profile ._panel:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9; }
  .profile ._panel ._part1 {
    position: relative;
    z-index: 9; }
    .profile ._panel ._part1 ._image {
      display: table;
      width: 150px;
      height: 150px;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden;
      -webkit-border-radius: 50% 50% 50% 50%;
      -khtml-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -o-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }
      .profile ._panel ._part1 ._image img {
        display: block;
        margin: 0;
        padding: 0; }
    .profile ._panel ._part1 ._icon {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      z-index: 9; }
      .profile ._panel ._part1 ._icon._default {
        right: 25%;
        margin-right: -45px; }
      .profile ._panel ._part1 ._icon._opposite {
        left: 25%;
        margin-left: -45px; }
      .profile ._panel ._part1 ._icon i {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 30px;
        color: #ffffff;
        text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4); }
  .profile ._panel ._part2 {
    position: relative;
    z-index: 9; }
    .profile ._panel ._part2 ._info {
      padding-top: 20px;
      padding-bottom: 20px; }
      .profile ._panel ._part2 ._info ._text {
        display: block;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
        text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4); }
        .profile ._panel ._part2 ._info ._text i {
          display: inline-block;
          padding-left: 5px;
          line-height: 40px;
          font-size: 27px; }
.profile ._list ul li:not(:last-child) {
  margin-bottom: 10px; }
.profile ._list ul li:after {
  content: "" !important;
  display: table !important;
  clear: both !important; }
.profile ._list ul li ._name {
  display: inline;
  font-family: "secondaryFont", "tahoma";
  font-size: 20px; }
.profile ._list ul li ._value {
  display: inline;
  position: relative;
  padding-right: 10px; }
  .profile ._list ul li ._value:before {
    content: ":";
    position: absolute;
    top: 2px;
    right: 0; }

.bread_crumbs .breadcrumbs {
  margin-bottom: 0; }
  .bread_crumbs .breadcrumbs li {
    font-family: "secondaryFont", "tahoma";
    color: #686868;
    font-size: 14px; }
    .bread_crumbs .breadcrumbs li:not(:last-child):after {
      content: "\f104";
      margin-right: 7px;
      margin-left: 7px;
      font-family: "FontAwesome"; }
    .bread_crumbs .breadcrumbs li a {
      color: #0088cc; }

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */

/*# sourceMappingURL=customize_x.css.map */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         COMPONENTS         ------------------------------- */
/* -------------------------                 HELPER                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------                 PALETTE                ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           GENERAL                                          */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ PALETTE  DEFAULT ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                           DYNAMIC                                          */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      CORE      ------------------------------------- */
/* -------------------------------------   SUPPLEMENT   ------------------------------------- */
/* -------------------------------------      TEXT      ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           STATIC                                           */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------      TOOLS     ------------------------------------- */
/* -------------------------------------     SPECIAL    ------------------------------------- */
/* -------------------------------------      RGBY      ------------------------------------- */
/* -------------------------------------     SOCIAL     ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------          REFERENCE         ------------------------------- */
/* -------------------------             DIRECTION: RTL             ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                       RIGHT TO  LEFT                                       */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------     GENERAL    ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------         FRAME WORK         ------------------------------- */
/* -------------------------                  MIXIN                 ------------------------- */
/* -------------------------------        Version  0.1        ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                      APPEND ATTRIBUTE                                      */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                          ANIMATION                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                         BOX SHADOW                                         */
/* ------------------------------------------------------------------------------------------ */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* -----------        OUTER       ----------- */
/* -----------        INNER       ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
/* -----------     RADIUS  01     ----------- */
/* -----------     RADIUS  02     ----------- */
/* ------------------------------------------------------------------------------------------ */
/*                                         VISIBILITY                                         */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            CLEAR                                           */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                        PLACE HOLDER                                        */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*                                            FONT                                            */
/* ------------------------------------------------------------------------------------------ */
.primaryFont {
  font-family: "primaryFont", "arial"; }

.secondaryFont {
  font-family: "secondaryFont", "tahoma"; }

.integerPrimaryFont {
  font-family: "integerPrimaryFont", "tahoma"; }

.integerSecondaryFont {
  font-family: "integerSecondaryFont", "tahoma"; }

.text-color-primary {
  color: #0088cc !important; }

.background-color-primary {
  background-color: #0088cc !important; }

.text-color-secondary {
  color: #4e4e4e !important; }

.background-color-secondary {
  background-color: #4e4e4e !important; }

.text-color-info {
  color: #0075d9 !important; }

.background-color-info {
  background-color: #0075d9 !important; }

.text-color-error {
  color: #ef3f3e !important; }

.background-color-error {
  background-color: #ef3f3e !important; }

.text-color-warning {
  color: #ff7e00 !important; }

.background-color-warning {
  background-color: #ff7e00 !important; }

.text-color-success {
  color: #5a9e11 !important; }

.background-color-success {
  background-color: #5a9e11 !important; }

.text-color-light {
  color: #ffffff !important; }

.background-color-light {
  background-color: #ffffff !important; }

.text-color-dark {
  color: #000000 !important; }

.background-color-dark {
  background-color: #000000 !important; }

/* ------------------------------------------------------------------------------------------ */
/*                                        LIST: SIMPLE                                        */
/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------  HORIZONTAL  -------------------------------------- */
/* -----------    SIDE: DEFAULT   ----------- */
.listHD {
  margin: 0; }
  .listHD:after {
    content: "" !important;
    display: table !important;
    clear: both !important; }
  .listHD > li {
    float: right;
    list-style: none outside none; }

/* -----------   SIDE: OPPOSITE   ----------- */
.listHO {
  margin: 0; }
  .listHO:after {
    content: "" !important;
    display: table !important;
    clear: both !important; }
  .listHO > li {
    float: left;
    list-style: none outside none; }

/* --------------------------------------   VERTICAL   -------------------------------------- */
.listV {
  margin: 0; }
  .listV > li {
    list-style: none outside none; }

/* ------------------------------------------------------------------------------------------ */
/*                                           LENGTH                                           */
/* ------------------------------------------------------------------------------------------ */
.full-width {
  max-width: 100%; }

.full-height {
  height: 100%; }

.float-default {
  float: right; }

.float-opposite {
  float: left; }

.dir-rtl {
  direction: rtl; }

.dir-ltr {
  direction: ltr; }

/* ------------------------------------------------------------------------------------------ */
/*                                          POSITION                                          */
/* ------------------------------------------------------------------------------------------ */
.position-relative {
  position: relative; }

.intensive {
  display: table;
  float: none;
  margin-right: auto;
  margin-left: auto; }

.centralized {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.middleBack {
  display: table;
  width: 100%;
  height: 100%; }

.middleSelf {
  display: table-cell;
  vertical-align: middle; }

.boxShadowInnerNone {
  -moz-box-shadow: inset 0 0 0 0 transparent !important;
  -webkit-box-shadow: inset 0 0 0 0 transparent !important;
  box-shadow: inset 0 0 0 0 transparent !important; }

.boxShadowOuterNone {
  -moz-box-shadow: 0 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important; }

/* ------------------------------------------------------------------------------------------ */
/*                                           MARGIN                                           */
/* ------------------------------------------------------------------------------------------ */
.margin-none {
  margin: 0 !important; }

.margin-top-none {
  margin-top: 0 !important; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.margin-default-none {
  margin-right: 0 !important; }

.margin-opposite-none {
  margin-left: 0 !important; }

.margin-normalize {
  margin: 20px; }

.margin-top-normalize {
  margin-top: 20px; }

.margin-bottom-normalize {
  margin-bottom: 20px; }

.margin-default-normalize {
  margin-right: 20px; }

.margin-opposite-normalize {
  margin-left: 20px; }

/* -------------------------------------- MEDIA  QUERY -------------------------------------- */
@media only screen and (max-width: 785px) {
  .margin-normalize-small-max {
    margin: 30px; }

  .margin-top-normalize-small-max {
    margin-top: 30px; }

  .margin-bottom-normalize-small-max {
    margin-bottom: 30px; }

  .margin-default-normalize-small-max {
    margin-right: 30px; }

  .margin-opposite-normalize-small-max {
    margin-left: 30px; } }
@media only screen and (max-width: 997px) {
  .margin-normalize-medium-max {
    margin: 30px; }

  .margin-top-normalize-medium-max {
    margin-top: 30px; }

  .margin-bottom-normalize-medium-max {
    margin-bottom: 30px; }

  .margin-default-normalize-medium-max {
    margin-right: 30px; }

  .margin-opposite-normalize-medium-max {
    margin-left: 30px; } }
@media only screen and (min-width: 785px) {
  .margin-normalize-small-min {
    margin: 30px; }

  .margin-top-normalize-small-min {
    margin-top: 30px; }

  .margin-bottom-normalize-small-min {
    margin-bottom: 30px; }

  .margin-default-normalize-small-min {
    margin-right: 30px; }

  .margin-opposite-normalize-small-min {
    margin-left: 30px; } }
@media only screen and (min-width: 997px) {
  .margin-normalize-medium-min {
    margin: 30px; }

  .margin-top-normalize-medium-min {
    margin-top: 30px; }

  .margin-bottom-normalize-medium-min {
    margin-bottom: 30px; }

  .margin-default-normalize-medium-min {
    margin-right: 30px; }

  .margin-opposite-normalize-medium-min {
    margin-left: 30px; } }
/* ------------------------------------------------------------------------------------------ */
/*                                           PADDING                                          */
/* ------------------------------------------------------------------------------------------ */
.padding-none {
  padding: 0 !important; }

.padding-top-none {
  padding-top: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

.padding-default-none {
  padding-right: 0 !important; }

.padding-opposite-none {
  padding-left: 0 !important; }

.padding-normalize {
  padding: 20px; }

.padding-top-normalize {
  padding-top: 20px; }

.padding-bottom-normalize {
  padding-bottom: 20px; }

.padding-default-normalize {
  padding-right: 20px; }

.padding-opposite-normalize {
  padding-left: 20px; }

/* -------------------------------------- MEDIA  QUERY -------------------------------------- */
@media only screen and (max-width: 785px) {
  .padding-none-small-max {
    padding: 0; }

  .padding-top-none-small-max {
    padding-top: 0; }

  .padding-bottom-none-small-max {
    padding-bottom: 0; }

  .padding-default-none-small-max {
    padding-right: 0; }

  .padding-opposite-none-small-max {
    padding-left: 0; } }
@media only screen and (max-width: 997px) {
  .padding-none-medium-max {
    padding: 0; }

  .padding-top-none-medium-max {
    padding-top: 0; }

  .padding-bottom-none-medium-max {
    padding-bottom: 0; }

  .padding-default-none-medium-max {
    padding-right: 0; }

  .padding-opposite-none-medium-max {
    padding-left: 0; } }
@media only screen and (min-width: 785px) {
  .padding-none-small-min {
    padding: 0; }

  .padding-top-none-small-min {
    padding-top: 0; }

  .padding-bottom-none-small-min {
    padding-bottom: 0; }

  .padding-default-none-small-min {
    padding-right: 0; }

  .padding-opposite-none-small-min {
    padding-left: 0; } }
@media only screen and (min-width: 997px) {
  .padding-none-medium-min {
    padding: 0; }

  .padding-top-none-medium-min {
    padding-top: 0; }

  .padding-bottom-none-medium-min {
    padding-bottom: 0; }

  .padding-default-none-medium-min {
    padding-right: 0; }

  .padding-opposite-none-medium-min {
    padding-left: 0; } }
@media only screen and (max-width: 785px) {
  .padding-normalize-small-max {
    padding: 30px; }

  .padding-top-normalize-small-max {
    padding-top: 30px; }

  .padding-bottom-normalize-small-max {
    padding-bottom: 30px; }

  .padding-default-normalize-small-max {
    padding-right: 30px; }

  .padding-opposite-normalize-small-max {
    padding-left: 30px; } }
@media only screen and (max-width: 997px) {
  .padding-normalize-medium-max {
    padding: 30px; }

  .padding-top-normalize-medium-max {
    padding-top: 30px; }

  .padding-bottom-normalize-medium-max {
    padding-bottom: 30px; }

  .padding-default-normalize-medium-max {
    padding-right: 30px; }

  .padding-opposite-normalize-medium-max {
    padding-left: 30px; } }
@media only screen and (min-width: 785px) {
  .padding-normalize-small-min {
    padding: 30px; }

  .padding-top-normalize-small-min {
    padding-top: 30px; }

  .padding-bottom-normalize-small-min {
    padding-bottom: 30px; }

  .padding-default-normalize-small-min {
    padding-right: 30px; }

  .padding-opposite-normalize-small-min {
    padding-left: 30px; } }
@media only screen and (min-width: 997px) {
  .padding-normalize-medium-min {
    padding: 30px; }

  .padding-top-normalize-medium-min {
    padding-top: 30px; }

  .padding-bottom-normalize-medium-min {
    padding-bottom: 30px; }

  .padding-default-normalize-medium-min {
    padding-right: 30px; }

  .padding-opposite-normalize-medium-min {
    padding-left: 30px; } }
/* ------------------------------------------------------------------------------------------ */
/*                                           BORDER                                           */
/* ------------------------------------------------------------------------------------------ */
.radius_2 {
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px; }

.radius_3 {
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.radius_4 {
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.radius_5 {
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.radius_6 {
  -webkit-border-radius: 6px 6px 6px 6px;
  -khtml-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; }

.radius_7 {
  -webkit-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px; }

.radius_8 {
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px; }

.radius_9 {
  -webkit-border-radius: 9px 9px 9px 9px;
  -khtml-border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -o-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px; }

.radius_10 {
  -webkit-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; }

.radius_15 {
  -webkit-border-radius: 15px 15px 15px 15px;
  -khtml-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px; }

.radius_20 {
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px; }

.radius_50 {
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.titleList ul li {
  margin-bottom: 10px; }
  .titleList ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
    .titleList ul li a ._group {
      display: block;
      font-size: 14px;
      color: #9b9b9b; }
    .titleList ul li a ._title {
      display: block;
      color: #686868; }
    .titleList ul li a ._date {
      display: block;
      text-decoration: none;
      font-size: 12px;
      color: #0088cc; }
  .titleList ul li:nth-child(2n) {
    background-color: #e9e9e9; }
  .titleList ul li:nth-child(2n+1) {
    background-color: #f1f1f1; }

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------                    END                   ------------------------ */
/* -------------------------------                            ------------------------------- */
/* ------------------------------------------------------------------------------------------ */


/*MENU*/
.cat_image {
    padding: 10px;
}

/*PRODUCTLIST*/
[data-list="phone"][data-list-type="1"] ._item ._price {
    height: 48px;
}

    [data-list="phone"][data-list-type="1"] ._item ._price del {
        font-family: "integerPrimaryFont","tahoma";
        color: #ff6b6b;
        font-size: 12px;
    }

/*footer */
.footerMain ._social ul li a i.fa-telegram {
    background-color: #2ca5e0;
}
/*COPYRIGHT*/
#copyrightauthor {
    color: #dddddd;
    line-height: 26px;
    font-size: 13px;
    float: left;
}

    #copyrightauthor a {
        color: #dddddd;
        line-height: 26px;
        font-size: 13px;
    }

    #copyrightauthor:hover {
        color: #0088cc;
    }

        #copyrightauthor:hover a {
            color: #0088cc;
        }

/*data_pager*/
.pagefolio > ul > li._current a {
    color: #fff;
}

/*faq */
.zFaq._layout_1 ._text > * {
    font-family: "secondaryFont","tahoma";
    font-size: 16px;
    color: rgb(104, 104, 104);
}

/*USER*/
.xa-shadowbox {
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    text-align: center;
    padding: 25px;
    margin-bottom: 1rem;
}

[data-card="1"] ._item a:hover {
    border-color: transparent;
}

.profile-breadcrumb .bread_crumbs .breadcrumbs li a {
    color: #000;
}

.socialpanel {
    padding-top: 10px;
}

    .socialpanel > span {
        position: relative;
        width: 100%;
        border: 1px solid #08c;
        border-radius: 5px;
        background-color: transparent !important;
        padding-top: 3px;
    }

    .socialpanel a:not(last-child) {
        position: absolute;
        left: 33px;
        top: 5px;
    }

        .socialpanel a:not(last-child) > i {
            color: #e7505a !important;
        }

            .socialpanel a:not(last-child) > i:hover {
                color: #e7505a !important;
            }

        .socialpanel a:not(last-child):hover {
            border-bottom: none !important;
        }

    .socialpanel a:last-child {
        position: absolute;
        left: 10px;
        top: 5px;
    }

        .socialpanel a:last-child > i {
            color: #26c281 !important;
        }

            .socialpanel a:last-child > i:hover {
                color: #26c281 !important;
            }

        .socialpanel a:last-child:hover {
            border-bottom: none !important;
        }

/*shop*/
[data-cart] ._done ._item ._image {
    height: 85px;
}

[data-cart] ul li:not(.basket-end) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.float-none {
    float: none !important;
}

[data-form="basic"] .float-none fieldset ._unit a:hover {
    border-bottom: none;
}

[data-form="basic"] fieldset ._unit .xa-shopcouponcode {
    margin-bottom: 12px;
}

.font-error {
    color: #ef3f3e !important;
}

.font-success {
    color: #5a9e11 !important;
}

.xa-onlinepaymentlist ._item {
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    text-align: center;
    padding: 10px;
    margin-bottom: 1rem;
}


/*Product*/
.reveal._2 .button-price {
    display: block !important;
    line-height: 60px !important; 
    background-color: #0088cc !important;
    color: #ffffff !important;
    width: 100% !important;
    font-family: "secondaryFont", "tahoma";
    font-size: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}


[data-xa-product-selectedfilters] > span {
    display: inline-block;
    padding: 8px 4px;
    overflow: hidden;
    color: rgb(104, 104, 104);
    font-size: 16px;
    border: 1px solid #c0c3c4;
    -webkit-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -o-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    font-family: "secondaryFont", "tahoma";
}


[data-form="mobile"] .tabs-title > a {
    padding: 1.25rem 0.5rem;
    color: #777;
}

[data-form="mobile"] .tabs-title.is-active {
    background-color: #fff;
    border-top: medium none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

[data-form="mobile"] .tabs-title > a:focus, [data-form="mobile"] .tabs-title > a[aria-selected="true"] {
    background: #fff;
    color: #777;
}

[data-form="mobile"] .tabs-title > a:hover {
    background: #fff;
    color: #777;
}

[data-form="mobile"] .tabs {
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

[data-form="mobile"] .tabs-content {
    border: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .75rem;
}

.withauto {
    position: relative;
    padding: 0 10px 0 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    line-height: 2.22rem;
    font-size: .7rem;
    color: #333;
}

.tagsManager.m_product ._item a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-family: "secondaryFont","tahoma";
}

.tagsManager.m_product ._item {
    padding-left: 10px;
}

    .tagsManager.m_product ._item span {
        color: rgb(104, 104, 104) !important;
    }

.lightSlider.lsGrab > :last-child {
    margin-right: 0px !important;
}

.pagination li {
    display: inline-block;
}

    .pagination li.next, .pagination li.pagination-previous {
        display: none;
    }

.pagination a:hover, .pagination button:hover {
    background-color: transparent;
}
/*Product*/
._feature fieldset:not(:last-child) {
    margin-bottom: 15px;
}

._feature fieldset legend {
    font-size: 0.88rem;
    color: #777777;
}

._feature fieldset .switch {
    float: right;
    margin: 0;
    padding-left: 15px;
}

    ._feature fieldset .switch ins {
        float: right;
        padding-left: 5px;
        text-decoration: none;
        line-height: 1.5rem;
        font-size: 0.8rem;
        font-weight: normal;
        color: #777777;
    }

    ._feature fieldset .switch .switch-input:checked ~ .switch-paddle {
        background-color: #0088cc;
    }

    ._feature fieldset .switch .switch-input:not(:checked) ~ .switch-paddle {
        background-color: #cccccc !important;
    }

    ._feature fieldset .switch .switch-paddle {
        -webkit-border-radius: 15px 15px 15px 15px;
        -khtml-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        -o-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
    }

        ._feature fieldset .switch .switch-paddle:after {
            -webkit-border-radius: 15px 15px 15px 15px;
            -khtml-border-radius: 15px 15px 15px 15px;
            -moz-border-radius: 15px 15px 15px 15px;
            -o-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px;
        }


.productDetailsSummary ._social ul li a i:hover.fa-telegram {
    background-color: #2ca5e0;
    border-color: #2ca5e0;
}


.productDetailsSummary .product_info * {
    color: #686868;
}

.productDetailsSummary .product_info span {
    font-family: integerSecondaryFont,tahoma;
    padding-left: 10px;
}

.productDetailsSummary .product_info * {
    text-decoration: none;
    line-height: 21px;
    font-style: normal;
    font-size: 12px;
    color: #a7a7a7;
}

.productDetailsSummary .product_info span i {
    color: #08c;
}

.productDetailsSummary .product_info i {
    font-weight: bold;
}

.productDetailsSummary .product_info i {
    padding-left: 5px;
}

.productDetailsSummary .product_info span ins {
    padding-left: 2px;
}

.productDetailsSummary .product_info span:first-child ins, .product_info span:last-child ins {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.aRate .jq-ry-container {
    margin: 0;
    padding: 0;
}

[data-tagcloud] ul li a {
    padding: 5px;
    font-size: 14px;
}


[data-accordion-tab]._bolt .tabs .tabs-title a span {
    font-size: 13px;
}

._value {
    font-size: 26px;
}


/*video*/
.video_details ._rate label {
    float: right;
    line-height: 25px;
    color: #686868;
    font-family: "secondaryFont","tahoma";
}

.video_details ._rate [data-rate] {
    float: right;
    padding-top: 2px;
    direction: ltr;
}

.video_details ._info {
    padding-top: 5px;
}

[data-list="1"][data-list-type="3"] ._item.card {
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

/*Gallery*/
[data-list="4"] ._item {
    margin-bottom: 20px;
}

.profile ._list ul li ._value {
    font-size: 16px;
}

.display-block {
    display: block;
}

.padding-top {
    padding-top: 30px;
    width: 100% !important;
}

[data-form="basic"]._2h fieldset {
    padding-bottom: 20px;
}

._iconList {
    padding-left: 5px;
}

.formError.inline {
    display: table !important;
}

[data-xa-price] {
    font-family: "integerPrimaryFont", "tahoma" !important;
}

.headerMain ._menu ul li a i.lnr-magnifier {
    font-size: 23px;
    font-weight: 700;
}


/*Searchbox*/
#serachModal.reveal ._header {
    border: none;
    padding-top: 65px;
}

    #serachModal.reveal ._header [data-close] {
        border: none;
    }

        #serachModal.reveal ._header [data-close] i {
            padding-left: 0;
            cursor: pointer;
        }

#serachModal.reveal ._body {
    padding-top: 90px;
}

#serachModal [data-btn=""]:hover {
    background-color: transparent;
    border-color: transparent;
}

#serachModal [data-form="basic"] fieldset ._unit input {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    border: medium none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #444444;
}

#serachModal [data-form="basic"] fieldset ._unit > i {
    font-size: 30px;
    color: #444444;
    cursor: pointer;
}


/*voting*/
[data-list="1"][data-list-type="3"]._details.video_details ._item ._negative
{
    position: relative;
}
.video_details ._survey {
  position: absolute;
  
  left: 10px;
  
}
.video_details ._survey:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.video_details ._survey a {
  display: block;
  float: left;
  line-height: 33px;
  font-size: 1rem;
}
    .video_details ._survey a::before {
    display: block;
    float: left;
    font-family: "FontAwesome";
}
.video_details ._survey ._like {
    color: #236527;
}

    .video_details ._survey ._like:before {
        content: "\f087";
        padding-right: 5px;
    }

.video_details ._survey ._dislike {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    color: #a01520;
}

    .video_details ._survey ._dislike:before {
        content: "\f088";
        padding-right: 5px;
    }



    .reveal.full{
        height:1000px !important;
        top: 0px !important;
    }

    /*product tab*/
    [data-accordion-tab]._filtering .tabs-content,[data-accordion-tab]._filtering .tabs{
        padding-top:0px !important
    }
    .reveal._2 ._main ._head{
        position: inherit !important;
    }


.calendars {
    border: 1px solid #e6e6e6 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
  font-family: "secondaryFont","tahoma" !important;
    width: unset !important
		
}

.calendars-nav,
.calendars-ctrl {
    background-color: #cb4056 !important;
    font-weight: normal !important;
    font-size: 100% !important;
    height: 30px;
    line-height: 25px
}

.calendars-cmd:hover {
    background-color: #3b3f51 !important
}

a.calendars-cmd {
    height: 30px !important
}

.calendars-month-header,
.calendars-month-header select,
.calendars-month-header input {
    height: 50px !important
}

.calendars-month-year {
    width: auto
}

.calendars-month span {
    padding: .5em 0 !important
}

.calendars-month a {
    padding: .5em .6em !important
}

.calendars-month td .calendars-highlight {
    background-color: #e7505a!important;
    color: #fff
}

.calendars-month {
    width: 17.5em !important;
    border: none !important
}

.calendars-month table {
    margin-bottom: 0
}



[data-pregancy]{
background-color: #fff;
margin-bottom: 30px;
box-shadow: 0 0 15px rgba(0,0,0,0.22);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.22);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.22);
}
[data-pregancy] ._unit{
display: block;
padding: 9px;
border: 1px solid #ddd;
margin-bottom: 30px;
border-radius: 3px;
	position:relative
}
[data-pregancy] label.plabel{
	display: block;
float: right;
height: 27px;
margin-top: -28px;
background: #fff;
padding: 2px 5px 2px 5px;
color: #686868;
font-size: 18px;
overflow: hidden;
font-weight: normal;
z-index: 1000;
background-color: #fff;
}
[data-pregancy] input[type="text"]{
	box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
display: block;
outline: 0;
border: 0;
height: 25px;
line-height: 25px;
font-size: 16px;
padding: 0;
box-shadow: none;
	margin-bottom: 0 
}
[data-pregancy] input[type="text"]::placeholder {
   color: #808080 !important;
font-size: 16px !important;
}

[data-pregancy] input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #808080 !important;
font-size: 16px !important ;
}

[data-pregancy] input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
   color: #808080 !important;
font-size: 16px !important;
}
[data-pregancy] input[type="text"]:focus{
	box-shadow: none !important;
border: none;
	
}
[data-pregancy] i{
display: block;
position: absolute;
top: 3px;
left: 0;
width: 35px;
line-height: 39px;
text-align: center;
font-size: 16px;
color: #999999;
cursor: default;
}
[data-pregancy] select{
	display: block;
margin: 0;
padding: 0;
border: medium none;
font-size: 14px;
color: #555;
-moz-box-shadow: inset 0 0 0 0 transparent;
-webkit-box-shadow: inset 0 0 0 0 transparent;
box-shadow: inset 0 0 0 0 transparent;
resize: vertical;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
    font-family: FontAwesome;
font-size: 14px;
line-height: 1;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
._arrow{
	margin-bottom: 30px;
	padding: 0;
	border-bottom: 1px solid #f1f1f1;

border-top: 1px solid #f1f1f1;
}

._arrow ._item {
 

padding-left: 25px;

padding-right: 25px;

border-right: 1px solid #F1F1F1;

margin-bottom: 0;

padding: 30px;

padding: 30px 30px 35px;
	width: 170px;
height: 214px;
}
._arrow img {
    height: 80px;
}
._arrow ._item a:hover {
    border:none ;
	
}
._arrow span {
    padding-top: 15px;
    display: block;
    text-align: center;
    color: #686868;
}
@media only screen and (max-width: 785px){
	._arrow ._item {
		    width: 50% !important;
	}
	
}


[data-panel] {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.18);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.18);
    overflow: hidden;
	margin-top: 20px;
}
[data-panel] ._header {
    color: #e73d4a;
	background-color: #fbdcde;
	    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}
[data-panel] ._body {
    padding: 15px;
}
[data-panel] ._header h3 {
    margin: 0;
    font-size: 22px;
}


.firstBBlLight0,.firstBBlLight0 li{
	color: #7d94c5;
}
.firstBBlLight0,.firstBBlLight0 li._active{
	color: #4c69aa;
}
.secondBBlLight1,.secondBBlLight1 li{
	color: #8dced8;
}.secondBBlLight1,.secondBBlLight1 li._active{
	color: #54b6c4;
}
.thirdBBlLight2,.thirdBBlLight2 li{
	color: #f9bcbd;
}
.thirdBBlLight2,.thirdBBlLight2 li._active{
	color: #f37677;
}
.firstBBlLight0 li,.secondBBlLight1 li,.thirdBBlLight2 li{
	outline: 0;
list-style-image: none;
float: left;
width: 17px;
font-size: 45px;
position: relative;
margin: 0;
padding: 0;
list-style-position: inside;
}

.screen-reader-text{
	position: absolute;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px);
clip: rect(1px,1px,1px,1px);
}

.pbb{
	left: -33px;
position: absolute;
top: -10px;
}
.arrow-up{
	width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #fd6e77;
position: absolute;
left: 35px;
top: 28px;
transform: rotate(180deg);
}
.hover-text{
	font-size: 12px;
color: #fff;
background: #fd6e77;
width: 120px;
position: absolute;
left: -21px;
top: 3px;
text-align: center;
font-weight: 500;
border-radius: 15px;
height: 25px;
line-height: 25px;
z-index: 100;
}
[data-pregancy] input[type="radio"]{
	opacity: 0;
visibility: hidden;
}
.dot{
	background-color: #f0f0f0;
-webkit-border-radius: 50% 50% 50% 50%;
-khtml-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
-o-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
display: inline-block;
position: relative;
width: 34px;
height: 34px;
padding: 0;
-webkit-transition: background-color 0.25s ease-in-out 0s;
-moz-transition: background-color 0.25s ease-in-out 0s;
-o-transition: background-color 0.25s ease-in-out 0s;
-ms-transition: background-color 0.25s ease-in-out 0s;
transition: background-color 0.25s ease-in-out 0s;
overflow: hidden;
}
.eye_selector {
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: 0 0;
    background-size: 400%;
    display: block;
    border-radius: 50%;
    border: inset #2c3e50 8px;
        border-top-color: rgb(44, 62, 80);
        border-right-color: rgb(44, 62, 80);
        border-bottom-color: rgb(44, 62, 80);
        border-left-color: rgb(44, 62, 80);
    filter: saturate(140%);
    -webkit-filter: saturate(140%);
    -moz-filter: saturate(140%);
    -o-filter: saturate(140%);
    -ms-filter: saturate(140%);
}
.UNDEFINED {
    background-position: 99.99999% 130%;
    border-color: #DDD;
}
.MO {
    background-image: url("https://www.predict-eyes.com/img/MO.png");
}
.FA {
    background-image: url("https://www.predict-eyes.com/img/FA.png");
}
.BROWN {
    background-position: 33.33333% 130%;
    border-color: #3f0f0b;
}
.GREEN {
    background-position: 66.66666% 130%;
    border-color: #93B841;
}
.BLUE {
    background-position: 0 130%;
    border-color: #06EDEE;
}

.__result_bar {
    position: relative;
    margin-top: 20px;
}
.m_bmi_result h3 {
    font-family: Fette, sans-serif;
    font-size: 0.875em;
    line-height: 1.4em;
    font-size: 1.125em;
    text-align: center;
}
.__result_bar .__bar {
    zoom: 1;
    background-color: #3399ff;
    background-image: -webkit-linear-gradient(left, #3399ff 0%, #009933 33%, #ffd633 65%, #d81e05 100%);
    background-image: linear-gradient(to right,#3399ff 0%, #009933 33%, #ffd633 65%, #d81e05 100%);
    border-radius: 15px;
    display: block;
    height: 15px;
    margin: 50px 0;
    width: 100%;
}
.__result_bar .__bar .__part {
    height: 15px;
    width: 25%;
    float: left;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    color: #fff;
    position: relative;
}
.__result_bar .__bar .__part:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.__result_bar .__bar .__part.is_underweight {
    width: 17%;
}
.__result_bar .__bar .__part .__indicator {
    font-size: 0.875em;
    line-height: 1.4em;
    border-radius: 4px;
    bottom: calc(100% + 5px);
    display: none;
    font-size: 1.125em;
    margin: 7px auto;
    padding: 2px 15px;
    position: absolute;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.__result_bar .__bar .__part.is_underweight .__indicator {
    background-color: #3399ff;
}
.__result_bar .__bar .__section-name {
    font-size: 0.875em;
    line-height: 1.4em;
    color: #615b57;
    display: block;
    font-size: 16px;
    margin-top: 20px;
}
.__result_bar .__bar .__section-name {
    font-size: 0.875em;
    line-height: 1.4em;
    color: #615b57;
    display: block;
    font-size: 16px;
    margin-top: 20px;
}
.__result_bar .__bar .__section-name.is_mobile {
    display: none;
}
.__result_bar .__bar .__part::after {
    content: "";
    width: 1px;
    height: 36px;
    background: #615b57;
    position: absolute;
    top: 0;
    right: 0;
}
.__result_bar .__bar .__part.is_active {
    opacity: 1;
}
.__result_bar .__bar .__part.is_normal {
    width: 38%;
}
.__result_bar .__bar .__part.is_active .__indicator {
    display: block;
}
.__result_bar .__bar .__part.is_normal .__indicator {
    background-color: #009933;
}
.__result_bar .__bar .__part.is_overweight {
    width: 28%;
}
.__result_bar .__bar .__part.is_overweight .__indicator {
    background-color: #ffd633;
}
.__result_bar .__bar .__part:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.__result_bar .__bar .__part.is_obese {
    width: 17%;
}
.__result_bar .__bar .__part.is_obese .__indicator {
    background-color: #d81e05;
}
.__result_bar .__bar .__part .__indicator::after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #009933;
    content: "";
    position: absolute;
    bottom: -8px;
    border-radius: 4px;
    left: 50%;
    margin-left: -10px;
}
.__result_bar .__bar .__part.is_normal .__indicator::after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #009933;
}
.__result_bar .__bar .__part.is_obese::after {
    content: none;
   
}
.__result_bar .__bar .__part.is_overweight .__indicator::after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffd633;
}
.__result_bar .__bar .__part.is_obese .__indicator::after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d81e05;
}
.__result_bar .__bar .__part.is_underweight .__indicator::after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3399ff;
}
.__result_bar h3 {
    font-size: 0.875em;
    line-height: 1.4em;
    font-size: 1.125em;
    text-align: center;
}
table._layout_06._warning thead tr th {
    background-color: #ff7976;
	color:#fff;
}
table._layout_06._b tbody tr:not(:last-child) td {
    border-bottom: 1px dashed #fff3e8;
}
table._layout_06._warning._b tbody tr td {

    background-color: #fff;

}
._isdone{
background-color: #fef1e1 !important;
}
._istime{
	background-color: #179a9d !important;
color: #fff;
}
[data-lightslider="brands"] li {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #f1f1f1;
    margin-bottom: 0;
    padding: 30px;
    padding: 30px 30px 35px;
}
[data-lightslider="brands"] img{
	    height: 80px;
	display: table;
margin-left: auto;
margin-right: auto;
}
[data-lightslider="brands"] a {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
[data-lightslider="brands"] span {
    padding-top: 15px;
    display: block;
    text-align: center;
    color: #686868;
}
.w100 {
    width: 100% !important;
}
@media only screen and (max-width: 785px){
	.yspage {
		    margin-bottom: 20px !important;
	}
	[data-pregancy]{
		margin-bottom: 20px !important;
	}
	.ybmi{
		margin-right: auto !important;
    margin-left: auto !important;
    display: table !important;
	}
	table._scroll._layout_06._warning tbody tr td{
		white-space: inherit !important;
		padding: .5rem .4750rem .625rem !important;
	}
	

}
table._scroll._layout_06._warning tbody tr td .y_button{ 
		display: none !important
	}
	table._scroll._layout_06._warning tbody tr td._isdone .y_button{ 
		display: table!important
	}
	table._scroll._layout_06._warning tbody tr td._istime .y_button{ 
		display: table!important
	}

[data-list="2"][data-list-type="3"].y_doctors ._item article p {
    text-align: right !important;
}
[data-list="1"].y_weblog ._item ._name h3 a{
   color: #009688 !important;
}
[data-list="1"].yweekby ._item ._name h3 a {
    color: #009688 !important;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: transparent !important;
    cursor: auto !important;
}
#select-wrapper{
	position: relative;
width: 200px;
}
#select-wrapper::after{
	content: "";
width: 0;
height: 0;
position: absolute;
pointer-events: none;
right: 142px;
top: 15px;
content: "";
font: normal normal normal 14px/1 FontAwesome;
}
#input-wrapper{
	position: relative;
width: 200px;
}
#input-wrapper::after{
	content: "";
width: 0;
height: 0;
position: absolute;
pointer-events: none;
left: -44px;
top: 6px;
font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
color: #808080;
}
#input-wrapper input{
	position: relative;
width: 270px;
}

    .loader{
   margin-right: auto;
   margin-left: auto;
   float: none;
   display: table !important;
	}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(45deg);
  transform-origin: 32px 32px;
}
.lds-heart div {
  top: 23px;
  left: 19px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #ff7976;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #ff7976;
}
.lds-heart div:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.headerMain {
    background-color: #fff;
    border-top: 3px solid;
}

    .headerMain ._menu ul li a i {
        color: #444;
    }

.accord .accordion .accordion-item.y_bardari {
    margin-bottom: 10px;
    border: none;
    /*background: linear-gradient(to right, #b3acf7 0%,#81b9f5 50%,#81b9f5 50%,#b3acf7 100%) no-repeat scroll right bottom / 210% 100% #80b7f7 !important;*/
}

    .accord .accordion .accordion-item.y_bardari .accordion-title {
        color: #fff;
        font-size: 18px;
    }

.y_weeks [data-accordion-tab] .tabs .tabs-title a span {
    font-size: 16px;
}

.y_weeks [data-accordion-tab] .tabs-panel a {
    width: 20% !important;
}

    .y_weeks [data-accordion-tab] .tabs-panel a > span {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        border: 1px solid #fff;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
    }

.y_weeks [data-accordion-tab] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .y_weeks [data-accordion-tab] .tabs {
        background-color: transparent;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

        .y_weeks [data-accordion-tab] .tabs .tabs-title.is-active a {
            border-top: none;
            color: #fff;
        }

        .y_weeks [data-accordion-tab] .tabs .tabs-title a {
            background-color: transparent;
            border-right-width: 1px;
            border-right-style: solid;
            color: #bcbcbc;
            border-right-color: #999;
            padding: 4px 10px;
        }

        .y_weeks [data-accordion-tab] .tabs .tabs-title:first-child a {
            border: none;
        }

.y_bardari .accordion-content {
    /*background: linear-gradient(to right, #b3acf7 0%,#81b9f5 50%,#81b9f5 50%,#b3acf7 100%) no-repeat scroll right bottom / 210% 100% #80b7f7 !important;*/
}

.y_bardari [data-accordion-tab] .tabs-panel {
    /*background: linear-gradient(to right, #b3acf7 0%,#81b9f5 50%,#81b9f5 50%,#b3acf7 100%) no-repeat scroll right bottom / 210% 100% #80b7f7 !important;*/
}

[data-list="1"].y_weblog ._item ._name h3 {
    height: 60px;
    overflow: hidden;
}

[data-list="1"].y_weblog ._item ._abstract p {
    height: 16px;
    opacity: 0;
}

.carousel_01.y_weblog .owl-carousel .owl-nav {
    position: absolute;
    top: -44px;
    left: 0;
    margin: 0;
    direction: ltr;
    z-index: 9;
}

    .carousel_01.y_weblog .owl-carousel .owl-nav span {
        display: inline-block;
    }

    .carousel_01.y_weblog .owl-carousel .owl-nav .showC01-prev {
        padding-right: 10px;
        border-right: 4px double #686868;
    }

    .carousel_01.y_weblog .owl-carousel .owl-nav .showC01-next {
        padding-left: 10px;
    }

    .carousel_01.y_weblog .owl-carousel .owl-nav span i {
        display: block;
        line-height: 28px;
        font-size: 1.8rem;
        color: #686868;
        cursor: pointer;
    }

.headerMain ._menu ul li a ._badge {
    background-color: #80b7f7;
}

.mainSlider .lSSlideOuter .lSPager li.active a {
    background-color: #80b7f7;
}



.mainSlider .lSSlideOuter .lSSlideWrapper .lightSlider li ._cover {
    background-color: rgba(128,183,247,.2);
}

.y_question {
    background-color: #242a43 !important;
}

    .y_question h2 {
        color: #fff;
    }

[data-title="2"]::before {
    background-color: #80b7f7;
    width: 35px;
}

.y_question .titleList ul li:nth-child(2n+1) {
    background-color: #fff;
    background-color: #242a43 !important;
}

.y_question .titleList ul li:nth-child(2n) {
    background-color: #fff;
    background-color: #242a43 !important;
}

.y_question .titleList ul li a {
    border: 1px solid #f5f5f5;
}

.y_question .titleList ul li {
    margin-bottom: 0px;
    padding: 0px 40px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
    box-shadow: none !important;
}

    .y_question .titleList ul li a {
        padding: 25px 10px;
        border: none;
        border-radius: 0;
    }

    .y_question .titleList ul li:not(:last-child) a {
        border-bottom: 1px solid #b8cfe0;
    }

    .y_question .titleList ul li a .y_answerpanel {
        position: relative;
        display: block;
        line-height: 40px;
    }

    .y_question .titleList ul li a img {
        position: absolute;
        top: 50%;
        right: 0;
        height: 35px;
        width: 35px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        display: block;
        margin-top: -18px;
    }

    .y_question .titleList ul li a ._title {
        margin-bottom: 5px;
        color: #fff;
    }

    .y_question .titleList ul li a ._date {
        display: inline-block;
        color: #999;
        font-size: 10px;
        margin-right: 43px;
        color: #afb3c5;
    }

    .y_question .titleList ul li a .y_answer {
        color: #80b7f7;
        text-decoration: none;
        font-size: 12px;
    }

.y_question .y_button {
    margin-top: 30px;
}

.radius_x {
    -webkit-border-radius: 100px 100px 100px 100px !important;
    -khtml-border-radius: 100px 100px 100px 100px !important;
    -moz-border-radius: 100px 100px 100px 100px !important;
    -o-border-radius: 100px 100px 100px 100px !important;
    border-radius: 100px 100px 100px 100px !important;
}

.radius_z {
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
}


[data-list="5"] ._item {
    position: relative;
    margin-bottom: 20px;
}

    [data-list="5"] ._item:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 55%;
        background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.7) 100%);
        background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.7) 100%);
        background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000', GradientType=0 );
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        z-index: 1;
    }

    [data-list="5"] ._item ._image {
        margin: 0;
    }

        [data-list="5"] ._item ._image a, [data-list="5"] ._item ._image a img {
            display: block;
        }

    [data-list="5"] ._item ._title {
        display: block;
        position: absolute;
        bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: integerPrimaryFont,tahoma;
        font-size: 18px;
        text-shadow: 0 2px 2px rgba(0,0,0,.85);
        color: #fff;
        z-index: 2;
    }

    [data-list="5"] ._item ._mark {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 0;
        padding-right: 10px;
        padding-left: 10px;
        background-color: #ef3f3e;
        -moz-box-shadow: -2px 0 2px 0 rgba(0,0,0,.28);
        -webkit-box-shadow: -2px 0 2px 0 rgba(0,0,0,.28);
        box-shadow: -2px 0 2px 0 rgba(0,0,0,.28);
        line-height: 22px;
        font-family: integerSecondaryFont,tahoma;
        font-size: 13px;
        color: #fff;
        z-index: 2;
    }

    [data-list="5"] ._item:hover:before {
        height: 75%;
    }



[data-list="2"][data-list-type="3"] ._item {
    padding-right: 120px;
}

    [data-list="2"][data-list-type="3"] ._item figure {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    [data-list="2"][data-list-type="3"] ._item article {
        padding: 0;
    }

        [data-list="2"][data-list-type="3"] ._item article h6 a {
            font-size: 22px;
        }

        [data-list="2"][data-list-type="3"] ._item article h6 {
            height: 45px;
            margin: 0px;
        }

        [data-list="2"][data-list-type="3"] ._item article p {
            height: 78px;
            text-align-last: auto;
        }


[data-list="2"][data-list-type="3"].y_doctors ._item {
    padding-right: 85px !important;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
}

    [data-list="2"][data-list-type="3"].y_doctors ._item figure {
        position: absolute !important;
        width: 100px !important;
        height: 100px !important;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 7px;
        bottom: 0;
    }

    [data-list="2"][data-list-type="3"].y_doctors ._item article {
        padding-right: 15px;
    }

        [data-list="2"][data-list-type="3"].y_doctors ._item article h6 a {
            font-size: 16px !important;
        }

[data-list="2"][data-list-type="3"].y_doctors ._item {
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
}

    [data-list="2"][data-list-type="3"].y_doctors ._item article h6 {
        height: 50px;
        margin-top: 13px;
    }

    [data-list="2"][data-list-type="3"].y_doctors ._item article p {
        height: 48px;
    }

    [data-list="2"][data-list-type="3"].y_doctors ._item article {
        padding-right: 38px;
    }

        [data-list="2"][data-list-type="3"].y_doctors ._item article p {
            text-align-last: auto;
        }

        [data-list="2"][data-list-type="3"].y_doctors ._item article h6 a {
            margin-left: initial;
            margin-right: initial;
            float: right;
        }

[data-card="1"][data-card-type="2"]._mini ._item i {
    font-size: 50px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 0px;
    background-color: #fff;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    color: #2c3e50;
    overflow: hidden;
    -webkit-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-bottom: 20px;
    background-color: #f1f7fd;
}

[data-card="1"][data-card-type="2"]._mini ._item {
    background-color: #fff;
}

    [data-card="1"][data-card-type="2"]._mini ._item .y_image {
        position: relative;
        border-radius: 50%;
        height: 102px;
        width: 102px;
        text-align: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin: auto;
        background-color: #f1f7fd;
        margin-bottom: 10px;
    }

        [data-card="1"][data-card-type="2"]._mini ._item .y_image:before {
            position: absolute;
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            background: #fff;
            right: 0;
            top: 0;
            transition: all ease-out .3s;
            -moz-transition: all ease-out .3s;
            -webkit-transition: all ease-out .3s;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            height: 102px;
            width: 102px;
            margin: auto;
        }


    [data-card="1"][data-card-type="2"]._mini ._item:hover .y_image:before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        background: linear-gradient(to right,#b3acf7 0%,#81b9f5 50%,#81b9f5 50%,#b3acf7 100%) no-repeat scroll right bottom/210% 100% #80b7f7 !important;
        display: table !important;
    }

    [data-card="1"][data-card-type="2"]._mini ._item .y_image img {
        width: 100%;
        max-width: 48px;
        max-height: 48px;
        margin: auto;
        transition: all ease-out .3s;
        -moz-transition: all ease-out .3s;
        -webkit-transition: all ease-out .3s;
    }

    [data-card="1"][data-card-type="2"]._mini ._item:hover .y_image img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }


[data-list="5"].y_video ._item ._mark {
    bottom: 25px;
    background: rgba(0,0,0,.4) !important;
}

[data-list="5"] ._item ._title {
    bottom: 25px;
}

[data-list="5"] ._item ._time {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

    [data-list="5"] ._item ._time i {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #fff;
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #80b7f7;
        -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        transition: background 0.2s ease 0s, color 0.2s ease 0s;
    }

.carousel_01 .owl-carousel.owl-rtl .owl-item {
    width: 75vw !important;
}

.y_tab {
    background: #fefefe;
    padding-bottom: 25px;
    /*height: 100vw;*/
}

[data-form="mobile"].y_tab .tabs-title.is-active {
    border-color: #ff9900;
}

[data-form="mobile"].y_tab .tabs-title > a {
    font-size: 22px !important;
    color: #444 !important;
}

.y_tab .tabs {
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

[data-form="mobile"].y_tab .tabs-title > a:focus, [data-form="mobile"] .tabs-title > a[aria-selected="true"] {
    background: transparent;
}

.y_tab .tabs-content {
    background: transparent;
}

.y_tab .tabs-panel {
    padding: 20px 0 0;
}

.y_tab .carousel_01 .owl-carousel.owl-rtl .owl-item {
    width: 270px !important;
}

.y_tab .owl-nav {
    display: none;
}

/*.y_tab .y_button {
    margin-top: 20px;
}*/


.footerMain {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 20px;
}

    .footerMain ._title {
        color: #fff;
    }
    .footerMain .menu > li > a{
        padding: .7rem .5rem;
    }

.yekzanslider ul {
    margin: 0px;
    padding-left: 0;
    list-style: none;
    padding-bottom: 40px;
}

    .yekzanslider ul li {
        position: relative;
        cursor: pointer;
    }

        .yekzanslider ul li ._cover {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(82, 199, 183,0.1);
            z-index: 1;
        }

        .yekzanslider ul li ._title {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            z-index: 2;
            background: -webkit-linear-gradient(transparent,rgba(10,10,10,.56));
            background: -o-linear-gradient(transparent,rgba(10,10,10,.56));
            background: -moz-linear-gradient(transparent,rgba(10,10,10,.56));
            background: linear-gradient(transparent,rgba(10,10,10,.56));
        }

            .yekzanslider ul li ._title a {
                display: block;
                margin-bottom: 0;
                height: 28px;
                line-height: 28px;
                text-align: center;
                color: #fff;
                overflow: hidden;
            }

            .yekzanslider ul li ._title p {
                display: block;
                margin-bottom: 0;
                height: 28px;
                line-height: 28px;
                text-align: center;
                color: #fff;
                overflow: hidden;
            }


.yekzanslider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #aaa;
    opacity: 1;
}

.yekzanslider .swiper-pagination-bullet-active {
    opacity: 1;
}

.owl-carousel.owl-rtl {
    touch-action: none;
}

.owl-carousel-temp {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .owl-carousel-temp .y_item {
        min-width: 75vw;
        max-width: 75vw;
        margin-left: 5vw;
        overflow: hidden;
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

/*.tagsManager.y_tags ._item{
    border: 1px solid #f0bbd7;
color: #2c527b;
background-color: #f0bbd7;
padding-right: 15px;
padding-left: 15px;
}
.tagsManager.y_tags ._item span{
    display: initial;
}
.tagsManager.y_tags ._item ins{
text-decoration:none;
padding-left: 4px;
}
.tagsManager.y_tags ._item a{
    position: initial;
    text-align: center;
line-height: 30px;
font-family: "secondaryFont","tahoma";
margin-top:0px;
color: #2c527b;
}


[data-lightslider].tagsManager.y_tags .lSSlideOuter .lSSlideWrapper .lSAction > a > i{
    font-size: 1.8rem;
}*/
.y_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .y_tags .owl-carousel-temp {
        margin-right: 6px;
        margin-bottom: 0;
    }

    .y_tags .y_item {
        padding: 2.5vw 5vw;
        background-color: #fff !important;
        -webkit-border-radius: 100px;
        -khtml-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        font-size: 4vw;
        min-width: auto;
    }

    .y_tags .y_item {
        height: fit-content;
        height: -moz-max-content;
        color: #08c;
    }

    .y_tags .y_title {
        margin-right: 5vw;
        padding-left: 0;
        font-size: 4vw;
        white-space: nowrap;
        z-index: 2;
        position: relative;
        padding-top: 2.5vw;
    }

.reveal.full {
    height: 100vh !important;
    min-height: 100vh !important;
}

#sign_in_always ._header, #sign_up_always ._header, #create_chat_always ._header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #737373;
}

    #sign_in_always ._header ._title, #sign_up_always ._header ._title, #create_chat_always ._header ._title {
        color: #737373;
    }

    #sign_in_always ._header i, #sign_up_always ._header i, #create_chat_always ._header i {
        display: block;
        float: right;
        padding-left: 0px;
        color: #737373;
        line-height: 40px;
    }

    #sign_in_always ._header span, #sign_up_always ._header span, #create_chat_always ._header span {
        float: right;
        color: #454545;
        line-height: 40px;
        color: #737373;
    }

    #sign_in_always ._header [data-close], #sign_up_always ._header [data-close], #create_chat_always ._header [data-close] {
        left: 8px;
        margin-top: -21px;
        color: #C0C0C0;
    }

/*#sign_in_always, #sign_up_always {
    background-image: url("/uploads/bg4.jpg");
}*/

    #sign_up_always [data-form="basic"] fieldset ._unit p, #sign_in_always [data-form="basic"] fieldset ._unit p, #create_chat_always [data-form="basic"] fieldset ._unit p {
        text-align: center;
        font-size: small;
        color: #737373;
    }
    #sign_up_always [data-form="basic"] fieldset ._unit a{
        display:initial !important;
        margin-right:0;
		color: #737373 !important;
    }
    #sign_in_always [data-form="basic"] fieldset ._unit a, #create_chat_always [data-form="basic"] fieldset ._unit a {
        display: block;
        text-decoration: none !important;
        color: #737373;
    }

        #sign_in_always [data-form="basic"] fieldset ._unit a:hover, #create_chat_always [data-form="basic"] fieldset ._unit a:hover {
            border-bottom: none;
        }

#divTimerMessage {
    padding-top: 10px;
}

.canvasMenu ul.y_ulb {
    width: 175px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

    .canvasMenu ul.y_ulb li:nth-child(2) {
        float: left;
    }

.canvasMenu ul li:nth-child(2n) a {
    background-color: transparent;
}



    [data-open="sign_up_always"] span, [data-open="sign_in_always"] span {
        font-size: 14px !important;
    }

.y_box {
    margin: 10px;
    margin-top: 0px;
}

    .y_box h4 {
        background-color: #f5f5f5 !important;
        color: #80b7f7;
        margin: 0;
        -webkit-border-radius: 4px 4px 0px 0px !important;
        -khtml-border-radius: 4px 4px 0px 0px !important;
        -moz-border-radius: 4px 4px 0px 0px !important;
        -o-border-radius: 4px 4px 0px 0px !important;
        border-radius: 4px 4px 0px 0px !important;
    }

    .y_box .y_smallbox {
        margin-bottom: 10px;
    }

    .y_box fieldset {
        margin-left: 10px;
        margin-right: 10px;
    }

    .y_box .y_smallbox input {
        border-right: none;
        border-left: none;
        border-top: none;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: #000 !important;
        border-color: #888888;
        font-size: 16px !important;
    }

        .y_box .y_smallbox input::-webkit-input-placeholder, .y_box .y_smallbox textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            font-size: 16px;
			    color: #737373 !important;
        }

        .y_box .y_smallbox input::-moz-placeholder, .y_box .y_smallbox textarea::-moz-placeholder { /* Firefox 19+ */
            font-size: 16px;
			    color: #737373 !important;
        }

        .y_box .y_smallbox input:-ms-input-placeholder, .y_box .y_smallbox textarea:-ms-input-placeholder { /* IE 10+ */
            font-size: 16px;
			    color: #737373 !important;
        }

        .y_box .y_smallbox input:-moz-placeholder, .y_box .y_smallbox textarea:-moz-placeholder { /* Firefox 18- */
            font-size: 16px;
			    color: #737373 !important;
        }

    .y_box button {
        display: block !important;
        margin-top: 20px;
        font-size: 16.5px !important;
    }

[data-form="basic"]._2h fieldset:not(:last-child), [data-form="basic"]._2h fieldset {
    padding-bottom: 0px;
}

[data-menu="vertical"] .level_1 > li._parent > a::before {
    content: "+";
    font-family: "integerPrimaryFont","tahoma";
    font-weight: normal;
    font-size: 14px;
}

[data-menu="vertical"] .level_1 > li._parent._open > a::before {
    content: "-";
    font-size: 20px;
}

[data-menu="vertical"] ._mega ._parent > a::before {
    content: "+";
    font-family: "integerPrimaryFont","tahoma";
    font-size: 14px;
    margin-top: -11px;
    font-weight: normal;
}

[data-menu="vertical"] ._mega ._parent._open > a::before {
    content: "-";
    font-family: "integerPrimaryFont","tahoma";
    font-size: 20px;
}

.z_question {
    background-color: #fff !important;
}

.z_question h2 {
    color: #000;
}

h2[data-title="9"] {
    font-size: 22px;
}

.z_question .accord .accordion .accordion-item {
    border: none;
    /*border-bottom: 1px solid #191e30;*/
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    margin-bottom: 0;
}

    .z_question .accord .accordion .accordion-item .accordion-title {
        color: #fff;
        padding: 23px;
        padding-left: 50px !important;
        color: #fff;
    }

    .z_question .accord .accordion .accordion-item .accordion-content ._txt {
        height: 80px;
        overflow: hidden;
    }

        .z_question .accord .accordion .accordion-item .accordion-content ._txt a {
            color: rgb(175, 179, 197);
        }

    .z_question .accord .accordion .accordion-item .accordion-content {
        background-color: #242a43;
    }

    .z_question .accord .accordion .accordion-item.is-active {
        background-color: rgba(255,255,255,0.1);
    }

        .z_question .accord .accordion .accordion-item.is-active .accordion-title {
            border-bottom: none;
        }

        .z_question .accord .accordion .accordion-item.is-active .accordion-content {
            background: transparent;
        }

.z_question .y_answerpanel {
    position: relative;
    display: block;
    line-height: 40px;
}

    .z_question .y_answerpanel img {
        position: absolute;
        top: 50%;
        right: 0;
        height: 35px;
        width: 35px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        display: block;
        margin-top: -18px;
    }

    .z_question .y_answerpanel ._date {
        display: inline-block;
        color: #999;
        font-size: 10px;
        margin-right: 43px;
        color: #afb3c5;
        text-decoration: none;
    }

    .z_question .y_answerpanel .y_answer {
        color: #80b7f7;
        text-decoration: none;
        font-size: 12px;
    }

.z_question ul.y_question_button {
    width: auto;
    float: none;
    display: table;
    margin: 0 auto;
    margin-top: 24px;
}

.z_question ul li:first-child {
    margin-left: 10px;
}

.canvasMenu ul.y_user {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

    .canvasMenu ul.y_user li.small-4 a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #EEEEEE;
    }

.canvasMenu ul li a i {
    font-size: 30px;
}
/*.canvasMenu{
           background-color: #e4f2fd !important;
       }*/
.canvasMenu ul.y_user li div {
    margin-top: 8px;
    /*margin-bottom: 20px;*/
}

[data-menu="vertical"] .level_1 > li > a > span {
    font-size: 16px;
}

[data-menu="vertical"] .level_1 > li > a > span, [data-menu="vertical"] .level_1 > li._parent > a::before, [data-menu="vertical"] .level_1 > li > a > i {
    color: #737373;
}

[data-menu="vertical"] .level_1 > li > a > i, [data-menu="vertical"] .level_1 > li > a > span {
    line-height: 50px;
}

body, h1, h2, h3, h4, h5, h6, button, input, optgroup, select, textarea {
    font-family: "secondaryFont","tahoma" !important;
}

[data-menu="vertical"] .level_1 > li > a > i {
    font-size: 18px;
}

[data-menu="vertical"] .level_1 > li._parent > a::before {
    font-size: 14px;
    margin-top: -10px;
}

[data-menu="vertical"] .level_1 > li > a {
    border-bottom: 1px solid #f2f2f2;
}

[data-menu="vertical"] {
    height: calc(100vh - 160px);
}

.y_menu_title {
    padding: 15px 15px 10px;
    border-bottom: 1px solid #b3b3b3;
    color: #666666;
    font-size: 22px;
}

    .y_menu_title:first-child {
        padding-top: 0;
    }

.xa-padding30 {
    box-shadow: none;
}

.off-canvas-content {
    padding-top: 76px;
}

[data-list="1"][data-list-type="7"] ._item ._name h3 a {
    font-size: 16px;
}

[data-list="1"] ._item {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.y_footer_menu {
    width: auto;
    float: none;
    display: table;
    margin: 10px auto 0px;
}

[data-list="5"].y_advertise {
    margin-top: 20px;
    margin-bottom: 20px;
}

    [data-list="5"].y_advertise ._item {
        margin-bottom: 0px;
    }

.y_roshd .row {
    padding: 1rem;
}

.y_roshd a {
    width: 20% !important;
}

    .y_roshd a > span {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        border: 1px solid #fff;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
    }

.yekzanslider ul li img {
    height: 200px;
}

.y_transparent {
    background: transparent !important;
}

[data-form="mobile"].y_transparent .tabs-title.is-active, [data-form="mobile"].y_transparent .tabs-title > a:hover {
    background: transparent !important;
}

[data-form="mobile"].y_transparent .tabs-title > a {
    padding: 1.25rem 1.5rem;
}

.headerMain ._menu ul li a i.lnr-magnifier {
    font-size: 20px;
    font-weight: 400;
}

#serachModal [data-form="basic"] fieldset ._unit input {
    border-bottom: 1px solid #444;
}


.headerMain ._menu ul li a i {
    font-size: 20px;
}

#lock-orientation {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #009688;
    z-index: 1000004;
    right: 0;
    bottom: 0;
    pointer-events: all;
    display: table;
    color: #fff;
}

    #lock-orientation ._wrapper {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        padding: 15px;
    }

        #lock-orientation ._wrapper span {
            color: #f4f4f4;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 20px;
            display: block;
            font-size: 3.5vw;
        }

.thumb {
    background: url("http://a4group.org/img/pmode.png") no-repeat 50%/contain;
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto 25px;
    height: 170px;
}

.lock {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.bread_crumbs .breadcrumbs {
    padding-top: 5px;
}

[data-list="1"] ._item ._name h3 a {
    font-family: integerPrimaryFont,tahoma;
}

[data-list="1"] ._item ._button {
    float: left;
}

.pagefolio > ul > li > a {
    font-size: 12px;
}

.y_tags.y_ctg .y_item {
    color: #444;
    margin-left: 0;
    background-color: transparent !important;
    border-radius: 0 !important;
    line-height: 16px;
    position: relative;
    font-size: 14px;
}

    .y_tags.y_ctg .y_item::before {
        content: "";
        background: #cacaca;
        height: 15px;
        position: absolute;
        top: 11px;
        left: 0;
        width: 1px;
    }
    .y_tags.y_ctg .y_item._selected::after{
    content: "";
    background: #c66a00;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 2px;
    }
.y_tags.y_ctg .owl-carousel-temp {
    margin-right: 0px;
}

.breadcrumbs.owl-carousel-temp li {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    line-height: 5vw;
}


._rate {
    margin-top: 38px;
}

.aRate {
    margin-bottom: 10px;
}

.sharing > span {
    line-height: initial;
    font-size: 17px;
    color: #444444;
}

[data-roster="1"].y_related ul li {
    padding-bottom: 0px;
}

    [data-roster="1"].y_related ul li a {
        border: none;
        padding-right: 10px;
    }

.y_box .y_smallbox fieldset ._unit > i {
    display: initial !important;
    visibility: initial !important;
    opacity: 1 !important;
}

[data-form="basic"] fieldset ._unit > i {
    left: inherit;
    right: -10px;
    font-size: 14px;
}

.y_box .y_smallbox fieldset ._unit input {
    padding-right: 30px;
    font-family: integerSecondaryFont !important;
}

[data-roster="1"].y_related ul li a img {
    float: right;
    padding-left: 10px;
    width: 40%;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

[data-roster="1"].y_related ul li a:hover {
    background-color: transparent;
    color: #686868;
}

[data-comment="phone"] > ._group footer ._item {
    position: relative;
    padding-right: 60px;
}

    [data-comment="phone"] > ._group footer ._item figure {
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    [data-comment="phone"] > ._group footer ._item article ._header h6 a._report {
        float: left;
        color: #edbe00;
        padding-right: 10px;
    }

        [data-comment="phone"] > ._group footer ._item article ._header h6 a._report::before {
            display: block;
            float: left;
            font-family: "Linearicons-Free";
            font-weight: bold;
            font-size: 16px;
            content: "";
            float: right;
            padding-left: 5px;
        }


[data-comment="phone"] > ._group:not(:last-child) {
    margin-bottom: 10px;
}

.y_pro {
    border: 1px solid #80b7f7;
    border-top-color: rgb(128, 183, 247);
    border-right-color: rgb(128, 183, 247);
    border-bottom-color: rgb(128, 183, 247);
    border-left-color: rgb(128, 183, 247);
    border-top-color: rgb(128, 183, 247);
    border-right-color: rgb(128, 183, 247);
    border-bottom-color: rgb(128, 183, 247);
    border-left-color: rgb(128, 183, 247);
    width: 106px;
    padding: 10px 30px;
    width: 85px;
    padding: 5px 10px !important;
}

.y_exit {
    color: #fff !important;
    border: 1px solid #80b7f7;
    border-top-color: rgb(128, 183, 247);
    border-right-color: rgb(128, 183, 247);
    border-bottom-color: rgb(128, 183, 247);
    border-left-color: rgb(128, 183, 247);
    width: 85px;
    padding: 5px 10px !important;
}

    .y_pro span, .y_exit span {
        font-size: 14px !important;
    }

.y_editp .y_box {
    margin: 0;
}

    .y_editp .y_box .y_smallbox {
        margin: 0;
    }

        .y_editp .y_box .y_smallbox input {
            color: #686868 !important;
            border-color: #aaa;
        }

        .y_editp .y_box .y_smallbox fieldset {
            border: none;
        }

.y_editp [data-date-wrap] i, .y_editp [data-time-wrap] i {
    left: initial;
    color: #999;
}

.y_editp .y_edituser {
    border-bottom: 1px solid rgb(136, 136, 136);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
}


[data-form="mobile"].y_tab.y_edittab .tabs-title {
    border: none;
}

    [data-form="mobile"].y_tab.y_edittab .tabs-title > a {
        font-size: 16px !important;
        color: #444 !important;
        text-align: center;
        padding: 1rem .5rem;
        padding-bottom: 0;
    }

        [data-form="mobile"].y_tab.y_edittab .tabs-title > a span {
            padding-bottom: 1rem;
            display: block;
        }

.y_tab.y_edittab .tabs {
    display: block;
    background-color: #f5f5f5;
}

[data-form="mobile"].y_tab.y_edittab .tabs-title.is-active {
    background-color: #f5f5f5;
}

    [data-form="mobile"].y_tab.y_edittab .tabs-title.is-active span {
        border-top: medium none;
        border-top-color: currentcolor;
        border-top-color: currentcolor;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-color: #f90;
    }

[data-form="mobile"].y_tab.y_edittab .tabs-title > a:hover {
    background: #f5f5f5;
}

#pnl-rzNG, #pnl-_nOF, #pnl-KapC {
    display: none;
}

.profile.y_eprofile ._panel {
    height: 60vw;
}

    .profile.y_eprofile ._panel::before {
        background: transparent;
    }

    .profile.y_eprofile ._panel ._part1 ._image {
        width: 80px;
        height: 80px;
    }

    .profile.y_eprofile ._panel ._part2 ._info ._text {
        line-height: 21px;
    }

.y_tab.y_edittab .tabs {
    border-bottom: none;
}

.y_tab .tabs-panel .y_txt p {
    color: #777;
}

[data-form="mobile"]._divide fieldset:not(:last-child) {
    border: none;
    position: relative;
}

._feature fieldset legend {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

._feature fieldset.y_field .switch {
    margin-right: 90px;
}

._feature fieldset select {
    margin-right: 90px;
    width: 25%;
}

.y_smallbox h2 {
 
    text-align: center;
    font-family: integerSecondaryFont !important;
}

.y_smallbox p {
    color: #c0c0c0;
}

[data-roster="1"] ul li a span {
    line-height: 20px;
}

.ewall._warning {
    box-shadow: 0 3px 12px rgba(128,128,128,0.23),0 3px 12px rgba(0,0,0,0.16);
    border: none;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .ewall._warning a {
        text-align-last: center;
        display: block !important;
        margin-bottom: 10px;
    }

    .ewall._warning p {
        text-align-last: center;
        display: block !important;
        font-size: 17px;
    }

    .ewall._warning div {
        padding: 10px;
    }

        .ewall._warning div i {
            margin-bottom: 20px;
            font-size: 60px;
            display: block;
            text-align-last: center;
        }

.y_editp .y_box .y_smallbox select {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #aaa;
    box-shadow: none;
    border-radius: 0;
}

.y_editp .y_box .y_smallbox #pnl-i9C4 {
    padding-bottom: 10px;
}

    .y_editp .y_box .y_smallbox #pnl-i9C4 div._unit {
        margin: 0;
        margin-right: 0px;
        margin-right: 0px;
        padding: 10px 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        background-repeat: repeat-x;
        background-position: 0 center;
        font: inherit;
        font-weight: inherit;
        line-height: inherit;
        font-weight: inherit;
        line-height: inherit;
        line-height: 1.72em;
        text-align: center;
        text-decoration: none;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        border-radius: 2px;
        border-color: #fafafa;
        color: #444;
        background-color: #fafafa;
        background-position: 50% 50%;
        background-image: none;
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(false));
        background-image: none,-webkit-linear-gradient(top,false);
        background-image: none,linear-gradient(to bottom,false);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
        box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
        line-height: 1.143em;
        padding: 10px 14px;
    }

.y_editp .y_box .y_smallbox input[type=file] {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font: 170px monospace !important;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.y_box .y_smallbox input[data-form-field="Username" ], .y_box .y_smallbox input[data-form-field="Code" ] {
    font-family: integerSecondaryFont !important;
}

.y_box .y_smallbox input[type="checkbox"] {
    margin-top: 15px;
    margin-bottom: 15px;
}


.y_tab.y_profiletab {
    background: transparent;
    padding: 0;
}

.y_tab.y_edittab.y_profiletab .tabs {
    background: #fff;
}

[data-form="mobile"].y_tab.y_edittab.y_profiletab .tabs-title.is-active {
    background-color: #fff;
}

[data-form="mobile"].y_tab.y_edittab.y_profiletab .tabs-title > a:hover {
    background: #fff;
}

.y_tab.y_edittab.y_profiletab .titleList ul li {
    background-color: #fff !important;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    .y_tab.y_edittab.y_profiletab .titleList ul li a {
        box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    }

.y_box.y_createchat {
    margin-top: -20px;
}

    .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea {
        border: none;
        box-shadow: none;
        font-size: 24px;
        color: #888;
    }

        .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea::-moz-placeholder {
            font-size: 24px !important;
            color: #888 !important;
        }

        .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea::-moz-placeholder, .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea:-moz-placeholder, .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea:-ms-input-placeholder, .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea::-webkit-input-placeholder, .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea::-moz-placeholder {
            font-size: 24px !important;
            color: #888 !important;
        }

        .y_box.y_createchat [data-form="basic"] fieldset ._unit textarea:focus {
            color: #0dbbe0;
        }

[data-list="2"][data-list-type="3"].y_chatindex ._item {
    padding-right: 70px;
    margin-bottom: 10px;
}

    [data-list="2"][data-list-type="3"].y_chatindex ._item article ._btn, [data-list="2"][data-list-type="3"].y_chatindex ._item article h6 a {
        margin-left: initial;
        margin-right: inherit;
    }

    [data-list="2"][data-list-type="3"].y_chatindex ._item figure {
        height: 50px;
        width: 50px;
        right: 0px;
        top: 10px;
    }

    [data-list="2"][data-list-type="3"].y_chatindex ._item article h6 a {
        font-size: 18px;
    }

[data-list="2"][data-list-type="3"].y_chatindex .y_item {
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    padding-right: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
}

[data-list="2"][data-list-type="3"].y_chatindex ._item article {
    padding-top: 5px;
    height: 60px;
}

[data-list="2"][data-list-type="3"].y_chatindex ._item h4 a {
    font-size: 14px;
    color: #666;
}

[data-list="2"][data-list-type="3"].y_chatindex ._item h6 {
    font-size: 12px;
    height: auto;
}

[data-list="2"][data-list-type="3"].y_chatindex p {
    font-size: 18px;
    color: #333;
}

[data-list="2"][data-list-type="3"].y_chatindex hr {
    margin-top: 10px;
    margin-bottom: 10px;
}



[data-comment="phone"].y_chatc > ._group footer > ul > li {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}


.y_chatmobile {
}

[data-form="basic"]._mobile.y_chatmobile fieldset ._unit textarea {
    font-size: 24px !important;
    color: #888 !important;
    border-left: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top-color: #ffca47 !important;
    border-width: 2px;
}


.y_chattitle {
    background-color: #c5ece7 !important;
}
.y_chattitle h1 {
text-align:justify

}

    .y_chattitle ._item {
        position: relative;
        padding-right: 120px;
        background-color: transparent;
        -moz-box-shadow: inset 0 0 0 0 transparent;
        -webkit-box-shadow: inset 0 0 0 0 transparent;
        box-shadow: inset 0 0 0 0 transparent;
        padding-right: 70px;
        margin-bottom: 10px;
    }

        .y_chattitle ._item figure {
            position: absolute;
            height: 50px;
            width: 50px;
            right: 0;
            top: 10px;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

        .y_chattitle ._item article {
            padding-top: 12px;
            height: 60px;
        }

            .y_chattitle ._item article h4 {
                font-size: 14px;
                color: #666;
            }

            .y_chattitle ._item article h6 {
                font-size: 12px;
                height: auto;
            }
            [data-comment="phone"] > ._group:last-child{
                margin-bottom: 70px;
            }


            [data-list="1"].y_blogindex ._item ._name h3 a{
                color: #009688 !important;
            }


            #serachModal [data-form="basic"] fieldset ._unit > i {
    font-size: 20px;
    top: 0;
left: 0;
right: inherit;
}
            .y_tags.y_indextag .y_item{
                display: inline-block;
                max-width: 75vw;
margin-left: 1vw;
overflow: hidden;
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
background: #08c !important;
color: #fff;
            }

.headerMain ._logo{
	height: auto !important;
}


#mCycles::after{
	font: normal normal normal 14px/1 FontAwesome;
	content: "";
	display: block;
position: absolute;
top: 3px;
left: 0;
width: 35px;
line-height: 39px;
text-align: center;
font-size: 16px;
color: #999;
cursor: default;
	right: 141px;
top: 11px;
}




	.nchat_item ._item figure{
		width: 50px !important;
        height: 50px !important; 
		position: relative !important;
	}
	.nchat_item ._item article{
		height: 55px;
	}
	
	.nchat_item .y_item {
    padding-top: 12px;
}
	.nchat_item ._item{
		padding-right: 5px !important;

width: 35%;

float: left;

margin-top: 45px;

margin-bottom: 2px;
	}
	.nchat_item {
		border-radius: 10px;}
	.nchat_item {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    margin-bottom: 20px;
		background-color: #fff;
}
		.nchat_item ._item article h4 a{
			color: #f59906;
			font-size: 20px;
		}
.nchat_item ._name {
	padding-right: 30px;
padding-left: 30px;
background-color: #f89708;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 0 0 10px 10px;
	}
	.nchat_item ._name ._like{
		font-size: 18px;
color: #f9e8c9;
		
	}
	.nchat_item ._name ._like img{
		height: 25px;
		
object-fit: cover;
margin-left: 5px;
	}
	.nchat_item ._name ._report{
		float: left;
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #f9e8c9;
color: #f9e8c9;
font-size: 18px;
	}
	.nchat_item ._name ._dislike{
		font-size: 18px;
color: #f9e8c9;
		float: left
	}
	.nchat_item p{
		width: 65%;
        display: inline-block;
       height: 120px;
		overflow: hidden;
	}

.y_tab.y_edittab .tabs-title > a span{
	font-size: 24px;
}
.nchat_item .y_item{
	padding-top: 12px;
padding-left: 8px;

padding-right: 8px;

font-size: 18px !important;
} .Primary_color{
      color: #f27340 !important;
  }
  .Primary_bgcolor{
      background-color: #f27340 !important;
  }
   .Primary_bordercolor{
      border-color: #f27340 !important;
  }




    .P_light_color{
      color:#52c7b8 !important;
  }
  .P_light_bgcolor{
      background-color:#52c7b8 !important;
  }
  .P_light_bordercolor{
      border-color:#52c7b8 !important;
  }




  .P_dark_color{
      background-color:#00675b !important;
  }
  .P_dark_bgcolor{
      background-color:#00675b !important;
  }
   .P_dark_bordercolor{
      border-color:#00675b !important;
  }


  .Secondary_color{
      color:#ff9800 !important;
  }
  .Secondary_bgcolor{
      background-color:#ff9800 !important;
  }
  .Secondary_bordercolor{
            border-color:#ff9800 !important;
  }


  .S_light_color{
      color:#ffca47 !important;
  }
  .S_light_bgcolor{
      background-color:#ffca47 !important;
  }
  .S_light_bordercolor{
      border-color:#ffca47 !important;
  }


  .S_dark_color{
      background-color:#c66a00 !important;
  }
  .S_dark_bgcolor{
      background-color:#c66a00 !important;
  }
   .S_dark_bordercolor{
      border-color:#c66a00 !important;
  }
   .y_button {
    /*background: #ff9800 !important;*/
    display: table !important;
  border: 1px solid ;
  color:#fff !important;
      /*font-size: 16.5px !important;*/

}
.z_button {
    background: transparent !important;
    display: table !important;
    border: 1px solid ;
/*color: #ff9800 !important;*/
}
.z_button:hover,.y_button:hover{
        border: 1px solid ;
}
[data-title="9"] {
    padding-right: 10px;
    border-right: 2px solid #009688;
}

.yekzanslider .swiper-pagination-bullet-active {
        background: #ff9800;
}

h5{
    color: #444444;
}

.ygreen{
    color: #2a782f !important;
}
.yred{
    color: #ff6b6b !important;
}.z_question {
    background-color: #fff !important;
}

.z_question h2 {    color: #000;}

.z_question ul li{ list-style:none}

.z_question ul li a._title {    color: #000;}
.z_question ul li a span._view  {    color: #1779ba;}

.headerMain{border-top:0px !important;}

[data-comment="phone"] > ._group footer ._item article ._header h6 span[data-xa-prettydate]{font-size: 11px!important}
body{background-color: #f5f5f5}
[data-list="2"][data-list-type="3"].y_chatindex .y_item{
	padding-top: 15px;
    padding-bottom: 15px;
	
}

.popup-dark-title{
	color: #898989 !important;
}

.btnM._largefont{font-size: 1.4rem !important;}

.y_eprofile ._info {padding-top: 25px}
.y_eprofile ._info ._text{    display: block;
    text-align: right;
    color: #fff;}

.y_eprofile  ._image{text-align: left}
.imgradius {
    border-radius: 50%;
    width: 180px;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.y_eprofile {background-color:#db354b !important;padding-top: 30px;padding-bottom: 30px }

.headerMain ._logo a img{height: 55px}

.visibility-hidden{
	visibility: hidden !important;
}.headerMain {
	background-color: #fff !important;
	height: auto !important;
}
.headerMain ._logo a img{
	height: 60px;
}
.headerMain ._menu ul li a i{
	font-size: 30px;
	color: #444;
}
.absearch{
	position: relative;
}
.absearch input{
	overflow: hidden;
line-height: 1.8rem;
background: #f5f5f5;
width: 100%;
border: 0;
border-radius: 5px;
color: #000;
padding: 10px 12px 10px 30px;
padding: 8px 12px 7px 30px;
	margin-bottom: 4px;
}
.absearch i{
	position: absolute;
top: 50%;
transform: translateY(-50%);
line-height: 1;
font-size: 24px;
left: 9px;
top: 55% !important;
}
.absearch input[type="text"]:focus{
	border: 0;
}
.yekzanslider ul li img {
transform: none;
    width: 90%;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
width: 90%;
}
.abslider.swiper-container{
	clear: both;
	width: 100%;

height: 100%;

margin-bottom: 4px;
}


.abslider .swiper-slide{
	 text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 90%;
}
.abslider .swiper-slide img{
	border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.abslider .swiper-pagination {
    bottom: 0px !important;
    left: 0;
    position: relative;
	margin-top: 14px
}
.abcategory .owl-carousel-temp .y_item {
    min-width: 25vw;
}
[data-list="2"][data-list-type="3"].abcategory ._item{
	padding-right: 0;
}
[data-list="2"][data-list-type="3"].abcategory ._item article h6 a {
    font-size: 16px;
}
[data-list="2"][data-list-type="3"].abcategory ._item article h6 {
    text-align: center;
}
[data-list="2"][data-list-type="3"].abcategory ._item figure {
    position: relative;
	width: 65px;
height: 65px;
}
[data-list="2"][data-list-type="3"].abcategory{
	background-color: #fff;
margin-bottom: 20px !important;
padding-top: 10px !important;
	padding-bottom: 0 !important;
}
.abproduct .owl-carousel-temp .y_item{
	min-width: 25vw;
max-width: 31vw;
}
.countdown{
	height: 45px;
position: relative;
text-align: center;
background-color: #1479BF;
border-radius: 5px;
width: 95%;
margin: 0px auto;
}
.countdown-banner{
	color: #fff !important;
font-size: 18px !important;
top: 11px !important;
position: relative;
}
.box-title{
	position: absolute;
right: 8px;
color: #fff !important;
font-size: 18px !important;
margin-top: 10px !important;
}
.countdown-banner{
	color: #fff !important;
font-size: 18px !important;
top: 11px !important;
position: relative;
}
.cdd-more-link{
	position: absolute;
left: 8px;
top: 13px;
white-space: nowrap;
border-radius: 5px;
color: #ffffff;
}
.off-canvas ._logo {
    background-color: transparent;
padding-bottom: 10px;
border-bottom: 1px solid #e5e5ea;
margin-right: 20px;
margin-left: 20px;
}
.off-canvas ._logo a img{
	height: 80px;
}
[data-list="phone"][data-list-type="1"] ._item ._button ._btn{
	text-align: center;
	padding-right: 0px !important;
}
.ablist_product .owl-carousel-temp{
	margin: 0
}
.ablist_product .owl-carousel-temp .y_item{
	min-width: 18vw;
max-width: 31vw;
}

.ablist_product ._item{
	border: 1px solid #c0c3c4;
-webkit-border-radius: 15px 15px 15px 15px;
-khtml-border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-o-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}
.ablist_product ._item a{
	display: block;
text-align: center;
line-height: 30px;
}
.ablist_product ._item a span{
 color: #686868 !important;
}
.bread_crumbs .breadcrumbs li a {
    color: #1479BF !important;
}
[data-title="9"] {
    border-right: 2px solid #1479BF;
}.pagefolio > ul > li{
	min-width: 30px;
}
.pagefolio > ul > li > a{
	padding: .1875rem .0rem;
	font-size: 12px;
}
[data-form="mobile"]._divide.pricetab fieldset ._unit{
	position: relative;
padding-right: 20px;
}
[data-form="mobile"]._divide.pricetab fieldset label{
	display: block;
position: absolute;
top: 0;
right: 0;
height: 39px;
text-align: left;
line-height: 39px;
color: #666666;
overflow: hidden;
}
[data-list="phone"][data-list-type="1"] ._item ._button ._btn{
	font-size: 18px;
}
.reveal._2 ._main ._foot{
	position: inherit;
	margin-right: 20px;
	box-shadow: none;
	width: auto;
}
[data-accordion-tab]._filtering .tabs-content{
	height: calc(100vh - 128px);
}
[data-menu="vertical"] ._basic .level_n > li > a > span {
    font-size: 15px;
}



[data-open="sign_in_always"],[data-open="sign_up_always"]{
	color: #737373 !important;
	border: none;
}
.spec.spec_list ul li ._title > *{
	font-size: 16px;
}

[data-cart] ._done ._item {
    padding-right: 105px;
}
[data-cart] ._done ._item ._image {
    height: 95px;
    object-fit: cover;

}


[data-form="mobile"] .tabs-title > a {
    font-size: 17px;
}


[data-form="mobile"] .tabs{
	margin-right: auto;
margin-left: auto;
display: table;
}
.ablist_product ._item a {
    padding: 2px 4px;
}
[data-cart] ul li:not(.basket-end) {
    padding: 10px;
    border-bottom: 0px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    background-color: #fff;
}




/* ------------------------------------------------------------------------------------------ */
[data-nav="wizard"] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  overflow: hidden;
  /* --------------------------------------    WIZARD    -------------------------------------- */
  /* END ul */
  /* -------------------------------------- MEDIA  QUERY -------------------------------------- */ }
  [data-nav="wizard"] ul {
    display: table;
    width: 100%;
    margin: 0;
    /* END li */ }
    [data-nav="wizard"] ul li {
      /* -----------      GENERAL       ----------- */
      position: relative;
      float: right;
      padding: 8px 0;
      list-style: none outside none;
      /* -----------      VISITED       ----------- */
      /* -----------    NOT: VISITED    ----------- */
      /* -----------    FIRST CHILD     ----------- */
      /* -----------    LAST  CHILD     ----------- */ }
      [data-nav="wizard"] ul li div {
        width: 25px;
        height: 25px;
        margin: 0 auto; }
        [data-nav="wizard"] ul li div i {
          display: block;
          position: relative;
          width: 25px;
          height: 25px;
          background-color: #ffffff;
          border: 3px solid #989898;
          -webkit-border-radius: 50% 50% 50% 50%;
          -khtml-border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -o-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
          line-height: 20px;
          text-align: center;
          font-family: "FontAwesome";
          font-style: normal;
          font-size: 0.88rem;
          z-index: 1; }
        [data-nav="wizard"] ul li div:before, [data-nav="wizard"] ul li div:after {
          position: absolute;
          top: 19px;
          content: "";
          border: 2px solid transparent;
          width: 100%;
          height: 2px; }
        [data-nav="wizard"] ul li div:before {
          left: 50%; }
        [data-nav="wizard"] ul li div:after {
          right: 50%; }
      [data-nav="wizard"] ul li span {
        display: block;
        margin-top: 10px;
        text-align: center;
        color: #444444; }
      [data-nav="wizard"] ul li.visited div i {
        background-color: #2a782e;
        border-color: #2a782e; }
        [data-nav="wizard"] ul li.visited div i:after {
          content: "\f00c";
          color: #ffffff; }
      [data-nav="wizard"] ul li.visited div:before, [data-nav="wizard"] ul li.visited div:after {
        border-color: #2a782e; }
      [data-nav="wizard"] ul li.visited.notcompleted div i {
        background-color: #bae7bc;
        border-color: #2a782e; }
        [data-nav="wizard"] ul li.visited.notcompleted div i:after {
          content: ""; }
      [data-nav="wizard"] ul li:not(.visited) div:before, [data-nav="wizard"] ul li:not(.visited) div:after {
        border-color: #d1d1d1; }
      [data-nav="wizard"] ul li:first-child div:before {
        border-style: dotted; }
      [data-nav="wizard"] ul li:last-child div:after {
        border-style: dotted; }
      [data-nav="wizard"] ul li:last-child.visited div:after {
        border-color: #2a782e; }
      [data-nav="wizard"] ul li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        width: 40px;
        height: 40px;
        margin-right: -20px;
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        z-index: 1; }
  @media only screen and (max-width: 785px) {
    [data-nav="wizard"] ul li {
      width: 20% !important; } }

/* END [data-nav="wizard"] */

[data-form="basic"]._2h.cgieformnew fieldset:not(:last-child), [data-form="basic"]._2h fieldset {
    padding-bottom: 20px;
}

[data-cart] ._done.minibasket ._item ._info > * {
    font-size: 13px;
}
[data-form="basic"] fieldset ._unit a:hover{
	border-bottom: 0;
}

.y_box .y_smallbox fieldset ._unit textarea{
	box-shadow: none;
border-right: none;
    border-right-color: currentcolor;
border-top: none;
    border-top-color: currentcolor;
border-left: none;
    border-left-color: currentcolor;
border-color: #aaa;
padding-right: 30px;
font-family: integerSecondaryFont !important;
}
.accord._order .accordion .accordion-item{
	border: none;
box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.accord._order .accordion .accordion-item .accordion-title {
    background-color: #fff !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.accord._order .accordion .accordion-item .accordion-title ._price {
    color: #d9384c !important;

}
.accord._order .accordion .accordion-item .accordion-title ._price ins {
    color: #d9384c !important;
}

.accord._order [data-cart] ul li:not(.basket-end){
	box-shadow: none;
}
.accord._order .accordion .accordion-item {
    border: none;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.accord._order .accordion .accordion-item .accordion-title {
    background-color: #fff !important;
}


.accord._order .accordion .accordion-item ._total{
	margin: 5px 10px;
border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px
}
.accord .accordion .accordion-item .accordion-content {
    padding: 0;
}
.accord._order .accordion .accordion-item ._total a{
	font-size: 17px;
}
.ab-margin-top{
	margin-top: 40px !important
}



[data-form="basic"]._mobile.cgieformnew fieldset ._unit input{
	border-right: none;
    border-right-color: currentcolor;
border-left: none;
    border-left-color: currentcolor;
border-top: none;
    border-top-color: currentcolor;
padding-top: 20px;
padding-bottom: 20px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0 !important;
box-shadow: none !important;
color: #000 !important;
border-color: #888;
font-size: 16px !important;
	margin: 0;
	color: #686868 !important;
	padding-left: .5rem;
background-color: transparent;
	padding-right: 30px;
font-family: integerSecondaryFont !important;
}
[data-form="basic"]._mobile fieldset ._unit > i {
 
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
}


[data-form="basic"]._mobile.cgieformnew fieldset ._unit select{
	    display: block;
    margin: 0;
    padding: 0;
    border: medium none;
    border-bottom: 1px solid #999;
    font-size: 14px;
    color: #555;
    -moz-box-shadow: inset 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent;
    resize: vertical;
	padding-left: 24px;
    padding-right: 8px;
}
[data-accordion-tab]._bolt .tabs .tabs-title a span{
	font-size: 16px;
}
[data-accordion-tab] .tabs .tabs-title a {
    padding: 10px 15px;
}
.y_footer_menu span{
	display: table;
position: relative;
	color: #fff
}
.y_footer_menu span::before{
	content: "";
position: absolute;
bottom: -11px;
right: 0;
width: 100%;
height: 3px;
	background-color: #fff;
height: 1px;

}


.y_footer_menu.menu > li > a{
	margin-right: 20px;
}

.abbanner01{
	position: relative;
}
.abbanner01 > div {
	padding: 0
}
.abbanner01 .abcopy{
width: 100%;
top: 92px;
position: absolute;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
	left: 0;
	text-align: center;
}

.abbanner01 .abcopy h4{
	font-size: 38px;
color: #222;
	margin-bottom: 25px;
}
.abbanner01 .abcopy p{
	font-size: 20px !important;
color: #222;
	margin-bottom: 30px;
}
.abbanner01 .abcopy .a_button{
	margin-bottom: 5px;
background: #e45a80;
color: #fff;
text-align: center;
font-size: 18px;
padding: 17px 20px;
    padding-right: 20px;
    padding-left: 20px;
padding-right: 20px;
padding-left: 20px;
padding-left: 52px;
padding-right: 52px;
}
.abbanner01 .abcopy .a_button > span {
	color: #fff;
text-align: center;
font-size: 18px;
}
[data-list="1"][data-list-type="1"].abmixproduct ._item {
	box-shadow: none
}
[data-list="1"][data-list-type="1"].abmixproduct ._item ._image ._tools {
    visibility: hidden;
    -webkit-transition: visibility 0.1s ease 0s;
    -moz-transition: visibility 0.1s ease 0s;
    -o-transition: visibility 0.1s ease 0s;
    -ms-transition: visibility 0.1s ease 0s;
    transition: visibility 0.1s ease 0s;
}

[data-list="1"].abmixproduct ._item ._name h3 a{
	font-family: "secondaryFont", "tahoma";
font-size: 15px;
color: #686868;
}
[data-list="1"].abmixproduct ._item ._button{
	float: none
}
[data-list="1"].abmixproduct ._item ._button a{
	display: block;
	background-color: #f2f2f2;
	text-align: center;
font-size: 18px;
padding-right: 0px !important;
	border: none;
color: #1468a0;
padding: 0;
	border-radius: 4px;
}
[data-list="1"][data-list-type="1"].abmixproduct ._item ._image::before{
	background-color: transparent
}

[data-card="1"][data-card-type="2"] ._item ins{
	display: block;
width: 45px;
height: 45px;
margin: 0 auto;
    margin-bottom: 0px;
margin-bottom: 0px;
background-color: #e45a80;
	line-height: 45px;
text-align: center;
text-decoration: none;
font-family: "integerPrimaryFont", "tahoma";
color: #ffffff;
overflow: hidden;
margin-bottom: 10px;
	-webkit-border-radius: 50% 50% 50% 50%;
-khtml-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
-o-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
	   border: 3px solid #2b2b2b;
    z-index: 10;
    background-color: #bae7bc;
    color: #333333;
    border-color: #2a782e;
}
.off-canvas-content{
	padding-top: 120px;
}
._heading{
	font-size: 18px;
}
.circlefixed{
	position: fixed;
top: 116px;
right: 0;
z-index: 1000;
margin-bottom: 10px;
}[data-site-loader]{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color:rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	visibility:hidden;

}

[data-site-loader-message]{
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:300px;
	height:150px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.off-canvas-content{
	    padding-top:81px
}
.cgititle ._box.off-canvas-content {
	padding-top: 83px;
}
[data-title="9"] {
    border-right: 2px solid #d2ab66;
}
.bread_crumbs .breadcrumbs{
	padding-top: 0px;
}
.bread_crumbs .breadcrumbs li a {
    color: #2a2f33 !important;
}
.pagefolio > ul > li{
	margin-bottom: 5px
	
}
.pagefolio > ul > li._current{
	background-color: #d2ab66;
}
.breadsection{
	padding-bottom: 17px;
padding-top: 10px;
}

.breadcrumbs li::after {
    position: relative;
    top: 1px;
    margin: 0 .75rem;
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    opacity: 1;
    content: "\\";
    color: #cacaca;
}
.bread_crumbs .breadcrumbs li::after {
    content: "";
    margin-right: 7px;
    margin-left: 7px;
    font-family: "FontAwesome";
}
.bread_crumbs .breadcrumbs li:last-child::after {
    visibility: hidden;
    margin: 0px;
}
[data-title="2"]::before{
	background-color: #d1a815;
}
[data-form="basic"]._mobile fieldset ._unit input,[data-form="basic"]._mobile fieldset ._unit textarea{
	padding-right: 1.5rem;
	padding-left: 0
}
[data-form="basic"] fieldset ._unit > i{
	right: -7px;
}
/************************* headerMain *************************/
.headerMain {
	background-color: #383d41 !important;
	overflow: inherit
}
.absearch input {
	background-color: #485053 !important;
}
#serachModal .headerMain{
	position: relative !important;
	background-color: transparent !important;
	height: 400px !important;
}
#serachModal{
	background-color: #485053;
}
.headerMain .lang li a span {
	color: #d2ab66;
	padding-right: 5px;
	margin-top: 20px;
	display: block;
}
.headerMain .lang ul li a span._active {
	color: #fff;
}
.headerMain ._menu ul li a i {
	font-size: 20px;
	color: #d2ab66;
}
.headerMain .search {

	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	position: relative
}
.headerMain .search input {
	width: 100%;
	margin: 0;
	background-color: #485053;
	border: 0;
	border-radius: 0 !important;
	height: 3.0rem;
	color: #fff;
	font-size: 20px;
	padding-left: 40px;
}
.headerMain .search i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 24px;
	left: 9px;
	top: 55% !important;
}
.headerMain .searchSubject a._arrow {
	position: relative;
}
 .headerMain .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff !important;
 text-align: center;
 margin-left: 10px
}
.headerMain .search input::-moz-placeholder { /* Firefox 19+ */
 color: #fff !important;
 text-align: center;
 margin-left: 10px
}
.headerMain .search input:-ms-input-placeholder { /* IE 10+ */
 color: #fff !important;
 text-align: center;
 margin-left: 10px
}
.headerMain .search input:-moz-placeholder { /* Firefox 18- */
 color: #fff !important;
 text-align: center;
 margin-left: 10px
}
.headerMain .searchSubject {

	padding-top: 15px;
	background-color: transparent;
}
.headerMain .searchSubject a span {
	line-height: 1.449rem;
	padding: 10px 40px 10px 40px;
	background: #2a2f33;
	color: #fff;
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
}
.headerMain .searchSubject a._arrow {
	position: relative;
	display: block;
	border: navajowhite;
	width: 100%;
	background: #2a2f33;
	text-align: center;
	margin-bottom: 0
}
.headerMain .searchSubject a._arrow::before {
	content: "\f078";
	position: absolute;
	top: 23px;
left: 33%;
	margin-top: -10px;
	font-family: "FontAwesome";
	font-size: 16px;
	color: #fff;
}
.headerMain .search input{
	box-shadow: none;
	border-bottom: 1px solid #6f6e6e;
}
.headerMain .lang{
	display: inline
}
.headerMain .lang img{
	height: 20px;
width: 30px;
}
.headerMain .lang button {
	background: transparent;
	padding: 0;
	padding-top: 18px;
}
.headerMain .dropdown-pane{
	width: 100% !important;
}
.headerMain .button.dropdown::after{
	top: -13px;
left: -16px;
}

.headerMain ._menu ul.listHD li:not(:last-child){
	padding-left: 10px;
}
/************************* off-canvas mainmenu *************************/
.off-canvas.is-open {
	background-color: #383d41 !important;
}
[data-menu="vertical"] .level_1 > li > a {
	border-bottom: none;
	padding-right: 25px;
	border-bottom: 1px groove #4b4b4b;
}
.off-canvas ._logo {
	border-bottom: none;
	margin: 0;
	background-color: #485053;
}
[data-menu="vertical"] .level_1 > li > a > span {
	color: #bfbfbf;
}
.canvasMenu{
	background-color: #485053;
}
.canvasMenu ul.y_user{
	padding-bottom: 20px
}
.canvasMenu ul.y_user > li {
	float: left
}
.canvasMenu ul.y_user > li ul {
	margin-left: 20px
}
.canvasMenu ul.y_user > li ul li {
	margin-right: 5px
}
.canvasMenu ul li a {
	display: block;
	padding: 10px;
	background-color: #edca48;
	text-align: center;
	color: #fff !important;
	width: 85px;
	padding: 5px 10px !important;
	border-color: #edca48 !important;
	border: 1px solid;
}
.canvasMenu ul li:nth-child(2n) a {
	background-color: transparent !important
}
/************************* news banner home page *************************/
[data-list="5"].news-banner ._item ._title {
	padding-top: 10px;
	padding-bottom: 15px;
	background: rgba(0,0,0,.5);
	text-shadow: none;
	font-size: 16px;
	bottom: 0;
}
[data-list="5"].news-banner ._item:hover::before {
	background: -moz-linear-gradient(top, transparent 0, rgba(255,255,255,.4) 100%);
	background: -webkit-linear-gradient(top, transparent 0, rgba(255,255,255,.4) 100%);
	background: linear-gradient(to bottom, transparent 0, rgba(255,255,255,.4) 100%);
	height: 75%;
}
[data-list="5"].news-banner ._item ._title a._name {
	color: #fff;
}
[data-list="5"].news-banner ._item ._title span {
	display: inline-block;
	font-size: 12px;
}
[data-list="5"].news-banner ._item ._title a._address {
	color: #d2ab66;
	font-size: 14px;
	padding-right: 5px;
}
[data-list="5"].news-banner ._item ._mark {
	top: 39%;
	right: 34%;
	padding: 10px 30px;
	bottom: auto;
}
[data-list="5"].news-banner ._item ._mark._01 {
	background-color: #ef9d51
}
[data-list="5"].news-banner ._item ._mark._02 {
	background-color: #3ca3ee
}
[data-list="5"].news-banner ._item ._mark._03 {
	background-color: #4bc6ce
}
[data-list="5"].news-banner ._item ._mark._04 {
	background-color: #edca48
}
[data-list="5"].news-banner ._item ._mark._05 {
	background-color: #c2c76b
}
[data-list="5"].news-banner ._item ._mark._06 {
	background-color: #e7544d
}
[data-list="5"].news-banner ._item ._title {
	padding-top: 0px;
	padding-bottom: 4px;
}
[data-list="5"].news-banner ._item ._title a._name {
	font-size: 12px;
}
[data-list="5"].news-banner ._item ._title span {
	font-size: 12px;
}
/************************* weblog list in tab *************************/
[data-accordion-tab].tab-news .tabs,[data-accordion-tab].tab-news {
	background-color: #fff;
}
[data-accordion-tab].tab-news .tabs .tabs-title {
	padding-top: 5px;
}
[data-accordion-tab].tab-news .tabs .tabs-title.is-active a {
	color: #000;
	border: 0;
}
[data-accordion-tab].tab-news .tabs .tabs-title a {
	display: inline;
	float: right;
	padding-top: 0;
}
[data-accordion-tab].tab-news .tabs .tabs-title a span {
	position: relative;
	font-size: 20px;
	float: none;
	    float: right;
}
[data-accordion-tab].tab-news .tabs .tabs-title a::before {
	content: "";
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #777;
}
[data-accordion-tab].tab-news .tabs .tabs-title:first-child a span::before {
	border-left: 0;
}
.tab-news [data-list="2"][data-list-type="3"] ._item figure {
	-webkit-border-radius: 0%;
	-khtml-border-radius: 0%;
	-moz-border-radius: 0%;
	-o-border-radius: 0%;
	border-radius: 0%;
	width: 200px;
	height: 200px;
}
.tab-news [data-list="2"] ._item {
	padding-right: 220px;
	margin-bottom: 32px;
}
.tab-news [data-list="2"][data-list-type="3"] ._item article {
	padding: 15px 0;
}
.tab-news [data-list="2"][data-list-type="3"] ._item article h6 {
	height: 35px;
}
.tab-news [data-list="2"][data-list-type="3"] ._item article p {
	height: 58px;
	line-height: 27px !important;
	width: 100%;
	font-size: 1.2rem !important;
}
.tab-news ._btn {
	float: left
}
.tab-news ._btn::after {
	content: "\f104";
	padding-right: 5px;
	font-family: FontAwesome;
}
.tab-news [data-list="2"] ._item {
	padding-right: 100px;
}
[data-accordion-tab].tab-news .tabs .tabs-title a span {
	font-size: 14px !important;
}
[data-accordion-tab].tab-news .tabs .tabs-title a span::before {
	margin-left: 8px;
	padding-left: 8px;
}
[data-accordion-tab].tab-news .tabs .tabs-title a {
	padding: 10px 0px;
	    line-height: 2;
}
.tab-news [data-list="2"][data-list-type="3"] ._item figure {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
}
.tab-news [data-list="2"][data-list-type="3"] ._item article {
	padding: 0px 5px;
}
.tabs-panel.is-active {
	display: block;
}
/************************* daneshnameslider *************************/
.daneshnameslider {
	margin-bottom: 21px;
}
.daneshnameslider h2 {
	font-size: 23px;
	font-weight: bold;
	margin-right: 1.875rem;
}
.daneshnameslider .lightSlider li {
	position: relative;
}
.daneshnameslider ._positive {
	position: absolute;
	top: 0;
	right: 0;
	width: 179px; 
	height: 179px;
	overflow: hidden;
}
.daneshnameslider ._positive img {
	height: 179px
}
.daneshnameslider ._negative {
	width: 100%;
	float: left;
	padding: 10px 20px;
	background: #fff;
	position: relative;
	padding-right: 190px;
}
.daneshnameslider ._negative span {
	position: absolute;
	margin-bottom: 5px;
	background: #edca48;
	padding: 3px 25px;
	top: 0;
	color: #fff;
}
.daneshnameslider ._negative h6 {
	margin-top: 25px;
	height: 31px;
    overflow: hidden;
}
.daneshnameslider ._negative h6 a {
	color: #000;
	font-size: 22px;
}
.daneshnameslider ._negative p {
	line-height: 20px !important;
}
.daneshnameslider ._negative ._btn::after {
	content: "\f104";
	padding-right: 5px;
	font-family: FontAwesome;
}
.daneshnameslider .lSSlideOuter.lSrtl {
	position: relative
}
.daneshnameslider .lSSlideOuter.lSrtl .lSPager {
	position: absolute;
	left: 0px;
	bottom: 0;
	padding-left: 30px !important;
	padding-bottom: 5px !important;
}
.daneshnameslider .lSSlideOuter .lSPager li a {
	display: block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #08c;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.daneshnameslider .lSSlideOuter .lSPager li.active a {
	background-color: #08c;
}
.daneshnameslider ._negative p {
	height: 64px;
	overflow: hidden;
	margin-bottom: 0
}
.daneshnameslider {
	margin-bottom: 19px;
}
.daneshnameslider .lSSlideOuter.lSrtl .lSPager {
	padding-left: 0px !important;
	padding-bottom: 7px !important;
}
/************************* slide show *************************/
.section_padding_top_normal {
	padding-top: 20px;
}
.sliderMain ._negative {
	background: rgba(0,0,0,.3);
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	display: block;
	width: 100%;
}
.sliderMain ._negative ._name {
	display: block;
	color: #fff;
}
.sliderMain ._negative ._body {
	color: #fff;
}
.sliderMain ._negative ._address {
	color: #d2ab66;
	font-size: 14px;
	padding-right: 5px;
}
.sliderMain .lSSlideOuter {
	position: relative;
}
.sliderMain .lSSlideOuter .lSPager {
	position: absolute;
	bottom: 10px;
	width: 100%;
	margin: 0;
	margin-top: 0px;
	direction: ltr;
}
.sliderMain .lSPager {
	display: block !important;
	padding-left: 5px !important;
	padding-bottom: 5px !important;
}
.sliderMain .lSSlideOuter .lSPager li {
	padding: 0;
	float: left;
	margin-left: 6px;
}
.sliderMain .lSSlideOuter .lSPager li a {
	width: 12px;
	height: 12px;
}
.sliderMain .lSSlideOuter .lSPager li:hover a {
	background-color: #fff;
}
.sliderMain .lSSlideOuter .lSPager li.active:hover a {
	background-color: #d2ab66;
}
.sliderMain h2 {
	font-size: 23px;
	margin-right: 1.875rem;
}
/************************* weblog *************************/
.cgweblog ul {
	list-style: none;
}
.cgweblog h2 {
	font-size: 23px;
	margin-right: 1.25rem;
	margin-bottom: 20px;
	font-weight: bold
}
.cgweblog ul li {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	color: #000;
	font-size: 26px;
	font-weight: bold;
}
.cgweblog ul li:first-child {
	border-top: 1px solid #e3e3e3;
}
.cgweblog ul li ins {
	font-family: "integerPrimaryFont", "tahoma";
	text-decoration: none;
	padding-left: 20px;
	color: #000;
	font-size: initial;
	font-weight: normal;
}
.cgweblog ul li span {
	color: #2855ba;
	font-size: 18px;
	padding-left: 20px;
	font-weight: normal;
}
.cgweblog ul li del {
	text-decoration: none;
	color: #d1a815;
	font-size: 18px;
	padding-right: 20px;
	font-weight: normal;
}
/************************* footermain *************************/
.footerMain._metal {
	background-color: #383d41
}
.footerMain h3 {
	color: #fff;
	font-size: 22px;
	padding-right: 1rem;
	height: 30.8px;
}
.footerMain .menu.vertical > li {
	display: inline;
	display: inline-block;
}
.footerMain .menu.vertical > li a {
	font-size: 1.2rem;
}
.footerMain .menu.vertical > li a span {
	color: #bfbfbf;
}
.footerMain div div:nth-child(4) .quickLinks {
	border-left: none;
}
.footerMain .form-group {
	position: relative;
}
.footerMain .form-group input {
	width: 69%;
	background-color: #485053;
	border: 0;
}
.footerMain .form-group button {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	height: 2.4375rem;
	background-color: #d2ab66;
	color: #000
}
.footerMain .form-group .pardakht {
	padding-left: 30px;
	padding-right: 31px;
}
.footerMain .quickSocial {
	margin-bottom: 20px;
}
.footerMain .quickSocial i {
	font-size: 21px !important;
	background: #fff !important;
	padding: 5px !important;
	height: 33px !important;
	width: 32px !important;
	border-radius: 6px !important;
	color: #383d41 !important;
}
.footerMain .quickSocial i::before {
	color: #383d41;
}
.footerMain .form-group input {
	width: 85%;
}
.footerMain ._social {
	margin-bottom: 0
}
/************************* footerSub *************************/
.footerSub {
	background-color: #2a2f33;
	color: #545559;
	padding: 30px 40px;
	font-size: 21px;
}
.footerSub ._copyright p {
	text-align: center;
	font-size: 18px;
}
/************************* news index *************************/
[data-list="1"].news-index ._item {
	border: 0;
}
[data-list="1"][data-list-type="7"].news-index ._item ._positive {
	width: 40%;
	padding: 10px;
	background-color: #e6e7e9;
}
[data-list="1"][data-list-type="7"].news-index ._item ._negative {
	width: 60%;
	padding: 0;
}
[data-list="1"][data-list-type="7"].news-index ._item ._negative > :not(:last-child) {
	background-color: #e6e7e9;
	padding: 0px 0px;
	margin-bottom: 0
}
[data-list="1"][data-list-type="7"].news-index ._item ._name h3 a {
	font-size: 10px;
	height: 62px;
}
[data-list="1"][data-list-type="7"].news-index ._item ._abstract p {
	max-height: 87px;
	padding: 10px;
	
}
[data-list="1"][data-list-type="7"].news-index ._item ._address {
	color: #d1a815;
	font-size: 18px;
	padding-right: 5px;
	float: left;
	margin-top: -25px;
}
/************************* news index box *************************/
.cgititle .xbox{
	    background-color: #d2ab66;
    width: 38px;
    height: 38px;
    display: inline-block;
    position: relative;
    top: 15px;
	    right: -4px;
}
.cgititle .xbox::after{
	    content: "";
	position: absolute;
	    width: 38px;
    height: 37px;
    background-color: whitesmoke;
	border-bottom-right-radius: 92px;
}
.cgititle {
	position: relative;
	padding-bottom: 10px;
}
.cgititle ._box {
	display: inline-block;
	width: auto;
	float: left;
	background: #fff;
	border-bottom-right-radius: 92px;
}
.cgititle::before {
	content: "";
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 100%;
	height: 3px;
	background-color: #d2ab66;
}
.cgititle .firsttitle{
	
	display: inline-block;
}
.cgititle h1 {
	background-color: #d2ab66;
	padding: 10px 50px;
	color: #fff;
	font-size: 1.25rem;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cgititle .search {
	display: initial;
}
.cgititle input, .cgititle select {
	margin: 0;
	width: 200px;
	float: left;
	display: inline;
	margin-right: 15px;
	border-radius: 0 !important;
	background: #e6e7e9;
	border: none;
	box-shadow: none;
}
._box select{
	    margin: 0;
    display: inline;
    border-radius: 0 !important;
    background: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .75rem;
   background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: left -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-left: 1.5rem;
    font-size: 16px;
	margin-top: 10px;
}
._box .search {
   background-color: transparent
}
._box .search input{
	    margin: 0;
    margin-right: 0px;
       margin-bottom: 10px;
    display: inline;
    margin-top: 10px;
    border-radius: 0 !important;
    background: #fff;
    border: none;
    box-shadow: none;
}
._box .search i {
    position: absolute;
    top: 24px;
    left: 10px;
}
.cgititle input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
 font-size: 16px;
}
.cgititle input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
 font-size: 16px;
}
.cgititle input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
 font-size: 16px;
}
.cgititle input:-moz-placeholder { /* Firefox 18- */
 color: #000;
 font-size: 16px;
}
.cgititle select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .75rem;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: left -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-left: 1.5rem;
	font-size: 16px;
}
.none-title .cgititle ._box {
	height: 47px;
	background-color: #f5f5f5
}
.none-title .cgititle h1 {
	padding: 5px 30px;
	text-align: center;
}
.cgititle ._box {
	width: auto;
}
.cgititle input, .cgititle select {
	width: 150px
}
/************************* news content *************************/
.news-content {
	padding: 10px;
}
.news-content h1 {
	font-size: 28px;
}
.news-content p {
	color: #535353
}
.news-content .news-summay {
	margin-bottom: 30px;
}

.news-content h5{
	font-size: 23px}
[data-accordion-tab].news-content-tab {
	box-shadow: none;
}
[data-accordion-tab].news-content-tab .tabs {
	background-color: #e6e7e9;
}
[data-accordion-tab].news-content-tab .tabs .tabs-title.is-active a {
	color: #000;
	border: none;
}
[data-accordion-tab].news-content-tab .tabs .tabs-title a {
	background-color: #fff;
	color: #b28434
}
[data-accordion-tab].news-content-tab #tab_1_panel_default_1 a {
	color: #000;
	font-size: 20px;
}
.news-content-tab .tabs-title {
	margin-left: 5px;
}
/************************* news tag *************************/
.news-tag [data-tagcloud] ul {
	float: left;
	padding: 5px;
}
.news-tag [data-tagcloud] ul li a {
	border-radius: 0;
	border-color: #000;
	color: #000;
	float: left;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.news-tag {
	border-top: 2px solid #d9d9d9;
	padding-top: 10px;
}
.news-tag h2 {
	font-size: 23px;
}
/************************* news reatedcontent *************************/
.newsrelatedcontent {
	margin-top: 10px;
}
[data-list="2"].newsrelatedcontent ._item {
	background-color: #e6e7e9;
	box-shadow: none;
}
[data-list="2"].newsrelatedcontent ._address {
	color: #d1a815;
	font-size: 18px;
	padding-right: 5px;
}
[data-list="2"].newsrelatedcontent ._item article h6 a {
	font-size: 18px;
}
/************************* image-gallery *************************/

.image-gallery img {
	margin: 0 auto;
	float: none;
	display: table;
}
.image-gallery .lSAction > a {
	background-image: url(/uploads/cgie/controls.png) !important;
}
.image-gallery .lSAction > .lSPrev {
	left: 15px;
}
.image-gallery .lSAction > .lSNext {
	right: 15px;
}
.image-gallery .cgititle h1 {
	font-size: 1.05rem;
	width: auto;
}
.image-gallery .cgititle ._box {
	width: 79%;
}
/************************* author index *************************/
._author-head {
	padding: 30px 10px;
	padding-top: 0
}
._author-head h1 {
	font-size: 22px;
}
[data-list="2"][data-list-type="3"]._author-index {
	margin-bottom: 10px;
}
[data-list="2"][data-list-type="3"]._author-index ._box {
	padding: 40px 10px
}
[data-list="2"][data-list-type="3"]._author-index ._item {
	margin-bottom: 0;
	padding-right: 5px;
}
[data-list="2"][data-list-type="3"]._author-index ._item article h6 a {
	margin-left: initial;
	margin-right: initial;
}
[data-list="2"][data-list-type="3"]._author-index ._item article {
	width: 65%;
	float: left;
}
[data-list="2"][data-list-type="3"]._author-index ._item figure {
	right: 0px;
	top: 11%;
	width: 110px;
	height: 110px;
}
[data-list="2"][data-list-type="3"]._author-index ._box:nth-child(2n) {
	background-color: #e6e7e9;
	float: right;
	left: 25%;
	right: initial;
}
[data-list="2"][data-list-type="3"]._author-index ._box:nth-child(2n) article {
	float: right;
}
[data-list="2"][data-list-type="3"]._author-index ._box:nth-child(2n) figure {
	float: right;
	left: 0px;
	right: initial;
}
[data-list="2"][data-list-type="3"] ._item article p {
	height: 84px;
	line-height: 26px !important;
	overflow: hidden;
}
/************************* author content *************************/

._author-content figure {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #4b4b4b;
	border: 15px solid #e6e7e9;
}
._author-content h1 {
	font-size: 33px;
	padding-top: 10px;
}
._author-content h3 {
	font-size: 24px
}
._author-content h3._head {
	padding-bottom: 20px;
}
._author-content h4 {
	font-size: 22px;
}
._author-content ._box {
	border-top: 3px solid #c5c5c5;
	padding-bottom: 20px
}
._author-content ._lastbox del {
	color: #000
}
._author-content ._box a {
	float: left;
	color: #2855ba;
	font-size: 22px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 10px;
}
._author-content .author-custom {
	border-top: 3px solid #c5c5c5;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 30px;
}
._author-content .author-custom span {
	color: #000;
	padding-left: 10px;
	font-size: 24px;
}
._author-content .author-custom del {
	padding-left: 30px;
	text-decoration: none;
	color: #686868;
	font-size: 1.2rem !important;
	font-family: "secondaryFont", "tahoma";
}
._author-content .cgweblog ul {
	margin-bottom: 0
}
._author-content .cgweblog ul:first-child li:first-child {
	border-top: none;
}
/************************* publication index *************************/
[data-list="1"].public-index ._item ._name h3 {
	height: 62px;
	overflow: hidden;
}
[data-list="1"].public-index ._item ._image figure a img {
	height: 273px;
}
[data-list="1"].public-index ._item ._abstract{
	height: 72px;
}
[data-list="1"].public-index ._item ._abstract span{
	color: #d2ab66;
}
[data-list="1"].public-index ._item ._abstract ins {
    text-decoration: none;
    color: #000;
}
/************************* publication content *************************/
.public-content .DetailsInfo ._title {
	border-bottom: 3px solid #d2ab66;
	margin-bottom: 20px
}
.public-content  .fav{
	    display: table;
    float: none;
    font-size: 18px;
	margin: 0 auto
}
.public-content  .fav span{
	color: #686868;
}
.public-content  .fav i {
	    color: #f6ced9 !important;
    padding-right: 5px;
}
.public-content .public-special ul {
	margin: 0;
}
.public-special ul li {
	list-style: none outside none;
	display: inline-block;
	width: 100%;
}
.public-special ul li ._title > * {
	display: table;
	line-height: 29px;
	color: #d2ab66;
	font-size: 16px;
}
.public-special ul li ._title {
	float: right;
	width: 250px;
	margin: 0;
	margin-left: 0px;
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: medium none;
	width: auto;
}
.public-special ul li ._value > * {
	line-height: 29px;
	font-size: 16px;
	color: #000;
}
.public-special ul li ._value {
	position: relative;
	float: right;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border: medium none;
}

.public-content .public-summary {
	padding-top: 20px;
	padding-bottom: 20px;
}
.public-tab [data-accordion-tab] .tabs-content {
	border: 3px solid #d2ab66;
}
.public-tab .news-content-tab .tabs-title {
	border: 3px solid #d2ab66;
	border-bottom: 0;
}
.public-tab [data-accordion-tab].news-content-tab .tabs {
	background-color: transparent
}
/************************* tabbox in article index *************************/
.article-tab #tab_1_panel_default_2 ul li a{
	color: #686868;
font-size: 16px;
}

.cgweblog-tab .tabbox .accordion-title{
	background-color: #fff !important;
	font-size: 1.25rem;
color: #444;
}
.article-tab #tab_1_panel_default_1  li {
	z-index: 0;
	margin-bottom: 10px;
}
.article-tab #tab_1_panel_default_1 li {
	display: inline-block;
	margin-left: 5px;
}
.article-tab #tab_1_panel_default_1 li a span {
	font-size: 21px;
	background: #ba9512;
	height: 33px;
	width: 32px;
	border-radius: 6px;
	color: #fff;
	display: block;
	text-align: center;
}
.article-tab #tab_1_panel_default_1 li a {
	color: #686868;
	font-size: 16px;
}
.article-tab .accordion-title::before {
	color: #d2ab66;
}
.article-tab .accordion-title::before {
	content: "";
	font-family: Linearicons-Free;
	font-size: 18px;
	transform: rotate(180deg) translateY(60%);
	margin-top: 0px;
	transition: all 0.3s ease-in-out 0s;
}
/************************* product index *************************/

[data-list="phone"][data-list-type="1"] ._item ._image a img{
		height: 223px;

}
[data-list="phone"] [data-xa-product-list] ._item {
	background-color: #fff !important;
}
[data-list="phone"] [data-xa-product-list] ._item ._button a {
	display: block;
	font-size: 18px;
	border-radius: 4px;
	color: #1779ba;
	background-color: #f2f2f2;
}
.orderindex {
	width: auto;
	display: inline-flex;
}
.orderindex li {
	margin-right: 5px;
}
.orderindex li a {
	padding: 0 10px;
	font-size: 18px;
	color: #686868;
}
.orderindex li a[data-selected="true"] {
	background-color: #d2ab66;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.sideBar ul.listV li a ins:before {
	content: "(";
	top: 0;
	right: 0;
}
.sideBar ul.listV li a ins:after {
	content: ")";
	top: 0;
	left: 0;
}
.sideBar ul.listV li a {
	display: table;
	font-size: 15px;
	color: #686868;
}
.sideBar ul.listV li a:hover {
	color: #08c;
}
.sideBar ul.listV li a ins {
	text-decoration: none;
}
.tabbox .accordion-title::before {
	color: #d2ab66;
}
.noUi-connect {
	background: #d2ab66;
	border: 5px solid #d2ab66;
}
input:checked ~ .switch-paddle {
	background: #d2ab66;
}
.search {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.search button {
	position: absolute;
	top: 20px;
	left: 8px;
	margin-top: -8px;
}
/************************* product content *************************/
.spec.spec_list ul li._head::before{
	color: #d2ab66;
	
}
[data-accordion-tab] .tabs .tabs-title.is-active a{
	color: #d2ab66;
}
.productDetailsSummary .fav span{
	color: #686868;
}
.productDetailsSummary .fav i{
	color: #f6ced9 !important;
}
/************************* aboutus *************************/
[data-list="1"][data-list-type="4"] ._item ._abstract p {
    max-height: 72px;
}
[data-list="1"].aboutindex ._item {
	border: 0
}


/************************* handwritten index *************************/
.cgititle.handtitle h1 {
	font-size: 0.90rem;
	padding: 10px 10px;
	text-align: center;
	width: auto;
}
.cgititle.handtitle ._box{
	width: 70%;
}
/************************* tabbox in handwritten index *************************/
.cghand-tab .tabbox .accordion-content:last-child {
	display: block;
	max-height: 280px;
	height: 100%;
	overflow: auto;
}
.cghand-tab .tabbox .accordion-content li {
	z-index: 0;
	margin-bottom: 10px;
}
.cghand-tab .accordion-content li {
	display: inline-block;
	margin-left: 5px;
}
.cghand-tab .accordion-content li a span {
	font-size: 21px;
	background: #ba9512;
	height: 33px;
	width: 32px;
	border-radius: 6px;
	color: #fff;
	display: block;
	text-align: center;
}
.cghand-tab .tabbox .accordion-content li a {
	color: #686868;
	font-size: 16px;
}
.cghand-tab .tabbox .accordion-title::before {
	color: #d2ab66;
	content: "";
font-family: "Linearicons-Free";
font-size: 18px;
transform: rotate(180deg) translateY(60%);
transition: all .3s ease-in-out;
margin-top: 0;
}
.cghand-tab .tabbox .is-active >.cghand-tab .accordion-title::before{
	transform: translateY(-50%);
}

.cghand-tab .tabbox .accordion-title{
	color: #444;
	font-size: 1.25rem;
}
.cghand-tab .accordion-title:hover,.cghand-tab .accordion-title:focus {
    background-color: #fff;
}
/************************* handwritten content *************************/
.hand-content {
	margin-bottom: 40px
}
.hand-content .DetailsInfo ._title {
	border-bottom: 0
}
.hand-summary .productgallery {
	border: 3px solid #d2ab66;
	padding: 40px
}
.hand-tab {
	background-color: #e6e7e9;
}

/************************* membership *************************/
.accord._order .accordion .accordion-item .accordion-title ._price ,.accord._order .accordion .accordion-item .accordion-title ._price ins {
    color: #d2ab66 !important;
}
/************************* shop *************************/
[data-cart] ._done ._item ._info ._title{
	font-size: 10px;
	height: auto;
}
[data-cart] ._done ._item{
	padding-bottom: 10px;
}
/************************* article content *************************/
.article-headlines h3 {
	font-size: 24px;
	padding-left: 1rem;
	padding-right: 1rem;
	border-bottom: 2px groove #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.article-headlines {
	background-color: #e6e7e9;
	padding: 0;
	height: auto !important
}
.article-headlines ul li span {
	color: #2855ba;
	font-size: 22px;
}
.article-headlines ul.submenu {
	margin-right: 25px
}
.article-headlines ul.submenu li span {
	font-size: 17px
}

.article-content h1, .article-content h3 {
	font-size: 24px;
	padding-left: 1rem;
	border-bottom: 2px groove #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.article-content h1 .fav{
	    display: inline;
    float: left;
    font-size: 18px;
}
.article-content h1 .fav span{
	    color: #686868;
}
.article-content h1 .fav i{
	color: #f6ced9 !important;
    padding-right: 5px;
}
.article-content h3 span {
	color: #2855ba;
}
.article-content .article-detailes {
	margin-right: 0 !important;
}

.article-content .article-detailes .article-holder > div {
	/*border-bottom: 3px solid #2855ba;*/
}
.article-content .article-detailes .article-holder h2 {
	font-size: 24px;
	padding-top: 30px;
}
.article-content .article-detailes .article-holder p {
	color: #626262;
}
.article-content h4 {
	font-size: 24px;
	padding-bottom: 10px;
}

.articlemenu {
	background-color: #e6e7e9;
}

.articlemenu .quickLinks {
	padding: 25px;
}
#offCanvasTop h3 {
	font-size: 24px;
	border-bottom: 2px groove #fff;
	padding-bottom: 10px;
}
.articlemenu [data-menu="horizontal"] .level_1 > li > a {
	text-align: center;
	display: block;
position: relative;
line-height: 40px;
padding-top: 20px;
}
.articlemenu [data-menu="horizontal"] .level_1 > li > a > i {
	color: #2855ba !important;
	display: block
}
.articlemenu [data-menu="horizontal"] .level_1 > li > a > span {
	color: #2855ba !important;
}
.articlemenu [data-menu="horizontal"] .level_1 > li:hover > a::after {
	content: none
}
#offCanvasTop {
	background-color: rgb(230, 231, 233) !important;
	padding: 10px;
	
}
.articlemenu [data-cart] ul li:not(.basket-end) {
	box-shadow: none;
	padding: 5px;
}
#offCanvasTop ul li:not(.basket-end) {
	border-bottom: 2px groove #fff;
	background-color: rgb(230, 231, 233);
}
#media{
	background-color: #fff !important;
	width: 100%
}
#media .aShare ul li a i {
	background-color: #ececec;
    border: none;
    border-radius: 50px;
}
#media .aShare {
		padding: 30px 10px;

}
[data-cart]#media ul li:not(.basket-end){
	box-shadow: none;
	padding: 4px;
}
#offCanvasTop ul li h6 a {
	color: #000;
	font-size: 24px;
}
#offCanvasTop ul li p a {
	color: #2855ba;
}
.articlemenu [data-menu="horizontal"] .level_1 > li{
	list-style: none outside none;
	float: right;
padding: 0 5px;
}
.articlemenu ._menu ul li a {
    display: block;
    position: relative;
}
.articlemenu ._menu ul li a i {
    display: block;
    line-height: 60px;
	color: #2855ba
}
.articlepage {
	border-bottom: 0px !important;
	padding-top: 30px;
}
.articlepage a {
	font-size: 16px;

	line-height: 1.5;
	
	display: inline-block;
	float: right;
	position: relative;
	color: #fff
}
.articlepage span {
	display: block;
	line-height: 60px;
}
.articlepage a:first-child {
	background-color: #4d4d4d;
	width: 39%;
	margin-right: 03px;
	border-radius: 5px 0 0 5px;
}
.articlepage a:first-child span{
	left: 20%;
}
.articlepage a:last-child {
	background-color: #106596;
	width: 60%;
	border-radius: 0px 5px 5px 0;
}
.art_group{
	    left: 0;
    background-color: #5571b1;
    margin-bottom: 5px;
    width: 88px;
    padding-top: 11px;
    top: 12px;
    padding-bottom: 11px;
    position: absolute;
}
.art_group:hover{
	    background-color: #2a2f33;
}
.article-content .cgweblog{
	margin-bottom: 20px
}
.article-content .cgweblog ._item {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	background: #fff;
box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}

.article-content .cgweblog ._item ins {
	font-family: "integerPrimaryFont", "tahoma";
	text-decoration: none;
	padding-left: 20px;
	color: #000;
	font-size: initial;
	font-weight: normal;
}
.article-content .cgweblog ._item span {
	color: #2855ba;
	font-size: 18px;
	padding-left: 20px;
	font-weight: normal;
}
.article-content .cgweblog ._item del {
	text-decoration: none;
	color: #d1a815;
	font-size: 18px;
	padding-right: 20px;
	font-weight: normal;
}
.article-content .cgweblog ._item del, .cgweblog ._item span {
	font-size: 18px;
}

.articlepage a.currentpage {
	background-color: #4d4d4d;
	width: 27%;
	margin-left: 03px;
	border-radius: 0px 5px 5px 0;
}

.articlepage a.currentpage-last {
	background-color: #4d4d4d;
	width: 29%;
	margin-left: 3px;
	margin-right:3px;
	border-radius: 5px 0 0 5px;
}
.articlepage a.currentpage-center {
	background-color: #4d4d4d;
	width: 29%;
	margin-left: 3px;
	margin-right:3px;
	border-radius: 0px;
}


.articlepage a.previouspage  {	background-color: #106596;	width: 69%;	border-radius: 0px 5px 5px 0;}
.articlepage a.previouspage-center{	width: 30%;}
.articlepage a.nextpage {	background-color: #106596;	width: 70%;	border-radius:5px 0 0 5px;}
.articlepage a.nextpage-center {	width: 30%;}


/************************* contact index *************************/
.contactUsInfo ol li>:not(:last-child),.contactUsInfo ul li>:not(:last-child){margin-left:5px}.contactUsInfo ol li b,.contactUsInfo ul li b{font-weight:400}.contactUsInfo ol li span,.contactUsInfo ul li span{font-family:secondaryFont,tahoma}.contactUsInfo h4{line-height:45px;font-size:22px;color:#08c}.contactUsInfo ol li>*,.contactUsInfo ul li>*{display:inline-block;line-height:33px}.contactUsInfo ul li{margin-bottom:5px}.contactUsInfo ul li i{-webkit-border-radius:50%;-khtml-border-radius:50% 50% 50% 50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;text-align:center;color:#fff}.contactUsInfo ul li a{color:#08c}.contactUsInfo ul li a:hover{text-decoration:underline;color:#1ab3ff}.contactUsInfo ul li ._ltr{direction:ltr}.contactUsInfo ol li i{font-size:14px}#mapGoogle{margin-bottom:40px}#mapGoogle .gm-style .gm-style-iw{left:auto!important;right:0!important}#mapGoogle .gm-style .gm-style-iw+div{left:12px;right:auto!important;top:50%!important;margin-top:-6px}#mapGoogle .gm-style .gm-style-iw>div{padding-right:12px}#mapGoogle .gm-style .gm-style-iw>div>div{direction:rtl!important;line-height:27px;text-align:right!important;font-family:primaryFont,arial!important;font-size:13px}@media only screen and (max-width:685px){.contactUsInfo ul li{margin-bottom:10px}.contactUsInfo ul li>*{display:initial;margin:0 auto;text-align:center}.contactUsInfo ul li>:not(:last-child){margin-left:auto}.contactUsInfo ul li i{font-size:23px}}
.contactimage{
	padding-top: 150px;
padding-bottom: 150px;
background-image: url('/uploads/cgie/innerx.jpg');
background-repeat: no-repeat;
background-position: right center;
	background-size: cover;
	position: relative;
}
.contactimage ._cpanel{
	background-color: #fff;
	padding: 40px
}
.contactimage ._cpanel [data-form="basic"] fieldset ._unit{
	padding-right: 0
}
.contactimage ._cpanel [data-form="basic"] fieldset ._unit > label{
	width: 20px;
}
.contactimage ._cpanel [data-form="basic"] fieldset ._unit input, [data-form="basic"] fieldset ._unit textarea{
	border: 0 !important;
box-shadow: none;
border-bottom: 1px solid #eee !important;
border-radius: 0;
}
.contactimage ._cpanel [data-form="basic"] fieldset ._unit select{
	border: 0 !important;
	-webkit-appearance: none;
border-bottom: 1px solid #eee !important;
border-radius: 0;
-moz-appearance: none;
}

[data-form="basic"] fieldset ._unit .button{
	background: #edca48;
border-color: #edca48;
}
.contactUsInfo ._item{
	padding-top: 60px;
padding-bottom: 60px;
padding-left: 40px;
padding-right: 40px;
	margin-bottom: 20px;
}
.contactUsInfo ._item.item2{
	background-color: #e6e7e9;
	box-shadow: none !important
}
.contactUsInfo ._item:nth-child(1),.contactUsInfo ._item:nth-child(3){
	-moz-box-shadow: 0 8px 18px 0 rgba(0,0,0,.18),0 6px 6px 0 rgba(0,0,0,.23);
-webkit-box-shadow: 0 8px 18px 0 rgba(0,0,0,.18),0 6px 6px 0 rgba(0,0,0,.23);
box-shadow: 0 8px 18px 0 rgba(0,0,0,.18),0 6px 6px 0 rgba(0,0,0,.23);
}

.contactUsInfo ul li i{
	color: #2855ba;
	background-color: transparent
}
.contactUsInfo h4{
		color: #2855ba;

}

/************************* donativeawards index *************************/

.tile{
	     display: table;
    position: relative;
    float: right;
    padding: 10px;
    overflow: hidden;
    z-index: 9;
	   background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
	        background: linear-gradient(135deg,#f3e3c9 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#383f48', GradientType=1);
	    width: 100%;
	    cursor: pointer;
}
.tile:before{
	    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    background: #FFF;
}
.tile a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
}
.tile a > * {
    margin-bottom: 15px;
}
.tile a > *:not(img) {
    position: relative;
    z-index: 999;
}
.tile a span {
    display: block;
    color: #0088cc;
	
}
.tile a h4 {
    font-size: 1.48rem;
    color: #333333;
}
.tile a > *:last-child {
    margin-bottom: 0;
}

.tile .price{
		display: none;

	    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
       background-color: #d2ab66;
    z-index: 99;
}
.tile .price ins{
	    display: block;
    vertical-align: middle;
    text-align: center;
    top: 39%;
    text-decoration: none;
    position: absolute;
    font-size: 20px;
    right: 0;
	left: 0;
    color: #ffff;
	
    padding: 5px;
}
.tile:hover{
	    background: #d2ab66;
}
.tile:hover a{
	opacity: 0
}
.tile:hover .price{
	display: block;
}

/************************* organization index *************************/

.organ [data-roster="1"] ul li{
	    position: relative;
}
.organ [data-roster="1"] ul li::before {
    content: "";
    position: absolute;
    height: 42px;
    width: 4px;
    top: 6px;
    background: #d2ab66;
    right: -16px;
}
.organ [data-roster="1"] ul li a{
	    border: none;
    border-bottom: 1px solid #e6e7e9;
    border-radius: 0;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-top: 9px;
}
.organ [data-roster="1"] ul li a ins{
	    padding-left: 10px;
    font-size: 25px;
    color: #b5b5b5;
	text-decoration: none;
}
.organ [data-roster="1"] ul li a:hover {
    background-color: transparent;
        color: #d2ab66;
}
.organ [data-roster="1"] ul li a:hover ins{
     color: #686868;
}
/************************* activity index *************************/
.activity [data-roster="1"] ul li{
	    padding-bottom: 10px;
}
.activity [data-roster="1"] ul li a{
	padding-bottom: 10px;
    padding-top: 10px;
	border-radius: 3px 3px 3px 3px;
	padding-right: 57px;
	border: 1px solid #dedede;
}
.activity [data-roster="1"] ul li a:hover{
	    background-color: #fff8ed;
        color: #686868;
	border: 1px solid #d2ab66;
}
.activity [data-roster="1"] ul li a ins {
    width: 48px;
    position: absolute;
    background: #d2ab66;
    font-size: 18px;
    right: 0;
    text-align: center;
    
    padding-top: 12px;
  
    height: 100%;
    color: #3c311d;
    top: 0px;
    text-decoration: none;
}


/************************* don index *************************/
.don .tile .price ins{
	top: 10%;
	font-size: 16px;
}
/************************* links index *************************/
.link [data-roster="1"] ul li{
	padding-bottom: 15px;
}
.link [data-roster="1"] ul li a{
	    padding-top: 20px;
    padding-bottom: 20px;
	    -moz-box-shadow: 0 8px 18px 0 rgba(0,0,0,.18),0 6px 6px 0 rgba(0,0,0,.23);
    -webkit-box-shadow: 0 8px 18px 0 rgba(0,0,0,.18), 0 6px 6px 0 rgba(0,0,0,.23);
    box-shadow: 0 8px 18px 0 rgba(0,0,0,.18), 0 6px 6px 0 rgba(0,0,0,.23);
	    border: none;
	    color: #333;
}
.link [data-roster="1"] ul li:nth-child(2n) a {
    background-color: #e6e7e9;
    box-shadow: none !important;
}
.link [data-roster="1"] ul li a span{
	font-size: 22px;
}
.link [data-roster="1"] ul li a:hover{
	 background: #d2ab66;
}
/************************* hashtag index *************************/
.cgtag a {
	    background-color: #383d41;
	border-radius: 3px
}
.cgtag a:hover {
    background-color: #d2ab66;
	 
}
/************************* Panel *************************/
	.xpanel ._item{
			    padding: 45px !important;

			background-color: #fff !important;
		margin-bottom: 20px;
		
		}
		.xpanel [data-menu="vertical"] .level_1>li>a>span,.xpanel [data-menu="vertical"] .level_1>li._parent>a::before,.xpanel [data-menu="vertical"] .level_1>li>a>i {
        color: #686868;
}
		.xpanel img{
			    width: 80%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
		}
	.ypanel ._item{
		    padding: 30px !important;
    background-color: #fff !important;
		margin-bottom: 20px
	}
	.ypanel h2{
		    border-bottom: 2px solid rgba(0,0,0,.07);
    font-size: 1.55rem;
    float: right;
    width: 100%;
    line-height: .49em;
    display: inline;
    line-height: 2px;
    padding: 0;
    position: relative;
    margin: 10px 0;
	}
	.ypanel h2 span{
		background-color: #fff;
		color: #D2AB66
	}
	.ypanel h2 a{
		       left: 0;
    top: -8px;
    bottom: auto;
    line-height: 19px;
    font-size: 1.0375rem;
    position: absolute;
    background-color: #fff;
    background-color: #fff;
    padding-right: 5px;
		float: left;
		    color: #2855ba;
	}
	.ypanel h2 a i{
		
	}
	.ypanel .titleList{
		    margin-top: 40px;
	}
	.ypanel .titleList ul li a{
		border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
	}
	.titleList ul li a ._title {
    font-size: 18px;
    color: #686868;
}
	.ypanel .titleList ul li:nth-child(2n+1),.ypanel .titleList ul li:nth-child(2n) {
    background-color: transparent;
}

/************************* fav *************************/
.cgweblog ul li a.remove{
	color: #c31444 !important;
    margin-top: 17px;
    float: left;
	font-size: 18px
}
/************************* tablighat home page *************************/
.tabliqattext{
	    background-color: #e6e7e9;
    padding-top: 27px;
    padding-bottom: 26px;
    color: #000;
    text-align: center;
    font-size: 20px !important;
padding-right: 20px;
padding-left: 20px;
}
@font-face {
  font-family: "secondaryFontNew";
  src: url("/themes/mobile_love/css/fonts/new/iran_sans.eot");
  src: url("/themes/mobile_love/css/fonts/new/iran_sans.eot?#iefix") format("embedded-opentype"), url("/themes/mobile_love/css/fonts/new/iran_sans.woff") format("woff"), url("/themes/mobile_love/css/fonts/new/iran_sans.ttf") format("truetype"), url("/themes/mobile_love/css/fonts/new/iran_sans.svg#iran_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------      MEDIUM      ------------------------------------ */
@font-face {
  font-family: "integerPrimaryFontNew";
  src: url("/themes/mobile_love/css/fonts/new/IRANSansWeb_Medium_numerical.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------       LIGHT      ------------------------------------ */
@font-face {
  font-family: "integerSecondaryFontNew";
  src: url("/themes/mobile_love/css/fonts/new/IRANSansWeb_Light_numerical.woff") format("woff");
  font-weight: normal;
  font-style: normal; }


#register-panel input::placeholder{text-align: right}
#register-panel input::placeholder{font-size: 16px !important;font-family: secondaryFont !important;color: #888888 !important }

.selectwithoutborder{font-size: 16px !important;font-family: secondaryFont !important;color: #888888 !important;
	border-top: 0px !important;
    border-right: 0px;
    border-left: 0px;
	border-color: #888888 !important;
}
.selectwithicon{
	padding-right: 22px
}
[data-menu="vertical"] .xausermenu{
	
	border-bottom: 1px solid #a2a2a2 !important;
}

.accord._order .accordion .accordion-item{background-color: #fff }

.rtlPlaceHolder::placeholder{text-align: right}
.organ [data-roster="1"] ul li a{padding-right: 10px}
.organ [data-roster="1"] ul li::before{top:0px;right:0px}
.none-title .cgititle h1 {    padding: 4px 30px;    text-align: center;}
#todeadauthorsbtn {
    font-size: 1.2rem;
    color: #fff;
    background-color: #485053;
    padding: 2px 10px;
    border-radius: 2px;
}
[data-author-articlecat-article] a {
    float: right !important;
}
[data-searchby-handwritten] {float: right;width: 130px}
[data-searchby-publication] {float: right;width: 130px}

[data-xa-publication-filter-item],[data-xa-handwritten-filter-item]{border: 1px solid #c1c1c1;
padding: 6px;
border-radius: 8px;
display: inline-block;
margin: 2px;
}
[data-xa-publication-filter-box],[data-xa-handwritten-filter-box]{padding: 20px }
.filterbox {
    background-color: #d2ab66;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    padding: 12px 15px;
    position: relative;
    display: block;
    color: #444;
    font-size: 1.25rem;
}
.tabbox {
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    margin: 0 0 10px;
}

.listItemBox._listView ._item ._positive{	width: 30%;}
.listItemBox._listView ._item ._negative{	width: 70%;}
[data-list="1"].listItemBox._listView figure a img{height: auto !important}
.tools .view_mode a {
    padding: 7px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
	
}
.tools .view_mode a i {
    font-size: 20px;
    margin-left: 0;
    color: #383d41;
}
.tools .view_mode li.active a {
    background-color: #ba9512;
}
.tools .view_mode li.active i {
    color: #fff;
}

.view_mode{padding-top: 20px !important }
[data-xa-handwritten-selectedfilters]{margin-top: 20px}
[data-list="1"][data-list-type="3"].public-index ._item ._abstract{position: relative}
[data-list="1"][data-list-type="3"].public-index ._item ._abstract::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.5rem;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#FFF);
}
[data-field-key="orderlink"]{display: none}
[data-content-sortby]{margin-top: 20px;margin-bottom: 0px}

.accordion-title::before {
    position: absolute;
    top: 30%;
    left: 1rem;
}
.tabbox .accordion-title::before {
    content: "";
    font-family: "Linearicons-Free";
    font-size: 18px;
   
    transition: all .3s ease-in-out;
    margin-top: 0;
   
}

.tabbox .accordion-item.is-active .accordion-title {    border-bottom: 1px solid #dedede;}
.tabbox .accordion-title {    margin: 5px 7px;}
.tabbox .accordion-title {    border: none;    font-size: 1.25rem;    padding: 12px 15px;    color: #444;}
.tabbox .accordion-content{border: 0px}
.tabbox .accordion-title:hover, .tabbox .accordion-title:focus {    background-color: #fff;}
.tabbox .accordion-item:not(.is-active) > .accordion-title {    border-bottom: 0px;}
.tabbox .accordion-content li a {    color: #686868;    font-size: 16px;}

[data-filterbymonth]{width: 48%;}
[data-filterbyyear] {width: 50%; float: left}
[data-filter-news]{
	float: left;
    margin-top: 10px;
	margin-bottom: 20px;
    background-color: #d2ab66  !important;
    border-color: #d2ab66 !important;}

.content-summary {
    font-style: italic;
    background-color: #dedbcd;
    border: 1px solid #dedbcd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}
[data-mobile-comment-post][data-form="basic"]._mobile fieldset ._unit > i
{
	right: inherit !important;
}

[data-mobile-comment-post][data-form="basic"]._mobile fieldset ._unit input,[data-mobile-comment-post][data-form="basic"]._mobile fieldset ._unit textarea {
    padding-right: 2rem;
    padding-left: 0;
}

[data-mobile-comment-post][data-form="basic"]._mobile fieldset ._unit textarea
{
	border:1px solid #cacaca !important
}
[data-mobile-comment-post][data-form="basic"] input::placeholder,[data-mobile-comment-post][data-form="basic"] textarea::placeholder {  color: #000 !important;  opacity: 0.5; font-size: 18px !important }

.cgweblog ul li ins._sum {
    display: block;
    color: #676767;
    padding-top: 10px;
	text-decoration: none;
	padding-left: 20px;
	font-size: initial;
	font-weight: normal;
	font-family: inherit;
}

[data-menu="horizontal"].articlecontenttopmenu .level_1 > li > a > i {    color: #383d41 !important;}
[data-menu="horizontal"].articlecontenttopmenu .level_1 > li > a > span {    color: #383d41 !important;}

[data-menu="horizontal"].articlecontenttopmenu .selected{	border: 1px solid #383d41;    border-radius: 5px;    background-color: #383d41;    color: #fff !important;}
[data-menu="horizontal"].articlecontenttopmenu .level_1 > li > a.selected > i,
[data-menu="horizontal"].articlecontenttopmenu .level_1 > li > a.selected > span{color:#fff !important }
[data-menu="horizontal"].articlecontenttopmenu .level_1 > li > a{     line-height: normal;   margin-top: 3px;  margin-bottom: 3px;    padding: 5px !important;}
[data-menu="horizontal"].articlecontenttopmenu .level_1 > li{padding: 0 1px }


#feature .menu.vertical h6 {    font-size: 20px;}
[data-content-history] {    display: none;}
.article-content .infoTitle {    font-size: 20px;    color: #333333;}
.article-content h1, .article-content h3 {        font-size: 24px;    border: 0px;    padding-bottom: 0px;}
.article-content hr {    border-bottom: 2px groove #fff;    width: 100%;    margin-left: 0px;    margin-right: 0px;    max-width: 100% !important;}

.articleAddtoFav{	position: absolute;    top: 150px;    left: 15px;}
.articleAddtoFav i{font-size: 25px}

[data-article-media-box]{text-align: center}
[data-article-media-box] span{display: block}
[data-article-media-box] img{display: block;margin: auto;}

[data-content-index] a.selectedindex{background-color: #d4d4d4;}

.article-content{padding-top: 50px }
.articlemenu {position: fixed;    z-index: 100;width: 100%}
.articlepage a{float: none }
.articlepage span{left: 28% }
.articlepage a.previouspage{width: 67%;}
.articlepage a.previouspage-center {    width: 30%;}
.Primary_bordercolor {    border-color: #d2ab66 !important;}
.Primary_color {    color: #d2ab66 !important;}
.Primary_bgcolor {    background-color: #d2ab66 !important;}
.PrimaryBtn{ background-color: #d2ab66 !important;  border-color: #d2ab66 !important;}

.headerMain .searchSubject a._arrow::before{	top: 20px;left: 20%;}
.NumberOfResultsFound{margin-top: 2px }
.viewmorelist {
    border: 1px solid #D2AB66;
    padding: 5px;
        padding-right: 5px;
        padding-left: 5px;
    border-radius: 30px;
    padding-right: 30px;
    padding-left: 30px;
    color: #000;
    background-color: #D2AB66;
}

.ablist_product .owl-carousel-temp .y_item{max-width:inherit}

[data-count] ._result {
    width: 40px;
}
[data-count] ._increase, [data-count] ._reduce
{
	width: 20px
}

[data-content-media-gallery] [data-content-media-gallery-title]{display: block;text-align: center;color: black;font-size: 18px;}
[data-content-media-gallery] [data-content-media-gallery-description]{display: block;text-align: center;color: #1f1d1d}

.cgieformnew input::placeholder{text-align: right}

.btncgielarge{border-color: #d2ab66 !important;background-color: #d2ab66 !important;color: #000;width: 100%;font-size: 1.4rem !important;}

.canvasMenu ul li a{min-width:100px ;background-color: #D2AB66 !important;border-color: #D2AB66 !important }

.headerMain ._logo a img{height: auto !important }

.articleauthorlistitem{

    text-decoration: none;
    color: #d1a815;
    font-size: 18px;
    font-weight: normal;
}

.canvasMenu ul li a[data-btn-logintop]{
	border: solid 1px #e6e7e9 !important;
    background-color: #e6e7e9 !important;
    color: #000 !important;
}

.canvasMenu ul li a[data-btn-baskettop]{min-width: 20px !important;
    padding: 0px !important;
    width: 50px !important;
    background-color: unset !important;
    border: 0px !important;
    position: relative;}

.canvasMenu ul li a[data-btn-baskettop] mark{    position: absolute;
    right: 2px;
    margin-right: 4px;
    top: 0px;
    display: block;
    text-align: center;
    padding-left: 2px;
    background-color: #d2ab66;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
   }
.canvasMenu ul li a[data-btn-baskettop] i{    font-size: 30px;
    display: inline-block;
    position: relative;}

.off-canvas ._logo a img {
    height: 50px !important;
}

[data-btn-basketproduct]{min-width: 20px !important;
    padding: 0px !important;
    width: 50px !important;
    background-color: unset !important;
    border: 0px !important;
    position: relative;
display: inline-block;
}

[data-btn-basketproduct] mark{    position: absolute;
    right: 2px;
    margin-right: 4px;
    top: 0px;
    display: block;
    text-align: center;
    padding-left: 2px;
    background-color: #d2ab66;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
	color: #fff
   }
[data-btn-basketproduct] i{    font-size: 30px;
    display: inline-block;
    position: relative;
	color: #d2ab66;
}


[data-btn-selectlang]{position: relative;
    height: 50px !important;
    display: block;}
	[data-btn-selectlang] img{width: 20px  }
[data-select-lang]{
    opacity: 0;
    position: absolute;
    width: 200px;
    right: 60px;
}

[data-btn-selectlang] a{color:#bfbfbf}

.headerMain ._logo,.headerMain ._logo a{width: 100% }
.headerMain ._logo a img {    height: 53px !important;    margin: auto;}
.headerMain ._menu ul li a i.lnr-magnifier {    font-weight: 800;}
.headerMain ._menu ul li a i {    font-size: 25px;    color: #d2ab66;    font-weight: 600;}
.homeslider .swiper-pagination{margin-top: 0px !important }
.homeslider ._item{display: block;width: 100%;margin-bottom: 0px}
.homeslider ._item img{margin-left: 8px }
.homeslider ._item a{color:#686868}
[data-accordion-tab].tab-news .tabs .tabs-title a span {    font-size: 17px !important;}
[data-accordion-tab].tab-news .tabs .tabs-title:last-child a::before{border: 0px }
.tabhomenews{margin-right: 10px;}

.footerMain .form-group button:focus {    background-color: #d2ab66 !important;color:#000 }
.footerMain .form-group input{width: auto;float: right;min-width: 190px;color: #fff}
.footerMain .form-group input {    width: 250px;    float: right;}
.footerMain .form-group button{position: relative;    width: 100px;    float: right;}

[data-menu="vertical"] .level_1 > li > a > span {    font-size: 19px;}
[data-menu="vertical"] ._basic .level_n > li > a > span {
    font-size: 18px;
}

.data-custom-field-view-head b{color:#d2ab66}
.data-custom-field-view-head i{margin-left: 10px;}

[data-article-feature] ._header{position: fixed;    width: 100%;    background-color: #fff;top:0px}
[data-article-feature] ._body{padding-top: 70px;}

.articlemenu ._menu ul li a i {    font-size: 20px;}
[data-membership-modal] {background-color:#e6e7e9  }
[data-membership-modal] ._logo img{height: 65px;margin-bottom: 10px;margin-top: 10px } 
[data-membership-modal] ._header{border: 0px;padding-top: 30px !important }
[data-membership-modal] .y_box{ margin-left: 0px;margin-right: 0px }
[data-membership-modal] .y_smallbox{background-color:#fff;padding: 20px;border: 1px solid #fff !important;
border-radius: 5px;  }
		
[data-membership-modal] .y_smallbox [data-alert="error"] p{color: #ef3f3e !important}
[data-membership-modal] p.alreadygotit{font-size: 15px !important;}
#sign_up_always[data-membership-modal] p.alreadygotit a{color: #009ec9 !important }

[data-membership-modal-login] i {left: 0 !important;    right: inherit !important;}
[data-membership-modal-login] input::placeholder{text-align: right}
[data-membership-modal-login] input {padding-left:40px !important;padding-right: 0px !important;}
[data-membership-modal-login] .forgetpassbox a{color: #009ec9 !important;display: inline-block !important}
[data-membership-modal-login] .forgetpassbox{font-size: 15px !important;padding-top: 15px;}
		
.topusername{    padding-right: 75px;
    color: #fff;
    font-size: 16px;}


.popupclose{
	display: block;
    float: right;
    padding-left: 0px;
    color: #737373;
  
position: absolute;
	top: 10px;
	left: 10px;
		
}

[data-advancesearch-category],[data-advancesearch-searchin]{font-size: 18px}

.reveal [data-close] i {    font-weight: bold;    font-size: 20px;    color: #686868;}
.article-holder{font-size: 19px;}


.tab-news [data-list="2"][data-list-type="3"] ._item article h6 a{line-height: 25px !important }
.tab-news [data-list="2"][data-list-type="3"] ._item article h6 {    height: auto !important;    max-height: 75px !important;}
.tab-news [data-list="2"][data-list-type="3"] ._item article ._btn,.tab-news [data-list="2"][data-list-type="3"] ._item article h6 a{margin: unset ;}
.listpublish ._negative {padding-bottom: 40px }

.tab-news [data-list="2"][data-list-type="3"] ._item article p {    font-size: 1rem !important;}
.tab-news [data-list="2"][data-list-type="3"] ._item article h6 a {    font-size: 20px;}

.daneshnameslider ._negative h6 a {    font-size: 20px;}
[data-alphabet-key].selected > span{background-color: red !important }
.daneshnameslider ._negative h6 {
    margin-top: 5px;
    max-height: 55px;
    overflow: hidden;
	height: 55px !important
}

.homedata ul li span{padding-left: 10px !important; }
.homedata ul li del{padding-right: 10px !important}
.homedata ul li {    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.homedata ul li del a {

    color: #d1a815 !important;

}

._reference,._reference:visited,._reference:hover,._reference:active,._reference:focus{cursor: default;
color: inherit;}
.referencesup{color: #1468a0;top: -0.5em;border-bottom:0px}

._author-content figure {
    overflow: hidden;
}

.xa-persianfont{font-family: "integerSecondaryFont", "tahoma" !important;}
.xa-latinfont{font-family: "arial" !important;} 
.xa-cat-div{height: 250px;overflow: scroll}


html[lang="ar"] [data-btn-baskettop]  {display: none }

.slowhide{
	position: relative;
}
.slowhide::after{
	
	content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 2.5rem;
width: 100%;
z-index: 1;
background-image: linear-gradient(to bottom,rgba(255,255,255,0),#f5f5f5);
}


[data-list="5"] ._item:before{content: none}

[lang="ar"] .canvasMenu ul li a {width: auto}

[data-article-text],[data-article-text] p {
    color: #222 !important;
	font-family: "secondaryFontNew" !important;
	font-size: 15px !important;
}

[data-article-text-small],[data-article-text-small] p
{
    color: #222 !important;
	font-family: "secondaryFontNew" !important;
	font-size: 13px !important;
}

.cgweblog ul li del
{
	font-family: secondaryFontNew;
    font-size: 14px;
}
.cgweblog ul li span
{
	font-family: secondaryFontNew;
    font-size: 14px;
}
.cgweblog h2 {
    font-size: 18px;
    font-family: secondaryFontNew !important;
}

.article-tab #tab_1_panel_default_2 ul li a span {
    font-size: 16px !important;
    font-family: secondaryFontNew !important;
}
[data-roster="1"] ul li a span {

    font-family: "secondaryFontNew", "tahoma";
    font-size: 14px;
}
.tile a h4 {
    font-size: 1.3rem;
    font-family: secondaryFontNew !important;
}
._author-content h4 {
    font-size: 19px;
    font-family: secondaryFontNew !important;
}

.author-custom p
{ 
	font-family: secondaryFontNew !important;
}
._author-content ._box a {
    font-size: 18px;
    font-family: secondaryFontNew !important;
}

.none-title .cgititle h1
{
	font-family: secondaryFontNew !important;
	    font-size: 1rem;
}
.none-title .cgititle .xbox {
    top: 12px;
}

[data-list="phone"][data-list-type="1"] ._item ._title a
{
	font-family: secondaryFontNew !important;
	font-size: 12px;
}
[data-list="phone"][data-list-type="1"] ._item ._title {
    height: 31px;
}
.h1new{
	font-family: secondaryFontNew !important;
	font-size: 20px;
}

#mainmenu{
	background-color: #383d41 !important;
}

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

.xa-newfont p{
	font-family: secondaryFontNew !important;
	
}
.content-summary{
	font-family: secondaryFontNew !important;
}
.xa-news-abstract p
{
	font-family: secondaryFontNew !important;
	font-size: 13px;
}

.xa-new p{
	color: #222 !important
}

.toparticle ._negative ._author {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 12px;
    margin-bottom: 10px;
}
.toparticle ._negative h6{
	white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
	margin-top: 10px;
	height: auto !important;
}
.toparticle ._negative p
{
	
}



/*******************/

[data-content-media-gallery] [data-content-media-gallery-description]
{
	line-height: 1.5em;
}

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  padding: 3px;
}

#photos a {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  padding: 3px;
	display: inline-block
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
	

/********************/
.contactimage ._cpanel {
    opacity: 0.9;
}


