/*!
 * 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 {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -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 {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -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 {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    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: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.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 {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -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); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -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); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  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 {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

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

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

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

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

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

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

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

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=bootstrap.min.css.map */

.facebookShare {
  border: none;
  visibility: visible;
  width: auto;
  height: 22px;
  background: 0 0;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  color: #333;
  line-height: 1.28;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  cursor: pointer;
  font-family: 'Helvetica Neue',Helvetica,Arial,'lucida grande',tahoma,verdana,arial,sans-serif;
  display: inline-block; }

.facebookShare:active .facebookButton .pluginButton, .facebookShare:focus .facebookButton .pluginButton, .facebookShare:hover .facebookButton .pluginButton {
  background: #5b7bd5;
  background: -moz-linear-gradient(top, #5b7bd5 0, #4864b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7bd5), color-stop(100%, #4864b1));
  background: -webkit-linear-gradient(top, #5b7bd5 0, #4864b1 100%);
  background: -o-linear-gradient(top, #5b7bd5 0, #4864b1 100%);
  background: -ms-linear-gradient(top, #5b7bd5 0, #4864b1 100%);
  background: linear-gradient(to bottom, #5b7bd5 0, #4864b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b7bd5', endColorstr='#4864b1', GradientType=0);
  border-color: #5874c3 #4961a8 #41599f;
  box-shadow: inset 0 0 1px #607fd6; }

.facebookShare .facebookButton {
  color: #3b5998;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
  display: inline-block;
  width: 55px; }

.facebookShare .facebookButton .pluginButton {
  background: #4c69ba;
  background: -moz-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c69ba), color-stop(100%, #3b55a0));
  background: -webkit-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: -o-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: -ms-linear-gradient(top, #4c69ba 0, #3b55a0 100%);
  background: linear-gradient(to bottom, #4c69ba 0, #3b55a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c69ba', endColorstr='#3b55a0', GradientType=0);
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap; }

.facebookShare .facebookButton .pluginButton .pluginButtonContainer {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004); }

.facebookShare .facebookButton .pluginButton .pluginButtonContainer .pluginButtonImage {
  display: inline-block; }

.facebookShare .facebookButton .pluginButton button {
  background: 0 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  margin: -1px;
  outline: 0;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c; }

.facebookShare .facebookButton .pluginButton button .pluginButtonIcon {
  height: 14px;
  left: 0;
  margin: 0 4px;
  position: relative;
  top: 3px;
  vertical-align: top;
  width: 14px; }

.facebookShare .facebookButton .pluginButton button .sp_plugin-button-2x {
  background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y5/r/KxVPs0eEy36.png);
  background-size: 30px 72px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px; }

.facebookShare .facebookButton .pluginButton button .sx_plugin-button-2x_favblue {
  background-position: 0 -42px; }

.facebookShare .facebookButton .pluginButton button i.img {
  -ms-high-contrast-adjust: none;
  _overflow: hidden; }

.facebookShare .facebookButton .pluginButton .pluginButtonLabel {
  padding: 0 5px 0 0;
  position: relative;
  vertical-align: top; }

.facebookShare .facebookCount {
  display: inline-block;
  width: auto; }

.facebookShare .facebookCount .pluginCountButton {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #6a7180;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 18px;
  margin-left: 6px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap; }

.facebookShare .facebookCount .pluginCountButton span {
  display: inline-block;
  min-height: 12px;
  min-width: 4px;
  color: #333; }

.facebookShare .facebookCount .pluginCountButtonNub {
  height: 0;
  left: 2px;
  position: relative;
  top: -15px;
  width: 5px;
  z-index: 2; }

.facebookShare .facebookCount .pluginCountButtonNub i, .facebookShare .facebookCount .pluginCountButtonNub s {
  border-color: transparent #bbb;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
  position: relative;
  top: 1px; }

.facebookShare .facebookCount .pluginCountButtonNub i {
  border-right-color: #fff;
  left: 2px;
  top: -7px; }

@-moz-document url-prefix() {
  .facebookShare .facebookButton .pluginButton button .pluginButtonIcon {
    margin: 0 1px; } }

.linkedinShare {
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  border: 0;
  text-decoration: none;
  height: 20px;
  cursor: pointer; }

.linkedinShare:active .linkedinButton .pluginButtonLabel, .linkedinShare:focus .linkedinButton .pluginButtonLabel, .linkedinShare:hover .linkedinButton .pluginButtonLabel {
  border: 1px solid #000;
  border-top-color: #ABABAB;
  border-right-color: #9A9A9A;
  border-bottom-color: #787878;
  border-left: 0;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0); }

.linkedinShare .linkedinButton {
  display: inline-block;
  width: 59px;
  height: 20px;
  padding: 0;
  margin: 0; }

.linkedinShare .linkedinButton .pluginButtonImage {
  background-image: url(https://www.linkedin.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png);
  background-position: 0 -276px;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0;
  text-indent: -9999em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: #069; }

.linkedinShare .linkedinButton .pluginButtonLabel {
  color: #333;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  float: left;
  margin-left: 1px;
  overflow: hidden;
  text-align: center;
  height: 18px;
  padding: 0 4px 0 23px;
  border: 1px solid #000;
  border-top-color: #E2E2E2;
  border-right-color: #BFBFBF;
  border-bottom-color: #B9B9B9;
  border-left: 0;
  text-shadow: #fff -1px 1px 0;
  line-height: 20px;
  border-radius: 2px;
  background: -moz-linear-gradient(top, #fefefe 0, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0, #ececec 100%);
  background: linear-gradient(to bottom, #fefefe 0, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec', GradientType=0); }

.linkedinShare .linkedinButton .pluginButtonLabel span {
  color: #333;
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  background: transparent none;
  vertical-align: top;
  height: 18px;
  line-height: 20px;
  float: none; }

.linkedinShare .linkedinCount {
  padding: 0;
  margin: 0;
  text-indent: 0;
  display: inline-block;
  vertical-align: baseline; }

.linkedinShare .linkedinCount .pluginCountButton {
  display: inline-block;
  overflow: visible;
  position: relative;
  height: 18px;
  padding-left: 2px; }

.linkedinShare .linkedinCount .pluginCountButton .pluginCountButtonRight {
  display: block;
  float: left;
  height: 18px;
  padding-right: 4px;
  background-image: url(https://www.linkedin.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right -100px; }

.linkedinShare .linkedinCount .pluginCountButton .pluginCountButtonRight .pluginCountButtonLeft {
  display: block;
  float: left;
  padding-left: 8px;
  text-align: center;
  background-image: url(https://www.linkedin.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -60px; }

.linkedinShare .linkedinCount .pluginCountButton .pluginCountButtonRight .pluginCountButtonLeft span {
  display: inline;
  font-size: 11px;
  color: #04558B;
  font-weight: 700;
  font-family: Arial,sans-serif;
  line-height: 18px;
  padding: 0 2px; }

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

.js .afkl-lazy-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block; }

.afkl-lazy-wrapper .afkl-lazy-image {
  width: 100%; }

.afkl-lazy-image-loading {
  background-color: #eee; }

.afkl-img-ratio-2-1, .afkl-img-ratio-4-2 {
  padding-bottom: 50%; }

.afkl-img-ratio-16-9 {
  padding-bottom: 56.25%; }

.afkl-img-ratio-3-2 {
  padding-bottom: 66.67%; }

.afkl-img-ratio-1-1 {
  padding-bottom: 100%; }

.afkl-img-ratio-4-3 {
  padding-bottom: 75%; }

.afkl-img-ratio-3-4 {
  padding-bottom: 133%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:active, *:focus, *:active:focus {
  outline: none !important; }

html, body {
  background: #F1F1F1;
  height: auto;
  transition: none !important; }

.wrapbar {
  padding-top: 65px; }

.wrapbar-home {
  padding-top: 125px; }

.padding-margin-sides0 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

#menu-home li:hover a {
  color: #E2393D; }

.item-title-top p a:hover {
  color: #E2393D;
  text-decoration: underline; }

p.title-see-listings:hover {
  text-decoration: underline; }

#menu-home ul li:hover a, #menu-home ul li a:hover {
  text-decoration: none !important; }

.legal-nav a:hover {
  text-decoration: underline; }

.leaflet-top {
  z-index: 100 !important; }

h1.h1_metatag_title {
  font-size: 3px;
  color: #F1F1F1;
  float: right;
  margin: 0px; }

body {
  background-color: #F7F7F7;
  font-family: 'foundrysterling-mediumregular';
  padding-right: 0; }
  body a {
    outline: 0; }

.modal-open {
  padding-right: 15px; }

.black-text {
  font-family: "foundrysterling-bookregular" !important;
  font-weight: bold !important; }

.light-text {
  font-family: "foundrysterling-lightregular" !important; }

@font-face {
  font-family: "verlag";
  src: url("../fonts/verlag-webfont.eot");
  src: url("../fonts/verlag-webfont.otf") format("opentype"), url("../fonts/verlag-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/verlag-webfont.woff") format("woff"), url("../fonts/verlag-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "verlag-bold";
  src: url("../fonts/verlag-bold-webfont.eot");
  src: url("../fonts/verlag-bold-webfont.otf") format("opentype"), url("../fonts/verlag-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/verlag-bold-webfont.woff") format("woff"), url("../fonts/verlag-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "foundrysterling-boldregular";
  src: url("../fonts/vivanuncios//foustbd-webfont.eot");
  src: url("../fonts/vivanuncios//foustbd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vivanuncios//foustbd-webfont.woff2") format("woff2"), url("../fonts/vivanuncios//foustbd-webfont.woff") format("woff"), url("../fonts/vivanuncios//foustbd-webfont.ttf") format("truetype"), url("../fonts/vivanuncios//foustbd-webfont.svg#$family") format("svg"); }

@font-face {
  font-family: "foundrysterling-bookregular";
  src: url("../fonts/vivanuncios//foustbk-webfont.eot");
  src: url("../fonts/vivanuncios//foustbk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vivanuncios//foustbk-webfont.woff2") format("woff2"), url("../fonts/vivanuncios//foustbk-webfont.woff") format("woff"), url("../fonts/vivanuncios//foustbk-webfont.ttf") format("truetype"), url("../fonts/vivanuncios//foustbk-webfont.svg#$family") format("svg"); }

@font-face {
  font-family: "foundrysterling-demiregular";
  src: url("../fonts/vivanuncios//foustdm-webfont.eot");
  src: url("../fonts/vivanuncios//foustdm-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vivanuncios//foustdm-webfont.woff2") format("woff2"), url("../fonts/vivanuncios//foustdm-webfont.woff") format("woff"), url("../fonts/vivanuncios//foustdm-webfont.ttf") format("truetype"), url("../fonts/vivanuncios//foustdm-webfont.svg#$family") format("svg"); }

@font-face {
  font-family: "foundrysterling-lightregular";
  src: url("../fonts/vivanuncios//foustli-webfont.eot");
  src: url("../fonts/vivanuncios//foustli-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vivanuncios//foustli-webfont.woff2") format("woff2"), url("../fonts/vivanuncios//foustli-webfont.woff") format("woff"), url("../fonts/vivanuncios//foustli-webfont.ttf") format("truetype"), url("../fonts/vivanuncios//foustli-webfont.svg#$family") format("svg"); }

@font-face {
  font-family: "foundrysterling-mediumregular";
  src: url("../fonts/vivanuncios//foustmd-webfont.eot");
  src: url("../fonts/vivanuncios//foustmd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vivanuncios//foustmd-webfont.woff2") format("woff2"), url("../fonts/vivanuncios//foustmd-webfont.woff") format("woff"), url("../fonts/vivanuncios//foustmd-webfont.ttf") format("truetype"), url("../fonts/vivanuncios//foustmd-webfont.svg#$family") format("svg"); }

@font-face {
  font-family: "foundrysterling-extraboldRg";
  src: url("../fonts/vivanuncios//foustxb-webfont.eot");
  src: url("../fonts/vivanuncios//foustxb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vivanuncios//foustxb-webfont.woff2") format("woff2"), url("../fonts/vivanuncios//foustxb-webfont.woff") format("woff"), url("../fonts/vivanuncios//foustxb-webfont.ttf") format("truetype"), url("../fonts/vivanuncios//foustxb-webfont.svg#$family") format("svg"); }

.btn-download-app {
  font-family: "verlag-bold", Helvetica, Arial, sans-serif;
  background: #FFFFFF;
  height: 60px;
  width: 180px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 1px 2px 0px black;
  -moz-box-shadow: 0px 1px 2px 0px black;
  box-shadow: 0px 1px 2px 0px black;
  color: #E2393D;
  font-size: 18px; }

a.btn-download-app {
  padding-top: 17px; }

.btn-load-more {
  margin: 60px;
  background: #FFF;
  border-radius: 100px;
  height: 44px;
  width: 170px;
  color: #999;
  font-size: 16px;
  line-height: 1.2;
  border: #ECECEC solid 1px;
  font-family: "verlag-bold", Helvetica, Arial, sans-serif;
  margin-bottom: 50px; }

.btn-make-offer {
  background: #E2393D;
  height: 40px;
  width: 126px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2;
  font-family: "verlag-bold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px; }
  .btn-make-offer:hover {
    color: #FFFFFF !important; }

.clear-button {
  padding: 5px 10px !important;
  position: absolute !important;
  top: 19px;
  right: 15px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  background: none; }
  .clear-button:focus {
    background: none !important;
    color: rgba(255, 255, 255, 0.6); }
  .clear-button:hover, .clear-button:active {
    color: #fff;
    background: none !important; }
  .clear-button span {
    padding: 0;
    margin: 0; }

@media (max-width: 767px) {
  .clear-button {
    top: 15px;
    right: 20px; } }

.btn-search {
  display: inline-block;
  border: none;
  padding: 0;
  margin: -6px -50px 0 10px;
  width: 40px;
  height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: transparent; }

.btn-load-more {
  margin-top: 0px;
  background: #FFF;
  border-radius: 100px;
  height: 44px;
  width: auto;
  font-size: 18px;
  line-height: 1.2;
  color: #999;
  border: #ECECEC solid 1px;
  margin-bottom: 50px;
  font-family: 'foundrysterling-bookregular'; }
  .btn-load-more:hover {
    color: #555 !important; }
  .btn-load-more.all {
    width: 144px;
    color: #00D9DC;
    margin: 0px;
    border-radius: 22px .btn-load-more.all; }
    .btn-load-more.all :hover {
      color: #00D9DC !important; }

.btn-follow {
  background: #09F;
  border-radius: 10px;
  height: 52px;
  width: 170px;
  letter-spacing: 1px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: normal;
  color: #FFF;
  font-family: 'foundrysterling-mediumregular'; }
  .btn-follow:hover {
    color: #FFF;
    background: #0070FF; }
  .btn-follow:focus, .btn-follow:active, .btn-follow:active:focus {
    background: #09F;
    color: #FFF;
    outline: none; }

.btn-follow-group {
  background: #09F;
  border-radius: 10px;
  height: 34px;
  width: 102px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: #FFF;
  font-family: 'foundrysterling-mediumregular'; }
  .btn-follow-group:hover {
    color: #FFF;
    background: #0070FF; }
  .btn-follow-group:focus, .btn-follow-group:active, .btn-follow-group:active:focus {
    background: #09F;
    color: #FFF;
    outline: none; }

.btn-unfollow {
  background: #FFF;
  border-radius: 10px;
  height: 52px;
  width: 170px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: normal;
  color: #00D9DC;
  font-family: 'foundrysterling-demiregular';
  border: 1px solid #00D9DC; }
  .btn-unfollow:hover {
    border: 1px solid #00C3C6;
    color: #00C3C6; }
  .btn-unfollow:focus, .btn-unfollow:active, .btn-unfollow:active:focus {
    border: 1px solid #00D9DC;
    color: #00D9DC;
    outline: none; }

.btn-unfollow-group {
  background: #FFF;
  border-radius: 10px;
  height: 34px;
  width: 102px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: #00D9DC;
  font-family: 'foundrysterling-demiregular';
  border: 1px solid #00D9DC; }
  .btn-unfollow-group:hover {
    border: 1px solid #00C3C6;
    color: #00C3C6; }
  .btn-unfollow-group:focus, .btn-unfollow-group:active, .btn-unfollow-group:active:focus {
    border: 1px solid #00D9DC;
    color: #00D9DC;
    outline: none; }

.btn-facebook {
  background-color: #3B5998;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  border: 2px solid #000; }

.btn-register {
  background-color: #00D9DC;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: normal;
  color: #FFF; }
  .btn-register:hover {
    cursor: pointer;
    background-color: #00C3C6; }

.btn-confirm, btn-confirm:focus {
  background-color: #FF5531;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  margin-left: 5px;
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  color: #FFF !important; }
  .btn-confirm:hover, btn-confirm:focus:hover {
    color: #FFF !important;
    background-color: #FF2A18; }
  .btn-confirm:disabled, btn-confirm:focus:disabled {
    background-color: #eee;
    color: #cfcfcf !important; }

.btn-cancel {
  background-color: #999;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: normal;
  color: #FFF; }
  .btn-cancel:hover {
    color: #FFF;
    background-color: #888; }

.btn-ok {
  background: #09F;
  border-radius: 10px;
  height: 52px;
  width: 170px;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #FFF;
  font-family: 'foundrysterling-demiregular'; }
  .btn-ok:hover {
    color: #FFF !important;
    background: #0070FF; }

@media (max-width: 767px) {
  .btn-follow, .btn-unfollow {
    height: 10.4vw;
    width: 34vw;
    letter-spacing: 0.1vw;
    font-size: 4.6vw;
    border-radius: 2vw; } }

.search-bar-container .notification-data-header {
  margin-top: -5px;
  margin-right: 13px; }

.search-bar-container .notifications-alert {
  background: url("../../../images/vivanuncios/icon_notification_dot.svg") top/contain no-repeat;
  width: 35px;
  height: 35px; }

.search-bar-container .categories-menu .dropdown-menu, .search-bar-container .mapbox-menu .dropdown-menu {
  width: 100%;
  display: inline; }

.search-bar-container .dropdown-menu {
  background: none;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0; }

.banner-section {
  background: #B1B6C0 url("https://static.close5.com/public/web/home-download-l.jpg") repeat scroll right center/cover;
  height: 300px;
  padding-top: 120px;
  padding-bottom: 120px; }

.titles {
  padding-top: 60px;
  color: #575A72; }
  .titles h2 {
    padding-top: 0px; }
  .titles p {
    font-size: 24px; }

.border-back-home {
  border-bottom: #B1B6C0 solid 1px;
  /* The Fallback */
  border-bottom: rgba(177, 182, 192, 0.29) solid 1px;
  background: rgba(255, 255, 255, 0.46); }
  .border-back-home .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .border-back-home .navbar-default {
    border: none; }

#menu-home {
  text-align: center; }
  #menu-home li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b1b6c0;
    font-family: "verlag-bold", Helvetica, Arial, sans-serif; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #0B4360 !important; }

.home-price, .home-description {
  position: absolute;
  color: white; }

.home-price {
  left: 15px;
  bottom: 21px;
  font-family: "verlag-bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-shadow: 1px 1px 2px #333;
  z-index: 200; }

.home-description {
  padding-left: 15px;
  padding-right: 18px;
  bottom: 50px;
  font-size: 16px;
  line-height: 1.1;
  text-shadow: 1px 1px 2px #333; }

@media (min-width: 992px) {
  .col-xs-6.col-sm-4.col-md-3 .home-description {
    bottom: 35px;
    font-size: 14px; } }

.scroll-menu {
  display: block;
  position: relative;
  visibility: hidden; }

.afkl-lazy-wrapper.afkl-img-ratio-1-1 {
  padding-bottom: 0px; }

.glyphicon-transfer {
  font-size: 40px; }

.most-recent-container {
  background: #FFFFFF;
  width: 100%; }
  .most-recent-container .afkl-lazy-wrapper.afkl-img-ratio-1-1 {
    padding-bottom: 100%; }
  .most-recent-container .ad-container {
    margin-top: 60px;
    height: 100%; }
    .most-recent-container .ad-container .item-title-time {
      margin-right: 4px; }
    .most-recent-container .ad-container .item-title-top img {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 4px;
      max-height: 38px;
      max-width: 38px; }
    .most-recent-container .ad-container .item-title-top p {
      display: inline-block !important;
      margin-top: 21px; }
      .most-recent-container .ad-container .item-title-top p.title {
        margin-left: 6px;
        color: #E2393D; }
        .most-recent-container .ad-container .item-title-top p.title strong {
          color: #E2393D; }
    .most-recent-container .ad-container .item-image-layout1 {
      width: 104%;
      margin-left: -2%; }
      .most-recent-container .ad-container .item-image-layout1 .col-md-12 {
        padding-left: 0;
        padding-right: 0;
        height: auto; }
      .most-recent-container .ad-container .item-image-layout1 img {
        width: 100%;
        height: auto;
        border-bottom: 1px solid transparent; }
    .most-recent-container .ad-container .item-image-layout2 {
      width: 104%;
      margin-left: -2%; }
      .most-recent-container .ad-container .item-image-layout2 .col-md-6 {
        padding-left: 0;
        padding-right: 0;
        height: auto; }
      .most-recent-container .ad-container .item-image-layout2 img {
        width: 100%;
        height: auto; }
      .most-recent-container .ad-container .item-image-layout2 .item-image-ly2-1 img {
        border-top: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent; }
      .most-recent-container .ad-container .item-image-layout2 .item-image-ly2-2 img {
        border-top: solid 1px transparent;
        border-left: solid 1px transparent;
        border-bottom: solid 1px transparent; }
    .most-recent-container .ad-container .item-title-bottom {
      padding-top: 20px;
      height: 60px; }
      .most-recent-container .ad-container .item-title-bottom p.title-see-listings {
        color: #E2393D;
        font-family: "verlag-bold", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.2; }

a:hover .price, a:hover .description {
  text-decoration: none; }

.ourfavorites-container {
  margin-top: 60px;
  margin-bottom: 60px; }
  .ourfavorites-container .afkl-lazy-wrapper.afkl-img-ratio-1-1 {
    padding-bottom: 100%; }
  .ourfavorites-container .ad-container {
    margin-top: 60px;
    height: 100%; }
  .ourfavorites-container .col-md-6 {
    padding: 0;
    margin: 0; }
  .ourfavorites-container .ourfavorites-layout {
    margin: 5px; }
    .ourfavorites-container .ourfavorites-layout img {
      width: 100%; }

.close-trending-container {
  background: #FFFFFF;
  width: 600px; }
  .close-trending-container .ad-container {
    margin-top: 60px;
    height: 100%; }
    .close-trending-container .ad-container .item-image-layout1 img {
      width: 600px;
      height: 600px;
      border-bottom: 1px solid transparent; }
    .close-trending-container .ad-container .item-image-layout2 {
      width: 600px; }
      .close-trending-container .ad-container .item-image-layout2 .col-md-6 {
        padding-left: 0;
        padding-right: 0;
        width: 300px;
        height: 300px; }
      .close-trending-container .ad-container .item-image-layout2 img {
        width: 300px;
        height: 300px; }
      .close-trending-container .ad-container .item-image-layout2 .item-image-ly2-1 img {
        border-top: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent; }
      .close-trending-container .ad-container .item-image-layout2 .item-image-ly2-2 img {
        border-top: solid 1px transparent;
        border-left: solid 1px transparent;
        border-bottom: solid 1px transparent; }

/*MARKETING SECTION*/
.marketing-section {
  margin-top: 60px;
  background: #e2393d;
  padding-bottom: 30px;
  color: white; }

.marketing-description {
  padding: 5px;
  opacity: 0; }

.marketing-titles {
  margin-bottom: 50px;
  margin-top: 30px; }

.marketing-text {
  font-size: 13pt; }

.marketing-text .glyphicon {
  font-size: 30pt; }

.category-home {
  background: #FFFFFF; }

.category-keywords {
  padding-top: 70px; }
  .category-keywords p.title-category a {
    font-family: "verlag-bold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 0.7;
    color: #031D40; }
  .category-keywords .keyword a {
    font-family: verlag, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #031D40; }

@media (max-width: 767px) {
  .category-keywords {
    text-align: center; } }

.top-sellers {
  margin-top: 90px; }
  .top-sellers .image-bigger {
    background-color: #F1F1F1;
    margin-top: 20px; }
    .top-sellers .image-bigger img.img-circle {
      max-height: 60px;
      max-width: 60px;
      position: absolute;
      z-index: 1;
      margin: -30px 0px 0 -5px; }
  .top-sellers .item-title-bottom {
    padding-top: 0 !important; }
    .top-sellers .item-title-bottom .user-name {
      margin-top: 20px; }
      .top-sellers .item-title-bottom .user-name .title {
        margin-bottom: 4px; }
        .top-sellers .item-title-bottom .user-name .title a {
          font-family: "verlag-bold", Helvetica, Arial, sans-serif;
          font-size: 18px;
          line-height: 0.8;
          color: #E2393D; }
      .top-sellers .item-title-bottom .user-name .followers {
        font-family: verlag, Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1;
        color: #B1B6C0; }
    .top-sellers .item-title-bottom .see-all, .top-sellers .item-title-bottom .share-icon {
      margin-top: 20px; }

.password-forgot-container h4 {
  color: #0B4360;
  margin-top: 50px;
  margin-bottom: 33px; }

.password-forgot-container .mid-container {
  height: 280px;
  max-width: 600px;
  background: white;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid rgba(11, 67, 96, 0.2); }
  .password-forgot-container .mid-container button {
    height: 50px;
    background: rgba(71, 87, 111, 0.8);
    color: white; }
    .password-forgot-container .mid-container button:hover {
      background: rgba(71, 87, 111, 0.8);
      color: white; }

.password-success-container .mid-container {
  color: #47576F;
  padding-top: 150px;
  height: 350px; }

.password-reset-container h4 {
  color: #0B4360;
  margin-top: 50px;
  margin-bottom: 33px; }

.password-reset-container .mid-container {
  height: 400px;
  max-width: 600px;
  background: white;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid rgba(11, 67, 96, 0.2); }
  .password-reset-container .mid-container button {
    height: 50px;
    background: rgba(71, 87, 111, 0.8);
    color: white; }
    .password-reset-container .mid-container button:hover {
      background: rgba(71, 87, 111, 0.8);
      color: white; }

/*
**=====Do not apply general styles to this files
body {
  background: $body-background-directory;
}
*/
.directory-section {
  background: #FFFFFF;
  width: 100%; }
  .directory-section .list-inline li.active a {
    color: #23527C; }

.directory-menu {
  border-bottom: 1px solid #B1B6C0;
  height: 80px;
  padding-top: 30px;
  margin-bottom: 50px; }
  .directory-menu .nav-pills > li.active > a:hover {
    color: #bec3cb;
    background: none; }
  .directory-menu .nav-pills > li.active > a:focus {
    background: none;
    color: #031D40; }

.menu-navigation li.active {
  color: #031D40; }

.menu-navigation li.active a:hover {
  background: none; }

.menu-navigation li a {
  color: #bec3cb;
  font-size: 18px;
  line-height: 22px;
  font-family: Verlag;
  font-weight: bold;
  padding: 10px 0px;
  margin-right: 20px; }

.menu-navigation li.option-directory a, .menu-navigation li a:hover {
  color: #031D40;
  background: none; }

.filter {
  color: #E2393D;
  opacity: 100%;
  font-size: 18px;
  line-height: 22px;
  font-family: Verlag;
  font-weight: bold; }

.search-group {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  margin: 15px auto; }
  .search-group .search-form {
    border: none;
    webkit-box-shadow: none;
    box-shadow: none;
    width: 270px;
    color: #B1B6C0;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold; }
  .search-group .search-button {
    width: 75px;
    height: 36px;
    background-color: #E2393D;
    border: 2px #E2393D;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0; }

.filters-results-tables .list-column-item {
  padding: 0;
  margin: 10px 0; }

.filters-results-tables .list-column-inner-item {
  height: 30px;
  padding: 0;
  margin: 0; }

.filters-results-tables p {
  margin-bottom: 36px; }

.filters-results-tables h3, .filters-results-tables span {
  color: #031D40;
  font-size: 18px;
  line-height: 22px;
  font-family: Verlag;
  font-weight: bold; }

.list-result-item {
  font-size: 16px;
  padding: 0px;
  margin: 0px; }
  .list-result-item a {
    color: #031D40; }

.filters-results {
  margin: 50px 0 72px 0; }
  .filters-results .title.result {
    margin-bottom: 0px; }
  .filters-results p.title {
    color: #031D40;
    font-size: 18px;
    font-family: Verlag;
    font-weight: bold; }
  .filters-results ul.pagination {
    margin: 0; }
  .filters-results .pagination li a,
  .filters-results .pagination li:hover a {
    color: #E2393D;
    font-size: 16px;
    line-height: 19px;
    font-family: Verlag;
    font-weight: bold;
    border: none;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px; }
  .filters-results .pagination .disabled > a:hover {
    cursor: default; }
  .filters-results .pagination .active > a,
  .filters-results .pagination .active > a:focus,
  .filters-results .pagination .active > a:hover,
  .filters-results .pagination .active > span,
  .filters-results .pagination .active > span:focus,
  .filters-results .pagination .active > span:hover {
    background: white;
    border: solid 1px #E2393D;
    border-radius: 5px;
    color: #031d40; }

.navigation.filters-results li.disabled a {
  color: #031D40 !important;
  background-color: #d8dadf;
  border-radius: 5px; }
  .navigation.filters-results li.disabled a:hover a {
    color: #031D40 !important;
    border-radius: 5px; }

.filter-bar {
  padding-left: 5px;
  padding-right: 5px;
  color: #bec3cb !important; }

.list-viewall a {
  font-size: 14px; }

@media (max-width: 410px) {
  .search-group .search-form {
    width: 170px; } }

.search-keywords-container {
  margin-bottom: 60px; }
  .search-keywords-container .breadcrumb {
    padding: 0px;
    margin: 35px 0px 35px 20px;
    background: none;
    border: none; }
    .search-keywords-container .breadcrumb li a, .search-keywords-container .breadcrumb li span {
      font-family: verlag, Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.1;
      color: #E2393D; }
    .search-keywords-container .breadcrumb li.active a, .search-keywords-container .breadcrumb li.active span {
      font-size: 16px;
      line-height: 1.1;
      color: #000; }
    .search-keywords-container .breadcrumb li + li:before {
      content: ">>";
      padding: 0 5px;
      font-size: 12px;
      line-height: 1.1;
      color: #B1B6C0;
      margin: 0px 12px; }
  .search-keywords-container .search-results-container img {
    width: 100%; }
  .search-keywords-container .search-results-container .search-results-mid-container {
    padding: 2px;
    margin: 0; }

@media (min-width: 991px) {
  .search-keywords-container {
    width: 1200px;
    margin: 0 auto; } }

.user-profile-title-container .user-profile-mid-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%; }
  .user-profile-title-container .user-profile-mid-container .img-container {
    padding: 0px;
    width: 100px; }
  .user-profile-title-container .user-profile-mid-container .number-social {
    font-family: "verlag-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #031D40;
    padding-right: 2px; }
  .user-profile-title-container .user-profile-mid-container .title-social {
    font-size: 16px;
    color: #374861;
    padding-left: 2px; }
  .user-profile-title-container .user-profile-mid-container h1.h1_metatag_title {
    font-size: 3px;
    color: #F1F1F1;
    float: right;
    margin: 0px; }

.user-profile-mid-titles {
  padding-left: 0px;
  padding-right: 0px; }
  .user-profile-mid-titles .col-md-6 {
    padding-left: 0px;
    padding-right: 0px; }
  .user-profile-mid-titles h5 {
    font-family: "verlag-bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #E2393D; }
  .user-profile-mid-titles h6 {
    padding-top: 0;
    font-size: 16px;
    color: #B1B6C0; }
  .user-profile-mid-titles .btn-follow {
    width: 100px;
    height: 40px;
    border-radius: 6px;
    background-color: #E2393D;
    font-family: "verlag-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #FFF;
    padding-top: 7px; }
    .user-profile-mid-titles .btn-follow:hover {
      color: #FFF !important; }
  .user-profile-mid-titles .social-data .col-md-4 {
    padding-right: 0;
    padding-left: 0; }

.user-profile-ads-container {
  padding-bottom: 60px; }
  .user-profile-ads-container .col-md-3 {
    margin: 0;
    padding: 5px; }
  .user-profile-ads-container img {
    width: 100%; }
  .user-profile-ads-container a span {
    position: absolute;
    float: left;
    z-index: 200;
    top: -webkit-calc(100% - 35px);
    top: -moz-calc(100% - 35px);
    top: calc(100% - 35px);
    left: 15px;
    font-family: "verlag-bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #FFF; }

@media (max-width: 1188px) {
  .user-profile-mid-titles h6 {
    font-size: 14px; } }

@media (max-width: 1080px) {
  .user-profile-mid-titles h6 {
    font-size: 12px; } }

@media (max-width: 992px) {
  .user-profile-mid-titles h6 {
    font-size: 16px; }
  .user-profile-mid-titles, .user-profile-mid-titles p, .user-profile-mid-titles .text-right {
    text-align: center; } }

.user-logged.container-user {
  background-color: #555 !important; }

.user-logged .title, .user-logged .user-location, .user-logged .user-published, .user-logged .date, .user-logged .following-numbers p, .user-logged .ratings p, .user-logged .promo p {
  color: white !important; }

.user-logged .promo .play-store {
  background: url("../../../images/vivanuncios/logo_google_play_white.svg") top/contain no-repeat !important; }

.user-logged .promo .app-store {
  background: url("../../../images/vivanuncios/logo_apple_store_white.svg") top/contain no-repeat !important; }

.user-logged .user-follow-button .user-share, .user-logged .user-name .user-share {
  background: url("../../../images/vivanuncios/icon_share_white.svg") top/contain no-repeat !important; }

.user-logged .user-location .map-marker {
  background: url("../../../images/vivanuncios/icon_pin_1_white.svg") top/contain no-repeat !important; }

.user-logged .item-info-container .user-social-info {
  border-top: 1px solid #838383 !important; }

.user-logged .social-icons {
  padding: 9px 18px; }
  .user-logged .social-icons span {
    float: left;
    width: 50px;
    height: 38px; }
    .user-logged .social-icons span.facebook-icon {
      margin-right: 5px;
      background: url("../../../images/vivanuncios/sotial_fb_light_off.svg") top/contain no-repeat !important; }
      .user-logged .social-icons span.facebook-icon.checked {
        background: url("../../../images/vivanuncios/sotial_fb_light_on.svg") top/contain no-repeat !important; }
    .user-logged .social-icons span.twitter-icon {
      background: url("../../../images/vivanuncios/sotial_twitter_light_off.svg") top/contain no-repeat !important; }
      .user-logged .social-icons span.twitter-icon.checked {
        background: url("../../../images/vivanuncios/sotial_twitter_light_on.svg") top/contain no-repeat !important; }
    .user-logged .social-icons span.email-icon {
      background: url("../../../images/vivanuncios/sotial_mail_light_off.svg") top/contain no-repeat !important; }
      .user-logged .social-icons span.email-icon.checked {
        background: url("../../../images/vivanuncios/sotial_mail_light_on.svg") top/contain no-repeat !important; }

.user-logged p {
  color: white; }

footer .footer-popular-cities {
  background: rgba(3, 29, 64, 0.7);
  padding-top: 50px;
  padding-bottom: 50px; }
  footer .footer-popular-cities .cities-title-container {
    border-bottom: solid rgba(177, 182, 192, 0.3) 1px;
    padding-bottom: 10px; }
    footer .footer-popular-cities .cities-title-container span {
      color: white;
      font-size: 16px;
      line-height: 1.6;
      font-family: "verlag-bold", Helvetica, Arial, sans-serif; }
    footer .footer-popular-cities .cities-title-container .view-all {
      color: #FFF;
      font-size: 12px;
      padding-top: 8px; }
      footer .footer-popular-cities .cities-title-container .view-all a {
        color: #FFF; }
  footer .footer-popular-cities .cities-names-container {
    padding-top: 30px; }
    footer .footer-popular-cities .cities-names-container a {
      color: #B1B6C0;
      font-size: 14px;
      line-height: 1.9; }

footer .footer-info-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(3, 29, 64, 0.85); }
  footer .footer-info-1 p, footer .footer-info-1 span, footer .footer-info-1 p a {
    color: #B1B6C0;
    font-size: 14px;
    line-height: 1.9; }
  footer .footer-info-1 a {
    color: #FFF; }
    footer .footer-info-1 a img {
      margin: 0 10px; }
  footer .footer-info-1 a.btn-download-app {
    color: #E2393D; }
  footer .footer-info-1 .footer-links, footer .footer-info-1 .social-links {
    padding: 0;
    /* .column-links{
        padding-right: 0px;
      } */ }
    footer .footer-info-1 .footer-links .image-link, footer .footer-info-1 .social-links .image-link {
      padding: 0px; }
  footer .footer-info-1 .button-download {
    padding: 0px;
    margin-bottom: 10px; }

footer .footer-info-2 {
  background: #031d40;
  color: #b1b6c0;
  padding: 20px 0; }
  footer .footer-info-2 img {
    margin-top: 23px; }

@media (min-width: 992px) and (max-width: 1128px) {
  .cities-names-container a {
    font-size: 11px !important; }
  .social-links a span {
    font-size: 12px !important; } }

@media (min-width: 992px) and (max-width: 1230px) {
  .button-download .btn-download-app {
    width: 100%; } }

.no-results .text-center {
  padding: 60px 0px; }
  .no-results .text-center .tag {
    margin-left: 10px; }
  .no-results .text-center h3 {
    margin-top: 10px; }
  .no-results .text-center .advice {
    font-size: 18px;
    color: #B1B6C0;
    margin: 0px; }

.no-results .cities-title-container {
  text-align: center; }
  .no-results .cities-title-container span {
    font-family: "verlag-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #E2393D; }

.no-results .cities-names-container {
  padding: 30px 0px; }
  .no-results .cities-names-container a {
    font-size: 14px;
    line-height: 1.9;
    color: #031D40; }
  .no-results .cities-names-container .view-all {
    font-size: 12px;
    line-height: 1.9;
    color: #031D40; }
    .no-results .cities-names-container .view-all a {
      color: #031D40;
      text-decoration: underline; }

@media (min-width: 991px) {
  .container, .close-find-container {
    width: 1200px;
    margin: 0 auto; }
  .no-results {
    width: 600px;
    margin: 0 auto; } }

@media (max-width: 991px) {
  .most-recent-container .ad-container .item-title-top .user-image {
    padding-right: 0px; }
  .most-recent-container .ad-container .item-title-top .user-name {
    padding-left: 0px; }
    .most-recent-container .ad-container .item-title-top .user-name p.title {
      margin-left: 0px; } }

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; }
  .text-justify-xs {
    text-align: justify; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; }
  .text-justify-sm {
    text-align: justify; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .text-justify-md {
    text-align: justify; } }

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .text-justify-lg {
    text-align: justify; } }

@media (max-width: 991px) {
  .container-terms {
    padding: 30px; }
  .container-community .container.two-columns .buying {
    border-right: none;
    border-bottom: 1px solid #E1E1E1; }
  .container-community .container.two-columns .seeling {
    margin-top: 40px; } }

h1, h2, h3, h4, h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

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

.top-header {
  height: auto;
  min-height: 130px;
  padding-bottom: 25px; }
  .top-header .top-header-container {
    padding-top: 24px;
    position: relative; }
    .top-header .top-header-container .main_title {
      padding: 0; }
      .top-header .top-header-container .main_title .home-logo {
        cursor: pointer;
        background: url("../../../images/vivanuncios/logo_viva_header.svg") top/contain no-repeat;
        width: 228px;
        height: 83px; }
  .top-header.search-bar-container {
    z-index: 11;
    position: fixed;
    width: 100%; }
    .top-header.search-bar-container .dropdown-profile li a {
      border-bottom: none; }
  .top-header.header_notHome_bg {
    background: #00D9DC;
    position: relative;
    width: 100%;
    position: fixed; }
  .top-header .links-share {
    float: right;
    height: 30px;
    margin-bottom: 20px;
    margin-top: -9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .top-header .links-share a {
      float: left;
      display: block;
      color: #FFF;
      font-size: 16px;
      cursor: pointer; }
      .top-header .links-share a:hover {
        color: #FFF; }
      .top-header .links-share a.css-share_app {
        background: url("../../../images/vivanuncios/icon_share_header_small.svg") no-repeat 1px 4px; }
      .top-header .links-share a.user-data-header {
        margin-top: -6px; }
      .top-header .links-share a .center-cropped {
        width: 33px;
        height: 33px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        position: relative;
        box-sizing: content-box;
        border: 2px solid #FFF;
        box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.4);
        margin-top: 1px;
        margin-right: 8px; }
      .top-header .links-share a .avatar-mask {
        background: url("../../../images/vivanuncios/avatar_logged_user_mask.svg") top/contain no-repeat;
        position: absolute;
        margin-left: -5px;
        margin-top: -6px;
        width: 45px;
        height: 45px; }
      .top-header .links-share a .avatar {
        background: url("../../../images/vivanuncios/avatar_logged_user_ph.svg") top/contain no-repeat;
        margin-top: -6px;
        margin-right: -2px;
        width: 48px;
        height: 48px; }
  .top-header .search-container {
    min-width: 700px;
    padding: 0px;
    float: right; }
  .top-header .mapbox-menu {
    border: 1px solid #c6efe1;
    color: #FFF;
    height: 44px;
    border-radius: 22px;
    padding: 8px 50px 0 18px;
    margin: 0px;
    cursor: pointer;
    transition-duration: 300ms;
    display: block;
    font-size: 20px;
    float: right;
    width: auto;
    max-width: 225px; }
    .top-header .mapbox-menu:hover {
      background-color: #00D9DC;
      text-decoration: none;
      color: #FFF; }
    .top-header .mapbox-menu .location-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .top-header .mapbox-menu .clear-button-search {
      position: absolute;
      color: transparent;
      margin-left: 150px;
      background: url("../../../images/vivanuncios/icon_close_filter.svg") top/contain no-repeat;
      font-size: 13px;
      bottom: 8px; }
  .top-header .backgroundLocationStyles {
    background: url("../../../images/vivanuncios/icon_pin_1_white.svg") no-repeat right 15px top 8px rgba(255, 255, 255, 0.3);
    transition-duration: 0ms; }
  .top-header .mapbox-menu ::-webkit-input-placeholder {
    color: #FFF; }
  .top-header .mapbox-menu :-moz-placeholder {
    color: #FFF; }
  .top-header .mapbox-menu ::-moz-placeholder {
    color: #FFF; }
  .top-header .mapbox-menu :-ms-input-placeholder {
    color: #FFF; }
  .top-header .search-box {
    border-radius: 22px;
    padding: 0 0 0 13px;
    margin-left: 15px;
    background-color: #FFF;
    float: right;
    height: 44px; }
    .top-header .search-box .categories-menu {
      color: #666;
      margin: 0 0 0 -20px;
      float: left;
      height: 44px;
      width: 190px;
      border-top-left-radius: 22px;
      border-bottom-left-radius: 22px;
      cursor: pointer;
      position: relative;
      padding-top: 10px;
      padding-left: 4px;
      font-size: 20px;
      font-family: 'foundrysterling-bookregular';
      border-right: 1px solid #79E7E9; }
      .top-header .search-box .categories-menu .categories-menu-btn {
        width: 140px;
        padding: 0 0 0 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .top-header .search-box .categories-menu ul {
        list-style: none;
        margin: 0;
        padding: 14px 10px 10px 8px;
        position: absolute;
        top: 0;
        left: 100%;
        background: #FFF;
        width: 352px;
        border-radius: 22px;
        border-top-left-radius: 0;
        overflow: hidden;
        cursor: default;
        box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.4); }
        .top-header .search-box .categories-menu ul li {
          display: block;
          width: 55%;
          float: left;
          height: 34px;
          padding: 0;
          padding-left: 6px; }
          .top-header .search-box .categories-menu ul li:nth-child(odd) {
            width: 45%;
            border-right: 1px solid #ECECEC;
            padding-left: 0;
            padding-right: 8px; }
          .top-header .search-box .categories-menu ul li a {
            font-size: 16px;
            color: #666;
            display: block;
            padding: 3px 19px 3px 14px;
            height: 28px;
            border-radius: 14px; }
            .top-header .search-box .categories-menu ul li a:hover {
              background-color: #CCF7F8;
              text-decoration: none; }
    .top-header .search-box .arrow-down {
      background: url("../../../images/vivanuncios/arrow_category_down.svg") no-repeat right 16px top 16px #CCF7F8; }
    .top-header .search-box .arrow-right {
      background: url("../../../images/vivanuncios/arrow_category_right.svg") no-repeat right 15px top 10px #CCF7F8; }
    .top-header .search-box .search-input {
      color: #999;
      font-size: 20px;
      font-family: 'foundrysterling-bookregular';
      height: 42px;
      width: 48%;
      padding: 14px 0 8px 18px;
      border: none;
      outline: none; }
    .top-header .search-box .loupe-button {
      background: url("../../../images/vivanuncios/icon_loupe.svg") top/contain no-repeat;
      float: right;
      margin-top: 10px;
      margin-right: 15px;
      width: 24px;
      height: 24px;
      cursor: pointer; }

.mobileSearch {
  display: none; }

.mobileSearchNavigation {
  display: inherit !important; }

.modal-open .search-bar-container {
  padding-right: 15px; }

.promo-container {
  background-image: url("../../../images/vivanuncios/banner_blurred_bg_long_repeat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  width: 100%; }

.bg-color {
  width: 100%;
  height: 588px; }

.slogan-container {
  height: 570px; }

.slogan {
  background: url("../../../images/vivanuncios/copy_slogan.svg") no-repeat;
  background-position: left 239px;
  background-size: contain;
  display: inline-block;
  height: 588px;
  width: 36%; }

.phones {
  background: url("../../../images/vivanuncios/phones_1200.png") no-repeat;
  background-position-y: 136px;
  background-position-x: 9px;
  background-size: contain;
  float: right;
  height: 588px;
  width: 64%; }

.promo-bottom {
  background: rgba(255, 85, 49, 0.8); }
  .promo-bottom .banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 27px 50px 23px 0; }
    .promo-bottom .banner-container p {
      max-width: 58%;
      color: #FFF;
      font-size: 28px;
      line-height: 32px;
      margin-top: 6px;
      font-family: 'foundrysterling-bookregular'; }
      .promo-bottom .banner-container p b {
        font-family: 'foundrysterling-demiregular'; }
    .promo-bottom .banner-container .stores-btns {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      margin-top: -2px; }
      .promo-bottom .banner-container .stores-btns a {
        display: block; }
      .promo-bottom .banner-container .stores-btns .app-store, .promo-bottom .banner-container .stores-btns .play-store {
        width: 169px;
        height: 58px; }
      .promo-bottom .banner-container .stores-btns .app-store {
        background: url("../../../images/vivanuncios/logo_apple_store_black_1.svg") top/contain no-repeat; }
      .promo-bottom .banner-container .stores-btns .play-store {
        background: url("../../../images/vivanuncios/logo_google_play_black_1.svg") top/contain no-repeat;
        margin-right: 5px; }

.headerChangeBackground {
  background-color: #00D9DC !important;
  position: fixed !important;
  background-image: none !important;
  height: 130px;
  width: 100%; }

.container.main-content {
  margin-top: 150px; }

.distance-indicator {
  padding: 0px;
  width: 84%;
  margin-top: -79px;
  float: left; }
  .distance-indicator .floating-indicator {
    background-color: #333;
    border-color: #FFF;
    border-radius: 20px;
    height: 40px;
    width: 180px;
    border: #FFF solid 1px;
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
    z-index: 1000;
    position: fixed; }

.dropdown-menu {
  margin: 0 auto;
  left: 0;
  right: 80px;
  width: 215px; }

.modal-header .top-header {
  min-height: 0px;
  padding-bottom: 0px; }

.modal-header {
  border: none; }

.modal-dialog {
  text-align: center;
  margin-top: 45px;
  width: 640px; }

.modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0; }

.modal-footer {
  border: none;
  background-color: #FFF; }

.angular-leaflet-map {
  border: 1px;
  border-radius: 22px;
  z-index: 0; }

.leaflet-left .leaflet-control {
  margin-left: 20px;
  margin-top: 20px; }

#locationModal {
  left: -123px;
  padding: 0; }
  #locationModal .leaflet-popup-content {
    width: 110px !important; }
  #locationModal .modal-header .top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 44px;
    color: #FFF;
    background: #00D9DC;
    border-radius: 22px;
    font-size: 20px;
    margin: 5px auto 0;
    width: 225px;
    font-family: "foundrysterling-mediumregular";
    padding: 2px 16px 0 20px; }
  #locationModal .modal-header .close-modal {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 6px; }
  #locationModal .modal-body {
    padding: 0; }
    #locationModal .modal-body .location-search {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: 93.5%;
      top: 20px;
      left: 22px;
      z-index: 1; }
      #locationModal .modal-body .location-search .search-location-input {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        background: #FFF;
        height: 44px;
        border-radius: 22px;
        width: 87.5%;
        border: none;
        padding: 3px 20px 0 19px;
        font-size: 22px;
        color: #666; }
        #locationModal .modal-body .location-search .search-location-input .mapbox-input {
          border: none;
          outline: none;
          width: 90%; }
        #locationModal .modal-body .location-search .search-location-input .icon_pin_1_gray {
          background: url("../../../images/vivanuncios/icon_pin_1_gray.png") no-repeat right 15px top 8px rgba(255, 255, 255, 0.3);
          width: 42px;
          margin-right: -20px;
          margin-top: -2px; }
      #locationModal .modal-body .location-search .search-location-ok-btn {
        height: 44px;
        background: #09F;
        padding: 10px 18px 0 18px;
        font-size: 20px;
        border-radius: 22px;
        color: white;
        cursor: pointer; }
        #locationModal .modal-body .location-search .search-location-ok-btn:hover {
          background: #0070FF; }
    #locationModal .modal-body .dropdown-menu {
      position: absolute;
      top: 64px;
      left: 9px;
      width: 76%;
      padding: 0;
      border-radius: 0;
      border: 1px solid #DDD;
      box-shadow: -1px 4px 1px 0px rgba(0, 0, 0, 0.3); }
      #locationModal .modal-body .dropdown-menu li {
        border-bottom: 1px solid #DDD; }
        #locationModal .modal-body .dropdown-menu li a {
          padding-left: 8px; }
        #locationModal .modal-body .dropdown-menu li .location-icon {
          margin-right: 8px; }
  #locationModal .leaflet-control-zoom-in, #locationModal .leaflet-control-zoom-out {
    display: none !important; }

.search-keywords-container .breadcrumb li span {
  color: #00D9DC; }

.dropdown-profile .arrow-user-menu {
  background: url("../../../images/vivanuncios/icon_arrow_user_menu.svg") top/contain no-repeat;
  width: 15px;
  height: 9px;
  display: inline-block;
  margin-left: 8px;
  margin-right: -3px;
  margin-bottom: -1px; }

.dropdown-profile .profile-menu {
  background: #FFF;
  border-radius: 0px 0px 7px 7px;
  font-size: 15px;
  top: 35px;
  left: -79px;
  width: auto;
  padding: 5px 0px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.4); }

.dropdown-profile .profile-menu-opt {
  padding: 3px 8px 4px;
  margin: 3px 8px 7px;
  border-radius: 14px;
  cursor: pointer; }
  .dropdown-profile .profile-menu-opt:hover {
    background-color: #CCF7F8;
    color: #262626; }

.dropdown-profile .logout-session-option {
  border-top: 1px solid #ECECEC; }
  .dropdown-profile .logout-session-option .profile-menu-opt {
    margin-top: 7px;
    margin-bottom: 1px; }
    .dropdown-profile .logout-session-option .profile-menu-opt:hover {
      background-color: #FF5531;
      color: #FFF; }

.linkShareLogged {
  width: 33%;
  padding-left: 80px; }

.logout-icon {
  background: url("../../../images/vivanuncios/icon_logout_gray.svg") top/contain no-repeat;
  width: 18px;
  height: 20px;
  margin-right: 9px;
  margin-top: 1px;
  margin-left: -2px;
  float: left; }

.logoutIconSelected {
  background: url("../../../images/vivanuncios/icon_logout_white.svg") top/contain no-repeat; }

.css-share_app {
  margin-left: 27px;
  padding-left: 21px;
  font-family: 'foundrysterling-demiregular'; }

.btn-user-register {
  border-radius: 10px;
  width: 100%;
  height: 50px;
  margin-left: 5px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #FFF; }
  .btn-user-register:hover {
    background-color: #d3d1d1;
    color: #FFF; }

.container.no-results {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.loading-container {
  min-height: 400px;
  display: flex;
  justify-content: center;
  padding-top: 30px; }

.spinner {
  width: 66px;
  height: 66px; }

.home-spinner > .loading-container {
  margin-top: 0; }

.pseudo-spinner .loading-container {
  margin-top: -50px;
  min-height: 150px; }

.img-square-wrapper {
  position: relative;
  padding-bottom: 99.5%;
  overflow: hidden; }
  .img-square-wrapper .img-square {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; }

.item-detail-view {
  padding: 25px 0px 0; }
  .item-detail-view .item-info-container .item-column-picture {
    padding: 0;
    margin-top: 0px; }
  .item-detail-view .item-info-container .item-column-details {
    padding: 0 0 0 20px; }
  .item-detail-view .item-info-container .primary-group .flag-container {
    overflow: hidden;
    transform: rotate(45deg);
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9;
    width: 40px;
    height: 197px;
    top: -41px;
    left: 37px; }
    .item-detail-view .item-info-container .primary-group .flag-container .flag {
      position: absolute;
      bottom: 28px;
      right: -70px;
      z-index: 9;
      width: 142px;
      height: 142px;
      transform: rotate(-45deg); }
      .item-detail-view .item-info-container .primary-group .flag-container .flag.EXPIRED {
        background: url("../../../images/vivanuncios/flag_expired_big.svg") top/contain no-repeat; }
      .item-detail-view .item-info-container .primary-group .flag-container .flag.SOLD {
        background: url("../../../images/vivanuncios/flag_sold_big.svg") top/contain no-repeat; }
      .item-detail-view .item-info-container .primary-group .flag-container .flag.NOT_VERIFIED {
        background: url("../../../images/vivanuncios/flag_not_verified_big.svg") top/contain no-repeat; }
      .item-detail-view .item-info-container .primary-group .flag-container .flag.PENDING {
        background: url("../../../images/vivanuncios/flag_pending_big.svg") top/contain no-repeat; }
      .item-detail-view .item-info-container .primary-group .flag-container .flag.ACTIVE {
        background: none; }
  .item-detail-view .item-info-container .primary-group .img-square-wrapper {
    border-radius: 5px;
    border: 1px solid #FFF; }
  .item-detail-view .item-info-container .primary-group .navigation-container {
    display: block;
    text-align: center; }
    .item-detail-view .item-info-container .primary-group .navigation-container ul.navigation-images {
      list-style-type: none;
      padding: 0px;
      z-index: 1;
      margin-top: 6px;
      margin-bottom: 0;
      display: inline-block;
      width: 100%; }
      .item-detail-view .item-info-container .primary-group .navigation-container ul.navigation-images li {
        float: left;
        cursor: pointer;
        padding: 0px 2px; }
        .item-detail-view .item-info-container .primary-group .navigation-container ul.navigation-images li:last-child {
          padding-left: 4px;
          padding-right: 0px; }
        .item-detail-view .item-info-container .primary-group .navigation-container ul.navigation-images li:first-child {
          padding-left: 0px;
          padding-right: 4px; }
        .item-detail-view .item-info-container .primary-group .navigation-container ul.navigation-images li .thumbnail {
          padding: 0px;
          margin-bottom: 0px;
          background: none;
          border: none;
          height: auto;
          display: block; }
          .item-detail-view .item-info-container .primary-group .navigation-container ul.navigation-images li .thumbnail img {
            min-height: 175px;
            border: 1px solid #FFF; }
  .item-detail-view .item-info-container .primary-group .navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .item-detail-view .item-info-container .primary-group .carousel {
    display: none; }
  .item-detail-view .item-info-container .item-details,
  .item-detail-view .item-info-container .item-location {
    background-color: #FFF;
    width: 100%;
    float: left;
    border-radius: 5px; }
  .item-detail-view .item-info-container .item-price-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 16px 9px;
    border-bottom: 1px solid #ECECEC; }
    .item-detail-view .item-info-container .item-price-section .price {
      font-family: 'foundrysterling-bookregular';
      font-size: 36px;
      color: #666;
      padding-top: 5px;
      padding-left: 12px;
      margin-right: 50px; }
    .item-detail-view .item-info-container .item-price-section .like-share-neg-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-flex-grow: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      max-width: 188px; }
    .item-detail-view .item-info-container .item-price-section .owned-by-user {
      margin-right: 10px;
      max-width: 86px; }
    .item-detail-view .item-info-container .item-price-section a {
      cursor: pointer; }
      .item-detail-view .item-info-container .item-price-section a.product-share {
        background: url("../../../images/vivanuncios/icon_share_red_big.svg") top/contain no-repeat;
        width: 30px;
        height: 30px;
        margin-right: -4px; }
      .item-detail-view .item-info-container .item-price-section a.product-like {
        background: url("../../../images/vivanuncios/icon_like_empty.svg") top/contain no-repeat;
        width: 40px;
        height: 35px; }
        .item-detail-view .item-info-container .item-price-section a.product-like.liked {
          background: url("../../../images/vivanuncios/icon_like_filled.svg") top/contain no-repeat; }
      .item-detail-view .item-info-container .item-price-section a.product-negotiate {
        width: 76px;
        height: 62px;
        background: url("../../../images/vivanuncios/btn_chat.svg") top/contain no-repeat;
        margin-right: -8px;
        margin-top: -3px; }
        .item-detail-view .item-info-container .item-price-section a.product-negotiate:hover {
          background: url("../../../images/vivanuncios/btn_chat_over.svg") top/contain no-repeat;
          width: 78px;
          margin-right: -10px;
          height: 64px;
          margin-top: -3px;
          margin-bottom: -2px; }
    .item-detail-view .item-info-container .item-price-section .start-offer-container {
      display: relative; }
    .item-detail-view .item-info-container .item-price-section .negociate-dialog {
      z-index: 1;
      background-color: #09F;
      padding: 10px 5px 0px;
      border-radius: 15px;
      margin: 4px 0px 0px -300px;
      position: absolute;
      width: 300px;
      box-shadow: 4px 4px 10px 0px #666; }
      .item-detail-view .item-info-container .item-price-section .negociate-dialog p {
        font-size: 18px;
        line-height: 1.2;
        color: #FFF;
        width: 100%;
        float: left;
        margin-bottom: 0px; }
        .item-detail-view .item-info-container .item-price-section .negociate-dialog p span.product-negotiate {
          background: url("../../../images/vivanuncios/btn_chat.svg") top/contain no-repeat;
          width: 74px;
          margin: -16px -7px -14px -11px;
          float: left;
          height: 58px; }
      .item-detail-view .item-info-container .item-price-section .negociate-dialog a {
        float: right;
        width: 135px;
        height: 48px;
        margin: 10px 5px; }
        .item-detail-view .item-info-container .item-price-section .negociate-dialog a.app-store {
          background: url("../../../images/vivanuncios/logo_apple_store_white.svg") top/contain no-repeat; }
        .item-detail-view .item-info-container .item-price-section .negociate-dialog a.play-store {
          background: url("../../../images/vivanuncios/logo_google_play_white.svg") top/contain no-repeat; }
  .item-detail-view .item-info-container .item-details .details {
    padding: 28px 28px 10px;
    float: left;
    width: 100%; }
    .item-detail-view .item-info-container .item-details .details p {
      word-wrap: break-word;
      font-family: 'foundrysterling-lightregular';
      font-size: 22px;
      line-height: 26px;
      color: #666; }
      .item-detail-view .item-info-container .item-details .details p.title {
        font-family: 'foundrysterling-bookregular';
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 20px; }
    .item-detail-view .item-info-container .item-details .details .followers {
      margin-right: -9px;
      margin-top: -11px; }
      .item-detail-view .item-info-container .item-details .details .followers p {
        float: right;
        color: #BBB; }
        .item-detail-view .item-info-container .item-details .details .followers p .like-icon {
          float: left;
          width: 24px;
          height: 21px;
          background: url("../../../images/vivanuncios/icon_likes_small.svg") top/contain no-repeat;
          margin: 1px 5px; }
    .item-detail-view .item-info-container .item-details .details .published-date {
      display: block;
      margin: 20px 0px 16px;
      font-family: 'foundrysterling-lightregular';
      font-size: 18px;
      color: #B1B6C0; }
      .item-detail-view .item-info-container .item-details .details .published-date:first-letter {
        text-transform: uppercase; }
    .item-detail-view .item-info-container .item-details .details .category-section,
    .item-detail-view .item-info-container .item-details .details .groups-section {
      float: left;
      width: 100%;
      margin: 15px 0px 22px; }
      .item-detail-view .item-info-container .item-details .details .category-section .item-category,
      .item-detail-view .item-info-container .item-details .details .groups-section .item-category {
        background-color: #CCF7F8;
        padding: 9px 21px;
        border-radius: 20px;
        font-family: 'foundrysterling-lightregular';
        font-size: 18px;
        color: #666; }
      .item-detail-view .item-info-container .item-details .details .category-section span.groups-image,
      .item-detail-view .item-info-container .item-details .details .groups-section span.groups-image {
        background: url("../../../images/vivanuncios/icon_groups.svg") top/contain no-repeat;
        width: 42px;
        height: 35px;
        float: left;
        margin: 0 8px; }
      .item-detail-view .item-info-container .item-details .details .category-section .groups-labels,
      .item-detail-view .item-info-container .item-details .details .groups-section .groups-labels {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .item-detail-view .item-info-container .item-details .details .category-section .groups-labels a.item-group,
        .item-detail-view .item-info-container .item-details .details .groups-section .groups-labels a.item-group {
          font-family: 'foundrysterling-bookregular';
          background-color: #999;
          padding: 1px 12px;
          border-radius: 20px;
          float: left;
          text-align: center;
          margin: 2px 3px 5px;
          font-size: 16px;
          line-height: 1.8;
          color: #FFF; }
          .item-detail-view .item-info-container .item-details .details .category-section .groups-labels a.item-group:hover,
          .item-detail-view .item-info-container .item-details .details .groups-section .groups-labels a.item-group:hover {
            text-decoration: initial; }
          .item-detail-view .item-info-container .item-details .details .category-section .groups-labels a.item-group:focus,
          .item-detail-view .item-info-container .item-details .details .groups-section .groups-labels a.item-group:focus {
            text-decoration: none; }
    .item-detail-view .item-info-container .item-details .details .groups-section {
      margin-top: 14px;
      margin-bottom: 20px; }
  .item-detail-view .item-info-container .card.no-pad.map-group {
    width: 100%;
    float: left;
    padding-bottom: 30px; }
    .item-detail-view .item-info-container .card.no-pad.map-group .item-location {
      padding: 0px 30px;
      width: 100%; }
      .item-detail-view .item-info-container .card.no-pad.map-group .item-location p {
        float: left;
        font-family: 'foundrysterling-bookregular';
        font-size: 21px;
        font-weight: normal;
        color: #666;
        width: 100%;
        padding: 4px 5px;
        margin-bottom: 7px; }
        .item-detail-view .item-info-container .card.no-pad.map-group .item-location p .map-marker-item {
          background: url("../../../images/vivanuncios/icon_pin_1_blue.svg") top/contain no-repeat;
          height: 32px;
          width: 31px;
          margin: -1px 10px 0 1px;
          float: left; }
      .item-detail-view .item-info-container .card.no-pad.map-group .item-location .angular-leaflet-map {
        border-radius: 10px; }
      .item-detail-view .item-info-container .card.no-pad.map-group .item-location .map.leaflet-container.leaflet-fade-anim img {
        width: 100% !important; }
      .item-detail-view .item-info-container .card.no-pad.map-group .item-location .leaflet-top {
        z-index: 10 !important; }
  .item-detail-view .listed-items {
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 5px; }
    .item-detail-view .listed-items .ad-container {
      height: auto;
      background: #FFFFFF;
      padding-bottom: 5px;
      width: 100vw;
      margin-left: calc((100% - 100vw)/2); }
      .item-detail-view .listed-items .ad-container .item-info-container {
        float: none;
        padding: 0px; }
        .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info {
          padding: 44px 0 0; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-image {
            padding: 0px;
            margin-left: 11px;
            min-width: 200px; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .center-cropped {
            width: 166px;
            height: 166px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 50%;
            position: relative;
            box-sizing: content-box;
            border: 5px solid #FFF;
            box-shadow: 0px 1px 12px -1px rgba(0, 0, 0, 0.4); }
          .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .avatar,
          .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .avatar-mask {
            margin-left: -7px;
            margin-top: -7px;
            width: 180px;
            height: 180px;
            cursor: pointer; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .avatar-mask {
            background: url("../../../images/vivanuncios/avatar_mask_3.svg") top/contain no-repeat;
            position: absolute; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .avatar {
            background: url("../../../images/vivanuncios/avatar_ph_3.svg") top/contain no-repeat; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name {
            margin-left: -2px;
            padding: 18px 0 37px;
            font-family: 'foundrysterling-bookregular'; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name a {
              margin-top: 10px; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name a.title {
                font-size: 32px;
                line-height: 1;
                font-weight: normal;
                color: #FF5531;
                margin-left: 0px;
                float: left; }
                .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name a.title:hover {
                  text-decoration: none; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p {
              float: left;
              font-size: 15px;
              line-height: 1.2;
              font-weight: normal;
              color: #999;
              width: 100%; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.user-location {
                margin-top: 10px;
                margin-left: 4px;
                font-size: 21px;
                line-height: 1;
                font-weight: normal;
                color: #888; }
                .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.user-location .map-marker {
                  background: url("../../../images/vivanuncios/icon_pin_2_gray.svg") top/contain no-repeat;
                  height: 24px;
                  width: 24px;
                  margin: -3px 4px 0 -2px;
                  float: left; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.user-published {
                margin-top: 5px;
                margin-left: 4px;
                font-size: 14px;
                line-height: 1;
                font-weight: normal;
                color: #BBB; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.date {
                margin-top: 2px;
                margin-left: 4px;
                font-size: 14px;
                line-height: 1;
                font-weight: normal;
                color: #CCC; }
        .item-detail-view .listed-items .ad-container .item-info-container .user-follow-button {
          margin: -61px 0px 20px;
          padding-right: 0; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-follow-button .btn-unfollow,
          .item-detail-view .listed-items .ad-container .item-info-container .user-follow-button .btn-follow {
            margin-left: 30px; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-follow-button .user-share {
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            background: url("../../../images/vivanuncios/icon_share_red_big.svg") top/contain no-repeat;
            cursor: pointer;
            margin: 11px 0; }
        .item-detail-view .listed-items .ad-container .item-info-container .user-social-info {
          border-top: 1px solid #ECECEC;
          padding: 22px 0 5px;
          font-family: 'foundrysterling-bookregular';
          float: left; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .no-padding {
            padding: 0; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-follow-rates {
            min-width: 600px; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .promo-btns {
            float: right; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons {
            padding: 9px 18px; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span {
              float: left;
              width: 50px;
              height: 38px; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span.facebook-icon {
                margin-right: 5px;
                background: url("../../../images/vivanuncios/sotial_fb_dark_off.svg") top/contain no-repeat; }
                .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span.facebook-icon.checked {
                  background: url("../../../images/vivanuncios/sotial_fb_dark_on.svg") top/contain no-repeat; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span.twitter-icon {
                background: url("../../../images/vivanuncios/sotial_twitter_dark_off.svg") top/contain no-repeat; }
                .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span.twitter-icon.checked {
                  background: url("../../../images/vivanuncios/sotial_twitter_dark_on.svg") top/contain no-repeat; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span.email-icon {
                background: url("../../../images/vivanuncios/sotial_mail_dark_off.svg") top/contain no-repeat; }
                .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span.email-icon.checked {
                  background: url("../../../images/vivanuncios/sotial_mail_dark_on.svg") top/contain no-repeat; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers {
            text-align: center;
            padding-left: 9px; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers .following {
              margin-left: -14px;
              margin-right: 13px;
              cursor: pointer; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers .followers {
              padding-right: 0;
              padding-left: 16px;
              cursor: pointer; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers .followers.p {
                margin-left: -1px; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers p {
              margin-bottom: -1px;
              text-align: left;
              font-size: 16px;
              line-height: 1;
              font-weight: normal;
              color: #666; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers p.number {
                font-size: 32px;
                line-height: 1;
                font-weight: normal;
                color: #333;
                text-align: left;
                margin-top: 6px; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings {
            margin-left: 5px;
            padding-right: 0;
            width: 32%;
            text-align: center; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p {
              margin-top: 4px;
              margin-bottom: 5px;
              font-size: 16px;
              line-height: 1;
              font-weight: normal;
              color: #666;
              float: left;
              width: 100%;
              text-align: left; }
              .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p.numbers {
                margin-top: 5px;
                margin-bottom: 4px; }
                .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p.numbers span {
                  letter-spacing: 1px;
                  color: #FFF;
                  float: left;
                  padding: 5px 7px 3px;
                  border-radius: 12px;
                  margin-right: 7px; }
                  .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p.numbers span.positive {
                    background-color: #84CC03; }
                  .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p.numbers span.neutral {
                    background-color: #FFBC0A; }
                  .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p.numbers span.negative {
                    background-color: #FF5531;
                    margin-right: 0px; }
          .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .promo {
            float: right;
            margin-top: -9px; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .promo p {
              font-size: 14px;
              line-height: 1;
              font-weight: normal;
              color: #999;
              font-family: 'foundrysterling-lightregular';
              margin-bottom: 10px;
              text-align: left;
              margin-left: 3px; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .promo a {
              display: block;
              float: right;
              width: 122px;
              height: 45px; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .promo .app-store {
              background: url("../../../images/vivanuncios/logo_apple_store_black_1.svg") top/contain no-repeat; }
            .item-detail-view .listed-items .ad-container .item-info-container .user-social-info .promo .play-store {
              margin-right: 5px;
              background: url("../../../images/vivanuncios/logo_google_play_black_1.svg") top/contain no-repeat; }

.other-items-user h2 {
  font-family: 'foundrysterling-demiregular';
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  margin: 25px 10px 29px; }

.load-more {
  margin-bottom: 30px; }

.icon-plus {
  background: url("../../../images/vivanuncios/icon_plus_turquoise.svg") top/contain no-repeat;
  float: left;
  width: 21px;
  height: 21px;
  margin-left: 5px; }

.footer-container {
  padding: 0; }

.city-link {
  font-size: 22px;
  font-family: 'foundrysterling-bookregular';
  text-align: center;
  margin-bottom: 29px; }

.subfooter {
  font-family: 'foundrysterling-bookregular';
  background: #ccf7f8;
  min-height: 50px;
  padding-top: 30px; }
  .subfooter a {
    color: #009999;
    transition-duration: 300ms; }
    .subfooter a:hover {
      color: #00d9dc;
      text-decoration: none; }
  .subfooter .row {
    padding-bottom: 30px; }
    .subfooter .row div {
      text-align: center;
      font-size: 20px; }

.footer {
  font-family: 'foundrysterling-bookregular';
  background: #00d9dc;
  min-height: 50px;
  color: #FFF;
  padding-bottom: 30px; }
  .footer a {
    color: #FFF; }
    .footer a:hover {
      text-decoration: none; }
  .footer .footer-legal {
    text-align: center;
    font-size: 20px;
    padding-top: 29px;
    padding-bottom: 25px;
    border-bottom: 1px solid #80ecee; }
  .footer .footer-links {
    text-align: center;
    padding-top: 46px;
    padding-bottom: 47px; }
    .footer .footer-links a {
      width: 100px;
      height: 38px;
      display: inline-block;
      text-indent: -9999px; }
      .footer .footer-links a.footer-facebook {
        background: url("../../../images/vivanuncios/logo_footer_facebook.svg") top/contain no-repeat; }
      .footer .footer-links a.footer-youtube {
        background: url("../../../images/vivanuncios/logo_footer_youtube.svg") top/contain no-repeat; }
      .footer .footer-links a.footer-blog {
        background: url("../../../images/vivanuncios/logo_footer_blog.svg") top/contain no-repeat; }
  .footer .links-apps-footer {
    float: right;
    padding-right: 5px; }
  .footer .app-store, .footer .play-store {
    display: block;
    float: right;
    width: 134px;
    height: 45px;
    margin-right: 5px;
    background: url("../../../images/vivanuncios/logo_apple_store_transparent.svg") top/contain no-repeat; }
  .footer .play-store {
    background: url("../../../images/vivanuncios/logo_google_play_transparent.svg") top/contain no-repeat; }
  .footer .copy-right-legals {
    margin: 20px 0 0;
    padding: 0;
    font-size: 18px; }
    .footer .copy-right-legals span {
      margin-left: 16px; }
    .footer .copy-right-legals .links {
      display: inline-block; }
      .footer .copy-right-legals .links a {
        display: inline-block;
        height: 20px;
        border-left: 1px solid #80ecee;
        margin: 0 0 0 13px;
        padding: 0 0 0 16px; }

.modal-content {
  font-family: "foundrysterling-bookregular"; }
  .modal-content .modal-body {
    padding: 15px; }
    .modal-content .modal-body .panel {
      border-radius: 20px; }
      .modal-content .modal-body .panel .title {
        font-size: 23px;
        line-height: 1;
        font-weight: normal;
        color: #666;
        border-bottom: 1px solid #E1E1E1;
        text-align: left;
        padding: 20px 0;
        margin: 10px 25px 0; }
      .modal-content .modal-body .panel .modal-share {
        padding: 15px 20px;
        margin: 0px; }
        .modal-content .modal-body .panel .modal-share .img-item-share {
          width: 62px;
          height: 62px;
          float: left;
          margin: 10px 15px 0px 0px;
          border-radius: 5px; }
        .modal-content .modal-body .panel .modal-share .img-circle {
          width: 65px;
          height: 65px;
          float: left;
          box-shadow: 2px 2px 10px #555;
          border: 2px solid #FFF; }
        .modal-content .modal-body .panel .modal-share .avatar {
          float: left;
          background: url("../../../images/vivanuncios/avatar_ph_3.svg") top/contain no-repeat;
          width: 65px;
          height: 65px; }
        .modal-content .modal-body .panel .modal-share .modal-header-image {
          background: url("../../../images/vivanuncios/share_app_icon.svg") top/contain no-repeat;
          float: left;
          width: 77px;
          height: 77px;
          margin-right: 10px; }
        .modal-content .modal-body .panel .modal-share .title {
          margin: 5px 0px 0px 85px; }
          .modal-content .modal-body .panel .modal-share .title h3 {
            margin: -6px 0px 0px 0px; }
            .modal-content .modal-body .panel .modal-share .title h3.share-app {
              margin: 0px; }
          .modal-content .modal-body .panel .modal-share .title p {
            margin-bottom: -5px;
            margin-top: 5px;
            font-size: 18px; }
      .modal-content .modal-body .panel .panel-body {
        padding: 30px 0px 44px; }
        .modal-content .modal-body .panel .panel-body .need-login-title {
          width: 100%;
          text-align: center;
          font-size: 22px;
          color: #666;
          margin-top: -20px;
          margin-bottom: 40px;
          padding-bottom: 10px;
          border-bottom: 1px solid #eee; }
        .modal-content .modal-body .panel .panel-body .copy-to-clipboard-message {
          position: absolute;
          top: 242px;
          left: 130px;
          width: 210px;
          height: 38px;
          background: #FFE49D;
          color: #888;
          font-weight: bolder;
          font-size: 15px;
          padding: 10px;
          border-radius: 5px;
          font-family: 'foundrysterling-bookregular'; }
          .modal-content .modal-body .panel .panel-body .copy-to-clipboard-message.item {
            margin-top: 10px; }
        .modal-content .modal-body .panel .panel-body .panel-heading {
          padding: 0px 0px 20px;
          margin-left: -10px;
          margin-top: -20px;
          margin-bottom: 20px; }
          .modal-content .modal-body .panel .panel-body .panel-heading .login-link {
            padding-left: 10px;
            font-weight: bold; }
        .modal-content .modal-body .panel .panel-body .form-horizontal {
          padding: 0px 50px; }
          .modal-content .modal-body .panel .panel-body .form-horizontal .form-group {
            margin: 0px 0px 20px 0px;
            min-height: 35px; }
            .modal-content .modal-body .panel .panel-body .form-horizontal .form-group p {
              margin: 20px 0px;
              font-size: 16px;
              line-height: 1;
              font-weight: normal;
              color: #999; }
            .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .modal-form-input {
              border: none;
              box-shadow: none;
              border-bottom: 1px solid #E1E1E1;
              border-radius: 0;
              width: 100%;
              margin: 5px 0 0; }
              .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .modal-form-input:active, .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .modal-form-input:focus {
                outline: none; }
        .modal-content .modal-body .panel .panel-body .share-links {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          padding-bottom: 15px; }
          .modal-content .modal-body .panel .panel-body .share-links a {
            float: left;
            width: 80px;
            height: 80px;
            margin: 5px 15px;
            cursor: pointer; }
            .modal-content .modal-body .panel .panel-body .share-links a:hover {
              width: 90px;
              height: 90px;
              margin: 0px 10px; }
            .modal-content .modal-body .panel .panel-body .share-links a.facebook-logo {
              background: url("../../../images/vivanuncios/logo_share_facebook.svg") top/contain no-repeat; }
              .modal-content .modal-body .panel .panel-body .share-links a.facebook-logo:hover {
                background: url("../../../images/vivanuncios/logo_share_facebook_over.svg") top/contain no-repeat; }
            .modal-content .modal-body .panel .panel-body .share-links a.twitter-logo {
              background: url("../../../images/vivanuncios/logo_share_twitter.svg") top/contain no-repeat; }
              .modal-content .modal-body .panel .panel-body .share-links a.twitter-logo:hover {
                background: url("../../../images/vivanuncios/logo_share_twitter_over.svg") top/contain no-repeat; }
            .modal-content .modal-body .panel .panel-body .share-links a.link-logo {
              background: url("../../../images/vivanuncios/logo_share_link.svg") top/contain no-repeat; }
              .modal-content .modal-body .panel .panel-body .share-links a.link-logo:hover {
                background: url("../../../images/vivanuncios/logo_share_link_over.svg") top/contain no-repeat; }
          .modal-content .modal-body .panel .panel-body .share-links .tooltip.tooltip-modal-share .tooltip-arrow {
            display: none; }
          .modal-content .modal-body .panel .panel-body .share-links .tooltip.tooltip-modal-share .tooltip-inner {
            font-family: 'foundrysterling-bookregular';
            font-size: 16px;
            line-height: 1;
            font-weight: normal;
            color: #999;
            background: none;
            box-shadow: none; }
    .modal-content .modal-body .has-error {
      padding-bottom: 30px;
      position: relative; }
      .modal-content .modal-body .has-error .help-block {
        position: absolute;
        bottom: 0;
        color: red; }
    .modal-content .modal-body .modal-btns {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
    .modal-content .modal-body .modal-confirmation h2 {
      font-size: 21px;
      line-height: 1;
      font-weight: bold;
      color: #00D9DC;
      letter-spacing: 1px; }
    .modal-content .modal-body .modal-confirmation p {
      font-size: 17px;
      line-height: 1.2;
      font-weight: normal;
      color: #666;
      padding: 16px 0 35px; }
    .modal-content .modal-body .error-wrapper {
      min-height: 28px;
      margin-top: 8px; }
    .modal-content .modal-body .inline-error {
      color: #FF5531;
      float: left;
      margin-right: 5px; }
    .modal-content .modal-body .api-error {
      min-height: 32px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .modal-content .modal-body .api-error .inline-error {
        margin-top: 0; }

.login-form .modal-body {
  width: 420px; }

.login-form .panel-body {
  padding: 25px 0px 0px !important; }

.login-form .login-link {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  float: left;
  padding-left: 18px; }

.login-form .arrow_icon_left {
  background: url("../../../images/vivanuncios/icon_arrow_ingresar_left.svg") top/contain no-repeat;
  width: 18px;
  height: 30px;
  float: left;
  margin-top: -6px;
  margin-left: -21px; }
  .login-form .arrow_icon_left:hover {
    cursor: pointer; }

.login-form .panel-heading {
  padding: 0px 0px 10px;
  margin-left: -10px;
  margin-top: -20px;
  margin-bottom: 20px; }
  .login-form .panel-heading .login-link {
    padding-left: 10px;
    font-weight: bold; }

.login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook {
  padding: 5px 10px; }
  .login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook .facebook-logo {
    background: url("../../../images/vivanuncios/logo_facebook_ingresar_btn.svg") top/contain no-repeat;
    float: left;
    width: 32px;
    height: 32px;
    position: relative;
    border-right: none;
    margin-right: 20px; }
  .login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook p {
    float: left;
    margin: 6px 0px;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    color: #FFF; }

.login-form .form-group .btn-register {
  padding: 5px 10px; }
  .login-form .form-group .btn-register p {
    float: left;
    margin: 6px 0px;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    width: 100%; }

.login-form .form-group .location-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 64px;
  margin-top: -10px; }
  .login-form .form-group .location-input .zip-code {
    margin-right: 15px; }
    @media (min-width: 768px) {
      .login-form .form-group .location-input .zip-code {
        width: 50%; } }
  .login-form .form-group .location-input .location-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

.login-form .form-group .location-error {
  margin-top: -8px; }

.login-form .form-group .login-link {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%; }
  .login-form .form-group .login-link .arrow_icon_right {
    background: url("../../../images/vivanuncios/icon_arrow_ingresar_right.svg") top/contain no-repeat;
    width: 18px;
    height: 30px;
    float: right;
    margin: -5px 0px 0px 10px; }
  .login-form .form-group .login-link:hover {
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    color: #09F;
    cursor: pointer; }
    .login-form .form-group .login-link:hover .arrow_icon_right {
      background: url("../../../images/vivanuncios/icon_arrow_ingresar_right_over.svg") top/contain no-repeat; }

.login-form .form-group .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #CCC;
  border-radius: 0;
  color: #333; }

.login-form .has-error {
  margin-top: 55px;
  margin-bottom: 0; }

.login-form .forgot-password {
  color: #09F;
  float: right;
  margin: 5px 0 34px 0; }

.login-form .promo {
  padding: 0px 28px; }
  .login-form .promo p {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    color: #999;
    margin-bottom: 10px;
    text-align: center; }
  .login-form .promo .store-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .login-form .promo a {
    display: block;
    float: left;
    width: 163px;
    height: 56px; }
    .login-form .promo a.app-store {
      background: url("../../../images/vivanuncios/logo_apple_store_black_1.svg") top/contain no-repeat; }
    .login-form .promo a.play-store {
      background: url("../../../images/vivanuncios/logo_google_play_black_1.svg") top/contain no-repeat;
      margin-right: 6px; }

.login-form .legal-terms {
  margin-top: 40px;
  padding: 0px; }
  .login-form .legal-terms p {
    margin: 0px; }
  .login-form .legal-terms a {
    color: #09F;
    margin-top: 10px; }

.input-register-message {
  color: #00D9DC;
  float: left; }

.register_location_icon {
  background: url("../../../images/vivanuncios/icon_pin_1_blue.svg") top/contain no-repeat;
  display: block;
  width: 25px;
  height: 28px;
  margin-right: 10px; }

.location-suggestion {
  color: #333;
  font-size: 17px; }

.error-register-message {
  display: block;
  margin-top: 50px; }

.registerValidBt {
  background-color: #FF5531 !important;
  color: #FFF !important; }
  .registerValidBt:hover {
    background-color: #ff2600; }

#edit-zipcode-form .user-info {
  display: flex; }
  #edit-zipcode-form .user-info > .info {
    padding: 7px 0 0 17px;
    text-align: left;
    color: #999; }
    #edit-zipcode-form .user-info > .info > .username {
      font-size: 22px; }
    #edit-zipcode-form .user-info > .info > .email {
      font-size: 18px;
      margin-top: -4px; }

#edit-zipcode-form .profile-picture {
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box;
  border: 2px solid #FFF;
  box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.4);
  margin-top: -9px;
  margin-left: -12px; }

#edit-zipcode-form .avatar {
  background: url("../../../images/vivanuncios/avatar_ph_3.svg") top/contain no-repeat;
  margin-top: -9px;
  margin-left: -15px;
  width: 90px;
  height: 90px; }

#edit-zipcode-form .subtitle {
  float: left;
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #999;
  font-weight: 200; }

#edit-zipcode-form .location-wrapper {
  display: flex;
  margin-top: 17px; }
  #edit-zipcode-form .location-wrapper > .register_location_pin {
    width: 20px;
    height: 20px;
    margin-right: 4px; }
  #edit-zipcode-form .location-wrapper > .location-suggestion {
    color: #999;
    font-size: 18px; }

#verify-email-form .panel-body {
  padding: 5px 24px 26px; }

#verify-email-form .modal-confirmation p {
  text-align: left; }

#verify-email-form .modal-btns {
  margin-top: 70px; }

#verify-email-form .inline-error {
  width: 100%; }

#modal-followers-followings .nav li {
  background-color: #FFF;
  font-size: 21px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  border: none;
  padding: 24px 0px 0; }
  #modal-followers-followings .nav li a {
    color: #666;
    border: none; }
  #modal-followers-followings .nav li a:hover {
    background-color: transparent; }

#modal-followers-followings .nav li.active a {
  background-color: #ECECEC;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-width: 100px; }

#modal-followers-followings .modal-header {
  margin-bottom: -25px; }
  #modal-followers-followings .modal-header button {
    background-color: white;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    opacity: 1; }

#modal-followers-followings .modal-dialog {
  width: 745px;
  text-align: left; }

#modal-followers-followings .panel-default {
  padding: 10px; }
  #modal-followers-followings .panel-default .panel-body {
    padding: 0px; }
  #modal-followers-followings .panel-default .no-followers {
    color: #666;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; }

#modal-followers-followings .col-subscriber {
  margin: 5px;
  display: inline-block;
  width: 48%;
  height: 80px; }

#modal-followers-followings .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-left: 5px; }
  #modal-followers-followings .rating .user-image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-left: 5px;
    cursor: pointer; }
    #modal-followers-followings .rating .user-image img {
      width: 55px;
      height: 55px;
      box-shadow: none; }
  #modal-followers-followings .rating .user-data {
    display: inline-block;
    width: 135px;
    text-align: left;
    margin-left: 10px;
    cursor: pointer; }
    #modal-followers-followings .rating .user-data .username {
      font-size: 17px;
      color: #09F;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    #modal-followers-followings .rating .user-data .date {
      margin-top: 3px;
      font-size: 15px;
      color: #888; }
  #modal-followers-followings .rating .item-data {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 5px; }
    #modal-followers-followings .rating .item-data .item-comment {
      margin-top: 10px; }
    #modal-followers-followings .rating .item-data button {
      border-radius: 5px; }

.rate-info-group .modal-dialog {
  width: 775px;
  text-align: left; }
  .rate-info-group .modal-dialog .modal-header {
    margin-bottom: -25px; }
    .rate-info-group .modal-dialog .modal-header button {
      background-color: white;
      border-radius: 100%;
      height: 30px;
      width: 30px;
      opacity: 1; }
  .rate-info-group .modal-dialog .panel {
    padding: 15px; }
    .rate-info-group .modal-dialog .panel .title-header {
      margin-top: -35px; }
      .rate-info-group .modal-dialog .panel .title-header .title {
        border: none;
        padding: 20px 0 0;
        margin-top: 25px; }
    .rate-info-group .modal-dialog .panel .panel-body {
      margin-top: 0px;
      padding: 10px; }
      .rate-info-group .modal-dialog .panel .panel-body .tab-content {
        background-color: #ECECEC; }
      .rate-info-group .modal-dialog .panel .panel-body .tab-pane {
        height: 400px;
        overflow-y: scroll;
        padding: 5px; }
        .rate-info-group .modal-dialog .panel .panel-body .tab-pane .col-subscriber {
          margin: 5px;
          display: inline-block;
          width: 48%;
          height: 80px; }
        .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          background-color: white;
          border-radius: 10px;
          width: 100%;
          height: 100%;
          padding-left: 5px; }
          .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-image {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
            margin-left: 5px;
            cursor: pointer; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-image img {
              width: 55px;
              height: 55px;
              box-shadow: none; }
          .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-data {
            display: inline-block;
            width: 135px;
            text-align: left;
            margin-left: 10px;
            cursor: pointer; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-data .username {
              font-size: 17px;
              color: #09F;
              overflow: hidden;
              text-overflow: ellipsis;
              display: block; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-data .date {
              margin-top: 3px;
              font-size: 15px;
              color: #888; }
          .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .item-data {
            padding: 10px;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            margin-right: 5px; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .item-data .item-comment {
              margin-top: 10px; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .item-data button {
              border-radius: 5px; }

.container-static {
  padding-top: 130px;
  max-width: 1200px;
  width: auto; }
  .container-static .hero-unit.justified {
    min-height: 570px;
    margin: 30px 0;
    background-color: #FFF;
    border-radius: 5px;
    padding: 48px; }
    .container-static .hero-unit.justified .static-page-title, .container-static .hero-unit.justified .static-page-subtitle {
      color: #777;
      margin-top: 15px;
      margin-bottom: 40px;
      font-family: 'foundrysterling-mediumregular';
      font-size: 31px;
      font-weight: bold;
      letter-spacing: 1px;
      float: left;
      width: 100%; }
      .container-static .hero-unit.justified .static-page-title.legal, .container-static .hero-unit.justified .static-page-subtitle.legal {
        margin-top: 90px; }
    .container-static .hero-unit.justified .sad-face, .container-static .hero-unit.justified .neutral-face {
      width: 82px;
      height: 82px;
      display: inline-block;
      margin-right: 10px; }
    .container-static .hero-unit.justified .sad-face {
      background: url("../../../images/vivanuncios/sad_face.svg") top/contain no-repeat; }
    .container-static .hero-unit.justified .static-page-title {
      display: flex;
      align-items: center; }
    .container-static .hero-unit.justified .neutral-face {
      background: url("../../../images/vivanuncios/neutral_face.svg") top/contain no-repeat; }
    .container-static .hero-unit.justified .static-page-subtitle {
      font-size: 26px;
      margin-top: 50px; }
    .container-static .hero-unit.justified .subhead {
      font-family: 'foundrysterling-lightregular';
      font-size: 25px;
      color: #888;
      letter-spacing: 1px;
      margin-top: 30px;
      margin-bottom: 10px; }
    .container-static .hero-unit.justified .static-page-content {
      font-family: 'foundrysterling-lightregular';
      font-size: 22px;
      color: #888; }
      .container-static .hero-unit.justified .static-page-content p {
        margin-bottom: 25px; }
      .container-static .hero-unit.justified .static-page-content b {
        font-family: 'foundrysterling-bookregular';
        letter-spacing: 1px; }
      .container-static .hero-unit.justified .static-page-content li {
        margin-bottom: 10px; }
      .container-static .hero-unit.justified .static-page-content ol ul {
        list-style-type: disc; }
      .container-static .hero-unit.justified .static-page-content ul ul {
        list-style: none;
        text-indent: -0.7em; }
        .container-static .hero-unit.justified .static-page-content ul ul li:before {
          content: '- '; }
      .container-static .hero-unit.justified .static-page-content a {
        color: #09F; }
    .container-static .hero-unit.justified .long-page {
      font-size: 18px; }
      .container-static .hero-unit.justified .long-page p {
        margin-bottom: 10px; }
      .container-static .hero-unit.justified .long-page .shortFormEulaTable {
        background-color: #F7F7F7;
        margin-top: 50px;
        padding-bottom: 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
        .container-static .hero-unit.justified .long-page .shortFormEulaTable .row {
          margin: 0px; }
        .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableTitle {
          background-color: #09F;
          color: #FFF;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
          padding-top: 18px; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableTitle p {
            text-align: center;
            margin-left: 12px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableTitle p.title {
              font-size: 21px;
              margin-top: 7px;
              text-align: left; }
        .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableSubtitle {
          margin: 20px 20px 0px; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableSubtitle p {
            margin: 10px; }
        .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow {
          margin: 0px 20px 10px;
          background-color: #FFF;
          border-radius: 8px;
          padding: 5px 0px;
          min-height: 70px; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon {
            width: 11%;
            float: left;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            padding-top: 11px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-pin {
              background: url("../../../images/vivanuncios/icon_legal_pin.svg") top/contain no-repeat;
              float: left;
              width: 26px;
              height: 35px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-camera {
              background: url("../../../images/vivanuncios/icon_legal_camera.svg") top/contain no-repeat;
              float: left;
              width: 40px;
              height: 31px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-ebay-logo {
              background: url("../../../images/vivanuncios/icon_legal_ebay_logo.svg") top/contain no-repeat;
              float: left;
              width: 74px;
              height: 18px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-tools {
              background: url("../../../images/vivanuncios/icon_legal_tools.svg") top/contain no-repeat;
              float: left;
              width: 37px;
              height: 37px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-shield {
              background: url("../../../images/vivanuncios/icon_legal_shield.svg") top/contain no-repeat;
              float: left;
              width: 31px;
              height: 37px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-padlock {
              background: url("../../../images/vivanuncios/icon_legal_padlock.svg") top/contain no-repeat;
              float: left;
              width: 22px;
              height: 34px; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .desc {
            width: 67%;
            float: left;
            text-align: left;
            padding-top: 6px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .desc p {
              margin-bottom: 8px;
              vertical-align: middle; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .use {
            width: 22%;
            float: right;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            padding-top: 7px; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .use .icon-legal-si {
              background: url("../../../images/vivanuncios/icon_legal_si.svg") top/contain no-repeat;
              float: left;
              width: 44px;
              height: 44px; }
    .container-static .hero-unit.justified .link-list ul {
      padding: 10px 0 0 15px; }
    .container-static .hero-unit.justified .link-list li {
      color: #09F; }
    .container-static .hero-unit.justified .anchor {
      display: block;
      height: 130px;
      /*same height as header*/
      margin-top: -130px;
      /*same height as header*/
      visibility: hidden; }
      @media (max-width: 768px) {
        .container-static .hero-unit.justified .anchor {
          margin-top: 0;
          height: 50px; } }

.container-static.static-error-page .hero-unit.justified {
  padding: 48px 212px; }

.container-static.static-error-page .back-home {
  padding-top: 70px; }
  .container-static.static-error-page .back-home .btn-follow {
    display: block;
    margin: 0 auto; }

.container-static.static-error-page.location-error {
  padding-top: 0; }

.rate-info .modal-dialog {
  width: 670px; }
  .rate-info .modal-dialog .modal-content .modal-body .panel {
    padding: 32px 18px;
    float: left; }
    .rate-info .modal-dialog .modal-content .modal-body .panel .title-header {
      border-bottom: 1px solid #F7F7F7;
      float: left;
      width: 100%;
      margin-left: 5px; }
      .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .title {
        color: #666;
        float: left;
        padding: 0px;
        margin: 1px 0px 0px 0px;
        border-bottom: none; }
        .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .title h3 {
          margin: 0px;
          padding: 0px;
          font-size: 26px; }
      .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .ratings {
        padding: 0px;
        width: 21%; }
        .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .ratings p {
          font-size: 15px;
          line-height: 1;
          font-weight: normal;
          color: #333;
          float: left;
          width: 100%;
          text-align: left;
          margin: 0px 0px 6px 15px; }
          .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .ratings p.numbers {
            margin-left: 22px; }
            .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .ratings p.numbers .badge {
              color: #FFF;
              float: left;
              border-radius: 12px;
              padding: 5px 7px 3px 6px;
              letter-spacing: 1px;
              margin-right: 5px;
              font-size: 17px; }
              .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .ratings p.numbers .badge.positive {
                background-color: #84CC03; }
              .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .ratings p.numbers .badge.neutral {
                background-color: #FFBC0A; }
              .rate-info .modal-dialog .modal-content .modal-body .panel .title-header .ratings p.numbers .badge.negative {
                background-color: #FF5531;
                margin-right: 0px; }
  .rate-info .modal-dialog .modal-content .modal-body .panel-body {
    padding: 22px 0px;
    float: left; }
    .rate-info .modal-dialog .modal-content .modal-body .panel-body ul.nav.nav-tabs li.active a {
      background-color: #ECECEC;
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      min-width: 100px; }
    .rate-info .modal-dialog .modal-content .modal-body .panel-body ul.nav.nav-tabs li a {
      background-color: #FFF;
      font-size: 21px;
      line-height: 1;
      font-weight: normal;
      color: #666;
      border: none;
      padding: 24px 0px; }
    .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content {
      background-color: #ECECEC; }
      .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane {
        height: 400px;
        overflow-y: scroll; }
        .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating {
          padding: 17px 0px;
          background-color: white;
          border-radius: 10px;
          margin: 10px; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .user-image {
            padding: 0px;
            width: 12%;
            margin: -6px 0px 0px 2px;
            float: left; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .user-data {
            padding: 0px;
            width: 20%;
            margin-right: 10px;
            float: left; }
            .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .user-data .date {
              margin-top: 3px;
              font-size: 15px; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .item-data {
            padding: 0px;
            width: 54%;
            float: left; }
            .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .item-data .item-comment {
              margin-top: 10px; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .rating-icon {
            width: 25px;
            height: 25px;
            margin: -8px 0px 0px 16px;
            padding: 0px;
            float: left; }
            .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .rating-icon.NEGATIVE {
              background: url("../../../images/vivanuncios/rating_icon_red.svg") top/contain no-repeat; }
            .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .rating-icon.POSITIVE {
              background: url("../../../images/vivanuncios/rating_icon_green.svg") top/contain no-repeat; }
            .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating .rating-icon.NEUTRAL {
              background: url("../../../images/vivanuncios/rating_icon_yellow.svg") top/contain no-repeat; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating p {
            text-align: left;
            font-size: 18px;
            line-height: 1;
            font-weight: normal;
            color: #666;
            margin-bottom: 0px; }
            .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating p.username {
              color: #09F; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating img {
            height: 46px;
            width: 46px;
            box-shadow: 2px 2px 10px #555;
            border: 2px solid #FFF; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating span.rating {
            color: red; }
          .rate-info .modal-dialog .modal-content .modal-body .panel-body .tab-content .tab-pane .rating:first-child {
            margin-top: 16px; }

.items-list {
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  margin: 30px -15px 20px 0; }
  .items-list .item-list-container {
    width: calc(20% - 15px);
    height: auto;
    margin: 0 15px 30px 0;
    border-radius: 10px;
    background: white;
    border: 1px solid #ECECEC;
    overflow: hidden; }
    .items-list .item-list-container .list-product-image-container {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      cursor: pointer; }
      .items-list .item-list-container .list-product-image-container .list-product-image {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        border-top-left-radius: 12px; }
      .items-list .item-list-container .list-product-image-container .list-fav-me-container {
        overflow: hidden;
        transform: rotate(45deg);
        width: 40px;
        height: 84px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: -29px;
        left: -5px;
        z-index: 10; }
      .items-list .item-list-container .list-product-image-container .list-fav-me {
        position: absolute;
        bottom: 10px;
        right: -32px;
        z-index: 10;
        width: 60px;
        height: 60px;
        background: url("../../../images/vivanuncios/flag_not_liked_round.svg") top/contain no-repeat;
        cursor: pointer;
        transform: rotate(-45deg); }
        .items-list .item-list-container .list-product-image-container .list-fav-me.liked {
          background: url("../../../images/vivanuncios/flag_liked_round.svg") top/contain no-repeat; }
      .items-list .item-list-container .list-product-image-container .list-flag-container {
        overflow: hidden;
        transform: rotate(45deg);
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 9;
        width: 20px;
        height: 120px;
        top: -27px;
        left: 26px; }
        .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag {
          position: absolute;
          bottom: 16px;
          right: -41px;
          z-index: 9;
          width: 83px;
          height: 83px;
          transform: rotate(-45deg); }
          .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag.EXPIRED {
            background: url("../../../images/vivanuncios/flag_expired.svg") top/contain no-repeat; }
          .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag.SOLD {
            background: url("../../../images/vivanuncios/flag_sold.svg") top/contain no-repeat; }
          .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag.NOT_VERIFIED {
            background: url("../../../images/vivanuncios/flag_not_verified.svg") top/contain no-repeat; }
          .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag.PENDING {
            background: url("../../../images/vivanuncios/flag_pending.svg") top/contain no-repeat; }
          .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag.ACTIVE {
            background: none; }
    .items-list .item-list-container .list-product-info-container {
      width: 100%;
      padding: 6px 11px 8px 12px;
      border-top: 1px solid #CCC; }
      .items-list .item-list-container .list-product-info-container .list-price-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-product-price {
          font-family: 'foundrysterling-demiregular';
          font-size: 18px;
          color: #555; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            margin-right: 8px;
            font-family: 'foundrysterling-bookregular';
            font-size: 15px;
            color: #BBB; }
            .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs .list-fav-icon {
              width: 14px;
              height: 14px;
              background: url("../../../images/vivanuncios/icon_like_small.svg") top/contain no-repeat;
              margin-right: 3px;
              margin-bottom: 1px; }
          .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-share {
            background: url("../../../images/vivanuncios/icon_share_red_big.svg") top/contain no-repeat;
            width: 15px;
            height: 15px;
            cursor: pointer;
            margin-bottom: 2px; }
      .items-list .item-list-container .list-product-info-container .list-name-section .list-item-name {
        font-family: 'foundrysterling-bookregular';
        font-size: 16px;
        color: #555;
        margin-left: -1px; }

.\--tablet {
  display: none; }

.group-avatar-default {
  background: url("../../../images/vivanuncios/avatar_group_default.svg") top/contain no-repeat; }

.group-container {
  padding: 160px 0 26px;
  background-color: #FFF;
  display: flex;
  width: calc(100vw - 15px); }

.col-image {
  width: 33.2%;
  min-width: 378px;
  float: left; }

.group-information {
  display: flex;
  flex-wrap: wrap; }

.col-group-details {
  padding: 26px 0 0 40px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between; }

.group-image-wrapper {
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  border-radius: 7px; }
  .group-image-wrapper > .group-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    border-top-left-radius: 9px; }
  .group-image-wrapper .flag-group-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    z-index: 10; }
    @media (max-width: 767px) {
      .group-image-wrapper .flag-group-container {
        width: 13.6vw;
        height: 13.8vw; } }
  .group-image-wrapper .flag-group {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: url("../../../images/vivanuncios/flag_group_turquoise_round.svg") top/contain no-repeat;
    cursor: pointer; }
    @media (max-width: 767px) {
      .group-image-wrapper .flag-group {
        width: 13.6vw;
        height: 13.8vw;
        background: url("../../../images/vivanuncios/flag_group_red.svg") top/contain no-repeat; } }

.group-name {
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  color: #FF5531; }

.group-description {
  margin-top: 17px;
  width: 510px;
  word-wrap: break-word;
  font-family: 'foundrysterling-lightregular';
  white-space: pre;
  font-size: 18px;
  line-height: 22px;
  color: #666; }

.location-share-subscribe {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .location-share-subscribe .group-location {
    display: flex;
    align-items: flex-end;
    flex-grow: 1; }
    .location-share-subscribe .group-location .location-icon {
      background: url("../../../images/vivanuncios/icon_pin_2_gray.svg") top/contain no-repeat;
      float: left;
      width: 17px;
      height: 23px;
      margin-right: 10px; }
    .location-share-subscribe .group-location .location {
      margin: 0;
      font-family: 'foundrysterling-lightregular';
      font-size: 20px;
      line-height: 1;
      color: #666;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 215px; }

.group-share {
  background: url("../../../images/vivanuncios/icon_share_red_big.svg") top/contain no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer; }

.share-subscribe > .group-share {
  margin-right: 30px;
  margin-top: 13px; }

.subscribers-followers-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 -20px;
  padding: 9px 3px 0 14px; }

.subscribers {
  display: flex;
  justify-content: space-between;
  height: 66px; }
  .subscribers > .subscriber-image-wrapper {
    position: relative;
    margin-right: 4px;
    width: 66px;
    cursor: pointer; }
    .subscribers > .subscriber-image-wrapper > .subscriber-image {
      width: 66px;
      height: 66px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    .subscribers > .subscriber-image-wrapper > .subscriber-image-mask, .subscribers > .subscriber-image-wrapper .subscriber-ph, .subscribers > .subscriber-image-wrapper .more-subscribers {
      position: absolute;
      top: 0;
      width: 74px;
      height: 74px;
      margin: -3px 0 0 -4px; }
    .subscribers > .subscriber-image-wrapper > .more-subscribers {
      background: url("../../../images/vivanuncios/bn_more.svg") top/contain no-repeat; }
      .subscribers > .subscriber-image-wrapper > .more-subscribers:hover {
        background: url("../../../images/vivanuncios/bn_more_over.svg") top/contain no-repeat;
        width: 76px;
        height: 76px;
        cursor: pointer; }
    .subscribers > .subscriber-image-wrapper > .subscriber-ph {
      background: url("../../../images/vivanuncios/avatar_ph_image_4.svg") top/contain no-repeat;
      width: 74px;
      height: 74px;
      border-radius: 50%; }

.followers-items {
  display: flex;
  align-items: center;
  margin-bottom: -12px; }
  .followers-items > .subscribers-icon {
    background: url("../../../images/vivanuncios/icon_people.svg") top/contain no-repeat;
    width: 22px;
    height: 24px;
    margin-top: -1px;
    margin-right: 6px; }
  .followers-items > .items-icon {
    background: url("../../../images/vivanuncios/icon_items.svg") top/contain no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 19px;
    margin-right: 9px; }
  .followers-items > .followers-items-amount {
    font-family: 'foundrysterling-lightregular';
    font-size: 20px;
    line-height: 1;
    color: #666;
    margin-bottom: -5px; }

.border-top {
  border-top: 1px solid #DDD; }

.\--mobile {
  display: none; }

@media (max-width: 991px) and (min-width: 768px) {
  .\--desktop {
    display: none; }
  .\--tablet {
    display: flex; }
  .group-container {
    padding: 190px 0 26px; }
  .col-image {
    width: 30.5%;
    min-width: 240px; }
  .col-group-details {
    width: 60.5%;
    padding: 10px 0 0 24px; }
    .col-group-details .group-name {
      font-size: 30px; }
    .col-group-details .group-description {
      margin-top: 15px;
      width: 418px;
      font-size: 17px; }
  .subscribers-followers-items {
    margin: 18px 0 0 0px;
    padding: 15px 3px 0 14px;
    width: 100%; }
  .location-share-subscribe .group-location .location {
    max-width: 180px; } }

@media (max-width: 767px) {
  .\--tablet, .\--desktop {
    display: none; }
  .\--mobile {
    display: flex; }
  .group-container {
    width: 100vw;
    padding-top: 18vw; }
  .col-image, .col-group-details {
    width: 100vw;
    min-width: inherit; }
  .group-image-wrapper {
    border-radius: 0; }
  .col-group-details {
    padding: 4vw; }
  .name-followers-items {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .name-followers-items > .group-name {
      font-size: 5.2vw;
      color: #666; }
    .name-followers-items > .followers-items {
      margin-bottom: 0; }
      .name-followers-items > .followers-items > .subscribers-icon {
        width: 4.4vw;
        height: 4.8vw;
        margin-top: -0.2vw;
        margin-right: 1.2vw; }
      .name-followers-items > .followers-items > .items-icon {
        width: 4vw;
        height: 4vw;
        margin-left: 3.8vw;
        margin-right: 1.8vw; }
      .name-followers-items > .followers-items > .followers-items-amount {
        font-size: 4vw;
        margin-bottom: -1vw; }
  .group-description {
    margin-top: 6.4vw;
    font-size: 3.6vw;
    line-height: 4.4vw;
    width: 100%; }
  .location-share-subscribe {
    margin-top: 8.8vw; }
    .location-share-subscribe > .group-location > .location-icon {
      width: 3.7vw;
      height: 4.6vw;
      margin-right: 2vw; }
    .location-share-subscribe > .group-location > .location {
      font-size: 4vw;
      max-width: 36vw; }
  .group-share {
    width: 6vw;
    height: 6vw; }
  .share-subscribe > .group-share {
    margin-right: 6vw;
    margin-top: 2.6vw; }
  .subscribers-followers-items {
    justify-content: center;
    margin: 0 2.8vw 0;
    padding: 2vw 1vw 0;
    width: 92vw;
    box-sizing: content-box; }
    .subscribers-followers-items > .subscribers {
      height: 13.2vw; }
      .subscribers-followers-items > .subscribers > .subscriber-image-wrapper {
        margin-right: 0.8vw;
        width: 13.2vw; }
        .subscribers-followers-items > .subscribers > .subscriber-image-wrapper > .subscriber-image {
          width: 13.2vw;
          height: 13.2vw; }
        .subscribers-followers-items > .subscribers > .subscriber-image-wrapper > .subscriber-image-mask, .subscribers-followers-items > .subscribers > .subscriber-image-wrapper .subscriber-ph, .subscribers-followers-items > .subscribers > .subscriber-image-wrapper .more-subscribers {
          width: 14.8vw;
          height: 14.8vw;
          margin: -0.6vw 0 0 -0.8vw; }
        .subscribers-followers-items > .subscribers > .subscriber-image-wrapper > .more-subscribers:hover {
          width: 15.2vw;
          height: 15.2vw; }
        .subscribers-followers-items > .subscribers > .subscriber-image-wrapper > .subscriber-ph {
          width: 14.8vw;
          height: 14.8vw; } }

.error-messages {
  min-height: 400px; }
  .error-messages .titles.text-center {
    font-family: 'foundrysterling-bookregular';
    padding-top: 100px; }
    .error-messages .titles.text-center h3 {
      font-size: 36px;
      color: #666; }
    .error-messages .titles.text-center p {
      font-size: 24px;
      line-height: 29px;
      color: #666; }

.login-form .modal-dialog {
  width: 420px; }
  @media (max-width: 768px) {
    .login-form .modal-dialog .modal-dialog {
      width: 100vw;
      margin: 0; } }

.login-form .panel-heading h1 {
  margin-left: 18px;
  font-size: 34px;
  color: #666;
  font-family: 'foundrysterling-lightregular'; }

@media (max-width: 768px) {
  .login-form .panel .title {
    font-size: 5.2vw;
    padding: 7vw 11vw 5.8vw; } }

.login-form label.login-label {
  font-size: 22px;
  margin-bottom: 15px;
  color: #999; }
  @media (max-width: 768px) {
    .login-form label.login-label {
      font-size: 6vw; } }

.login-form .facebook-logo {
  margin-right: 32px; }

.login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook p {
  font-size: 21px;
  font-family: "foundrysterling-demiregular"; }
  @media (max-width: 768px) {
    .login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook p {
      font-size: 5.6vw; } }

@media (max-width: 768px) {
  .login-form .modal-content {
    background-color: #fafafa; } }

.login-form .btn-group-login {
  display: flex;
  justify-content: space-between; }
  .login-form .btn-group-login .btn {
    font-size: 21px;
    font-family: "foundrysterling-demiregular";
    padding-bottom: 8px;
    padding-top: 6px; }
    @media (max-width: 768px) {
      .login-form .btn-group-login .btn {
        width: 38vw;
        padding-top: 1.8vw;
        font-size: 5.6vw; } }

.login-form .btn-register {
  width: 141px; }
  .login-form .btn-register:hover {
    color: #FFF; }

.login-form .login-footer {
  margin-top: 40px;
  background-color: #fafafa;
  padding: 20px 0px;
  width: 100%;
  border-radius: 0 0px 20px 20px;
  display: inline-block; }
  @media (max-width: 768px) {
    .login-form .login-footer {
      border-radius: 0; } }
  .login-form .login-footer .promo {
    padding: 0px 50px; }
    .login-form .login-footer .promo p {
      padding-bottom: 5px; }
      @media (max-width: 768px) {
        .login-form .login-footer .promo p {
          font-size: 4.2vw; } }
    .login-form .login-footer .promo .store-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .login-form .login-footer .promo .store-links {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center; } }
  .login-form .login-footer .legal-terms {
    margin-top: 25px; }
    @media (max-width: 768px) {
      .login-form .login-footer .legal-terms p, .login-form .login-footer .legal-terms a {
        font-size: 3.6vw; } }

.viva-chat.container {
  width: 65%;
  margin: 160px auto 0px;
  background-color: #FFF;
  display: flex;
  border-radius: 5px;
  max-width: 1189px; }
  @media (max-width: 768px) {
    .viva-chat.container {
      border-radius: 0px;
      display: inline-block;
      height: 90vh;
      margin: 0px;
      margin-top: 10vh;
      width: 100%; }
      .viva-chat.container .sub-container {
        padding-left: 3vw;
        flex-grow: 10; } }
  .viva-chat.container .left-container {
    order: 1;
    padding: 0px 0px 0; }
    @media (max-width: 768px) {
      .viva-chat.container .left-container {
        display: flex;
        padding: 1.4vh;
        width: 100%; } }
    .viva-chat.container .left-container .text-green {
      color: #84cc03 !important; }
    .viva-chat.container .left-container h1 {
      font-family: 'foundrysterling-mediumregular';
      font-size: 1.3vw;
      margin: 1.6vw 0 0;
      color: #666;
      padding-left: 2vw;
      height: 1.6vw; }
      @media (max-width: 768px) {
        .viva-chat.container .left-container h1 {
          display: none; } }
    @media (max-width: 768px) {
      .viva-chat.container .left-container .image-container {
        width: 27vw;
        height: 27vw; }
        .viva-chat.container .left-container .image-container .image-box {
          cursor: pointer;
          height: 27vw;
          width: 27vw;
          border-radius: 5px; } }
    .viva-chat.container .left-container .vip-container {
      padding: 0 2vw; }
      @media (max-width: 768px) {
        .viva-chat.container .left-container .vip-container {
          padding: 0; } }
      .viva-chat.container .left-container .vip-container .image-container {
        height: 12vw;
        width: 12vw;
        margin: 1vw 0; }
        .viva-chat.container .left-container .vip-container .image-container .image-box {
          cursor: pointer;
          height: 12vw;
          width: 12vw;
          border-radius: 10px; }
    .viva-chat.container .left-container .data-container p {
      color: #666;
      font-family: 'foundrysterling-mediumregular'; }
    .viva-chat.container .left-container .data-container .first-line {
      font-size: 1.2vw;
      font-weight: bold;
      cursor: pointer; }
      @media (max-width: 768px) {
        .viva-chat.container .left-container .data-container .first-line {
          font-size: 5vw;
          margin-bottom: 3px; } }
    .viva-chat.container .left-container .data-container .second-line {
      font-size: 1vw;
      font-family: 'foundrysterling-lightregular'; }
      @media (max-width: 768px) {
        .viva-chat.container .left-container .data-container .second-line {
          font-size: 3.5vw; } }
    .viva-chat.container .left-container .actions-container {
      padding: 2vw 2vw 0;
      border-top: 1px solid #ddd;
      margin-top: 1.8vw; }
      @media (max-width: 768px) {
        .viva-chat.container .left-container .actions-container {
          display: flex;
          padding: 0px;
          margin: 0;
          justify-content: flex-end;
          padding-top: 1.6vh; }
          .viva-chat.container .left-container .actions-container .btn-make-offer-container {
            order: 2; }
          .viva-chat.container .left-container .actions-container .btn-accept-offer-container {
            order: 1;
            padding-right: 1.5vw; } }
    .viva-chat.container .left-container .actions {
      display: flex;
      webkit-justify-content: center;
      ms-text-justify: center;
      apple-justify-content: center;
      khtml-justify-content: center;
      justify-content: center; }
      .viva-chat.container .left-container .actions .btn {
        margin: 0.1vw 0 0.9vw;
        width: 100%;
        height: 8vh;
        font-size: 1.2vw;
        line-height: 1.2;
        border-radius: 10px;
        letter-spacing: 0px;
        font-weight: normal;
        color: #FFF;
        font-family: 'foundrysterling-demiregular'; }
        .viva-chat.container .left-container .actions .btn:disabled {
          background: #f0f0f0; }
        @media (max-width: 768px) {
          .viva-chat.container .left-container .actions .btn {
            height: 9.4vw;
            width: 100%;
            font-size: 3.5vw;
            padding: 0;
            border-radius: 5px;
            padding: 0.5vw;
            margin: 0;
            padding-right: 2.1vw;
            padding-left: 2.1vw; } }
    .viva-chat.container .left-container .btn-make-offer-negotiation {
      background: #09F; }
      .viva-chat.container .left-container .btn-make-offer-negotiation:hover {
        background: #0070FF; }
    .viva-chat.container .left-container .btn-accept-offer {
      background: #84CC03; }
      .viva-chat.container .left-container .btn-accept-offer:hover {
        background: #3AAD01; }
    .viva-chat.container .left-container .btn-cancel-offer {
      background: transparent;
      color: #09F !important;
      font-family: "foundrysterling-bookregular" !important;
      font-size: 1vw !important; }
      .viva-chat.container .left-container .btn-cancel-offer:active {
        box-shadow: none; }
      .viva-chat.container .left-container .btn-cancel-offer:hover {
        text-decoration: underline; }
  .viva-chat.container .right-container {
    order: 2;
    flex-grow: 10; }
    @media (max-width: 768px) {
      .viva-chat.container .right-container {
        display: inline-block;
        width: 100%; } }

@media (min-width: 1400px) {
  .promo-slogan {
    background-position: left 280px top 300px;
    background-size: 23%;
    height: 600px; }
  .promo-banner {
    background-position: right 280px bottom 60px;
    background-size: 45%;
    width: 100%; }
  .promo-container {
    width: 100%; } }

@media (min-width: 769px) and (max-width: 1260px) {
  .container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
  .navbar-collapse {
    display: block !important; }
  .top-header .row {
    width: 1200px; }
  .top-header .search-box .categories-menu ul {
    padding: 10px 30px 10px 0px;
    width: 365px; }
  .slogan, .phones, .bg-color {
    height: calc(130px + 35.8vw); }
  .promo-bottom .banner-container {
    padding-right: 4vw; }
    .promo-bottom .banner-container p {
      font-size: 24px;
      line-height: 27px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .top-header {
    min-height: 160px;
    max-height: 160px;
    padding-bottom: 21px; }
    .top-header .top-header-container {
      padding-top: 14px; }
      .top-header .top-header-container .links-share {
        margin-right: 17px;
        margin-top: 10px; }
      .top-header .top-header-container .main_title .home-logo {
        width: 170px;
        height: 62px; }
    .top-header .search-container {
      margin-top: 26px;
      padding: 0; }
      .top-header .search-container .search-box {
        width: 479px;
        margin-right: 0;
        float: right; }
        .top-header .search-container .search-box .categories-menu {
          width: 147px; }
          .top-header .search-container .search-box .categories-menu .categories-menu-btn {
            width: 108px; }
          .top-header .search-container .search-box .categories-menu ul {
            width: 340px;
            padding: 10px 10px 10px 8px; }
            .top-header .search-container .search-box .categories-menu ul li a {
              padding: 3px 19px 3px 10px; }
    .top-header .mapbox-menu {
      padding: 8px 50px 0 18px;
      margin: 0px;
      margin-right: 20px;
      font-size: 20px;
      float: left;
      max-width: 225px; }
  .promo-bottom .banner-container {
    padding-right: 1.81vw; }
    .promo-bottom .banner-container p {
      font-size: 22px;
      line-height: 25px; }
    .promo-bottom .banner-container .stores-btns .app-store, .promo-bottom .banner-container .stores-btns .play-store {
      width: 17vw;
      height: 5.85vw; } }

@media (max-width: 768px) {
  .top-header.search-bar-container {
    width: 100vw; }
  .top-header {
    height: 18vw;
    min-height: 18vw;
    max-height: 18vw;
    background-color: #00D9DC; } }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .top-header {
      height: 18vh;
      min-height: 18vh;
      max-height: 18vh; } }

@media (max-width: 768px) {
    .top-header .top-header-container {
      width: 100%;
      height: 18vw;
      padding: 3vw 3.5vw 5vw 4vw;
      box-shadow: -2px 3px 4px 1px rgba(0, 0, 0, 0.2); } }
    @media only screen and (max-width: 768px) and (orientation: landscape) {
      .top-header .top-header-container {
        height: 18vh;
        padding: 3vh 3.5vh; } }

@media (max-width: 768px) {
      .top-header .top-header-container .links-share {
        height: 6vw;
        margin-top: 3.7vw;
        margin-bottom: 4vw; } }
      @media only screen and (max-width: 768px) and (orientation: landscape) {
        .top-header .top-header-container .links-share {
          height: 6vh;
          margin-top: 3vh;
          margin-bottom: 3vh; } }

@media (max-width: 768px) {
        .top-header .top-header-container .links-share a {
          font-size: 4vw;
          text-decoration: none; }
          .top-header .top-header-container .links-share a.user-data-header {
            margin-top: -0.6vw;
            margin-right: 1vw; }
          .top-header .top-header-container .links-share a .center-cropped {
            width: 6.6vw;
            height: 6.6vw;
            margin-top: 0.2vw;
            margin-right: 1.6vw; } }
          @media only screen and (max-width: 768px) and (orientation: landscape) {
            .top-header .top-header-container .links-share a .center-cropped {
              width: 9.6vh;
              height: 9.6vh;
              margin-top: 0.2vh;
              margin-right: 1.6vh; } }

@media (max-width: 768px) {
          .top-header .top-header-container .links-share a .avatar-mask {
            margin-left: -1vw;
            margin-top: -1.2vw;
            width: 9vw;
            height: 9vw; }
          .top-header .top-header-container .links-share a .avatar {
            margin-top: -1.2vw;
            margin-right: -0.4vw;
            width: 9.6vw;
            height: 9.6vw; }
        .top-header .top-header-container .links-share .profile-menu {
          overflow: hidden;
          top: 11.2vw;
          left: -8.8vw;
          width: 41.8vw;
          padding: 0;
          border-bottom-right-radius: 0;
          box-shadow: -2px 3px 4px 1px rgba(0, 0, 0, 0.2); } }
        @media only screen and (max-width: 768px) and (orientation: landscape) {
          .top-header .top-header-container .links-share .profile-menu {
            top: 11.9vh; } }

@media (max-width: 768px) {
          .top-header .top-header-container .links-share .profile-menu .arrow-user-menu {
            margin-left: 1.6vw;
            margin-right: -0.6vw;
            margin-bottom: 0.2vw; }
          .top-header .top-header-container .links-share .profile-menu .profile-menu-opt {
            padding: 1vw 1.6vw 1.2vw;
            margin: 2.4vw 2.2vw; } }
          @media only screen and (max-width: 768px) and (orientation: landscape) {
            .top-header .top-header-container .links-share .profile-menu .profile-menu-opt {
              padding: 0.5vh 1.4vh;
              margin: 1.4vh 1.2vh; } }

@media (max-width: 768px) {
          .top-header .top-header-container .links-share .profile-menu .logout-session-option .profile-menu-opt {
            margin: 0;
            padding: 3vw 4.6vw 2vw;
            height: 10vw; } }
          @media only screen and (max-width: 768px) and (orientation: landscape) {
            .top-header .top-header-container .links-share .profile-menu .logout-session-option .profile-menu-opt {
              padding: 3vh 4.6vh 2vh;
              height: 9vh; } }

@media (max-width: 768px) {
        .top-header .top-header-container .links-share .mobile-search {
          display: block;
          background: url("../../../images/vivanuncios/icon_loupe_white.svg") top/contain no-repeat;
          width: 8vw;
          height: 8vw;
          float: right;
          margin-top: -1.2vw;
          margin-left: 5.6vw; } }
        @media only screen and (max-width: 768px) and (orientation: landscape) {
          .top-header .top-header-container .links-share .mobile-search {
            width: 8vh;
            height: 8vh;
            margin-top: -1.2vh;
            margin-left: 5.6vh; } }

@media (max-width: 768px) {
        .top-header .top-header-container .links-share .arrow-hide-search {
          background: url("../../../images/vivanuncios/icon_arrow_up.svg") top/contain no-repeat;
          width: 8.4vw;
          height: 4.6vw;
          margin-top: 0.2vw;
          margin-right: 0.8vw; } }
        @media only screen and (max-width: 768px) and (orientation: landscape) {
          .top-header .top-header-container .links-share .arrow-hide-search {
            width: 8.4vh;
            height: 4.6vh;
            margin-top: 0.2vh; } }

@media (max-width: 768px) {
      .top-header .top-header-container .main_title .home-logo {
        width: 28vw;
        height: 10vw; } }
      @media only screen and (max-width: 768px) and (orientation: landscape) {
        .top-header .top-header-container .main_title .home-logo {
          width: 28vh;
          height: 10vh; } }

@media (max-width: 768px) {
      .top-header .top-header-container .search-container {
        display: none;
        background: #4DE4E7;
        width: 100vw;
        min-width: 0;
        position: absolute;
        top: 18vw;
        left: 0;
        padding: 3vw;
        padding-bottom: 6vw;
        box-shadow: -0.4vw 0.6vw 0.8vw 0.2vw rgba(0, 0, 0, 0.2); } }
      @media only screen and (max-width: 768px) and (orientation: landscape) {
        .top-header .top-header-container .search-container {
          top: 18vh; } }

@media (max-width: 768px) {
        .top-header .top-header-container .search-container .search-box {
          border-radius: 4.4vw;
          padding: 0 0 0 2.6vw;
          height: 8.8vw;
          margin: 0;
          float: none; }
          .top-header .top-header-container .search-container .search-box .categories-menu {
            width: 30vw;
            height: 8.8vw;
            margin: 0 0 0 -4vw;
            border-top-left-radius: 4.4vw;
            border-bottom-left-radius: 4.4vw;
            padding-top: 2vw;
            padding-left: 0.8vw;
            font-size: 3.9vw; }
            .top-header .top-header-container .search-container .search-box .categories-menu .categories-menu-btn {
              width: 22vw;
              padding: 0 0 0 3.6vw; }
            .top-header .top-header-container .search-container .search-box .categories-menu ul {
              padding: 2.8vw 2vw 2vw 1.6vw;
              width: 65.8vw;
              border-radius: 4.4vw;
              border-top-left-radius: 0;
              box-shadow: 0px 0.2vw 1.4vw 0px rgba(0, 0, 0, 0.4); }
              .top-header .top-header-container .search-container .search-box .categories-menu ul li {
                height: 6.8vw;
                padding-left: 1.2vw; }
                .top-header .top-header-container .search-container .search-box .categories-menu ul li:nth-child(odd) {
                  padding-right: 1.6vw; }
                .top-header .top-header-container .search-container .search-box .categories-menu ul li a {
                  font-size: 3vw;
                  padding: 0.6vw 3.8vw 0.6vw 2.8vw;
                  height: 5.6vw; }
          .top-header .top-header-container .search-container .search-box .arrow-down, .top-header .top-header-container .search-container .search-box .arrow-right {
            background: none;
            background-color: #CCF7F8; }
          .top-header .top-header-container .search-container .search-box .arrow-down-mobile, .top-header .top-header-container .search-container .search-box .arrow-right-mobile {
            position: absolute; }
          .top-header .top-header-container .search-container .search-box .arrow-down-mobile {
            width: 4.6vw;
            height: 4vw;
            left: 22.4vw;
            top: 3.2vw;
            background: url("../../../images/vivanuncios/arrow_category_down.svg") top/contain no-repeat; }
          .top-header .top-header-container .search-container .search-box .arrow-right-mobile {
            width: 4vw;
            height: 4.6vw;
            left: 23.4vw;
            top: 2vw;
            background: url("../../../images/vivanuncios/arrow_category_right.svg") top/contain no-repeat; }
          .top-header .top-header-container .search-container .search-box .search-input {
            font-size: 4vw;
            height: 8.4vw;
            padding: 2.8vw 0 1.6vw 3.6vw; }
          .top-header .top-header-container .search-container .search-box .loupe-button {
            margin-top: 2vw;
            margin-right: 3vw;
            width: 4.8vw;
            height: 4.8vw; }
        .top-header .top-header-container .search-container .mapbox-menu {
          background: none;
          position: absolute;
          border: none;
          left: 0;
          top: 13.5vw;
          max-width: 100vw;
          width: 100vw;
          padding: 0; }
          .top-header .top-header-container .search-container .mapbox-menu .mapbox-menu-btn {
            width: auto;
            max-width: 45vw;
            margin: 0 auto;
            height: 8.8vw;
            background: #369FA1;
            border: 1vw solid #4DE4E7;
            border-radius: 5vw;
            padding: 0.6vw 3.6vw;
            padding-left: 9vw; }
            .top-header .top-header-container .search-container .mapbox-menu .mapbox-menu-btn .icon-pin-mobile {
              position: absolute;
              left: 31.4vw;
              top: 2.2vw;
              width: 4vw;
              height: 4.8vw;
              background: url("../../../images/vivanuncios/icon_pin_1_white.svg") top/contain no-repeat; }
            .top-header .top-header-container .search-container .mapbox-menu .mapbox-menu-btn p {
              font-size: 3.6vw; }
  .promo-container {
    display: none; }
  .home-items {
    margin-top: 18vw; } }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .home-items {
      margin-top: 18vh; } }

@media (max-width: 768px) {
  .items-list.search-results-item-list {
    margin-top: 23vw; }
  .loading-container {
    min-height: 80vw;
    padding-top: 26vw; }
  .spinner {
    width: 13.2vw;
    height: 13.2vw; } }

@media (min-width: 1260px) {
  .container.item-detail-view {
    width: 100%;
    margin: 106px auto 0; }
    .container.item-detail-view .item-top {
      margin-bottom: 47px;
      margin-top: 30px; } }

@media (min-width: 769px) and (max-width: 1260px) {
  .container.item-detail-view {
    width: 100%;
    margin: 135px auto 0;
    padding: 0px; }
    .container.item-detail-view .item-top {
      margin-bottom: 47px;
      margin-top: 30px; } }

@media (min-width: 769px) and (max-width: 992px) {
  .container.item-detail-view {
    margin: 165px auto 0; }
  .item-detail-view .item-info-container .item-column .primary-group .afkl-lazy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .item-detail-view .item-info-container .item-column .primary-group .navigation-container {
    display: block; }
  .item-detail-view .item-info-container .item-column .primary-group .carousel {
    display: none; }
  .item-detail-view .item-info-container .item-price-section .price {
    font-size: 30px;
    padding-left: 0;
    margin-right: 22px; }
  .item-detail-view .item-info-container .item-price-section .like-share-neg-icons {
    max-width: 147px; }
    .item-detail-view .item-info-container .item-price-section .like-share-neg-icons a.product-like {
      width: 32px;
      height: 28px; }
    .item-detail-view .item-info-container .item-price-section .like-share-neg-icons a.product-share {
      width: 25px;
      height: 25px; }
    .item-detail-view .item-info-container .item-price-section .like-share-neg-icons a.product-negotiate {
      width: 63px;
      height: 47px; }
      .item-detail-view .item-info-container .item-price-section .like-share-neg-icons a.product-negotiate:hover {
        width: 64px;
        height: 50px; }
  .item-detail-view .listed-items {
    margin-top: 26px; }
    .item-detail-view .listed-items .user-personal-info .user-image img {
      height: 164px; }
    .item-detail-view .listed-items .user-personal-info .user-name {
      padding-left: 0px; }
      .item-detail-view .listed-items .user-personal-info .user-name a.title {
        font-size: 28px; }
      .item-detail-view .listed-items .user-personal-info .user-name .user-share {
        display: none; }
    .item-detail-view .listed-items .user-follow-button {
      margin-top: -40px; }
      .item-detail-view .listed-items .user-follow-button .user-share {
        display: block; }
    .item-detail-view .listed-items .user-social-info .followers .ratings .numbers {
      width: 60%; }
    .item-detail-view .listed-items .user-social-info .promo p {
      text-align: right;
      margin-left: 0px; } }

@media (max-width: 768px) {
  .container.content.item.item-detail-view.user-profile-view .ad-container {
    margin-bottom: 0; }
    .container.content.item.item-detail-view.user-profile-view .ad-container .item-info-container .user-personal-info {
      padding-top: 4vw; }
  .container.item-detail-view {
    width: 100%;
    margin: 18vw auto 0;
    padding: 0px; }
    .container.item-detail-view .item-info-container {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      .container.item-detail-view .item-info-container .item-column-picture {
        margin-top: 0px;
        padding: 0px;
        width: 100%; }
        .container.item-detail-view .item-info-container .item-column-picture .primary-group {
          margin: 0;
          position: relative;
          overflow: hidden; }
          .container.item-detail-view .item-info-container .item-column-picture .primary-group .img-square-wrapper {
            display: none; }
          .container.item-detail-view .item-info-container .item-column-picture .primary-group .navigation-container {
            display: none; }
          .container.item-detail-view .item-info-container .item-column-picture .primary-group .flag-container {
            width: 8vw;
            height: 42vw;
            top: -10.4vw;
            left: 7.2vw; }
            .container.item-detail-view .item-info-container .item-column-picture .primary-group .flag-container .flag {
              bottom: 5.6vw;
              right: -14vw;
              width: 28.4vw;
              height: 29.4vw; }
          .container.item-detail-view .item-info-container .item-column-picture .primary-group .carousel {
            display: block; }
            .container.item-detail-view .item-info-container .item-column-picture .primary-group .carousel .carousel-inner .item img {
              width: 100%;
              height: 100vw;
              background-size: cover;
              background-position: 50% 50%;
              background-repeat: no-repeat; }
            .container.item-detail-view .item-info-container .item-column-picture .primary-group .carousel .carousel-control {
              display: none; }
            .container.item-detail-view .item-info-container .item-column-picture .primary-group .carousel .carousel-indicators {
              z-index: 10;
              bottom: 1vw; }
              .container.item-detail-view .item-info-container .item-column-picture .primary-group .carousel .carousel-indicators li {
                width: 4.5vw;
                height: 4.5vw;
                border-radius: 50%;
                margin: 2vw;
                border: none;
                background-color: #FFF; }
                .container.item-detail-view .item-info-container .item-column-picture .primary-group .carousel .carousel-indicators li.active {
                  background-color: #33E5FF; }
      .container.item-detail-view .item-info-container .item-column-details {
        width: 100%;
        padding: 0; }
        .container.item-detail-view .item-info-container .item-column-details .item-details {
          padding: 3vw; }
          .container.item-detail-view .item-info-container .item-column-details .item-details .item-price-section {
            padding: 0 0 1.5vw; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .item-price-section .price {
              font-size: 7.5vw; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .item-price-section .like-share-neg-icons {
              max-width: 35vw; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .item-price-section .like-share-neg-icons .product-share {
                width: 6vw;
                height: 6vw;
                margin-right: -0.8vw; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .item-price-section .like-share-neg-icons .product-like {
                width: 8vw;
                height: 7vw; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .item-price-section .like-share-neg-icons .product-negotiate {
                width: 15.2vw;
                height: 12.2vw;
                margin-right: -1.6vw;
                margin-top: -0.6; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .item-price-section .owned-by-user {
              margin-right: 1vw;
              max-width: 18vw; }
          .container.item-detail-view .item-info-container .item-column-details .item-details .negociate-dialog {
            padding: 2vw 1vw 0;
            margin: 0.8vw 0 0 -60vw;
            width: 60vw;
            box-shadow: 0.8vw 0.8vw 2vw 0 #666; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .negociate-dialog p {
              font-size: 3.6vw; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .negociate-dialog p span.product-negotiate {
                width: 14.8vw;
                margin: -3.2vw -1.4vw -2.8vw -2.2vw;
                height: 11.6vw; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .negociate-dialog a {
              width: 27vw;
              height: 9.6vw;
              margin: 2vw 1vw; }
          .container.item-detail-view .item-info-container .item-column-details .item-details .details {
            padding: 3vw; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .details p {
              font-size: 4.4vw;
              line-height: 5.2vw; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .details p.title {
                line-height: 7.6vw;
                letter-spacing: 0.2vw;
                font-size: 6.6vw;
                margin-bottom: 5vw;
                margin-top: 3vw;
                width: 80vw; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .details .followers {
              margin-right: -2.8vw;
              margin-top: 0; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .details .followers p {
                font-size: 4.6vw;
                line-height: 5.2vw; }
                .container.item-detail-view .item-info-container .item-column-details .item-details .details .followers p .like-icon {
                  width: 5.4vw;
                  height: 4.8vw;
                  margin: -0.6vw 1.4vw 0; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .details .published-date {
              margin: 4vw 0px 3.2vw;
              font-size: 4vw; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .details .category-section,
            .container.item-detail-view .item-info-container .item-column-details .item-details .details .groups-section {
              margin: 4vw 0px 5.4vw; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .details .category-section .item-category,
              .container.item-detail-view .item-info-container .item-column-details .item-details .details .groups-section .item-category {
                padding: 1.8vw 4.2vw;
                border-radius: 4vw;
                font-size: 4.4vw; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .details .category-section span.groups-image,
              .container.item-detail-view .item-info-container .item-column-details .item-details .details .groups-section span.groups-image {
                width: 8.8vw;
                height: 7.2vw;
                margin: 0 1.7vw;
                margin-left: 0; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .details .category-section .groups-labels a.item-group,
              .container.item-detail-view .item-info-container .item-column-details .item-details .details .groups-section .groups-labels a.item-group {
                padding: 0.2vw 2.4vw;
                border-radius: 4vw;
                margin: 0.4vw 0.6vw 1vw;
                font-size: 3.4vw; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .details .groups-section {
              margin-top: 2.8vw;
              margin-bottom: 4vw; }
          .container.item-detail-view .item-info-container .item-column-details .item-details .card.no-pad.map-group {
            padding-bottom: 0; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .card.no-pad.map-group .map-overlay {
              height: 350px;
              position: absolute;
              top: 35px;
              width: 100%; }
            .container.item-detail-view .item-info-container .item-column-details .item-details .card.no-pad.map-group .item-location {
              position: relative;
              padding: 0; }
              .container.item-detail-view .item-info-container .item-column-details .item-details .card.no-pad.map-group .item-location p {
                font-size: 22px; }
    .container.item-detail-view .listed-items .ad-container .item-info-container {
      padding: 0px 3vw; }
      .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info {
        padding: 1.6vw 0 0; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-image {
          margin-left: 2vw;
          min-width: 31vw; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .center-cropped {
          width: 26vw;
          height: 26vw;
          border: 1px solid #FFF; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .avatar,
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .avatar-mask {
          margin-left: -1.8vw;
          margin-top: -1.8vw;
          width: 29.6vw;
          height: 29.6vw; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name {
          margin-left: -0.1vw;
          padding: 3.2vw 0 0;
          width: 60vw; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name a {
            margin-top: 2vw; }
            .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name a.title {
              font-size: 6vw;
              text-overflow: ellipsis;
              overflow: hidden;
              max-width: 89%; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name .user-share {
            width: 3.6vw;
            height: 3.6vw;
            margin: 3.2vw 0 0 2.6vw;
            background: url("../../../images/vivanuncios/icon_share_red_big.svg") top/contain no-repeat;
            float: left; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p {
            margin: 0 0 2vw; }
            .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.user-location {
              margin-top: 2.2vw;
              margin-left: 0.8vw;
              font-size: 4.1vw; }
              .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.user-location .map-marker {
                height: 4.6vw;
                width: 4.6vw;
                margin: -0.6vw 0.6vw 0 0vw; }
            .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.user-published {
              margin-top: 1vw;
              margin-left: 0.8vw;
              font-size: 3vw; }
            .container.item-detail-view .listed-items .ad-container .item-info-container .user-personal-info .user-name p.date {
              margin-top: 6vw;
              margin-bottom: 1.1vw;
              margin-left: -30.8vw;
              font-size: 3vw; }
      .container.item-detail-view .listed-items .ad-container .item-info-container .user-follow-button {
        margin: -11.4vw 0px 2.8vw; }
      .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info {
        padding: 3.6vw 0 1vw; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-follow-rates {
          min-width: 100%; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons {
          padding: 2vw 0 1.2vw; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span {
            width: 9.4vw;
            height: 7.2vw; }
            .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .social-icons span.facebook-icon {
              margin-right: 0.6vw; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers {
          padding-left: 2vw; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers .following {
            margin-left: -2.8vw;
            margin-right: 2.6vw;
            padding: 0 2vw; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers .followers {
            padding-right: 0;
            padding-left: 3.2vw; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers p {
            margin-bottom: 0.2vw;
            font-size: 3.2vw; }
            .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .following-numbers p.number {
              font-size: 6vw;
              margin-top: 1.2vw; }
        .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings {
          margin-left: 0;
          padding-right: 1.2vw;
          width: auto;
          float: right; }
          .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p {
            font-size: 3.2vw;
            text-align: left;
            margin: 0 0 2vw;
            float: none; }
            .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p.numbers {
              margin-top: 1vw;
              margin-bottom: 1.6vw;
              float: right;
              width: auto; }
              .container.item-detail-view .listed-items .ad-container .item-info-container .user-social-info .ratings p.numbers span {
                letter-spacing: 0.2vw;
                padding: 1vw 1.4vw 0.6vw;
                border-radius: 2.4vw;
                margin-right: 1.4vw; }
  .other-items-user h2 {
    font-family: 'foundrysterling-demiregular';
    font-size: 4.8vw;
    margin: 5vw 2vw 5.8vw; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px; }
  select,
  textarea,
  input {
    font-size: 16px; } }

@media (max-width: 768px) {
  .modal-open {
    padding-right: 0; }
    .modal-open .search-bar-container {
      padding-right: 0; }
  .modal-dialog {
    width: 100vw;
    margin: 0; }
    .modal-dialog .modal-content {
      margin: 0;
      width: 100vw; }
  .full-screen-modal .modal-dialog {
    height: 100%; }
    .full-screen-modal .modal-dialog .modal-content {
      height: 100%;
      padding: 0;
      box-shadow: none;
      border: none;
      border-radius: 0;
      background: #FFF; }
      .full-screen-modal .modal-dialog .modal-content .modal-header {
        position: absolute;
        top: 3.4vw;
        left: 0.4vw;
        z-index: 1;
        padding: 0vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-header .close {
          display: none; }
      .full-screen-modal .modal-dialog .modal-content .back-button-overlay {
        width: 40px;
        height: 40px;
        position: absolute;
        padding: 3vw; }
      .full-screen-modal .modal-dialog .modal-content .back {
        width: 3vw;
        height: 5.6vw;
        background: url("../../../images/vivanuncios/icon_back.svg") top/contain no-repeat; }
      .full-screen-modal .modal-dialog .modal-content .modal-body {
        width: 100vw;
        padding: 0;
        position: absolute;
        top: 0; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .panel {
          height: 100%;
          width: 100vw;
          margin: 0;
          border-radius: 0;
          border: none;
          box-shadow: none; }
          .full-screen-modal .modal-dialog .modal-content .modal-body .panel .title {
            font-size: 4.6vw;
            border-bottom: 0;
            text-align: left;
            color: #FFF;
            background-color: #00D9DC;
            padding: 7.2vw 11vw 5.8vw;
            height: 18vw;
            margin: 0;
            font-weight: bold;
            box-shadow: -0.4vw 0.6vw 0.8vw 0.2vw rgba(0, 0, 0, 0.2); }
          .full-screen-modal .modal-dialog .modal-content .modal-body .panel .panel-body {
            padding: 10vw 0 0; }
            .full-screen-modal .modal-dialog .modal-content .modal-body .panel .panel-body .panel-heading {
              padding: 0 0 4vw;
              margin-left: -2vw;
              margin-bottom: 4vw; }
            .full-screen-modal .modal-dialog .modal-content .modal-body .panel .panel-body .form-horizontal {
              padding: 0 5.6vw; }
              .full-screen-modal .modal-dialog .modal-content .modal-body .panel .panel-body .form-horizontal .form-group {
                margin: 0 0 4vw;
                padding: 0 5vw;
                font-size: 4vw;
                min-height: 7.6vw; }
                .full-screen-modal .modal-dialog .modal-content .modal-body .panel .panel-body .form-horizontal .form-group p {
                  margin: 4vw 0;
                  font-size: 3.2vw; }
                .full-screen-modal .modal-dialog .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .modal-form-input {
                  border: none;
                  box-shadow: none;
                  border-bottom: 1px solid #E1E1E1;
                  border-radius: 0;
                  width: 100%;
                  margin: 1vw 0 0; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .has-error {
          padding-bottom: 6vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .modal-btns .btn-cancel,
        .full-screen-modal .modal-dialog .modal-content .modal-body .modal-btns .btn-confirm {
          height: 13.2vw;
          font-size: 5.4vw;
          border-radius: 2vw;
          padding: 1.2vw 2.4vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .modal-btns .btn-cancel {
          margin-right: 3vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .modal-confirmation h2 {
          font-size: 6vw;
          letter-spacing: 0.2vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .modal-confirmation p {
          font-size: 4.6vw;
          padding: 7vw 0 11.2vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .modal-confirmation .btn-ok {
          border-radius: 2vw;
          height: 13.2vw;
          width: 40vw;
          font-size: 5.4vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .error-wrapper {
          min-height: 4.4vw;
          margin-top: 1.6vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .inline-error,
        .full-screen-modal .modal-dialog .modal-content .modal-body .input-register-message {
          font-size: 3.2vw; }
        .full-screen-modal .modal-dialog .modal-content .modal-body .api-error {
          min-height: 7.6vw;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .full-screen-modal .modal-dialog .modal-content .modal-body .api-error .inline-error {
            margin-top: 0; }
    .full-screen-modal .modal-dialog .error-register-message {
      margin-top: 10vw; }
  .login-form .login-link {
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    color: #666;
    float: left;
    padding-left: 18px; }
  .login-form .arrow_icon_left {
    background: url("../../../images/vivanuncios/icon_arrow_ingresar_left.svg") top/contain no-repeat;
    width: 18px;
    height: 30px;
    float: left;
    margin-top: -5px; }
    .login-form .arrow_icon_left:hover {
      cursor: pointer; }
  .login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook {
    padding: 1vw 3.2vw;
    width: 76vw;
    height: 15vw;
    margin: 0 auto;
    border: none;
    border-radius: 2vw; }
    .login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook .facebook-logo {
      width: 8vw;
      height: 8.2vw;
      margin-right: 4.6vw; }
    .login-form .modal-content .modal-body .panel .panel-body .form-horizontal .form-group .btn-facebook p {
      margin: 1.6vw 0 0;
      font-size: 5.6vw; }
  .login-form .btn-user-register {
    width: 88%;
    height: 15vw;
    margin: 0 5vw;
    font-size: 5.4vw;
    border-radius: 2vw;
    background-color: #eee;
    color: #cfcfcf; }
  .login-form .form-group .btn-register {
    padding: 1vw 2vw;
    border-radius: 2vw;
    width: 38vw;
    height: 15vw;
    margin: 5vw auto 0; }
    .login-form .form-group .btn-register p {
      margin: 1.2vw 0;
      font-size: 5.6vw; }
  .login-form .form-group .login-link {
    font-size: 4.8vw;
    margin-top: 5vw; }
    .login-form .form-group .login-link .arrow_icon_right {
      width: 3.6vw;
      height: 6vw;
      margin: -1vw 0 0 2vw; }
  .login-form .form-group .form-control {
    border-bottom: 1px solid #CCC;
    border-radius: 0; }
  .login-form .form-group .location-input {
    min-height: 13.2vw;
    margin-top: -2vw; }
    .login-form .form-group .location-input .zip-code {
      margin-right: 3vw; }
    .login-form .form-group .location-input .location-wrapper .register_location_icon {
      width: 5vw;
      height: 5.6vw;
      margin-right: 2vw; }
    .login-form .form-group .location-input .location-wrapper .location-suggestion {
      font-size: 3.5vw; }
  .login-form .form-group .location-error {
    margin-top: -1vw; }
  .login-form .has-error {
    margin-top: 55px;
    margin-bottom: 0; }
  .login-form .forgot-password {
    color: #09F;
    float: right;
    margin: 5px 0 34px 0; }
  .login-form .login-footer {
    width: 100vw;
    margin-top: 10vw;
    padding: 4vw 0;
    background-color: #F7F7F7; }
    .login-form .login-footer .promo {
      padding: 0px 5.6vw; }
      .login-form .login-footer .promo p {
        font-size: 4.2vw;
        margin-bottom: 3vw; }
      .login-form .login-footer .promo a {
        width: 32.6vw;
        height: 11.2vw; }
        .login-form .login-footer .promo a.play-store {
          margin-right: 1.2vw; }
    .login-form .login-footer .legal-terms {
      margin-top: 3vw; }
      .login-form .login-footer .legal-terms p,
      .login-form .login-footer .legal-terms a {
        font-size: 4.2vw; }
      .login-form .login-footer .legal-terms p {
        color: #999; }
      .login-form .login-footer .legal-terms a {
        margin-top: 2vw; }
  .modal-dialog .share-modal {
    position: absolute;
    top: 16vw;
    left: 7vw;
    width: 86vw;
    height: 70vw; }
    .modal-dialog .share-modal .modal-body {
      padding: 3vw; }
      .modal-dialog .share-modal .modal-body .panel {
        margin: 0;
        border-radius: 4vw; }
        .modal-dialog .share-modal .modal-body .panel .modal-share {
          padding: 3vw 4vw; }
          .modal-dialog .share-modal .modal-body .panel .modal-share .img-item-share {
            width: 12.4vw;
            height: 12.4vw;
            margin: 2.8vw 3vw 0 0;
            border-radius: 1vw; }
          .modal-dialog .share-modal .modal-body .panel .modal-share .img-circle {
            width: 12vw;
            height: 11.6vw;
            box-shadow: 0.4vw 0.4vw 2vw #555;
            border: 0.4vw solid #FFF; }
          .modal-dialog .share-modal .modal-body .panel .modal-share .avatar {
            width: 14vw;
            height: 14vw; }
          .modal-dialog .share-modal .modal-body .panel .modal-share .title {
            margin: 0 0 0 17vw;
            padding: 4vw 0; }
            .modal-dialog .share-modal .modal-body .panel .modal-share .title h3 {
              margin-top: -1.2vw;
              font-size: 3.8vw; }
            .modal-dialog .share-modal .modal-body .panel .modal-share .title .mini-description {
              margin-bottom: -1vw;
              margin-top: 1vw;
              font-size: 3.6vw; }
        .modal-dialog .share-modal .modal-body .panel .panel-body {
          padding: 3.2vw 0 8.8vw; }
          .modal-dialog .share-modal .modal-body .panel .panel-body .share-links {
            padding-bottom: 3vw; }
            .modal-dialog .share-modal .modal-body .panel .panel-body .share-links a {
              width: 16vw;
              height: 16vw;
              margin: 1vw 3vw; }
          .modal-dialog .share-modal .modal-body .panel .panel-body .copy-to-clipboard-message {
            margin-top: 2vw;
            top: 48.4vw;
            left: 26vw;
            width: 42vw;
            height: 7.6vw;
            font-size: 3vw;
            padding: 2vw;
            border-radius: 1vw; }
  #locationModal {
    left: 0; }
    #locationModal .mapbox-menu {
      height: 100vw; }
    #locationModal .modal-body .location-search {
      top: 22vw;
      left: 3vw; }
      #locationModal .modal-body .location-search .search-location-input {
        height: 8.8vw;
        border-radius: 4.4vw;
        padding: 0.6vw 4vw 0 3.8vw;
        margin-right: 2vw; }
        #locationModal .modal-body .location-search .search-location-input .mapbox-input {
          font-size: 4.2vw; }
        #locationModal .modal-body .location-search .search-location-input .icon_pin_1_gray {
          display: none; }
      #locationModal .modal-body .location-search .search-location-ok-btn {
        height: 8.8vw;
        padding: 2vw 3.6vw 0 3.6vw;
        font-size: 4vw;
        border-radius: 4.4vw;
        margin-right: 2vw; }
    #locationModal .modal-body .dropdown-menu {
      position: absolute;
      top: 30.8vw;
      left: 6vw;
      width: 73%;
      padding: 0;
      border-radius: 0;
      margin: 0;
      box-shadow: -0.2vw 0.8vw 0.2vw 0 rgba(0, 0, 0, 0.3); }
    #locationModal .angular-leaflet-map {
      border: none;
      border-radius: 0; }
  #edit-zipcode-form .user-info > .info {
    padding: 1.4vw 0 0 3.4vw; }
    #edit-zipcode-form .user-info > .info > .username {
      font-size: 4.4vw; }
    #edit-zipcode-form .user-info > .info > .email {
      font-size: 3.6vw;
      margin-top: -0.8vw; }
  #edit-zipcode-form .profile-picture {
    width: 16vw;
    height: 16vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
    border: 0.4vw solid #FFF;
    box-shadow: 0px 0.2vw 1.4vw -0.2vw rgba(0, 0, 0, 0.4);
    margin-top: -1.8vw;
    margin-left: -2.4vw; }
  #edit-zipcode-form .avatar {
    width: 16vw;
    height: 16vw;
    margin-top: -1.8vw;
    margin-bottom: -3vw; }
  #edit-zipcode-form .subtitle {
    font-size: 3.4vw;
    margin-top: 6vw;
    margin-bottom: 4vw; }
  #edit-zipcode-form .location-wrapper {
    margin-top: 3.4vw; }
    #edit-zipcode-form .location-wrapper > .register_location_pin {
      width: 4vw;
      height: 4vw;
      margin-right: 0.8vw; }
    #edit-zipcode-form .location-wrapper > .location-suggestion {
      font-size: 3.6vw; } }

@media (min-width: 992px) {
  .container-static {
    max-width: 1200px;
    width: auto; } }

@media (min-width: 769px) and (max-width: 1260px) {
  .container-static.static-error-page .hero-unit.justified {
    padding: 48px 12vw; } }

@media (max-width: 768px) {
  .container-static {
    padding: 0; }
    .container-static .hero-unit.justified {
      min-height: 65.8vw;
      padding: 6.8vw;
      margin-top: 15.8vw;
      margin-bottom: 0; }
      .container-static .hero-unit.justified .static-page-title, .container-static .hero-unit.justified .static-page-subtitle, .container-static .hero-unit.justified .subhead, .container-static .hero-unit.justified .static-page-content b {
        letter-spacing: 0.07vw; }
      .container-static .hero-unit.justified .static-page-title {
        font-size: 5.3vw;
        margin-bottom: 4.2vw; }
        .container-static .hero-unit.justified .static-page-title.legal {
          margin-top: 6.8vw; }
      .container-static .hero-unit.justified .sad-face, .container-static .hero-unit.justified .neutral-face {
        width: 16.4vw;
        height: 16.4vw;
        margin-right: 2vw; }
      .container-static .hero-unit.justified .title-error {
        font-size: 4.3vw; }
      .container-static .hero-unit.justified .static-page-subtitle {
        font-size: 4.8vw;
        margin-top: 4.8vw;
        margin-bottom: 4.2vw; }
      .container-static .hero-unit.justified .subhead {
        font-size: 4.8vw;
        margin-top: 5.2vw;
        margin-bottom: 2.4vw; }
      .container-static .hero-unit.justified .static-page-content {
        font-size: 4vw; }
        .container-static .hero-unit.justified .static-page-content p {
          margin-bottom: 4.3vw; }
        .container-static .hero-unit.justified .static-page-content li {
          margin-bottom: 2.3vw; }
        .container-static .hero-unit.justified .static-page-content ol, .container-static .hero-unit.justified .static-page-content ul {
          padding-left: 6.3vw; }
      .container-static .hero-unit.justified .long-page {
        font-size: 4vw; }
        .container-static .hero-unit.justified .long-page p {
          margin-bottom: 2.4vw; }
        .container-static .hero-unit.justified .long-page .shortFormEulaTable {
          font-size: 3.6vw;
          margin: 10vw -3vw 0px; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableTitle p.title {
            font-size: 4.2vw; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon {
            width: 20%; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-pin {
              width: 5.2vw;
              height: 7vw; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-camera {
              width: 8vw;
              height: 6.2vw; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-ebay-logo {
              width: 14.8vw;
              height: 3.6vw; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-tools {
              width: 7.4vw;
              height: 7.4vw; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-shield {
              width: 6.2vw;
              height: 7.4vw; }
            .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .legal-icon .icon-legal-padlock {
              width: 4.4vw;
              height: 6.8vw; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .desc {
            width: 58%; }
          .container-static .hero-unit.justified .long-page .shortFormEulaTable .tableRow .use .icon-legal-si {
            width: 8.8vw;
            height: 8.8vw; }
  .container-static.static-error-page .hero-unit.justified {
    padding: 8vw 8vw; }
  .container-static.static-error-page .back-home {
    padding-top: 14vw; }
  .container-static.static-error-page.location-error {
    padding-top: 0;
    margin-top: -15.8vw; } }

@media (min-width: 993px) {
  .search-results-item-list {
    margin-top: 160px; }
  .loading-container {
    margin-top: 160px; }
  .pseudo-spinner .loading-container {
    margin-top: -50px; } }

@media (min-width: 769px) and (max-width: 992px) {
  .search-results-item-list {
    margin-top: 190px; }
  .loading-container {
    margin-top: 190px; } }

@media (min-width: 993px) and (max-width: 1260px) {
  .items-list.search-results-item-list {
    margin-top: 160px; }
  .items-list {
    margin: 2.4vw -1.19vw 4vw 0; }
    .items-list .item-list-container {
      width: calc(20% - 1.19vw);
      margin: 0 1.19vw 2.38vw 0; }
      .items-list .item-list-container .list-product-image-container .list-fav-me-container {
        width: 3.17vw;
        height: 6.66vw;
        top: -2.3vw;
        left: -0.4vw; }
      .items-list .item-list-container .list-product-image-container .list-fav-me {
        bottom: 0.79vw;
        right: -2.539vw;
        width: 4.762vw;
        height: 4.762vw; }
      .items-list .item-list-container .list-product-image-container .list-flag-container {
        width: 1.59vw;
        height: 9.52vw;
        top: -2.14vw;
        left: 2.06vw; }
        .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag {
          bottom: 1.27vw;
          right: -3.17vw;
          width: 6.5vw;
          height: 6.5vw; }
      .items-list .item-list-container .list-product-info-container {
        padding: 0.474vw 0.873vw 0.635vw 0.952vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-product-price {
          font-size: 1.43vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs {
          margin-right: 0.63vw;
          font-size: 1.19vw; }
          .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs .list-fav-icon {
            width: 1.11vw;
            height: 1.11vw;
            margin-right: 0.24vw;
            margin-bottom: 0.079vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-share {
          width: 1.19vw;
          height: 1.19vw;
          margin-bottom: 0.16vw; }
        .items-list .item-list-container .list-product-info-container .list-name-section .list-item-name {
          font-size: 1.27vw;
          margin-left: -0.079vw; } }

@media (min-width: 769px) and (max-width: 992px) {
  .items-list.search-results-item-list {
    margin-top: 190px; }
  .items-list {
    margin: 3.2vw -1.51vw 4vw 0; }
    .items-list .item-list-container {
      width: calc(25% - 1.51vw);
      margin: 0 1.51vw 3vw 0; }
      .items-list .item-list-container .list-product-image-container .list-fav-me-container {
        width: 4.03vw;
        height: 8.46vw;
        top: -2.92vw;
        left: -0.5vw; }
      .items-list .item-list-container .list-product-image-container .list-fav-me {
        width: 6.048vw;
        height: 6.048vw;
        bottom: 1.1vw;
        right: -3.22vw; }
      .items-list .item-list-container .list-product-image-container .list-flag-container {
        width: 2.01vw;
        height: 12.1vw;
        top: -2.72vw;
        left: 2.62vw; }
        .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag {
          width: 8.26vw;
          height: 8.26vw;
          bottom: 1.61vw;
          right: -4.03vw; }
      .items-list .item-list-container .list-product-info-container {
        padding: 0.605vw 1.11vw 0.806vw 1.21vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-product-price {
          font-size: 1.81vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs {
          margin-right: 0.8vw;
          font-size: 1.51vw; }
          .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs .list-fav-icon {
            width: 1.41vw;
            height: 1.41vw;
            margin-right: 0.3vw;
            margin-bottom: 0.1vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-share {
          width: 1.51vw;
          height: 1.51vw;
          margin-bottom: 0.2vw; }
        .items-list .item-list-container .list-product-info-container .list-name-section .list-item-name {
          font-size: 1.613vw;
          margin-left: -0.1vw; } }

@media (max-width: 768px) {
  .items-list {
    margin: 4vw 0 4vw 2.4vw; }
    .items-list .item-list-container {
      width: calc(50% - 2.4vw);
      margin: 0 2.4vw 2.8vw 0;
      border-radius: 2vw; }
      .items-list .item-list-container .list-product-image-container .list-fav-me-container {
        width: 9.2vw;
        height: 19.4vw;
        top: -6.2vw;
        left: -1.2vw; }
      .items-list .item-list-container .list-product-image-container .list-fav-me {
        width: 13.6vw;
        height: 13.8vw;
        right: -6.7vw;
        bottom: 2.8vw; }
      .items-list .item-list-container .list-product-image-container .list-flag-container {
        width: 4.8vw;
        height: 28.4vw;
        top: -6.2vw;
        left: 5.6vw; }
        .items-list .item-list-container .list-product-image-container .list-flag-container .list-flag {
          width: 19.6vw;
          height: 19.6vw;
          bottom: 4.5vw;
          right: -9.4vw; }
      .items-list .item-list-container .list-product-info-container {
        padding: 1.8vw 2.2vw 1.8vw 3vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-product-price {
          font-size: 3.5vw; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs {
          margin-right: 2.8vw;
          font-size: 3vw; }
          .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-favs .list-fav-icon {
            width: 3.4vw;
            height: 3.4vw;
            margin-right: 0.4vw;
            margin-bottom: 0; }
        .items-list .item-list-container .list-product-info-container .list-price-section .list-favs-share .list-product-share {
          width: 20px;
          height: 20px;
          margin-bottom: 0.4vw; }
        .items-list .item-list-container .list-product-info-container .list-name-section .list-item-name {
          font-size: 3.3vw;
          margin-top: 0.8vw;
          margin-left: -0.6vw; } }

@media (max-width: 768px) {
  .error-messages .titles.text-center h3 {
    font-size: 7.2vw; }
  .error-messages .titles.text-center p {
    font-size: 4.8vw;
    line-height: 5.8vw; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .links-apps-footer {
    text-align: center;
    padding-top: 46px;
    padding-bottom: 47px; }
    .links-apps-footer .app-store, .links-apps-footer .play-store {
      float: none;
      display: inline-block; }
  .footer .copy-right-legals {
    width: 716px;
    margin: 20px auto 0; } }

@media (max-width: 768px) {
  .city-link {
    font-size: 4.8vw;
    margin-bottom: 5.8vw; }
  .subfooter {
    min-height: 10vw;
    padding-top: 6vw; }
    .subfooter .row {
      padding-bottom: 6vw; }
      .subfooter .row div {
        font-size: 4vw; }
  .footer {
    min-height: 10vw;
    padding-bottom: 6vw; }
    .footer .footer-legal {
      font-size: 4.2vw;
      padding-top: 5.8vw;
      padding-bottom: 5vw; }
      .footer .footer-legal .static-page-link {
        padding-bottom: 4vw; }
    .footer .footer-links {
      padding-top: 7.2vw;
      padding-bottom: 7.4vw;
      width: 100%; }
      .footer .footer-links a {
        width: 20vw;
        height: 7.6vw; }
    .footer .links-apps-footer {
      text-align: center;
      padding-top: 7.4vw;
      padding-bottom: 7.4vw;
      width: 100%; }
      .footer .links-apps-footer .app-store, .footer .links-apps-footer .play-store {
        float: none;
        display: inline-block;
        width: 26.8vw;
        height: 9vw;
        margin-right: 0; }
    .footer .copy-right-legals {
      margin: 4vw 0 0;
      padding: 0;
      font-size: 4.2vw; }
      .footer .copy-right-legals span {
        margin-left: 11vw; }
      .footer .copy-right-legals .links {
        margin-top: 3vw; }
        .footer .copy-right-legals .links a {
          height: 6vw;
          margin: 0 0 0 2.6vw;
          padding: 0 0 0 3.2vw; }
          .footer .copy-right-legals .links a:nth-child(1) {
            border-left: none; } }

@media (max-width: 768px) {
  .rate-info-group .modal-dialog {
    width: 100%; }
    .rate-info-group .modal-dialog .panel {
      padding: 0px; }
      .rate-info-group .modal-dialog .panel .title-header {
        margin-top: 0px; }
        .rate-info-group .modal-dialog .panel .title-header .title {
          border: none;
          display: flex;
          align-items: center;
          font-weight: normal !important; }
      .rate-info-group .modal-dialog .panel .panel-body {
        margin-top: 0px;
        padding: 0px !important; }
        .rate-info-group .modal-dialog .panel .panel-body .tab-content {
          background-color: #ECECEC; }
        .rate-info-group .modal-dialog .panel .panel-body .tab-pane {
          overflow-y: scroll;
          padding: 0px;
          height: 100%; }
          .rate-info-group .modal-dialog .panel .panel-body .tab-pane .col-subscriber {
            margin: 0 0 0.3vw 0;
            display: inline-block;
            width: 100%;
            height: 21vw; }
          .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            background-color: white;
            border-radius: 0px;
            width: 100%;
            height: 100%;
            padding: 0 3.2vw; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-image {
              width: 16vw;
              height: 16vw;
              border-radius: 50%;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              background-size: cover; }
              .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-image img {
                width: 16vw;
                height: 16vw; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-data {
              display: inline-block;
              width: 46vw;
              text-align: left; }
              .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-data .username {
                font-size: 4.7vw;
                color: #09F;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block; }
              .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .user-data .date {
                margin-top: 3px;
                font-size: 4vw;
                color: #888; }
            .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .item-data {
              padding: 10px;
              display: inline-block;
              vertical-align: middle;
              margin-right: -5px; }
              .rate-info-group .modal-dialog .panel .panel-body .tab-pane .rating .item-data .item-comment {
                margin-top: 10px; } }

@media (max-width: 768px) {
  #modal-followers-followings .modal-dialog {
    width: 100%; }
    #modal-followers-followings .modal-dialog .modal-body {
      height: 100%; }
    #modal-followers-followings .modal-dialog .panel {
      padding: 0px; }
      #modal-followers-followings .modal-dialog .panel .title-header {
        margin-top: 0px;
        width: 100%; }
        #modal-followers-followings .modal-dialog .panel .title-header .title {
          width: 100%;
          border: none;
          padding: 6.5vw 11vw 5.8vw !important; }
      #modal-followers-followings .modal-dialog .panel .panel-body {
        margin-top: 0px;
        padding: 0px !important;
        height: 100%; }
        #modal-followers-followings .modal-dialog .panel .panel-body .tab-content {
          background-color: #ECECEC;
          height: 100%; }
        #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane {
          overflow-y: scroll;
          padding: 0px;
          height: 100%; }
          #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .col-subscriber {
            margin: 0 0 2px 0;
            display: inline-block;
            width: 100%;
            height: 21vw; }
          #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            background-color: white;
            border-radius: 0px;
            width: 100%;
            height: 100%;
            padding: 0 3.2vw; }
            #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating .user-image {
              width: 16vw;
              height: 16vw;
              border-radius: 50%;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              background-size: cover; }
              #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating .user-image img {
                width: 16vw;
                height: 16vw; }
            #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating .user-data {
              display: inline-block;
              width: 46vw;
              text-align: left; }
              #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating .user-data .username {
                font-size: 4.7vw;
                color: #09F;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block; }
              #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating .user-data .date {
                margin-top: 3px;
                font-size: 4vw;
                color: #888; }
            #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating .item-data {
              padding: 10px;
              display: inline-block;
              vertical-align: middle;
              margin-right: -5px; }
              #modal-followers-followings .modal-dialog .panel .panel-body .tab-pane .rating .item-data .item-comment {
                margin-top: 10px; } }

#nav-bar-modal {
  display: none; }
  @media (max-width: 768px) {
    #nav-bar-modal {
      display: inline-block;
      height: 10vh;
      max-height: 10vh;
      min-height: 10vh; }
      #nav-bar-modal .container-top-header {
        display: flex;
        align-items: center;
        height: 10vh; }
      #nav-bar-modal h1 {
        font-size: 5.4vw;
        margin: 0;
        color: white;
        line-height: normal; }
      #nav-bar-modal .back-container-button {
        padding: 3vw;
        width: 40px;
        height: 44px; }
      #nav-bar-modal .back {
        width: 3vw;
        height: 5.6vw;
        background: url("../../../images/vivanuncios/icon_back.svg") top/contain no-repeat;
        border: none; }
      #nav-bar-modal .container-actions {
        display: flex;
        justify-content: flex-end;
        flex-grow: 10; }
        #nav-bar-modal .container-actions button {
          font-size: 4.0vw;
          margin: 3px 0 0;
          color: white;
          font-family: 'foundrysterling-bookregular';
          border: none;
          background: transparent;
          padding-right: 4vw; } }
  @media (max-width: 768px) and (orientation: landscape) {
    #nav-bar-modal .back-container-button {
      padding: 10px;
      width: 40px;
      height: 44px; }
    #nav-bar-modal .back {
      width: 25px;
      height: 25px;
      background: url("../../../images/vivanuncios/icon_back.svg") top/contain no-repeat;
      border: none; } }

@media (max-width: 768px) {
  margin: 0px;
  margin-top: 18vw; }

@media only screen and (max-width: 768px) and (orientation: landscape) {
  margin-top: 18vh; }

.viva-chat-main-container {
  background: #ddd;
  display: inline-block;
  width: 100%;
  border-radius: 0 5px 5px 0;
  position: relative; }
  @media (max-width: 768px) {
    .viva-chat-main-container {
      max-height: 100%;
      border-radius: 0; } }
  .viva-chat-main-container .viva-chats-container {
    height: 67vh;
    overflow-y: auto; }
    @media (max-width: 768px) {
      .viva-chat-main-container .viva-chats-container {
        height: 57vh; } }
  .viva-chat-main-container .viva-chat-message-container {
    margin-left: 0.6vw;
    margin-right: 0.6vw;
    margin-bottom: 0.6vw; }
    @media (max-width: 768px) {
      .viva-chat-main-container .viva-chat-message-container {
        margin-bottom: 0px;
        margin-left: 1.6vw;
        margin-right: 3.6vw; } }
    .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container {
      display: flex;
      background: white;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 0.7vw;
      padding-bottom: 1vw;
      padding-top: 1vw;
      padding-right: 1.4vw;
      margin-top: 0.8vw; }
      @media (max-width: 768px) {
        .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container {
          margin-right: -3.7vw;
          margin-left: -1.7vw;
          margin-bottom: 0px;
          border-radius: 0px;
          padding-bottom: 1.2vh;
          padding-top: 2vh;
          border-bottom: 0px;
          position: fixed;
          width: 100%;
          bottom: 0px; } }
      .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container .viva-chat-input {
        border: none;
        border-bottom: 1px solid #ddd;
        flex-grow: 10;
        max-height: 4.5vh;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1.2vw;
        font-family: 'foundrysterling-bookregular';
        padding-left: 10px;
        color: #555;
        resize: none; }
        @media (max-width: 768px) {
          .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container .viva-chat-input {
            font-size: 4vw;
            max-height: 8vw; } }
      .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container .viva-chat-send-message {
        background: transparent;
        border: none;
        width: 40px;
        height: 40px; }
        .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container .viva-chat-send-message.inactive .viva-chat-input-arrow {
          background: url("../../../images/vivanuncios/btn_send_inactive.svg") top/contain no-repeat;
          display: inline-block;
          width: 35px;
          height: 35px;
          cursor: not-allowed; }
          @media (max-width: 768px) {
            .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container .viva-chat-send-message.inactive .viva-chat-input-arrow {
              width: 25px;
              height: 25px; } }
        .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container .viva-chat-send-message.active .viva-chat-input-arrow {
          background: url("../../../images/vivanuncios/btn_send_active.svg") top/contain no-repeat;
          display: inline-block;
          width: 35px;
          height: 35px;
          cursor: pointer; }
          @media (max-width: 768px) {
            .viva-chat-main-container .viva-chat-message-container .viva-chat-type-container .viva-chat-send-message.active .viva-chat-input-arrow {
              width: 25px;
              height: 25px; } }

#id-viva-chats-container .chat-box.accepted-offer {
  padding: 15px;
  background: #84cc03;
  opacity: 1 !important; }
  #id-viva-chats-container .chat-box.accepted-offer span.chat-message {
    color: white;
    margin: 0;
    padding: 0;
    padding-right: 0.5vw;
    padding-left: 0.5vw; }

#id-viva-chats-container .chat-box.rejected-offer {
  padding: 15px;
  background: #ff5531;
  color: white;
  opacity: 1 !important;
  display: flex;
  width: 100%; }
  #id-viva-chats-container .chat-box.rejected-offer .icon-alert {
    width: 15%;
    height: 40px;
    margin-right: 10px; }
    #id-viva-chats-container .chat-box.rejected-offer .icon-alert span.icon {
      margin-top: 3px;
      display: inline-block;
      width: 40px;
      height: 40px;
      background: url("../../../images/vivanuncios/icon_alert_white.svg") top/contain no-repeat; }
    @media (max-width: 768px) {
      #id-viva-chats-container .chat-box.rejected-offer .icon-alert {
        width: 0;
        flex-grow: 1;
        height: 9vw; }
        #id-viva-chats-container .chat-box.rejected-offer .icon-alert span.icon {
          width: 9vw;
          height: 9vw; } }
  @media (max-width: 768px) {
    #id-viva-chats-container .chat-box.rejected-offer div.message-text {
      width: 0;
      flex-grow: 10; } }
  #id-viva-chats-container .chat-box.rejected-offer span.chat-message {
    color: white;
    margin: 0;
    padding: 0;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    width: 83%;
    word-break: break-word; }
    #id-viva-chats-container .chat-box.rejected-offer span.chat-message .light-text {
      padding-left: 0.5vw;
      padding-right: 0.5vw;
      word-break: break-word;
      white-space: pre-wrap; }

#id-viva-chats-container .viva-chat-message-container {
  display: flex;
  align-items: center;
  margin-top: 15px; }
  #id-viva-chats-container .viva-chat-message-container.accepted-offer {
    background: #84cc03;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2vw;
    margin-bottom: 2vw; }
  #id-viva-chats-container .viva-chat-message-container.rejected-offer {
    background: #ff5531;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2vw;
    margin-bottom: 2vw;
    justify-content: flex-start !important; }
  #id-viva-chats-container .viva-chat-message-container.sender {
    justify-content: flex-end; }

#id-viva-chats-container .chat-box.reciever {
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 15px;
  position: relative;
  margin: 0.3vw;
  box-shadow: 0px 0px 10px 3px #ccc;
  min-width: 250px;
  max-width: 500px; }
  @media (max-width: 768px) {
    #id-viva-chats-container .chat-box.reciever {
      min-width: 100px;
      max-width: 250px; } }
  #id-viva-chats-container .chat-box.reciever::after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    content: '';
    left: -9px;
    top: 38%;
    position: absolute; }
  #id-viva-chats-container .chat-box.reciever::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ccc;
    content: '';
    left: -10px;
    top: 38%;
    position: absolute; }

#id-viva-chats-container .chat-box.message-disabled {
  opacity: 0.7; }

#id-viva-chats-container .chat-box.sender {
  background: #ccf7f8;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 15px;
  position: relative;
  margin: 0.3vw;
  box-shadow: 0px 0px 10px 3px #ccc;
  min-width: 250px;
  max-width: 500px; }
  @media (max-width: 768px) {
    #id-viva-chats-container .chat-box.sender {
      min-width: 100px;
      max-width: 250px; } }
  #id-viva-chats-container .chat-box.sender::after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ccf7f8;
    content: '';
    right: -9px;
    top: 38%;
    position: absolute; }
  #id-viva-chats-container .chat-box.sender::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ccc;
    content: '';
    right: -10px;
    top: 38%;
    position: absolute; }

#id-viva-chats-container .user-box {
  border: 3px solid white;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  box-shadow: 3px 3px 10px 3px #ccc;
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  background-size: cover;
  background-position: 50% 50%; }
  @media (max-width: 768px) {
    #id-viva-chats-container .user-box {
      width: 18vw;
      height: 18vw;
      margin-right: 3vw; } }

#id-viva-chats-container .chat-message {
  background: transparent;
  border: none;
  font-family: 'foundrysterling-bookregular';
  color: #666;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  word-break: break-word;
  white-space: pre-wrap; }
  @media (max-width: 768px) {
    #id-viva-chats-container .chat-message {
      font-size: 4vw; } }

#id-viva-chats-container .chat-data {
  margin: 0;
  color: #a0a0a0;
  font-family: 'foundrysterling-lightregular';
  font-size: 15px; }
  @media (max-width: 768px) {
    #id-viva-chats-container .chat-data {
      font-size: 3.6vw; } }

@media (max-width: 768px) {
  .modal-make-offer-negotiation .modal-dialog,
  .modal-accept-offer-negotiation .modal-dialog,
  .modal-reject-offer-negotiation .modal-dialog,
  .item-sold .modal-dialog {
    margin: 0 !important; } }

.modal-make-offer-negotiation .modal-content,
.modal-accept-offer-negotiation .modal-content,
.modal-reject-offer-negotiation .modal-content,
.item-sold .modal-content {
  background-color: white;
  text-align: left;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65); }
  @media (max-width: 768px) {
    .modal-make-offer-negotiation .modal-content,
    .modal-accept-offer-negotiation .modal-content,
    .modal-reject-offer-negotiation .modal-content,
    .item-sold .modal-content {
      width: 80vw;
      margin-top: 18vw;
      margin-right: 12vw;
      margin-left: 12vw;
      padding: 3vw; } }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .modal-make-offer-negotiation .modal-content,
    .modal-accept-offer-negotiation .modal-content,
    .modal-reject-offer-negotiation .modal-content,
    .item-sold .modal-content {
      margin-top: 18vh; } }
  .modal-make-offer-negotiation .modal-content.mini,
  .modal-accept-offer-negotiation .modal-content.mini,
  .modal-reject-offer-negotiation .modal-content.mini,
  .item-sold .modal-content.mini {
    width: 400px;
    margin: auto; }

.modal-make-offer-negotiation .error-message,
.modal-accept-offer-negotiation .error-message,
.modal-reject-offer-negotiation .error-message,
.item-sold .error-message {
  display: none;
  color: #ff5531;
  color: #ff5531 !important;
  font-size: 14px !important;
  margin-top: 8px; }
  .modal-make-offer-negotiation .error-message.active,
  .modal-accept-offer-negotiation .error-message.active,
  .modal-reject-offer-negotiation .error-message.active,
  .item-sold .error-message.active {
    display: inline-block; }

@media (max-width: 768px) {
  .modal-make-offer-negotiation .modal-body,
  .modal-accept-offer-negotiation .modal-body,
  .modal-reject-offer-negotiation .modal-body,
  .item-sold .modal-body {
    padding: 3vw;
    padding-bottom: 0; } }

.modal-make-offer-negotiation .modal-footer,
.modal-accept-offer-negotiation .modal-footer,
.modal-reject-offer-negotiation .modal-footer,
.item-sold .modal-footer {
  margin-top: 50px;
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .modal-make-offer-negotiation .modal-footer,
    .modal-accept-offer-negotiation .modal-footer,
    .modal-reject-offer-negotiation .modal-footer,
    .item-sold .modal-footer {
      margin-top: 3vh;
      padding: 3vw; } }
  .modal-make-offer-negotiation .modal-footer.top-border,
  .modal-accept-offer-negotiation .modal-footer.top-border,
  .modal-reject-offer-negotiation .modal-footer.top-border,
  .item-sold .modal-footer.top-border {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-footer.top-border,
      .modal-accept-offer-negotiation .modal-footer.top-border,
      .modal-reject-offer-negotiation .modal-footer.top-border,
      .item-sold .modal-footer.top-border {
        margin-left: -3vw;
        margin-right: -3vw;
        margin-top: 4vh;
        padding-top: 3vh;
        padding-bottom: 0; } }
  .modal-make-offer-negotiation .modal-footer button,
  .modal-accept-offer-negotiation .modal-footer button,
  .modal-reject-offer-negotiation .modal-footer button,
  .item-sold .modal-footer button {
    width: 170px;
    height: 50px;
    font-size: 20px;
    font-family: inherit;
    margin-right: 10px;
    margin-left: 10px; }
    .modal-make-offer-negotiation .modal-footer button.btn-make-offer,
    .modal-accept-offer-negotiation .modal-footer button.btn-make-offer,
    .modal-reject-offer-negotiation .modal-footer button.btn-make-offer,
    .item-sold .modal-footer button.btn-make-offer {
      background: #ff5531; }
      .modal-make-offer-negotiation .modal-footer button.btn-make-offer:hover,
      .modal-accept-offer-negotiation .modal-footer button.btn-make-offer:hover,
      .modal-reject-offer-negotiation .modal-footer button.btn-make-offer:hover,
      .item-sold .modal-footer button.btn-make-offer:hover {
        background: #ff2a18; }
    .modal-make-offer-negotiation .modal-footer button.btn-cancel:hover,
    .modal-accept-offer-negotiation .modal-footer button.btn-cancel:hover,
    .modal-reject-offer-negotiation .modal-footer button.btn-cancel:hover,
    .item-sold .modal-footer button.btn-cancel:hover {
      background: #737373; }
    .modal-make-offer-negotiation .modal-footer button.btn-confirm.yes,
    .modal-accept-offer-negotiation .modal-footer button.btn-confirm.yes,
    .modal-reject-offer-negotiation .modal-footer button.btn-confirm.yes,
    .item-sold .modal-footer button.btn-confirm.yes {
      background: #00d9dc; }
      .modal-make-offer-negotiation .modal-footer button.btn-confirm.yes:hover,
      .modal-accept-offer-negotiation .modal-footer button.btn-confirm.yes:hover,
      .modal-reject-offer-negotiation .modal-footer button.btn-confirm.yes:hover,
      .item-sold .modal-footer button.btn-confirm.yes:hover {
        background: #00c3c6; }
    .modal-make-offer-negotiation .modal-footer button.btn-confirm.no,
    .modal-accept-offer-negotiation .modal-footer button.btn-confirm.no,
    .modal-reject-offer-negotiation .modal-footer button.btn-confirm.no,
    .item-sold .modal-footer button.btn-confirm.no {
      background: #999999; }
      .modal-make-offer-negotiation .modal-footer button.btn-confirm.no:hover,
      .modal-accept-offer-negotiation .modal-footer button.btn-confirm.no:hover,
      .modal-reject-offer-negotiation .modal-footer button.btn-confirm.no:hover,
      .item-sold .modal-footer button.btn-confirm.no:hover {
        background: #737373; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-footer button,
      .modal-accept-offer-negotiation .modal-footer button,
      .modal-reject-offer-negotiation .modal-footer button,
      .item-sold .modal-footer button {
        font-size: 4vw;
        height: 12vw;
        border-radius: 5px;
        margin-left: 1px;
        margin-right: 1px; } }

.modal-make-offer-negotiation .modal-dialog,
.modal-reject-offer-negotiation .modal-dialog {
  margin-top: 150px;
  width: 450px; }

.modal-make-offer-negotiation .modal-header,
.modal-reject-offer-negotiation .modal-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .modal-make-offer-negotiation .modal-header,
    .modal-reject-offer-negotiation .modal-header {
      padding: 0px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 4px; } }
  .modal-make-offer-negotiation .modal-header h1,
  .modal-reject-offer-negotiation .modal-header h1 {
    color: #666;
    margin: 0;
    font-size: 22px; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-header h1,
      .modal-reject-offer-negotiation .modal-header h1 {
        font-size: 4.6vw; } }

.modal-make-offer-negotiation .modal-body,
.modal-reject-offer-negotiation .modal-body {
  text-align: center; }
  .modal-make-offer-negotiation .modal-body p,
  .modal-reject-offer-negotiation .modal-body p {
    font-size: 20px;
    color: #555; }
    .modal-make-offer-negotiation .modal-body p.black-text,
    .modal-reject-offer-negotiation .modal-body p.black-text {
      font-family: "foundrysterling-demiregular" !important; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-body p,
      .modal-reject-offer-negotiation .modal-body p {
        font-size: 4vw; } }
  @media (max-width: 768px) {
    .modal-make-offer-negotiation .modal-body form,
    .modal-reject-offer-negotiation .modal-body form {
      margin-top: 6vh; } }
  .modal-make-offer-negotiation .modal-body input,
  .modal-reject-offer-negotiation .modal-body input {
    font-size: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    text-align: center;
    margin-top: 20px;
    height: 40px;
    width: 270px; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-body input,
      .modal-reject-offer-negotiation .modal-body input {
        font-size: 9.8vw;
        height: 50px;
        width: 50vw;
        margin-top: 0; } }
  .modal-make-offer-negotiation .modal-body input::-webkit-input-placeholder,
  .modal-reject-offer-negotiation .modal-body input::-webkit-input-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-body input::-webkit-input-placeholder,
      .modal-reject-offer-negotiation .modal-body input::-webkit-input-placeholder {
        font-size: 3.6vw; } }
  .modal-make-offer-negotiation .modal-body input::-moz-placeholder,
  .modal-reject-offer-negotiation .modal-body input::-moz-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-body input::-moz-placeholder,
      .modal-reject-offer-negotiation .modal-body input::-moz-placeholder {
        font-size: 3.6vw; } }
  .modal-make-offer-negotiation .modal-body input:-ms-input-placeholder,
  .modal-reject-offer-negotiation .modal-body input:-ms-input-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-body input:-ms-input-placeholder,
      .modal-reject-offer-negotiation .modal-body input:-ms-input-placeholder {
        font-size: 3.6vw; } }
  .modal-make-offer-negotiation .modal-body input:-moz-placeholder,
  .modal-reject-offer-negotiation .modal-body input:-moz-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-make-offer-negotiation .modal-body input:-moz-placeholder,
      .modal-reject-offer-negotiation .modal-body input:-moz-placeholder {
        font-size: 3.6vw; } }

@media (max-width: 768px) {
  .modal-make-offer-negotiation .modal-footer,
  .modal-reject-offer-negotiation .modal-footer {
    margin-top: 11vh;
    padding: 0; }
    .modal-make-offer-negotiation .modal-footer button,
    .modal-reject-offer-negotiation .modal-footer button {
      margin-left: 1px;
      margin-right: 1px; } }

.modal-make-offer-negotiation .container-confirm-offer .modal-footer.top-border,
.modal-reject-offer-negotiation .container-confirm-offer .modal-footer.top-border {
  padding-left: 3vw;
  padding-right: 3vw; }

.modal-accept-offer-negotiation .modal-dialog {
  margin-top: 150px; }

.modal-accept-offer-negotiation .modal-content {
  width: 440px;
  margin: auto; }
  @media (max-width: 768px) {
    .modal-accept-offer-negotiation .modal-content {
      width: 80vw;
      margin-top: 18vw;
      margin-right: 12vw;
      margin-left: 12vw; } }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .modal-accept-offer-negotiation .modal-content {
      margin-top: 18vh; } }

.modal-accept-offer-negotiation .modal-body {
  text-align: center; }
  .modal-accept-offer-negotiation .modal-body p {
    font-size: 20px;
    color: #555; }
    .modal-accept-offer-negotiation .modal-body p b {
      font-family: 'foundrysterling-bookregular'; }
    @media (max-width: 768px) {
      .modal-accept-offer-negotiation .modal-body p {
        font-size: 4vw; } }
  .modal-accept-offer-negotiation .modal-body input {
    font-size: 20px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    text-align: left;
    margin-top: 20px;
    height: 40px;
    width: 270px; }
    @media (max-width: 768px) {
      .modal-accept-offer-negotiation .modal-body input {
        font-size: 4.8vw;
        width: 50vw; } }
  .modal-accept-offer-negotiation .modal-body input::-webkit-input-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-accept-offer-negotiation .modal-body input::-webkit-input-placeholder {
        font-size: 3.6vw; } }
  .modal-accept-offer-negotiation .modal-body input::-moz-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-accept-offer-negotiation .modal-body input::-moz-placeholder {
        font-size: 3.6vw; } }
  .modal-accept-offer-negotiation .modal-body input:-ms-input-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-accept-offer-negotiation .modal-body input:-ms-input-placeholder {
        font-size: 3.6vw; } }
  .modal-accept-offer-negotiation .modal-body input:-moz-placeholder {
    font-size: 18px; }
    @media (max-width: 768px) {
      .modal-accept-offer-negotiation .modal-body input:-moz-placeholder {
        font-size: 3.6vw; } }

.modal-reject-offer-negotiation .modal-body input {
  font-size: 20px;
  height: 40px; }

.modal-reject-offer-negotiation .top-border.modal-footer.top-border {
  border-top: 1px solid #eeeeee;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 768px) {
    .modal-reject-offer-negotiation .top-border.modal-footer.top-border {
      margin-right: 3vw;
      margin-left: 3vw;
      margin-top: 4vh;
      padding-top: 3vh; } }

.modal-reject-offer-negotiation button:first-child {
  margin-left: 0; }

.modal-reject-offer-negotiation button:last-child {
  margin-right: 0; }

.viva-negotiation-list {
  width: 75%;
  margin: 160px auto 30px;
  background-color: #FFF;
  border-radius: 5px;
  max-width: 1189px;
  padding: 15px; }
  @media (max-width: 768px) {
    .viva-negotiation-list {
      display: inline-block;
      margin: 0px;
      margin-top: 18vw;
      width: 100%;
      border-radius: 0px;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .viva-negotiation-list {
      margin-top: 18vh; } }
  .viva-negotiation-list h1 {
    font-family: 'foundrysterling-mediumregular';
    font-size: 25px;
    margin: 20px 0 0;
    color: #666;
    margin-bottom: 25px;
    margin-left: 15px; }
    @media (max-width: 768px) {
      .viva-negotiation-list h1 {
        font-size: 7vw;
        margin-bottom: 1vw;
        margin-left: 5vw;
        margin-top: 0.5vw; } }
  .viva-negotiation-list #tabs-negotiation-offers li {
    width: 25%;
    background-color: white;
    border: none;
    border-bottom: 1px solid #ECECEC;
    border-radius: 5px 5px 0 0; }
    @media (max-width: 768px) {
      .viva-negotiation-list #tabs-negotiation-offers li {
        display: inline-block;
        width: 47%;
        margin: 0;
        font-size: 4vw;
        margin-left: 2vw;
        border-bottom: 0; } }
    .viva-negotiation-list #tabs-negotiation-offers li .new-offers {
      width: 15px;
      height: 15px;
      margin-right: 2px;
      display: inline-block;
      background: url("../../../images/vivanuncios/notification_red_dot.svg") top/contain no-repeat; }
      @media (max-width: 768px) {
        .viva-negotiation-list #tabs-negotiation-offers li .new-offers {
          width: 10px;
          height: 10px;
          margin-right: 2px; } }
    .viva-negotiation-list #tabs-negotiation-offers li.active {
      background-color: #ECECEC; }
      .viva-negotiation-list #tabs-negotiation-offers li.active .new-offers {
        display: none !important; }
      .viva-negotiation-list #tabs-negotiation-offers li.active span {
        color: #666;
        font-size: 18px;
        font-family: 'foundrysterling-demiregular'; }
        @media (max-width: 768px) {
          .viva-negotiation-list #tabs-negotiation-offers li.active span {
            font-size: 3.6vw; } }
    .viva-negotiation-list #tabs-negotiation-offers li button {
      border: none;
      background: transparent;
      width: 100%;
      height: 100%;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (max-width: 768px) {
        .viva-negotiation-list #tabs-negotiation-offers li button {
          font-size: 3.6vw; } }
      .viva-negotiation-list #tabs-negotiation-offers li button span {
        color: #666;
        font-size: 18px;
        font-family: 'foundrysterling-lightregular'; }
        @media (max-width: 768px) {
          .viva-negotiation-list #tabs-negotiation-offers li button span {
            font-size: 3.6vw; } }
  .viva-negotiation-list .tab-content {
    background-color: #ECECEC;
    padding: 10px;
    border-radius: 5px; }
    @media (max-width: 768px) {
      .viva-negotiation-list .tab-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; } }
    .viva-negotiation-list .tab-content .tab-pane {
      background-color: white;
      border-radius: 5px;
      height: 500px;
      overflow-y: auto; }
      .viva-negotiation-list .tab-content .tab-pane.no-items {
        background-color: #ececec; }
        .viva-negotiation-list .tab-content .tab-pane.no-items div {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .viva-negotiation-list .tab-content .tab-pane.no-items div p:first-child {
            font-size: 22px; }
          .viva-negotiation-list .tab-content .tab-pane.no-items div p {
            color: #686868; }
      @media (max-width: 768px) {
        .viva-negotiation-list .tab-content .tab-pane {
          height: 72vh; }
          .viva-negotiation-list .tab-content .tab-pane .message-no-items {
            padding: 15px;
            text-align: center; }
            .viva-negotiation-list .tab-content .tab-pane .message-no-items p:first-child {
              font-size: 5vw !important; }
            .viva-negotiation-list .tab-content .tab-pane .message-no-items p {
              font-size: 3.5vw; } }

.viva-negotiation-container-item {
  position: relative;
  width: 100%;
  height: 80px; }
  @media (max-width: 768px) {
    .viva-negotiation-container-item {
      height: 20vw; } }

.viva-negotiation-sub-container-item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: white;
  border-bottom: 1px solid #e5e5e5; }
  .viva-negotiation-sub-container-item.item-new-chats {
    background: #f2fdfd; }
    .viva-negotiation-sub-container-item.item-new-chats::after {
      background: url("../../../images/vivanuncios/triangle.svg") top/contain no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 30px;
      height: 30px; }
      @media (max-width: 768px) {
        .viva-negotiation-sub-container-item.item-new-chats::after {
          width: 5vw;
          height: 5vw; } }
  .viva-negotiation-sub-container-item:hover {
    background: #d9f9f9;
    cursor: pointer; }
  .viva-negotiation-sub-container-item .user-box {
    border: 2px solid white;
    border-radius: 100%;
    min-width: 65px;
    height: 65px;
    box-shadow: 3px 3px 25px 3px #ccc;
    margin-left: 15px;
    margin-right: 15px;
    background: url("../../../images/vivanuncios/avatar_ph_image_4.svg") center center/cover; }
    @media (max-width: 768px) {
      .viva-negotiation-sub-container-item .user-box {
        min-width: 12vw;
        height: 12vw;
        margin-right: 4vw;
        margin-left: 3vw;
        box-shadow: 0px 0px 12px 1px #ccc; } }
  .viva-negotiation-sub-container-item .text-red {
    color: #fd5632; }
  .viva-negotiation-sub-container-item .text-green {
    color: #84cc03; }
  .viva-negotiation-sub-container-item .info-container .name-from {
    color: #30adfe;
    font-family: 'foundrysterling-mediumregular';
    font-size: 16px; }
    @media (max-width: 768px) {
      .viva-negotiation-sub-container-item .info-container .name-from {
        font-size: 4vw; } }
  .viva-negotiation-sub-container-item .info-container .chat-legend {
    color: #666;
    font-family: 'foundrysterling-bookregular';
    font-weight: bold;
    word-break: break-all;
    max-width: 800px; }
    @media (max-width: 768px) {
      .viva-negotiation-sub-container-item .info-container .chat-legend {
        font-size: 3.5vw;
        max-width: 62vw;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; } }
  .viva-negotiation-sub-container-item .info-container .date-reciever {
    color: #b0b0b0;
    font-family: 'foundrysterling-lightregular'; }
    @media (max-width: 768px) {
      .viva-negotiation-sub-container-item .info-container .date-reciever {
        font-size: 3vw; } }
  .viva-negotiation-sub-container-item .image-item-container {
    display: flex;
    height: 80px;
    min-width: 80px;
    flex-grow: 10;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .viva-negotiation-sub-container-item .image-item-container {
        height: 19vw;
        min-width: 19vw; } }
    .viva-negotiation-sub-container-item .image-item-container img {
      height: 80px;
      width: 80px; }
      @media (max-width: 768px) {
        .viva-negotiation-sub-container-item .image-item-container img {
          height: 19vw;
          width: 19vw; } }

.item-sold .modal-content {
  width: 500px;
  margin: auto; }
  @media (max-width: 768px) {
    .item-sold .modal-content {
      width: 80vw;
      margin-top: 38vw;
      margin-right: 12vw;
      margin-left: 12vw; } }
  .item-sold .modal-content h4 {
    font-weight: bold;
    font-size: 25px;
    text-align: center; }
    @media (max-width: 768px) {
      .item-sold .modal-content h4 {
        font-size: 6vw; } }
  .item-sold .modal-content p {
    text-align: center;
    font-size: 16px; }
    @media (max-width: 768px) {
      .item-sold .modal-content p {
        font-size: 4vw; } }
  .item-sold .modal-content .modal-footer {
    margin-top: 10px;
    border-top: 1px solid #e6e6e6; }

.spinner-container {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .spinner-container .loading-container {
    margin-top: 40%; }

#mbfgd-suggestions.dropdown-menu {
  display: block; }

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social.btn-lg {
  padding-left: 61px; }

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social.btn-sm {
  padding-left: 38px; }

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social.btn-xs {
  padding-left: 30px; }

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0; }

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social-icon.btn-lg {
  padding-left: 61px; }

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social-icon.btn-sm {
  padding-left: 38px; }

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social-icon.btn-xs {
  padding-left: 30px; }

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important; }

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0; }

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none; }

.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn, .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn[disabled].active, fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff; }

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none; }

.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff; }

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none; }

.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff; }

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none; }

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff; }

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none; }

.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff; }

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none; }

.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github .badge {
  color: #444;
  background-color: #fff; }

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none; }

.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus, .btn-google.disabled:active, .btn-google[disabled]:active, fieldset[disabled] .btn-google:active, .btn-google.disabled.active, .btn-google[disabled].active, fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff; }

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none; }

.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff; }

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none; }

.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff; }

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none; }

.btn-microsoft.disabled, .btn-microsoft[disabled], fieldset[disabled] .btn-microsoft, .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus, .btn-microsoft.disabled:active, .btn-microsoft[disabled]:active, fieldset[disabled] .btn-microsoft:active, .btn-microsoft.disabled.active, .btn-microsoft[disabled].active, fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff; }

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none; }

.btn-odnoklassniki.disabled, .btn-odnoklassniki[disabled], fieldset[disabled] .btn-odnoklassniki, .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus, .btn-odnoklassniki.disabled:active, .btn-odnoklassniki[disabled]:active, fieldset[disabled] .btn-odnoklassniki:active, .btn-odnoklassniki.disabled.active, .btn-odnoklassniki[disabled].active, fieldset[disabled] .btn-odnoklassniki.active {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff; }

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none; }

.btn-openid.disabled, .btn-openid[disabled], fieldset[disabled] .btn-openid, .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus, .btn-openid.disabled:active, .btn-openid[disabled]:active, fieldset[disabled] .btn-openid:active, .btn-openid.disabled.active, .btn-openid[disabled].active, fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff; }

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none; }

.btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff; }

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none; }

.btn-reddit.disabled, .btn-reddit[disabled], fieldset[disabled] .btn-reddit, .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus, .btn-reddit.disabled:active, .btn-reddit[disabled]:active, fieldset[disabled] .btn-reddit:active, .btn-reddit.disabled.active, .btn-reddit[disabled].active, fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000; }

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none; }

.btn-soundcloud.disabled, .btn-soundcloud[disabled], fieldset[disabled] .btn-soundcloud, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus, .btn-soundcloud.disabled:active, .btn-soundcloud[disabled]:active, fieldset[disabled] .btn-soundcloud:active, .btn-soundcloud.disabled.active, .btn-soundcloud[disabled].active, fieldset[disabled] .btn-soundcloud.active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff; }

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none; }

.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff; }

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none; }

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff; }

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none; }

.btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled].active, fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff; }

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none; }

.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff; }

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none; }

.btn-yahoo.disabled, .btn-yahoo[disabled], fieldset[disabled] .btn-yahoo, .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus, .btn-yahoo.disabled:active, .btn-yahoo[disabled]:active, fieldset[disabled] .btn-yahoo:active, .btn-yahoo.disabled.active, .btn-yahoo[disabled].active, fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff; }
