@import url('https://fonts.googleapis.com/css?family=Open+Sans');


@charset "UTF-8";
@font-face {
  font-family: "iconset";
  src: url("/templates/inthemer/fonts/iconset.eot");
  src: url("/templates/inthemer/fonts/iconset.eot?#iefix") format("embedded-opentype"), url("/templates/inthemer/fonts/iconset.woff") format("woff"), url("/templates/inthemer/fonts/iconset.ttf") format("truetype"), url("/templates/inthemer/fonts/iconset.svg#iconset") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "iconset" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ic-"]:before, [class*=" ic-"]:before {
  font-family: "iconset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ic-bars:before {
  content: "\61"; }

.ic-angle-right:before {
  content: "\62"; }

.ic-angle-up:before {
  content: "\63"; }

.ic-angle-left:before {
  content: "\64"; }

.ic-angle-down:before {
  content: "\65"; }


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@charset "UTF-8";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: 0.75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }

  50% {
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }

  30% {
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    transform: scale3d(1.05, 0.95, 1); }

  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    transform: translateX(2px) rotateY(3deg); }

  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

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

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@keyframes wobble {
  from {
    transform: none; }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    transform: translate3d(0, -10px, 0); }

  90% {
    transform: translate3d(0, 5px, 0); }

  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    transform: translate3d(-10px, 0, 0); }

  90% {
    transform: translate3d(5px, 0, 0); }

  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    transform: translate3d(10px, 0, 0); }

  90% {
    transform: translate3d(-5px, 0, 0); }

  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    transform: translate3d(0, 10px, 0); }

  90% {
    transform: translate3d(0, -5px, 0); }

  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translateY(-10px); }

  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translateY(10px); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

.fadeInDownSmall {
  animation-name: fadeInDownSmall; }

.fadeInUpSmall {
  animation-name: fadeInUpSmall; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    transform: perspective(400px); } }

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

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    transform: perspective(400px); } }

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

@keyframes flipOutX {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

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

@keyframes flipOutY {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    transform: rotate(-10deg); }

  70% {
    transform: rotate(3deg); }

  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ }

@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

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

  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

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

  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

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

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

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

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-4 {
    width: 33.33333%; }

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

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-1 {
    width: 8.33333%; }

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

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

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

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

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

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

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

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

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

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

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

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

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

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

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

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

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

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

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

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

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

  .col-md-11 {
    width: 91.66667%; }

  .col-md-10 {
    width: 83.33333%; }

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

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

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

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

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

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

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

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

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

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

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

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

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

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

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

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

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

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

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

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

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

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

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

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

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

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

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

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

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

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

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

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-10 {
    width: 83.33333%; }

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

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-7 {
    width: 58.33333%; }

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

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-4 {
    width: 33.33333%; }

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

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-1 {
    width: 8.33333%; }

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

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

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

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

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

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

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

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

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

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

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-10 {
    left: 83.33333%; }

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

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-7 {
    left: 58.33333%; }

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

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-4 {
    left: 33.33333%; }

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

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-1 {
    left: 8.33333%; }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

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

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

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

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

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

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }


/* Base */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000; }

img.img-responsive {
  max-width: 100%; }

.page-section {
  max-width: 100%; }

.page-section, .page-article, .page-column {
  min-height: 50px;
  box-sizing: border-box; }

.page-section.is-inline {
  display: flex;
  align-items: center;
  justify-content: center; }

.page-section.is-inline > * {
  display: inline-block;
  /* Row */ }

.page-row {
  max-width: 1346px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 50px;
  overflow: hidden; }

.page-row::after {
  display: block;
  width: 100%;
  clear: both;
  content: " ";
  /* Image */ }

.page-image {
  display: inline-flex; }

.page-image a {
  display: inline-block;
  overflow: hidden; }

.page-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  /* Navigation: Horizontal */ }

.page-nav {
  min-height: 20px;
  padding: 0; }

.page-nav a {
  transition: none; }

.page-nav .menu-button {
  display: none;
  text-decoration: none; }

.page-nav .menu li ul {
  animation-name: fadeInDownSmall;
  animation-duration: 0.3s; }

@media (max-width: 552px) {
  .page-nav-sm {
    display: inline-block; }

  .page-nav-sm .menu {
    display: none; }

  .page-nav-sm .menu-button {
    display: inline-block; } }

@media (max-width: 768px) {
  .page-nav-md {
    display: inline-block; }

  .page-nav-md .menu {
    display: none; }

  .page-nav-md .menu-button {
    display: inline-block; } }

@media (max-width: 1024px) {
  .page-nav-lg {
    display: inline-block; }

  .page-nav-lg .menu {
    display: none; }

  .page-nav-lg .menu-button {
    display: inline-block; } }

.page-nav .menu, .page-nav .menu li, .page-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-nav .menu > li {
  display: inline-block; }

.page-nav .menu > li > a {
  display: block;
  padding: 8px;
  text-decoration: none; }

.page-nav .menu > li.active > a {
  font-weight: bold; }

.page-nav .menu > li ul li a {
  color: #000;
  padding: 8px;
  display: block;
  overflow: hidden;
  background: #fff;
  text-decoration: none; }

.page-nav .menu li ul li.active > a {
  color: #2980b9; }

.page-nav .menu li ul li.active > a:hover {
  color: #2980b9; }

.page-nav .menu ul li:hover > a {
  background-color: #ececec;
  text-decoration: none; }

.page-nav .menu li:hover {
  position: relative;
  z-index: 599;
  cursor: default; }

.page-nav .menu ul {
  display: none;
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 598;
  transition: all 0.5s; }

.page-nav .menu ul li {
  float: none; }

.page-nav .menu ul li:last-child {
  border-bottom: none; }

.page-nav .menu ul ul {
  top: 0px;
  left: 99%; }

.page-nav .menu li:hover > ul {
  display: block; }

.page-nav .menu ul {
  width: 220px; }

.page-nav select {
  display: none; }

.page-nav-hb .menu ul {
  bottom: 100%;
  top: auto; }

.page-nav-hb .menu ul ul {
  bottom: 0;
  top: auto; }

.page-nav-hb .menu li ul {
  animation-name: fadeInUpSmall;
  animation-duration: 0.3s;
  /* Navigation: Vertical */ }

.page-nav-vl .menu li, .page-nav-vr .menu li {
  display: block;
  float: none; }

.page-nav-vl .menu ul, .page-nav-vr .menu ul {
  top: 0;
  left: 100%; }

.page-nav-vr .menu ul, .page-nav-vr .menu ul ul {
  top: 0;
  right: 100%;
  left: auto;
  /* Navigation: Mobile */ }

.page-nav-overlay {
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  animation-duration: 0.5s; }

.page-nav-overlay .menu-close {
  position: absolute;
  z-index: 10001;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: url("/templates/inthemer/images/modal/close.png") no-repeat center center;
  background-size: contain;
  opacity: 0.5; }

.page-nav-overlay ul, .page-nav-overlay ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-nav-overlay ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05); }

.page-nav-overlay ul ul {
  display: none; }

.page-nav-overlay ul ul a {
  font-size: 1em;
  color: #c7cbd4;
  padding-left: 40px; }

.page-nav-overlay ul ul ul a {
  color: #a5adb8;
  padding-left: 60px; }

.page-nav-overlay ul ul ul ul a {
  color: #a5adb8;
  padding-left: 80px; }

.page-nav-overlay .toggler {
  font-size: 10px;
  color: #ccc;
  /* Page Body */ }

.page-body h1 {
  margin-bottom: 15px;
  /* Widgets Position */ }

.page-widgets .widget, .page-widgets .widget_tabbed {
  border: solid 1px #ccc;
  margin-bottom: 10px;
  position: relative; }

.page-widgets .widget:last-child, .page-widgets .widget_tabbed:last-child {
  margin-bottom: 0; }

.page-widgets .widget > .title {
  padding: 10px;
  background: #e6e6e6; }

.page-widgets .widget > .body, .page-widgets .widget_tabbed .widgets > .body {
  padding: 10px;
  background: #fff; }

.page-widgets .widget_tabbed .tabs ul, .page-widgets .widget_tabbed .tabs ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-widgets .widget_tabbed .tabs {
  background: #e6e6e6; }

.page-widgets .widget_tabbed .tabs ul li {
  display: inline-block; }

.page-widgets .widget_tabbed .tabs ul li a {
  padding: 10px 15px;
  cursor: pointer;
  display: block; }

.page-widgets .widget_tabbed .tabs ul li a.active {
  background: #fff;
  color: #000; }

.page-widgets .widget > .title > .links {
  float: right; }

.page-widgets .widget > .title > .links a {
  display: inline-block;
  margin-left: 5px; }

.page-widgets .widget_tabbed .tabs .links {
  float: right; }

.page-widgets .widget_tabbed .tabs .links a {
  display: inline-block;
  padding: 10px 0;
  margin-right: 10px; }

.page-widgets .widget .menu, .page-widgets .widget .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  display: block; }

.page-widgets .widget .menu ul {
  border: solid 1px #ededed;
  border-bottom: none; }

.page-widgets .widget .menu li ul {
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: auto;
  right: 91%;
  width: 220px;
  box-shadow: 0 1px 2px #666;
  z-index: 999; }

.page-widgets .widget .menu li, .controller_actions_menu .menu li {
  border-bottom: solid 1px #fff; }

.page-widgets .widget .menu li:hover, .page-widgets .widget .menu li.active, .controller_actions_menu .menu li:hover, .controller_actions_menu .menu li.active {
  position: relative;
  z-index: 2;
  cursor: default;
  background: #fff; }

.page-widgets .widget .menu li:last-child, .controller_actions_menu .menu li:last-child {
  border-bottom: none; }

.page-widgets .widget .menu li:hover > ul, .controller_actions_menu .menu li:hover > ul {
  visibility: visible;
  z-index: 99999; }

.widget .menu .item, .controller_actions_menu .menu .item {
  background: url("/templates/inthemer/images/icons/item.png") no-repeat 10px center; }

.page-widgets .widget .menu li.active .item, .controller_actions_menu .menu li.active .item {
  color: #000; }

.page-widgets .widget .menu a, .page-widgets .widget .menu span.item, .controller_actions_menu .menu a, .controller_actions_menu .menu span.item {
  overflow: hidden;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 4px 10px;
  padding-left: 36px; }

.page-widgets .widget .menu a:hover, .controller_actions_menu .menu a:hover {
  color: #000; }

.page-widgets .widget .menu .counter, .controller_actions_menu .menu .counter {
  float: right;
  padding: 0px 7px;
  background: #fff;
  border-radius: 50px;
  font-size: 11px;
  color: white; }

.page-widgets .widget .menu li:hover .counter, .controller_actions_menu .menu li:hover .counter {
  background: #bdc3c7;
  /* Page Article */ }

.page-article {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }

a.page-article {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative; }

a.page-text {
  display: block;
  /* Data Wrappers */ }

.page-data-wrap {
  overflow: hidden;
  /* Slider */ }

.page-slider {
  overflow: hidden;
  position: relative; }

.page-slider .slides, .page-slider .slide {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-slider .slides {
  height: 200px;
  position: relative;
  overflow: hidden; }

.page-slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none; }

.page-slider .slide-1 {
  display: block; }

.page-slider .slider-nav-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  cursor: pointer;
  top: 50%;
  margin-top: -32px; }

.page-slider.hide-nav .slider-nav-btn {
  display: none; }

.page-slider.hide-nav:hover .slider-nav-btn {
  display: block; }

.page-slider .slider-nav-btn.prev {
  background: url("/templates/inthemer/images/ui/slide-left.png") no-repeat center center; }

.page-slider .slider-nav-btn.next {
  background: url("/templates/inthemer/images/ui/slide-right.png") no-repeat center center;
  right: 0;
  /* Tabs */ }

.page-tabs .tabs-list, .page-tabs .tab-link {
  list-style: none;
  padding: 0;
  margin: 0; }

.page-tabs .tabs-list {
  border-bottom: solid 1px #aab1bc; }

.page-tabs .tab-link {
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: -1px;
  cursor: pointer;
  border: solid 1px transparent;
  color: #aab1bc; }

.page-tabs .tab-link:hover {
  color: #636c78; }

.page-tabs .tab-link.active {
  border: solid 1px #aab1bc;
  border-bottom: solid 1px #fff;
  color: #000;
  background: #fff; }

.page-tabs .tab-pane {
  padding: 20px;
  border: solid 1px #aab1bc;
  border-top: none;
  margin-top: -1px;
  display: none; }

.page-tabs .tab-pane.active {
  display: block;
  /* Accordion */ }

.page-accordion .accordion-pane {
  border: solid 0px #aab1bc;
  margin-bottom: 5px;
  transition: all 0.3s; }

.page-accordion .accordion-pane:last-child {
  margin-bottom: 0; }

.page-accordion .accordion-pane .pane-title, .page-accordion .accordion-pane .pane-body {
  padding: 15px; }

.page-accordion .accordion-pane .pane-title {
  background: #f4f6f8;
  color: #aab1bc;
  cursor: pointer; }

.page-accordion .accordion-pane .pane-title:hover {
  color: #000; }

.page-accordion .accordion-pane .pane-body {
  display: none;
  background: #fff; }

.page-accordion .accordion-pane.active .pane-title {
  background: #fff;
  color: #000;
  font-weight: bold;
  border-bottom: dotted 1px #aab1bc; }

.page-accordion .accordion-pane.active .pane-body {
  display: block;
  /* YouTube */ }

.page-youtube {
  display: inline-block;
  /* Breadcrumbs */ }

.page-breadcrumb ul, .page-breadcrumb ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-breadcrumb ul {
  overflow: hidden; }

.page-breadcrumb ul li {
  float: left; }

.page-breadcrumb ul li.sep {
  padding: 0 10px;
  /* Background Section */ }

.page-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* Search Form */ }

.page-search, .page-search * {
  box-sizing: border-box; }

.page-search form {
  display: inline-block; }

.page-search input, .page-search button {
  min-height: 25px;
  padding: 0 5px;
  float: left;
  border: solid 1px #646c79; }

.page-search input {
  border-right: none; }

.page-search button {
  background: #ececec;
  cursor: pointer;
  padding: 0 15px; }

.page-search button:hover {
  background: #ccc; }


a, a.ajaxlink {
  margin: 0px 0px 0px 0px;
  will-change: all;
  color: #000;
  transition: background 0.15s linear, color 0.15s linear;
  display: inline-block; }

a:hover, a.ajaxlink:hover {
  color: #000; }

a.ajaxlink {
  text-decoration: none;
  border-bottom: dashed 1px #000; }

a.ajaxlink:hover {
  text-decoration: none;
  border-bottom: dashed 1px #000; }

h1 {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 10px; }

h1 span {
  color: #fff; }

h1 a {
  color: #fff; }

h1 a:hover {
  color: #d9d9d9; }

h1, h2, h3, h4, h5, h6 {
  color: #f2f2f2;
  font-weight: normal; }

p {
  line-height: 21px; }

p:first-child {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 0px 0px 0px; }

pre {
  display: block;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 0.5em #ccc;
  padding: 10px;
  margin: 0; }

code pre {
  display: block;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f8f8f8;
  padding: 5px 15px;
  box-shadow: none;
  margin: 0;
  font-size: 12px;
  line-height: 20px; }

blockquote {
  padding: 6px 10px;
  background: #f9f9f9;
  border-left: solid 4px #ededed;
  color: #666;
  font-style: italic;
  margin: 0; }

.positive {
  color: green; }

.negative {
  color: red; }

.hide_tag {
  background: url("../images/icons/lock.png") no-repeat 5px center #e67e22;
  color: #fff;
  padding: 5px 10px 5px 25px;
  overflow: hidden; }

.hide_billing {
  background: url("../images/icons/coin.png") no-repeat 5px center #3498db; }

.user_field_denied {
  background-color: #7f8c8d; }

.hide_tag_allow {
  border-left: 3px solid #e67e22;
  padding: 5px 0 5px 10px;
  overflow: hidden; }


/* Session messages ========================================================= */
.sess_messages {
  margin-bottom: 10px; }

.sess_messages div {
  padding: 10px;
  padding-left: 30px;
  background: #f9f9f9;
  line-height: 16px;
  margin-bottom: 2px;
  color: #fff; }

.sess_messages div a {
  color: #ecf0f1; }

.sess_messages div a:hover {
  color: #d35400; }

.sess_messages .info {
  background: url("/templates/inthemer/images/icons/info.png") no-repeat 10px center;
  background-color: #2980b9; }

.sess_messages .success {
  background: url("/templates/inthemer/images/icons/accept.png") no-repeat 10px center;
  background-color: #27ae60; }

.sess_messages .error {
  background: url("/templates/inthemer/images/icons/error.png") no-repeat 10px center;
  background-color: #e74c3c; }

.sess_messages .message_info_in_page {
  color: #555;
  padding: 10px 15px; }

.ui_message {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #e4f1fe;
  border-color: #2980b9;
  border-width: 1px;
  border-style: solid;
  border-left-width: 10px;
  color: #555; }

.ui_message.ui_warning {
  background-color: #fde3a7;
  border-color: #f39c12; }

.ui_message.ui_error {
  background-color: #f1a9a0;
  border-color: #e74c3c; }

#alert_wrap {
  box-sizing: border-box;
  overflow: hidden;
  width: 320px; }

#alert_wrap .ui_message {
  margin-bottom: 0;
  /* Indicators =============================================================== */ }

.loading {
  padding-left: 20px;
  background: url("/templates/inthemer/images/loader16.gif") no-repeat left center; }

.loading-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/templates/inthemer/images/loader16.gif") no-repeat left center; }

.loading-panel {
  background: url("/templates/inthemer/images/loader24.gif") no-repeat center center; }

.is_private, .is_closed {
  display: inline-block;
  cursor: help;
  width: 16px;
  height: 16px;
  background: url("/templates/inthemer/images/icons/eye.png") no-repeat left top; }

.content_list_item .is_private, .widget_content_list .is_private, .content_list .is_private, .content_list_item .is_closed, .widget_content_list .is_closed {
  height: 14px; }

.is_closed {
  background: url("/templates/inthemer/images/icons/lock.png") no-repeat left top; }

.is_online {
  background: #40d47e;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  padding: 1px 6px;
  border-radius: 4px;
  display: inline-block;
  /* Menu icons =============================================================== */ }

.icon-accept, .page-widgets .menu .lock .item {
  background-image: url("/templates/inthemer/images/icons/lock.png"); }

.icon-accept, .page-widgets .menu .accept .item {
  background-image: url("/templates/inthemer/images/icons/accept.png"); }

.icon-add, .page-widgets .menu .add .item {
  background-image: url("/templates/inthemer/images/icons/add.png"); }

.icon-edit, .page-widgets .menu .edit .item {
  background-image: url("/templates/inthemer/images/icons/edit.png"); }

.icon-delete, .page-widgets .menu .delete .item {
  background-image: url("/templates/inthemer/images/icons/delete.png"); }

.icon-save, .page-widgets .menu .save .item {
  background-image: url("/templates/inthemer/images/icons/save.png"); }

.icon-cancel, .page-widgets .menu .cancel .item {
  background-image: url("/templates/inthemer/images/icons/cancel.png"); }

.icon-key, .page-widgets .menu .key .item {
  background-image: url("/templates/inthemer/images/icons/key.png"); }

.icon-page_gear, .page-widgets .menu .page_gear .item {
  background-image: url("/templates/inthemer/images/icons/page_gear.png"); }

.icon-folder_add, .page-widgets .menu .folder_add .item {
  background-image: url("/templates/inthemer/images/icons/folder_add.png"); }

.icon-folder_edit, .page-widgets .menu .folder_edit .item {
  background-image: url("/templates/inthemer/images/icons/folder_edit.png"); }

.icon-folder_delete, .page-widgets .menu .folder_delete .item {
  background-image: url("/templates/inthemer/images/icons/folder_delete.png"); }

.icon-user_add, .page-widgets .menu .user_add .item {
  background-image: url("/templates/inthemer/images/icons/user_add.png"); }

.icon-user_delete, .page-widgets .menu .user_delete .item {
  background-image: url("/templates/inthemer/images/icons/user_delete.png"); }

.icon-group, .page-widgets .menu .group .item {
  background-image: url("/templates/inthemer/images/icons/group.png"); }

.icon-group_add, .page-widgets .menu .group_add .item {
  background-image: url("/templates/inthemer/images/icons/group_add.png"); }

.icon-group_delete, .page-widgets .menu group_delete .item {
  background-image: url("/templates/inthemer/images/icons/group_delete.png"); }

.icon-profile, .page-widgets .menu .profile .item {
  background-image: url("/templates/inthemer/images/icons/profile.png"); }

.icon-messages, .page-widgets .menu .messages .item {
  background-image: url("/templates/inthemer/images/icons/messages.png"); }

.icon-info, .page-widgets .menu .info .item {
  background-image: url("/templates/inthemer/images/icons/info.png"); }

.icon-blog, .page-widgets .menu .blog .item {
  background-image: url("/templates/inthemer/images/icons/blog.png"); }

.icon-settings, .page-widgets .menu .settings .item {
  background-image: url("/templates/inthemer/images/icons/settings.png"); }

.icon-cpanel, .page-widgets .menu .cpanel .item {
  background-image: url("/templates/inthemer/images/icons/cpanel.png"); }

.icon-more, .page-widgets .menu .more > .item {
  background-image: url("/templates/inthemer/images/icons/folders.png"); }

.icon-logout, .page-widgets .menu .logout .item {
  background-image: url("/templates/inthemer/images/icons/logout.png"); }

.icon-checklist, .page-widgets .menu .checklist .item {
  background-image: url("/templates/inthemer/images/icons/checklist.png"); }

.icon-images, .page-widgets .menu .images .item {
  background-image: url("/templates/inthemer/images/icons/images.png"); }

.icon-invites, .page-widgets .menu .invites .item {
  background-image: url("/templates/inthemer/images/icons/signature.png"); }

.icon-balance, .page-widgets .menu .balance .item {
  background-image: url("/templates/inthemer/images/icons/coin.png"); }

.icon-transfer, .page-widgets .menu .transfer .item {
  background-image: url("/templates/inthemer/images/icons/transfer.png"); }

.icon-coins_add, .page-widgets .menu .coins_add .item {
  background-image: url("/templates/inthemer/images/icons/coins_add.png"); }

.icon-coins_delete, .page-widgets .menu .coins_delete .item {
  background-image: url("/templates/inthemer/images/icons/coins_delete.png"); }

.icon-basket_put, .page-widgets .menu .basket_put .item {
  background-image: url("/templates/inthemer/images/icons/basket_put.png"); }

.icon-basket_remove, .page-widgets .menu .basket_remove .item {
  background-image: url("/templates/inthemer/images/icons/basket_remove.png"); }

.icon-basket, .page-widgets .menu .basket .item {
  background-image: url("/templates/inthemer/images/icons/basket.png"); }

.icon-newspaper_add, .page-widgets .menu .newspaper_add .item {
  background-image: url("/templates/inthemer/images/icons/newspaper_add.png"); }

.icon-newspaper_delete, .page-widgets .menu .newspaper_delete .item {
  background-image: url("/templates/inthemer/images/icons/newspaper_delete.png"); }

.icon-bell, .page-widgets .menu .bell .item {
  background-image: url("/templates/inthemer/images/icons/bell.png"); }

.icon-subscribe, .menu .subscribe .item {
  background-image: url("/templates/inthemer/images/icons/subscribe.png"); }

.icon-unsubscribe, .menu .unsubscribe .item {
  background-image: url("/templates/inthemer/images/icons/unsubscribe.png");
  /* Misc icons =============================================================== */ }

.medal-icon-16 {
  width: 16px;
  height: 32px; }

.medal1-16 {
  background: url("/templates/inthemer/images/icons/medal_gold.png") no-repeat center center; }

.medal2-16 {
  background: url("/templates/inthemer/images/icons/medal_silver.png") no-repeat center center; }

.medal3-16 {
  background: url("/templates/inthemer/images/icons/medal_bronze.png") no-repeat center center; }

.medal-icon-32 {
  width: 32px;
  height: 64px; }

.medal1-32 {
  background: url("/templates/inthemer/images/icons32/medal_gold.png") no-repeat center center; }

.medal2-32 {
  background: url("/templates/inthemer/images/icons32/medal_silver.png") no-repeat center center; }

.medal3-32 {
  background: url("/templates/inthemer/images/icons32/medal_bronze.png") no-repeat center center;
  /* Pills Menu =============================================================== */ }

.pills-menu, .pills-menu li, .pills-menu-small, .pills-menu-small li {
  margin: 0;
  padding: 0;
  list-style: none; }

.pills-menu {
  margin-bottom: 20px; }

.pills-menu, .pills-menu-small {
  overflow: hidden;
  clear: both; }

.pills-menu li, .pills-menu-small li {
  float: left;
  padding: 0 10px;
  border-radius: 3px;
  background: #fff; }

.pills-menu li {
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  margin-right: 12px; }

.pills-menu-small li {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-right: 6px; }

.pills-menu li.active, .pills-menu-small li.active {
  background: #666;
  color: #fff; }

.pills-menu li a, .pills-menu-small li a {
  color: #666;
  text-decoration: none; }

.pills-menu li a:hover, .pills-menu-small li a:hover {
  color: #ccc; }

.pills-menu li.active a, .pills-menu-small li.active a {
  color: #fff; }

.pills-menu li .counter, .pills-menu-small li .counter {
  color: #bdc3c7;
  font-size: 11px; }

.pills-menu li.active .counter, .pills-menu-small li.active .counter {
  color: #a3cae0;
  /* Tabs Menu =============================================================== */ }

.tabs-menu {
  margin-bottom: 20px;
  position: relative;
  clear: both; }

.tabs-menu ul, .tabs-menu li, ul.field_tabbed, ul.field_tabbed > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.tabs-menu > ul {
  border-bottom: solid 1px #fff;
  height: 33px;
  clear: both; }

.tabs-menu .tabbed li {
  float: left;
  font-size: 15px;
  margin-right: 3px;
  background: #fff; }

.tabs-menu .tabbed li a {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  border: solid 1px #fff;
  border-bottom: transparent;
  height: 32px;
  line-height: 32px; }

.tabs-menu .tabbed li a {
  color: #ccc; }

.tabs-menu .tabbed li a:hover {
  background-color: #fff;
  color: #b3b3b3; }

.tabs-menu .tabbed li.active a, .tabs-menu .tabbed li.active a:hover {
  cursor: default;
  color: #808080;
  border: solid 1px #fff;
  border-bottom: none;
  background-color: #fff;
  margin: 1px 0 0 0;
  border-radius: 5px 5px 0 0; }

.tabs-menu li a .counter {
  color: #2b2b2b;
  font-size: 12px;
  margin-top: -15px;
  border-radius: 10px; }

.tabs-menu li.more > .item {
  padding-right: 5px; }

.tabs-menu li.more > .item > span {
  background: url("/templates/inthemer/images/icons/bullet_arrow_down.png") no-repeat left top;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px; }

.tabs-menu li.active a .counter {
  color: #68809b; }

.tabs-menu li a:hover .counter {
  color: #68809b; }

.tabs-menu li.folder > ul {
  visibility: hidden;
  position: absolute;
  border: solid 1px #c7cbd4;
  float: none;
  margin-top: -1px;
  margin-left: 1px;
  z-index: 1500; }

.tabs-menu li.folder > ul li {
  border: none;
  width: 100%;
  float: none; }

.tabs-menu li.folder > ul li a {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0; }

.tabs-menu li.folder > ul li a:hover {
  color: #2b2b2b;
  border: none !important; }

.tabs-menu li.folder > ul li a span {
  padding: 0 10px; }

.tabs-menu li.folder:hover > ul {
  visibility: visible; }

.tabs-menu > select {
  display: none; }

.controller_actions_menu ul.menu, .controller_actions_menu ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0; }

.controller_actions_menu {
  float: right;
  position: relative; }

.controller_actions_menu ul.menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 300px;
  right: 0;
  border: 1px solid #dfe6ed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  background: #fff; }

.controller_actions_menu ul.menu li {
  padding: 3px 0;
  line-height: 100%; }

.group_menu_title {
  background: url("/templates/inthemer/images/icons/menu.png") no-repeat center right;
  background-color: #fff;
  background-position: center right 11px;
  border-radius: 2px;
  color: #b3b3b3;
  padding: 11px 39px 11px 16px;
  cursor: pointer;
  display: block; }

.group_menu_title.loading {
  background-image: url("/templates/inthemer/images/loader16.gif"); }

.group_menu_title:hover, #body .controller_actions_menu > input:checked + .group_menu_title {
  border-radius: 2px 2px 0 0;
  background-color: #fff; }

.controller_actions_menu > input {
  display: none; }

.controller_actions_menu > input:checked + label + ul.menu {
  display: block; }

.list_actions_menu .menu a {
  padding: 4px 10px; }

.list_actions_menu .group_menu_title {
  padding: 0;
  display: block;
  width: 38px;
  height: 28px;
  margin: 0 0 0 10px;
  /* Panels =================================================================== */ }

.gui-panel {
  background: #fff;
  border: solid 1px #f2f2f2;
  border-radius: 6px;
  margin: 20px 0;
  padding: 15px;
  color: #a6a6a6;
  box-sizing: border-box;
  clear: both; }

.gui-panel h3 {
  margin-top: 0;
  margin-bottom: 5px; }

.filter-panel {
  padding: 0; }

.filter-panel:hover {
  border-color: #ccc; }

.filter-panel .filter-link a {
  display: block;
  padding: 7px 5px;
  padding-left: 10px;
  text-decoration: none;
  color: #666; }

.filter-panel .filter-link a:hover {
  border-color: #ccc; }

.filter-panel .filter-link a span {
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/search.png") no-repeat left center; }

.filter-panel .filter-container {
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  position: relative; }

.filter-close {
  font-size: 0.9em;
  line-height: 0.9em;
  position: absolute;
  top: 6px;
  right: 9px; }

.filter-close a {
  color: #b3b3b3;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: 10000px;
  background: url("/templates/inthemer/images/filter_close.png") no-repeat left center;
  opacity: 0.15; }

.filter-close a:hover {
  opacity: 0.25; }

.filter-panel .fields {
  box-sizing: border-box;
  clear: both; }

.filter-panel .fields .title {
  color: #fff;
  margin-bottom: 3px; }

.filter-panel .input, .filter-panel select {
  margin: 0; }

.filter-panel select {
  padding: 3px 4px; }

.filter-panel .fields .field {
  min-height: 50px;
  width: 49%;
  margin-bottom: 15px;
  box-sizing: border-box; }

.filter-panel .fields .field:nth-child(even) {
  float: right; }

.filter-panel .fields .field:nth-child(odd) {
  float: left; }

.filter-panel .input_checkbox_list {
  overflow: hidden; }

.filter-panel .input_checkbox_list label {
  float: left;
  margin-right: 5px;
  color: #2b2b2b;
  font-size: 12px; }

.filter-panel .buttons {
  overflow: hidden;
  clear: both;
  margin-top: 5px; }

.filter-panel .buttons .button-submit {
  float: left;
  padding: 8px; }

.filter-panel .spinner {
  display: none; }

.filter-panel .buttons .link {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: 10px; }

.filter-panel .buttons .link a {
  color: #666; }

.filter-panel .buttons .link a:hover {
  color: #ccc;
  /* Lists ==================================================================== */ }

.striped-list .item {
  padding: 10px 0;
  border-bottom: dashed 1px #ededed;
  clear: both;
  width: 100%;
  display: inline-block;
  box-sizing: border-box; }

.striped-list .item:last-child {
  border: none; }

.striped-list .item .position, .striped-list .item .icon, .striped-list .item .title, .striped-list .item .title-multiline, .striped-list .item .actions {
  float: left;
  margin-right: 15px; }

.striped-list .item .icon img {
  display: block; }

.striped-list .item .position {
  text-align: center; }

.striped-list .item .actions {
  float: right;
  margin-right: 0;
  color: #666; }

.striped-list .item .actions:before {
  content: attr(data-notice_title);
  background-color: #2980b9;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 10px; }

.striped-list.list-16 .item {
  min-height: 16px;
  line-height: 16px; }

.striped-list.list-32 .item {
  min-height: 32px;
  line-height: 32px; }

.striped-list.list-48 .item {
  min-height: 48px;
  line-height: 48px; }

.striped-list.list-64 .item {
  min-height: 64px;
  line-height: 64px; }

.striped-list.list-32 .item .position {
  width: 16px;
  height: 32px; }

.striped-list.list-64 .item .position {
  width: 32px;
  height: 64px; }

.striped-list .item .title-multiline {
  line-height: 16px;
  float: none;
  padding-left: 45px; }

.striped-list .rate_value {
  padding: 5px 10px;
  border: solid 1px #ededed;
  width: 40px;
  text-align: center;
  cursor: help; }

.striped-list .rate_value.positive {
  color: green; }

.striped-list .rate_value.negative {
  color: red; }

.striped-list .rate_value.zero {
  color: #ccc;
  /* Pagination =============================================================== */ }

.pagebar {
  clear: both;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 30px; }

.pagebar_title {
  color: #2b2b2b;
  margin: 5px; }

.pagebar_page {
  margin: 2px;
  padding: 6px; }

.pagebar_current {
  background-color: #2b2b2b;
  color: #fff;
  margin: 3px;
  padding: 6px; }

.pagebar_nav {
  margin-right: 15px; }

.pagebar_nav .disabled {
  color: #bdc3c7; }

.pagebar_nav .pagebar_page:first-child {
  margin-left: 0;
  margin-right: 5px; }

.pagebar_nav .pagebar_page {
  padding: 6px 0; }

.pagebar_pages .pagebar_page:hover {
  background: #ecf0f1;
  text-decoration: none;
  color: #2b2b2b; }

.pagebar_notice {
  display: inline-block;
  font-size: 12px;
  color: #bdc3c7;
  margin-left: 20px; }

.show-more {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #b3c2c9;
  color: #fff;
  padding: 7px;
  margin: 17px 0 20px 0;
  background-position: center center;
  height: 26px;
  box-sizing: border-box;
  line-height: 12px;
  position: relative; }

#user_profile_tab_content .show-more {
  margin-bottom: 0; }

.show-more.show_spinner {
  background-color: #fff; }

.show-more.show_spinner > span {
  display: none; }

.show-more:hover {
  background-color: #bed4de;
  color: #fff; }

.show-more .spinner {
  display: none; }

.show-more.show_spinner .spinner {
  display: block;
  margin-top: 0px; }

.show-more.show_spinner:hover {
  background-color: inherit; }

.nyroModalData .show-more {
  height: auto;
  margin: 0;
  padding: 10px 0;
  /* Forms and Inputs ========================================================= */ }

form .field {
  margin-bottom: 6px; }

form .field:last-child {
  margin-bottom: 0; }

form fieldset {
  padding: 10px 15px 15px 15px;
  border: solid 0px #fff;
  margin-bottom: 0px; }

form fieldset.highlight {
  background: #fff; }

form fieldset legend {
  color: #fff; }

form .label {
  padding: 5px 0; }

form .field label {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  color: #999; }

form .field label > input[type=checkbox] {
  position: relative;
  bottom: -1.3px; }

.filter-panel form .field label > input[type=checkbox] {
  bottom: -1.5px; }

form .field_error .error_text {
  font-size: 12px;
  color: #c0392b;
  float: right;
  margin-top: 8px; }

form #f_slug.field_error .error_text {
  float: none; }

.input {
  line-height: normal; }

.input, .date-input, .city-input, .textarea, select {
  border: solid 1px #000;
  padding: 0 7px;
  font-size: 14px;
  color: #000;
  outline: none;
  box-sizing: border-box;
  height: 27px;
  line-height: 25px;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  transition: box-shadow ease-in-out 0.15s;
  border-radius: 4px; }

.input:focus, .textarea:focus {
  border: solid 2px #999;
  background: #fff; }

.input, .textarea, select {
  width: 100%; }

.textarea {
  height: 200px;
  resize: vertical; }

.date-input {
  width: 90px; }

.input-small {
  width: 65px; }

.input-number {
  width: 110px; }

.input-number-units {
  margin-left: 5px; }

.city-input {
  display: inline-block;
  margin-bottom: 2px;
  background: #fff;
  line-height: 14px;
  height: 27px;
  padding: 4px 2px; }

.city-input span {
  padding-right: 20px;
  padding-left: 2px; }

.city-input a, .input_link_block {
  background: #999;
  color: #fff;
  text-decoration: none;
  padding: 1px 10px;
  margin-left: 1px;
  border-radius: 2px; }

.city-input a:hover, .input_link_block:hover {
  background: #666; }

.input_link_block {
  line-height: 28px;
  display: inline-block;
  border-radius: 4px; }

.input_link_block:hover {
  color: #fff; }

form .field_error .input, form .field_error .textarea, form .field_error .city-input, form .field_error select {
  border: solid 1px #c0392b; }

form input.error, form textarea.error {
  border: solid 1px #c0392b; }

form .hint {
  color: #e6e6e6;
  font-size: 12px;
  margin-top: 0px; }

form .input-prefix-suffix .input {
  display: inline-block;
  width: 300px;
  float: left;
  border-radius: 0;
  height: 26px; }

form .input-prefix-suffix .prefix, form .input-prefix-suffix .suffix {
  height: 16px;
  padding: 4px 8px;
  display: inline-block;
  float: left;
  color: #666;
  background: #fff;
  border: solid 1px #e6e6e6;
  font-size: 12px; }

form .input-prefix-suffix .prefix {
  border-radius: 5px 0 0 5px;
  border-right: none; }

form .input-prefix-suffix .suffix {
  border-radius: 0 5px 5px 0;
  border-left: none; }

form .input-prefix-suffix:after {
  clear: both;
  content: '';
  display: block; }

input.button-submit, input.button {
  padding: 7px 10px;
  line-height: 100%;
  border-radius: 3px;
  cursor: pointer;
  width: auto;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background: #fff;
  border: none;
  transition: background ease-in-out 0.15s; }

input.button-submit:hover, input.button:hover {
  background: #ccc; }

input.button.button-cancel {
  background: #999; }

input.button.button-cancel:hover {
  background: #666; }

input.button-small {
  padding: 4px 10px; }

form .ft_captcha {
  overflow: hidden;
  margin-bottom: 0; }

form .ft_captcha input {
  width: 100px; }

form .ft_captcha .captcha {
  float: left;
  margin-right: 10px; }

form .ft_captcha .code {
  float: left; }

form .ft_file .value {
  font-size: 14px;
  margin-top: 5px; }

form .ft_file .value .name {
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/file.png") no-repeat center center; }

form .ft_file .value .size {
  margin-left: 5px;
  font-size: 12px;
  color: #999; }

form .ft_file .value .delete {
  margin-left: 15px; }

form .ft_date select {
  width: 50px;
  padding: 2px; }

form .ft_listmultiple.field_error .input_checkbox_list {
  border: solid 1px #c0392b; }

form .ft_parent {
  overflow: hidden; }

form .ft_parent ul.items, form .ft_parent ul.items li {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

form .ft_parent ul.items {
  float: left;
  margin-right: 10px; }

form .ft_parent ul.items li {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  display: inline-block;
  padding: 4px 8px;
  color: #68809b;
  background: #f4f8fd;
  border: solid 1px #b8d6fb;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px; }

form .ft_parent ul.items li a {
  width: 16px;
  height: 12px;
  margin-right: -4px;
  display: inline-block;
  background: url("/templates/inthemer/images/icons/close.png") no-repeat left top; }

form .ft_parent ul.items li a:hover {
  width: 16px;
  height: 12px;
  display: inline-block;
  background: url("/templates/inthemer/images/icons/close.png") no-repeat right top; }

form .ft_parent a.add {
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/add.png") no-repeat left center;
  font-size: 12px; }

form .child_field {
  padding-left: 20px; }

.symbols_count {
  font-size: 12px;
  margin: 3px 0 0 0;
  display: none; }

.symbols_count > span {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 3px 0 0;
  color: #ccc; }

.symbols_count .symbols_num {
  background-color: #fff;
  color: #b3b3b3;
  cursor: pointer;
  transition: opacity 0.3s; }

.symbols_count .symbols_num:hover {
  opacity: 0.8; }

.symbols_count .overflowing, .symbols_count .overflowing_min {
  background-color: #e74c3c;
  color: #fff;
  border-color: #c0392b; }

.field.reguired_field > label::after {
  content: '*';
  color: #e74c3c;
  padding-left: 5px; }

.select_deselect {
  margin: 10px 0 0 5px; }

.select_deselect a {
  text-decoration: none;
  margin: 0 10px 0 0;
  font-size: 13px; }

.is_collapsed {
  transition: all 0.3s ease; }

.is_collapse {
  position: relative;
  background: #ecf0f1;
  height: 30px;
  box-sizing: border-box;
  line-height: 30px;
  cursor: pointer;
  padding-left: 10px; }

.is_collapse > legend {
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  left: 0; }

.is_collapsed > legend:before {
  content: '+';
  display: inline-block;
  margin: 0 10px 0 10px;
  font-size: 16px; }

.is_collapsed.do_expand > legend:before {
  content: '-'; }

.is_collapsed.do_expand > legend {
  cursor: pointer; }

.is_collapse > .field, .is_collapse > .field_tabbed, .hide_field {
  display: none !important; }

ul.field_tabbed {
  border-bottom: 1px solid #ddd;
  display: block;
  height: 27px;
  margin: 10px 0 0 0; }

ul.field_tabbed > li {
  float: left;
  background-color: #ddd;
  border: 1px solid #ddd;
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: auto 16px; }

ul.field_tabbed > li.field_tabbed_ru {
  background-image: url("/templates/inthemer/images/languages/ru.svg"); }

ul.field_tabbed > li.field_tabbed_en {
  background-image: url("/templates/inthemer/images/languages/en.svg"); }

ul.field_tabbed > li > a {
  text-decoration: none;
  display: block;
  padding: 5px 10px; }

ul.field_tabbed > li.field_tabbed_ru > a, ul.field_tabbed > li.field_tabbed_en > a {
  padding-left: 40px; }

ul.field_tabbed > li.active {
  background-color: #fff;
  border-bottom: 1px solid #fff; }

.field.multilanguage {
  padding: 5px 0 10px 10px;
  border-left: 1px solid #ddd; }

.field.multilanguage.child_field, .field_tabbed.child_field {
  margin-left: 20px;
  /* ========================================================================== */ }

.input-users-list {
  width: 350px;
  padding: 5px;
  border: solid 1px #bdc3c7;
  border-radius: 5px;
  max-height: 400px;
  overflow: auto; }

.input-users-list ul, .input-users-list li {
  margin: 0;
  padding: 0;
  list-style: none; }

.input-users-list .profile {
  padding: 10px 0;
  border-bottom: solid 1px #ededed;
  clear: both;
  overflow: hidden; }

.input-users-list .profile:last-child {
  border: none; }

.input-users-list .profile div {
  float: left;
  margin-right: 15px;
  height: 32px;
  line-height: 32px; }

.input-users-list .profile .name {
  height: 32px;
  line-height: 32px;
  /* Ajax Uploader ============================================================ */ }

.qq-uploader {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 100%; }

.qq-upload-button {
  background-color: #eee;
  border: 1px solid #aaa;
  display: inline-block;
  color: #555;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #fff;
  transition: background-color 0.3s ease; }

.qq-upload-button-hover {
  background-color: #dcdcdc; }

.qq-upload-button-focus {
  position: relative;
  top: 1px; }

.qq-upload-button:active {
  position: relative;
  top: 1px; }

.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 45px;
  z-index: 2;
  background: #2ecc71;
  text-align: center;
  color: #fff;
  display: block; }

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 14px; }

.upload .qq-upload-drop-area span {
  top: 12px;
  font-size: 12px; }

.qq-upload-drop-area-active {
  background: #3498db; }

.qq-upload-list {
  margin: 15px 0 0 0;
  padding: 0; }

.qq-upload-list li {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 15px;
  font-size: 13px;
  list-style: none; }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 7px; }

.qq-upload-list:empty {
  display: none; }

.qq-upload-spinner {
  display: inline-block;
  background: url("/templates/inthemer/images/loading.gif") no-repeat center center;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.qq-upload-size, .qq-upload-cancel {
  font-size: 11px; }

.qq-upload-failed-text {
  display: none; }

.qq-upload-fail .qq-upload-failed-text {
  display: inline; }

.style-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  transition: fill 0.3s ease;
  /* Rating Widget ============================================================ */ }

.rating_widget .arrow, .rating_widget .score {
  float: left; }

.rating_widget .score {
  margin: 0 10px;
  cursor: help;
  font-weight: bold;
  font-size: 14px;
  position: relative; }

.rating_widget .score .spinner {
  width: auto;
  margin: 0;
  position: static;
  left: auto;
  top: auto; }

.rating_widget .score .spinner > div {
  width: 6px;
  height: 6px;
  background-color: #95a5a6; }

.rating_widget .score .positive {
  color: #27ae60; }

.rating_widget .score .negative {
  color: #c0392b; }

.rating_widget .score .clickable {
  cursor: pointer; }

.rating_widget .score.loading > * {
  display: none; }

.rating_widget .score.loading {
  padding-left: 16px; }

.rating_widget .arrow span, .rating_widget .arrow a {
  display: block;
  width: 18px; }

.rating_widget .arrow a {
  cursor: pointer; }

.rating_widget .style-svg {
  fill: #fff; }

.rating_widget .up a:hover .style-svg {
  fill: #27ae60; }

.rating_widget .down a:hover .style-svg {
  fill: #e74c3c; }

.rating_widget .up .disabled {
  background-position: -22px 0; }

.rating_widget .down .disabled {
  background-position: -22px -15px;
  /* Rating info ============================================================== */ }

#rating_info_window {
  padding: 20px; }

.rating_info_list .item {
  padding: 6px 0;
  margin: 2px 0;
  border-bottom: dashed 1px #ededed;
  min-width: 250px;
  overflow: hidden; }

.rating_info_list .item:last-child {
  border: none; }

.rating_info_list .item .score {
  display: inline-block;
  float: left;
  border-radius: 4px;
  color: #fff;
  min-width: 25px;
  text-align: center;
  margin-right: 10px; }

.rating_info_list .item .score.positive {
  background-color: green; }

.rating_info_list .item .score.negative {
  background-color: red; }

.rating_info_list.loading-panel {
  background-color: #f4f8fd;
  background-position: center center;
  border-radius: 5px; }

.rating_info_list.loading-panel .item {
  visibility: hidden; }

.rating_info_pagination {
  margin-top: 20px;
  font-size: 12px; }

.rating_info_pagination a {
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: #2b2b2b;
  border-radius: 4px; }

.rating_info_pagination a:hover {
  background-color: #ededed; }

.rating_info_pagination a.active, .rating_info_pagination a.active:hover {
  color: #fff;
  background-color: #2b2b2b; }

.stars.is_enabled {
  cursor: pointer; }

.stars.is_enabled:hover .star polygon {
  fill: #ffca28 !important; }

.stars {
  display: flex; }

.stars.clickable {
  cursor: pointer; }

.stars .star {
  width: 20px;
  height: 23px;
  margin: 0 4px 0 0; }

.stars .star:last-child {
  margin-right: 0; }

.stars .star polygon {
  fill: #d8d8d8;
  fill-rule: nonzero;
  transition: fill 0.3s ease; }

.stars.is_enabled .star:hover ~ .star polygon {
  fill: #d8d8d8 !important; }

.stars[data-stars] .star polygon {
  fill: #ff9f16; }

.stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8; }

.stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8; }

.stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8; }

.stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8; }

.stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8; }

.rating_label {
  float: left;
  margin: 0 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  /* Comments Widget ========================================================== */ }

#comments_widget.inthemer-comments {
  margin: 0; }

#comments_widget.inthemer-comments .tab {
  position: relative; }

#comments_widget.inthemer-comments .tab .track {
  position: absolute;
  top: 0;
  right: 25px; }

#comments_widget .bad {
  transition: all 0.5s ease; }

#comments_widget .bad:hover {
  opacity: 1; }

.bad6 {
  opacity: 0.1; }

.bad5 {
  opacity: 0.2; }

.bad4 {
  opacity: 0.35; }

.bad3 {
  opacity: 0.5; }

.bad2 {
  opacity: 0.65; }

.bad1 {
  opacity: 0.8; }

#tab-vk {
  margin: 20px 0 0 0; }

#comments_widget {
  margin: 20px 0 0 0; }

.no_comments {
  margin: 15px 0; }

#comments_widget .track {
  font-size: 12px;
  color: #999;
  text-align: right; }

#comments_widget .track label {
  display: block;
  line-height: 30px;
  color: #ccc; }

#comments_widget .track input {
  vertical-align: middle;
  position: relative;
  bottom: 1px; }

.track + #comments_refresh_panel + #comments_list {
  margin: -15px 0 0 0; }

#comments_widget #comments_add_link {
  margin: 10px 0;
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/comment.png") no-repeat left center; }

#comments_widget #comments_add_link a {
  font-size: 14px; }

#comments_widget #comments_add_form textarea {
  height: 100px;
  margin-bottom: 4px; }

#comments_widget #comments_add_form .loading {
  display: none; }

#comments_widget #comments_add_form .author_data {
  margin-bottom: 8px; }

#comments_widget #comments_add_form .author_data .field {
  overflow: hidden; }

#comments_widget #comments_add_form .author_data .field label {
  float: left;
  width: 140px;
  height: 20px;
  line-height: 20px; }

#comments_widget #comments_add_form .author_data .field .input {
  width: 99%;
  max-width: 200px;
  min-width: 50px; }

#comments_widget #comments_refresh_panel {
  display: block;
  width: 50px;
  height: 35px;
  position: fixed;
  z-index: 100;
  right: 0px;
  top: 45%;
  background: url("/templates/inthemer/images/loader24.gif") no-repeat center center;
  background-color: #fff; }

#comments_widget #comments_refresh_panel a {
  display: block;
  width: 50px;
  height: 35px;
  background: url("/templates/inthemer/images/icons32/update-black.png") no-repeat center center;
  background-color: #fff; }

#comments_widget #comments_refresh_panel a:hover {
  background-color: #fff; }

.no_approved {
  display: none; }

#comments_list .comment {
  overflow: hidden;
  border-radius: 2px;
  padding: 10px 0;
  margin: 4px 0; }

#comments_list .comment:first-child {
  margin-top: 0; }

#comments_list .comment.selected-comment:first-child {
  margin-top: 13px; }

#comments_list.striped-list .comment {
  padding-bottom: 15px; }

#comments_list.striped-list .comment:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }

#comments_list .selected-comment {
  box-shadow: 0px 0px 7px #c7cbd4;
  padding-left: 10px; }

#comments_list .comment .info, #comments_list .comment .body {
  overflow: hidden;
  clear: both; }

#comments_list .comment .info {
  margin-bottom: 6px; }

#comments_list .comment .info div {
  float: left;
  margin-right: 10px;
  font-size: 12px; }

#comments_list .comment .info .rating .buttons {
  float: right;
  margin-left: 5px; }

#comments_list .comment .info .rating a {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/templates/inthemer/images/comment_vote.png") no-repeat left top; }

#comments_list .comment .info .rating .value {
  float: left;
  font-weight: bold; }

#comments_list .comment .info .rating a.rate-up {
  background-position: 0 0; }

#comments_list .comment .info .rating a.rate-up:hover {
  background-position: 0 -13px; }

#comments_list .comment .info .rating a.rate-down {
  background-position: -13px 0; }

#comments_list .comment .info .rating a.rate-down:hover {
  background-position: -13px -13px; }

#comments_list .comment .info .name .user {
  color: #fff; }

#comments_list .comment .info .name .user:hover {
  color: #ccc; }

#comments_list .comment.is_topic_starter .info .name .user {
  color: #e6e6e6; }

#comments_list .comment.is_topic_starter .info .name .user:hover {
  color: #ccc; }

#comments_list .comment .info .name .guest_name {
  font-weight: bold; }

#comments_list .comment .info .name .subject {
  color: #000; }

#comments_list .comment .info .name .subject:hover {
  color: #000; }

#comments_list .comment .info .date {
  color: #fff; }

#comments_list .comment .nav a {
  text-decoration: none;
  margin-right: 3px;
  color: #fff; }

#comments_list .comment .nav a:hover {
  color: #e6e6e6; }

#comments_list .comment .nav .scroll-down {
  display: none; }

#comments_list .comment .body .avatar {
  float: left;
  padding: 2px;
  position: relative;
  border-radius: 50%; }

#comments_list .comment .body .avatar img, #comments_list .comment .body .avatar a {
  display: block;
  border-radius: 50%; }

#comments_list .comment .content {
  color: #333;
  padding-left: 10px;
  padding-top: 4px;
  position: relative;
  overflow: hidden; }

#comments_list .comment .content img {
  max-width: 100%; }

#comments_list .comment .content .links {
  padding: 4px 0;
  font-size: 12px; }

#comments_list .comment .content .links a {
  font-size: 11px;
  color: #b3b3b3;
  border-bottom: dashed 1px #b3b3b3;
  text-decoration: none;
  margin-right: 6px; }

#comments_list .comment .content .links a:hover {
  color: #666;
  border-bottom: dashed 1px #666; }

#comments_list .comment .deleted {
  padding: 5px 15px;
  background: #f9f9f9;
  color: #666;
  font-style: italic;
  border-radius: 6px;
  margin-right: 6px; }

#comments_widget .login_to_comment {
  margin-top: 5px;
  font-size: 12px;
  color: #666; }

#comments_list .content ul li, #comments_list .preview_box ul li {
  list-style-type: disc;
  margin-left: 25px; }

#comments_list .content ol, #comments_list .preview_box ol {
  padding-left: 25px; }

#comments_list .content ol li, #comments_list .preview_box ol li {
  list-style-type: decimal;
  /* Profile Wall Widget ====================================================== */ }

#wall_widget {
  clear: both;
  margin-top: 15px;
  border-top: solid 1px #c7cbd4; }

#wall_widget .title_bar {
  overflow: hidden; }

#wall_widget .title_bar .title {
  float: left;
  margin-bottom: 0px; }

#wall_widget .title_bar #wall_add_link {
  float: right;
  margin-top: 23px;
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/edit.png") no-repeat left center; }

#wall_widget #wall_add_form, #comments_widget #comments_add_form {
  display: none;
  margin: 15px 0;
  background: #fff;
  padding: 15px;
  border-radius: 8px; }

#wall_widget #wall_add_form textarea {
  height: 100px;
  margin-bottom: 4px; }

#wall_widget #wall_add_form .preview_box, #comments_widget #comments_add_form .preview_box {
  margin-bottom: 15px;
  padding: 10px;
  border: solid 2px #c7cbd4;
  border-radius: 4px;
  background: #fff;
  display: none;
  transition: all 0.5s ease; }

.preview_box.highlight {
  border-color: #2980b9 !important;
  box-shadow: 0 0 5px #2980b9; }

#wall_widget #wall_add_form .loading {
  display: none; }

#wall_widget #entries_list {
  margin-top: 20px; }

#wall_widget #entries_list .entry {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dashed 1px #c7cbd4; }

#wall_widget #entries_list .entry:last-child {
  border: none;
  margin-bottom: 0; }

#wall_widget #entries_list .entry .info, #wall_widget #entries_list .entry .body {
  overflow: hidden; }

#wall_widget #entries_list .entry .info {
  margin-bottom: 6px; }

#wall_widget #entries_list .entry .info div {
  float: left;
  margin-right: 10px;
  font-size: 12px; }

#wall_widget #entries_list .entry .info a {
  color: #999; }

#wall_widget #entries_list .entry .info a:hover {
  color: #d35400; }

#wall_widget #entries_list .entry .info .name .user {
  color: #375d81; }

#wall_widget #entries_list .entry .info .name .user:hover {
  color: #d35400; }

#wall_widget #entries_list .entry .info .date {
  color: #999; }

#wall_widget #entries_list .entry .body .avatar {
  float: left;
  padding: 2px;
  border: solid 1px #999; }

#wall_widget #entries_list .entry .body .avatar img {
  display: block; }

#wall_widget #entries_list .entry .content {
  color: #333;
  padding-left: 15px;
  padding-top: 4px;
  background: url("/templates/inthemer/images/comment_arrow.png") no-repeat left 6px;
  position: relative;
  z-index: 2;
  margin-left: 37px; }

#wall_widget #entries_list .entry .content .text img {
  max-width: 100%; }

#wall_widget #entries_list .entry .links {
  font-size: 12px;
  margin-top: 10px; }

#wall_widget #entries_list .entry .links.has_replies {
  background: url("/templates/inthemer/images/icons/comment-small.png") no-repeat left center;
  padding-left: 20px; }

#wall_widget #entries_list .entry .links a {
  font-size: 11px;
  color: #7f8c8d;
  border-bottom: dashed 1px #bdc3c7;
  text-decoration: none;
  margin-right: 6px; }

#wall_widget #entries_list .entry .links a:hover {
  color: #d35400;
  border-bottom: dashed 1px #d35400; }

#wall_widget #entries_list .entry .links a.get_replies {
  font-weight: bold;
  color: #2b2b2b;
  border-bottom: dashed 1px #2b2b2b; }

#wall_widget #entries_list .entry .links a.get_replies:hover {
  color: #d35400;
  border-bottom-color: #d35400; }

#wall_widget #entries_list .replies_loading {
  margin-top: 12px;
  margin-bottom: 10px;
  color: #666;
  display: none; }

#wall_widget #entries_list .replies {
  clear: both; }

#wall_widget #entries_list .replies .entry {
  font-size: 12px;
  padding: 10px;
  border-left: solid 4px #ddd;
  border-bottom: none;
  margin: 0;
  margin-top: 10px;
  margin-left: 18px; }

#wall_widget #entries_list .replies .entry:hover {
  border-left-color: #bdc3c7; }

#wall_widget #entries_list .replies .entry:hover .avatar {
  border-color: #bdc3c7; }

#wall_widget #entries_list .replies .entry .info {
  margin: 0;
  padding: 0;
  padding-left: 0px;
  margin-bottom: 3px; }

#wall_widget #entries_list .replies .entry .content {
  background: none;
  margin: 0;
  padding: 0;
  max-width: 600px; }

#wall_widget #entries_list .replies .entry .avatar {
  float: right;
  border: solid 1px #ddd; }

#wall_widget #entries_list .show_more {
  margin-top: -14px; }

#wall_widget #entries_list .show_more a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e1ebef;
  color: #bdc3c7;
  text-decoration: none; }

#wall_widget #entries_list .show_more a:hover {
  background: #c7cbd4;
  /* Private Messaging Window ================================================= */ }

#pm_window {
  overflow: hidden;
  min-height: 120px;
  box-sizing: border-box;
  width: 960px;
  max-width: 100%; }

#pm_window .notice {
  margin: 25px 0;
  text-align: center;
  font-size: 1.3em; }

.layout {
  box-sizing: border-box;
  overflow: hidden;
  height: 700px; }

#pm_window .right-panel, #pm_window .left-panel {
  float: left;
  height: 100%;
  box-sizing: border-box;
  position: relative; }

#pm_window .right-panel {
  width: 25%;
  overflow: hidden;
  box-shadow: 1px 0px 1px #ddd; }

#pm_window .left-panel {
  width: 75%;
  padding-left: 1px; }

#pm_window .contacts {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: calc(100% - 51px);
  overflow-y: auto; }

#pm_window .contacts .contact {
  overflow: hidden;
  box-shadow: 0px 0px 1px #eee; }

#pm_contact {
  height: 100%;
  box-sizing: border-box;
  overflow: hidden; }

#pm_window .contacts .contact a {
  display: block;
  overflow: hidden;
  padding: 9px;
  color: #000;
  text-decoration: none;
  position: relative; }

#pm_window .contacts .contact a span {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 4px;
  overflow: hidden;
  position: relative; }

#pm_window .contacts .contact img, #pm_contact .overview a img {
  border-radius: 50%;
  display: block; }

a.peer_online {
  position: relative; }

.peer_online:after, .peer_no_online:after {
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  height: 8px;
  width: 8px;
  content: '';
  position: absolute;
  border-radius: 50%; }

.peer_online:after {
  background-color: #8ac176; }

.peer_no_online:after {
  background-color: #d35400; }

#pm_window .contacts .contact a:hover {
  background: #ccc;
  color: #fff; }

#pm_window .contacts .contact a.selected {
  background: #fff;
  color: #fff; }

#pm_window .contacts .contact a .counter {
  height: 12px;
  line-height: 12px;
  padding: 2px 5px;
  background: #e67e22;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 4px;
  bottom: 6px; }

#pm_window .contacts .contact a > strong {
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 9px;
  top: 6px;
  opacity: 0.65;
  /* ========================================================================== */ }

#pm_contact .overview, #user_search_panel {
  overflow: hidden;
  padding: 9px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  height: 50px; }

#user_search_panel {
  padding: 10px;
  line-height: 40px;
  background-color: #000; }

#user_search_panel input {
  padding-left: 24px;
  background: url("/templates/inthemer/images/icons/search-glyph.png") no-repeat 4px center;
  background-color: #fff; }

#pm_contact #contact_toggle {
  background: url("/templates/inthemer/images/modal/controls.png") no-repeat center -1px;
  width: 24px;
  cursor: pointer;
  display: none; }

#pm_contact .overview .user_date_log {
  display: inline-block;
  line-height: 32px;
  font-size: 12px;
  color: #aaa; }

#pm_contact .overview a {
  border-left: medium none;
  border-right: medium none;
  color: #000;
  float: left;
  line-height: 32px;
  overflow: hidden; }

#pm_contact .overview a span, #pm_contact #contact_toggle {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 4px;
  overflow: hidden;
  position: relative; }

#pm_contact #contact_toggle {
  width: 32px; }

#pm_contact .actions {
  float: right;
  line-height: 28px; }

#pm_contact .toogle-actions {
  display: none; }

#pm_contact .composer {
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #ddd; }

#pm_contact .composer .editor textarea {
  height: 55px;
  resize: none; }

#pm_contact .composer .buttons {
  text-align: right;
  position: relative;
  box-sizing: border-box; }

#error_wrap {
  position: absolute;
  left: 0;
  top: 1px;
  padding: 6px;
  background: #c0392b;
  color: #fff;
  display: none; }

.msg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
  top: 0;
  left: 0; }

.confirm_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 110px;
  margin: -55px 0 0 -180px; }

.ui_message .buttons {
  margin: 10px 0 0 0; }

.ui_message .buttons .button {
  margin: 0px 10px 0 0; }

#pm_contact .composer .sending {
  background: url("/templates/inthemer/images/loader16.gif") no-repeat left center; }

#pm_contact .composer .ignored_info {
  display: block;
  padding: 10px 6px;
  color: #999;
  font-style: italic;
  line-height: 97px; }

.ctrenter_hint {
  font-size: 12px;
  color: #ccc;
  display: inline-block;
  margin: 0 10px 0 0; }

#pm_contact .composer .ignored_info .button {
  margin-left: 10px; }

#pm_chat .content {
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  min-width: 30%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
  margin-left: 50px; }

#pm_chat .content.is_can_select {
  cursor: pointer; }

#pm_chat .content.selected {
  border-color: #3498db !important;
  box-shadow: 0px 0px 1px #3498db; }

.button_hide {
  display: none; }

#pm_chat .message .content > span, #pm_chat .message .content > span a {
  color: #aaa; }

#pm_chat .message .content > span a:hover {
  color: #27ae60; }

#pm_chat .message_text {
  font-size: 13px; }

#pm_chat .message-my .content {
  margin-right: 60px;
  margin-left: 0;
  background: #fff;
  border: 1px solid #ddd; }

#pm_chat .content:before {
  position: absolute;
  top: 12px;
  left: -9px;
  display: inline-block;
  background: inherit;
  width: 16px;
  height: 16px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: inherit;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

#pm_chat .message-my .content:before {
  right: -9px;
  left: auto;
  border-right: 1px solid;
  border-top: none;
  border-bottom: 1px solid;
  border-left: none;
  border-color: inherit; }

.user_avatar {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 5px; }

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

.message-my .user_avatar {
  float: right;
  margin-left: 10px; }

#pm_contact .chat {
  position: relative;
  height: calc(100% - 189px);
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
  line-height: 20px;
  background-color: #ecf0f1;
  box-sizing: border-box; }

#pm_chat h3 {
  margin: 5px 0 10px 0;
  font-size: 12px;
  color: #828282;
  text-align: center; }

#pm_chat .show-older + h3 {
  margin-top: 0; }

#pm_contact .chat .message {
  margin-bottom: 10px;
  width: 100%;
  clear: both;
  position: relative; }

#pm_contact .chat .message .title {
  font-size: 11px;
  overflow: hidden;
  margin-top: -4px; }

#pm_contact .chat .message .title .author {
  color: #bf0000; }

#pm_contact .chat .message-my .title .author {
  color: #376499; }

#pm_contact .chat .message .title .date, #pm_contact .chat .message .title .date-new {
  float: right; }

#pm_contact .chat .message .title .date {
  color: #aaa; }

#pm_contact .chat .message .title .date-new {
  color: #d35400; }

#pm_contact .chat a.show-older {
  display: block;
  background: #bdc3c7;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px; }

#pm_contact .chat a.show-older:hover {
  background: #ccc; }

#pm_contact .chat .older-loading {
  display: none;
  height: 25px;
  margin-bottom: 15px;
  background: url("/templates/inthemer/images/loader16.gif") no-repeat center center;
  background-color: #ededed; }

#pm_notices_list {
  padding: 5px;
  overflow: hidden;
  overflow-y: auto; }

#pm_notices_list .item {
  overflow: hidden;
  border: solid 1px #fff;
  background: #fff;
  padding: 5px;
  color: #2b2b2b;
  margin-bottom: 6px; }

#pm_notices_list .item:last-child {
  margin-bottom: 0; }

#pm_notices_list .item .date {
  color: #bdc3c7;
  font-size: 11px;
  padding-left: 10px;
  padding-top: 10px; }

#pm_notices_list .item .content {
  padding: 10px;
  padding-top: 3px; }

#pm_notices_list .item .close-button {
  float: right; }

#pm_notices_list .item .close-button a {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/templates/inthemer/images/icons/close.png") no-repeat left center; }

#pm_notices_list .item .close-button a:hover {
  background-position-x: -16px; }

#pm_notices_list .item .buttons {
  padding: 10px;
  padding-top: 0; }

#pm_notices_list .item .buttons .button {
  border-color: #bdc3c7; }

#pm_notices_window > input.button {
  border-radius: 0;
  width: 100%;
  box-sizing: border-box; }

#pm_contact .smilepanel {
  position: absolute;
  bottom: 137px;
  background: #fff;
  box-sizing: border-box;
  width: 80%;
  right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /* City Selection Window ================================================= */ }

#geo_window {
  padding: 15px;
  height: 170px;
  width: 300px;
  box-sizing: border-box; }

#geo_window .wrapper {
  margin-top: auto;
  margin-bottom: auto;
  box-sizing: border-box; }

#geo_window form > .list {
  margin: 0 0 10px 0; }

#geo_window select {
  width: 100%;
  margin-bottom: 5px; }

#geo_window .buttons {
  margin-top: 10px;
  text-align: center;
  /* Login Form and Window ================================================= */ }

.login_form h3, .right_cell h3 {
  margin-top: 0px;
  color: #000; }

.login_layout {
  margin: 0;
  width: 100%;
  border-collapse: collapse; }

.login_layout td {
  padding: 0; }

.login_layout .center_cell div {
  text-align: center;
  padding: 15px 0;
  background: #fff;
  font-size: 22px;
  font-style: italic;
  color: #a3cae0;
  margin-top: 100px; }

.login_form .label {
  color: #68809b;
  font-size: 16px; }

.login_form .input {
  width: 100%; }

.login_form .input:focus {
  box-shadow: 0 0 4px #bdc3c7; }

.login_form .options {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #68809b;
  line-height: 14px;
  vertical-align: middle; }

.login_form .options input, .login_form .options label {
  vertical-align: middle; }

.login_form .submit {
  margin: 0; }

.login_form .reg_link {
  font-size: 13px;
  padding-left: 15px;
  color: #2b2b2b; }

.content_multi_cats_data {
  display: none; }

.gif_image {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden; }

.content_item .ft_images .gif_image {
  float: left;
  margin-right: 5px; }

.gif_image img {
  display: block !important;
  margin: 0 !important; }

.image_label {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 4px 7px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em; }

.micro_image, .micro_image > img {
  width: 32px !important;
  height: 32px !important; }

.modal_image {
  position: relative;
  display: block; }

.background_overlay {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  top: 0;
  left: 0; }

.gif_image:hover .background_overlay {
  opacity: 0.5;
  z-index: 2; }

.default_avatar {
  position: relative;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  display: block;
  background: no-repeat center;
  background-size: 1em; }

.default_avatar img {
  opacity: 0;
  display: block; }

.default_avatar:before {
  content: attr(data-letter);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.default_avatar.white_avatar_text:hover:after {
  background: #000;
  opacity: 0.4; }

.default_avatar.black_avatar_text:after, .default_avatar.white_avatar_text:after {
  transition: all 0.5s ease;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.default_avatar.black_avatar_text:hover:after {
  background: #fff;
  opacity: 0.2; }

.striped-list .default_avatar, .avatar .default_avatar, .image .default_avatar {
  border-radius: 50%; }

table.data_list {
  border-collapse: collapse;
  width: 100%; }

table.data_list th {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: left;
  background: #fff;
  color: #fff; }

table.data_list td {
  padding: 5px 10px;
  background: #fff;
  color: #2b2b2b;
  height: 20px;
  transition: background ease-in-out 0.15s; }

table.data_list tr:nth-child(odd) td {
  background: #f9f9f9; }

table.data_list tr:hover td {
  background: #fff; }

table.data_list .empty {
  color: #c7cbd4; }

table.data_list .actions {
  width: 70px; }

.highlight_new {
  color: #d35400 !important; }

.spinner {
  width: 70px;
  height: 40px;
  margin: -20px 0 0 -35px;
  position: absolute;
  left: 50%;
  top: 50%; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media screen and (max-height: 900px) {
  .layout {
    height: 595px; } }

@media screen and (max-height: 640px) {
  .layout {
    height: 595px; } }

@media screen and (max-height: 600px) {
  .layout {
    height: 545px; } }

@media screen and (max-height: 480px) {
  .layout {
    height: 435px; } }

@media screen and (max-height: 360px) {
  .layout {
    height: 315px; } }

@media screen and (max-height: 335px) {
  .layout {
    height: 290px; } }

@media screen and (max-height: 320px) {
  .layout {
    height: 275px; } }

@media screen and (max-width: 800px) {
  #pm_window {
    width: 690px; }

  #pm_contact #contact_toggle {
    display: block; }

  #pm_window .right-panel {
    width: 100%;
    left: -700px;
    display: none; }

  #pm_window .left-panel {
    width: 100%;
    padding-left: 0; } }

@media screen and (max-width: 640px) {
  #comments_widget #comments_refresh_panel {
    display: none; }

  #pm_contact .overview {
    position: relative;
    padding: 9px 0 9px 5px; }

  #pm_contact .actions {
    float: none;
    line-height: 50px;
    background-color : #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0 0 10px;
    box-sizing: border-box; }

  #pm_contact .actions.actions-active {
    display: block; }

  #pm_contact .toogle-actions {
    display: block;
    position: absolute;
    right: 9px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    opacity: 0.7;
    background: url("/templates/inthemer/images/icons32/menu-icon.svg") no-repeat center center;
    background-color: #7f8c8d;
    cursor: pointer;
    border-radius: 2px; }

  #pm_contact .toogle-actions.toogle-actions-active {
    opacity: 1;
    background-color: #d35400; }

  #pm_contact .overview .user_date_log {
    display: none !important; }

  .nyroModalMessage input.button-small {
    padding: 4px 7px;
    font-size: 12px; } }

@media screen and (max-width: 335px) {
  #pm_window #pm_contact .markItUpHeader ul a {
    width: 14px !important;
    height: 14px !important; }

  #pm_contact .chat {
    height: calc(100% - 214px); } }

.markItUpHeader ul a:hover {
  background-color: #fff !important; }

.striped-list .item .icon img {
  border-radius: 50%; }

.modal_padding {
  padding: 20px; }

.modal_padding h3 {
  margin-top: 0; }

.chosen-results .highlighted {
  background-color: #fff !important; }

.redactor_toolbar li a:hover {
  background-color: #fff !important; }

.subscribe_wrap .spinner {
  left: -50px !important;
  top: 2px !important;
  width: 50px !important; }

.count-subscribers {
  margin-left: 0 !important; }

.subscribe, .unsubscribe {
  padding: 1px 10px !important; }

.count-subscribers:after {
  display: none !important; }

.subscribe, .unsubscribe {
  background-color: #fff !important; }

.unsubscribe {
  background-color: #fff !important; }

.subscribe_wrap .spinner > div {
  background: #fff !important; }

.icms-svg-icon {
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  fill: #000; }


/* Widgets styles =========================================================== */
.widget_content_list {
  overflow: hidden; }

.columns-2 .widget_content_list .item {
  float: left;
  width: 47%; }

.columns-2 .widget_content_list .item:nth-child(3) {
  clear: left; }

.columns-3 .widget_content_list .item {
  float: left;
  width: 31%; }

.columns-3 .widget_content_list .item:nth-child(4) {
  clear: left; }

.columns-4 .widget_content_list .item {
  float: left;
  width: 22%; }

.columns-4 .widget_content_list .item:nth-child(5) {
  clear: left; }

.widget_content_list .item {
  margin-bottom: 10px;
  overflow: hidden; }

.widget_content_list .item:last-child {
  margin-bottom: 0; }

.widget_content_list .item .image {
  float: left;
  margin-right: 10px; }

.widget_content_list .item .image img {
  display: block; }

.widget_content_list .item .title {
  font-size: 16px;
  margin-bottom: 3px; }

.widget_content_list .details {
  font-size: 11px;
  color: #999; }

.widget_content_list .details a {
  color: #bdc3c7; }

.widget_content_list .details a:hover {
  color: #d35400; }

.widget_content_list .details span {
  padding-right: 5px; }

.widget_content_list .details span.comments {
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/comment-small.png") no-repeat left center; }

.widget_content_list.featured .item .title {
  font-size: 14px; }

.widget_content_list.featured .item-first {
  float: left;
  margin-right: 15px;
  width: 33%; }

.widget_content_list.featured .item-first .image {
  margin-bottom: 5px;
  clear: both;
  width: 100%;
  height: 150px; }

.widget_content_list.featured .item-first .image a, .widget_content_list.featured .item-first .image > div {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #bdc3c7;
  background-size: cover; }

.widget_content_list.featured .item-first .title {
  font-size: 21px;
  margin-top: 5px;
  line-height: 24px; }

.widget_content_list.featured .item-first .title a {
  color: #000;
  text-decoration: none; }

.widget_content_list.featured .item-first .read-more a {
  display: inline-block;
  clear: both;
  background: #2980b9;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  margin-top: 10px; }

.widget_content_list.featured .item-first .read-more a:hover {
  background: #3498db; }

.widget_content_list.tiles-big {
  margin-right: -15px; }

.widget_content_list.tiles-big .item .title {
  font-size: 14px; }

.widget_content_list.tiles-big .item {
  float: left;
  margin-bottom: 15px;
  width: calc(25% - 15px);
  margin-right: 15px;
  box-sizing: border-box; }

.widget_content_list.tiles-big .item:nth-child(5), .widget_content_list.tiles-big .item:nth-child(9), .widget_content_list.tiles-big .item:nth-child(13), .widget_content_list.tiles-big .item:nth-child(17), .widget_content_list.tiles-big .item:nth-child(21), .widget_content_list.tiles-big .item:nth-child(25) {
  clear: left; }

.widget_content_list.tiles-big .item .image {
  margin-bottom: 5px;
  clear: both;
  width: 100%;
  height: 100px; }

.widget_content_list.tiles-big .item .image a, .widget_content_list.tiles-big .item .image > div {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #bdc3c7;
  background-size: cover; }

.widget_content_list.tiles-big .item .title {
  font-size: 14px;
  margin-top: 5px; }

.widget_content_list.tiles-big .item .title a {
  color: #000;
  text-decoration: none; }

.widget_content_list.tiles-big .item .title a:hover {
  color: #2b2b2b;
  text-decoration: underline; }

.widget_content_list.tiles-small .item {
  margin: 0;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left; }

.widget_content_list.tiles-small .item .image {
  margin: 0; }

.widget_content_list.compact .item {
  margin-bottom: 5px; }

.widget_content_list.compact .item:last-child {
  margin-bottom: 0; }

.widget_content_list.compact .item .title {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 15px; }

@media screen and (max-width: 480px) {
  /* ========================================================================== */
    .widget_content_list .item, .widget_content_list.featured .item-first {
      width: 100% !important; } }

.widget_content_slider {
  overflow: hidden;
  position: relative; }

.widget_content_slider .slide {
  overflow: hidden;
  position: relative;
  width: 100%; }

.widget_content_slider > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-height: 300px; }

.widget_content_slider > table td, .widget_content_slider > table th {
  padding: 0; }

.widget_content_slider .slide img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.widget_content_slider .slide img:first-child, .widget_content_slider img {
  display: block; }

.widget_content_slider .slide .heading {
  background: rgba(0, 0, 0, 0.85);
  display: block;
  padding: 10px;
  right: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }

.widget_content_slider .slide .heading h2, .widget_content_slider .slide .heading .teaser {
  display: inline-block;
  margin: 0;
  color: #ecf0f1; }

.widget_content_slider .slide .heading h2 {
  font-size: 14px;
  font-weight: bold;
  color: #f1c40f; }

.widget_content_slider .slide .heading .teaser {
  font-size: 12px; }

.widget_content_slider .slide .heading .teaser .date {
  color: #7f8c8d;
  padding-left: 10px; }

.widget_content_slider .items {
  background: #ecf0f1;
  position: relative;
  z-index: 2;
  vertical-align: top; }

.widget_content_slider .items .item {
  overflow: hidden;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  position: relative; }

.widget_content_slider .items .item:hover {
  background: #bdc3c7; }

.widget_content_slider .items .item .title {
  display: block;
  vertical-align: middle;
  color: #000; }

.widget_content_slider .items .item.active {
  background: #27ae60; }

.widget_content_slider .items .item.active .title {
  color: #fff; }

@media (max-width: 767px) {
  .widget_content_slider .items .item .title {
    display: none; } }

@media (min-width: 768px) {
  .widget_content_slider .slide {
    width: 70%; }

  .widget_content_slider .items {
    width: 30%; }

  .widget_content_slider .items .item .image {
    float: left;
    margin-right: 10px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* ========================================================================== */
    .widget_content_slider .items .item {
      padding: 8px; } }

.widget_activity_list {
  overflow: hidden; }

.widget_activity_list h4 {
  margin: 0;
  margin-bottom: 5px; }

.widget_activity_list .item {
  margin-bottom: 15px;
  overflow: hidden; }

.widget_activity_list .item:last-child {
  margin-bottom: 0; }

.widget_activity_list .item > .image, .widget_comments_list .item .image {
  float: left;
  margin-right: 10px;
  position: relative; }

.widget_activity_list .item > .image img, .widget_comments_list .item .image img {
  display: block;
  border-radius: 50%; }

.widget_activity_list .item .info {
  line-height: 17px;
  padding-top: 2px; }

.widget_activity_list .item .title a.author {
  color: #376499; }

.widget_activity_list .item .title a.author:hover {
  color: #d35400; }

.widget_activity_list .item .details {
  font-size: 11px; }

.widget_activity_list .item .details .date {
  color: #999; }

.widget_activity_list .item .details .reply {
  padding-left: 5px; }

.widget_activity_list .item .details .reply a {
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/comment-small.png") no-repeat left center;
  color: #bdc3c7; }

.widget_activity_list .item .details .reply a:hover {
  color: #d35400; }

.widget_activity_list .item .images {
  overflow: hidden;
  margin: 10px 0;
  padding-left: 48px; }

.widget_activity_list .item .images .image {
  float: left;
  margin-right: 2px;
  display: block;
  overflow: hidden; }

.widget_activity_list .item .images .image.more {
  background: #ecf0f1;
  text-align: center;
  line-height: 64px;
  font-size: 18px; }

.widget_activity_list .item .images .image.more a {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  color: #7f8c8d;
  text-decoration: none; }

.widget_activity_list .item .images .image.more a:hover {
  color: #2b2b2b; }

.widget_activity_list .item .actions {
  float: right;
  visibility: hidden; }

.widget_activity_list .item:hover .actions {
  visibility: visible; }

.widget_activity_list .actions .delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/templates/inthemer/images/icons/delete.png") no-repeat center center;
  /* ========================================================================== */ }

.widget_comments_list {
  overflow: hidden;
  line-height: 20px; }

.widget_comments_list .item {
  margin-bottom: 15px;
  overflow: hidden; }

.widget_comments_list .item:last-child {
  margin-bottom: 0; }

.widget_comments_list .item .image {
  float: left;
  margin-right: 10px;
  padding: 2px;
  border: solid 1px #c7cbd4; }

.widget_comments_list .item .image img {
  display: block; }

.widget_comments_list .item .info {
  line-height: 17px;
  padding-top: 2px; }

.widget_comments_list .item .title a.author {
  color: #376499; }

.widget_comments_list .item .title a.author:hover {
  color: #d35400; }

.widget_comments_list .item .title a.subject {
  padding-right: 5px; }

.widget_comments_list .item .date {
  font-size: 11px;
  color: #999;
  padding-right: 5px; }

.widget_comments_list .item .text {
  color: #666;
  /* ========================================================================== */ }

.widget_profiles_list {
  overflow: hidden; }

.columns-2 .widget_profiles_list .item {
  float: left;
  width: 50%; }

.columns-2 .widget_profiles_list .item:nth-child(3) {
  clear: left; }

.columns-3 .widget_profiles_list .item {
  float: left;
  width: 33%; }

.columns-3 .widget_profiles_list .item:nth-child(4) {
  clear: left; }

.columns-4 .widget_profiles_list .item {
  float: left;
  width: 25%; }

.columns-4 .widget_profiles_list .item:nth-child(5) {
  clear: left; }

.columns-2 .widget_profiles_list.list .item, .columns-3 .widget_profiles_list.list .item, .columns-4 .widget_profiles_list.list .item {
  padding-right: 10px; }

.widget_profiles_list.list .item {
  height: 32px;
  line-height: 32px;
  margin-bottom: 5px; }

.widget_profiles_list.list .item:last-child {
  margin-bottom: 0; }

.widget_profiles_list.list .item .image {
  float: left;
  margin-right: 10px; }

.widget_profiles_list .item .image img, .item-avatar > img {
  display: block; }

.widget_profiles_list.list .item .info {
  float: left; }

.widget_profiles_list.tiles .item, .widget_online_list .item, .widget_user_avatar .default_avatar {
  display: inline-block;
  /* ========================================================================== */ }

.widget_online_list {
  overflow: hidden; }

.widget_online_list .item-name {
  padding-left: 18px;
  padding-right: 2px;
  background: url("/templates/inthemer/images/icons/user.png") no-repeat left center;
  /* ========================================================================== */ }

.widget_content_tree ul {
  margin: 0;
  padding: 0; }

.widget_content_tree li {
  margin-left: 0px;
  list-style: none;
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/folder.png") no-repeat left 1px; }

.folder_hidden {
  display: none; }

.widget_content_tree ul li.active > a:hover, .widget_content_tree ul li.active > a {
  color: #000;
  text-decoration: none;
  /* ========================================================================== */ }

.widget_user_avatar .user_info {
  overflow: hidden;
  clear: both;
  margin: -15px;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff; }

.widget_user_avatar .user_info .avatar {
  float: right; }

.widget_user_avatar .user_info .name {
  height: 32px;
  line-height: 32px;
  padding-left: 10px; }

.widget_user_avatar .user_info .name a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold; }

.widget_user_avatar .user_info img {
  display: block;
  border-radius: 50%; }

.widget_user_avatar {
  position: relative; }

header .widget_user_avatar {
  margin-right: -14px; }

header .widget_user_avatar .user_info {
  float: right;
  clear: none;
  margin: 0;
  background: none;
  line-height: 50px;
  height: 50px;
  padding: 9px 34px 9px 5px;
  box-sizing: border-box;
  transition: background 0.5s;
  position: relative; }

header .widget_user_avatar .user_info:after {
  content: '';
  background: url(../images/nav-arrow-down-white.png) no-repeat center center;
  width: 16px;
  height: 32px;
  position: absolute;
  right: 10px;
  opacity: 0.5;
  transition: opacity 0.5s; }

header .widget_user_avatar:hover .user_info:after {
  opacity: 1; }

header .widget_user_avatar:hover .user_info {
  background: #224674; }

header .widget_user_avatar .user_info .avatar {
  border-radius: 50%;
  overflow: hidden;
  height: 32px; }

header .widget_user_avatar .user_info .name {
  float: left;
  margin-right: 10px; }

header .widget_user_avatar .menu {
  visibility: hidden;
  float: none;
  position: absolute;
  top: 50px;
  right: 0;
  height: auto;
  background: #224674;
  width: 180px;
  padding: 0;
  box-shadow: -2px 2px 10px #224674;
  opacity: 0.99;
  transition: visibility 0.2s;
  z-index: 102; }

header .widget_user_avatar:hover .user_info + .menu {
  visibility: visible; }

header .widget_user_avatar .menu > li {
  float: none; }

header .widget_user_avatar .menu > li:hover, header .widget_user_avatar .menu ul li a:hover {
  background-color: #1c549c; }

header .widget_user_avatar .menu ul {
  left: auto;
  right: 160px;
  top: 0;
  box-shadow: none;
  border-radius: 0;
  box-shadow: -2px 2px 10px #224674; }

header .widget_user_avatar .menu ul li, header .widget_user_avatar .menu ul li a {
  border-radius: 0;
  /* ========================================================================== */ }

.widget_tags_cloud .tags_as_list, .widget_tags_cloud .tags_as_list li, .widget_tags_cloud .tags_as_cloud, .widget_tags_cloud .tags_as_cloud li {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget_tags_cloud .tags_as_cloud {
  overflow: hidden; }

.widget_tags_cloud .tags_as_cloud li {
  float: left;
  margin: 0 8px 8px 0; }

.widget_tags_cloud .tags_as_list li {
  margin: 0 0 6px 0;
  padding-left: 20px;
  background: url("/templates/inthemer/images/icons/tag.png") no-repeat left center; }

.widget_tags_cloud .tags_as_list li .counter {
  font-size: 11px; }

.widget_tags_cloud li.colored > a {
  color: inherit;
  /* ========================================================================== */ }

.widget_auth .field {
  overflow: hidden; }

.widget_auth .field a {
  float: right;
  font-size: 12px;
  margin-top: 4px; }

.widget_auth .field label {
  float: left; }

.widget_auth .buttons {
  margin-top: 15px; }

@media screen and (max-width: 640px) {
  /* ========================================================================== */
    .widget_content_slider .items .item .title {
      display: none !important; }
    .widget_content_slider .items {
      width: 60px !important; }
    .widget_content_list.featured .item-first {
      float: none;
      margin-right: 0;
      width: 100%; } }

.widget_search .input {
  border: solid 1px #fff;
  box-shadow: none;
  padding-left: 24px;
  background: url("/templates/inthemer/images/icons/search-glyph.png") no-repeat 4px center;
  font-size: 12px;
  /* ========================================================================== */ }

.widget_content_filter .title {
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 4px; }

.widget_content_filter .field {
  margin-bottom: 10px; }

.widget_content_filter .input {
  width: 95%; }

.widget_content_filter .ft_date .value, .widget_content_filter .ft_number .value {
  font-size: 12px; }

.widget_content_filter .ft_date button {
  display: none; }

.widget_content_filter .date-input, .widget_content_filter .input-small {
  width: 60px !important; }

.widget_content_filter .buttons {
  margin-top: 20px;
  font-size: 12px; }

.widget_content_filter .buttons input {
  margin-right: 10px; }

section .widget.fixed_actions_menu {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  box-shadow: -4px 4px 5px #ccc;
  background: #a7b4b7; }

section .widget.fixed_actions_menu:before {
  content: '';
  width: 32px;
  background: url("/templates/inthemer/images/icons/menu.png") no-repeat center center;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

section .widget.fixed_actions_menu:hover .body, section .widget.fixed_actions_menu.clicked .body {
  display: block; }

section .widget.fixed_actions_menu > * {
  display: none;
  margin: 32px 0 0 0;
  padding: 0; }

section .widget.fixed_actions_menu > .edit_wlinks {
  margin: 0; }

.edit_wlinks {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  transition: opacity 0.4s; }

.widget:hover .edit_wlinks, .widget_tabbed .body:hover .edit_wlinks {
  opacity: 0.4; }

.widget:hover .edit_wlinks:hover, .widget_tabbed .body:hover .edit_wlinks:hover {
  opacity: 0.95; }

.edit_wlinks a {
  background-color: #95a5a6;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  float: left;
  box-sizing: border-box;
  font-size: 12px; }

.edit_wlinks a.delete {
  background-color: #e74c3c; }





.nyroModalBg {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 100; }

.nmReposition {
  position: absolute; }

.nyroModalCloseButton {
  top: 0px;
  right: -60px;
  width: 38px;
  height: 38px;
  text-indent: -9999em;
  background: url("/templates/inthemer/images/modal/close.png") no-repeat center center;
  z-index: 101; }

.nyroModalTitle {
  margin: 0;
  top: -25px;
  font-size: 1.4em;
  color: #fff;
  z-index: 200;
  padding: 0;
  background: none;
  border: 0;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.nyroModalCont {
  position: absolute;
  box-shadow: 0 0 30px #000;
  margin: 30px;
  padding: 0;
  background: #fff;
  z-index: 101;
  box-sizing: border-box;
  overflow: hidden; }

.nyroModalMessage .nyroModalCont {
  box-sizing: border-box;
  max-width: calc(90% - 100px) !important; }

.nyroModalCont .notice {
  padding: 20px;
  color: #bdc3c7; }

.nyroModalError {
  border: 1px solid red;
  color: red;
  width: 250px;
  height: 250px; }

.nyroModalError div {
  min-width: 0;
  min-height: 0;
  padding: 10px; }

.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
  position: relative;
  max-width: 1000px;
  box-sizing: border-box; }

.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }

.nyroModalImage img {
  vertical-align: top; }

.nyroModalHidden {
  left: -9999em;
  top: -9999em; }

.nyroModalLoad {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("/templates/inthemer/images/modal/ajaxLoader.gif") no-repeat center center;
  padding: 0; }

.nyroModalPrev, .nyroModalNext {
  outline: none;
  position: fixed;
  top: 0;
  height: 60%;
  width: 150px;
  min-height: 50px;
  max-height: 300px;
  cursor: pointer;
  text-indent: -9999em;
  transition: none; }

.nyroModalPrev:after, .nyroModalNext:after {
  content: '';
  height: 32px;
  width: 20px;
  background-image: url("/templates/inthemer/images/modal/controls.png");
  background-position: 0px 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  opacity: 0.5; }

.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
  height: 100%;
  width: 40%;
  max-height: none; }

.nyroModalPrev {
  left: 0; }

.nyroModalNext {
  right: 0; }

.nyroModalPrev:after {
  left: 30px; }

.nyroModalNext:after {
  right: 30px;
  background-position: 0px -40px; }

.nyroModalPrev:hover:after, .nyroModalNext:hover:after {
  opacity: 1; }

.nyroModalCont > .nyroModalIframe > iframe {
  min-width: 640px;
  min-height: 480px; }

@media screen and (max-width: 640px) {
  .nyroModalCont {
    margin: 30px 15px; }

  .nyroModalCloseButton {
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background-size: cover;
    z-index: 201; }

  .nyroModalTitle {
    font-size: 14px;
    padding: 0 60px 0 0; }

  .nyroModalMessage .nyroModalCont {
    max-width: calc(100% - 30px) !important;
    margin: 30px 0 15px !important; }

  .nyroModalMessage .nyroModalCont.nyroModalImg {
    margin: 0 !important; }

  .nyroModalMessage .nyroModalTitle {
    font-size: 22px;
    padding: 0; }

  .nyroModalMessage .nyroModalImage img {
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

  .nyroModalCont > .nyroModalIframe > iframe {
    min-width: 580px;
    min-height: 360px; } }

@media screen and (max-width: 540px) {
  .nyroModalCont > .nyroModalIframe > iframe {
    min-width: 500px;
    min-height: 300px; } }

@media only screen and (max-width: 480px) {
  .nyroModalCont > .nyroModalIframe > iframe {
    min-width: 420px;
    min-height: 280px; } }

@media screen and (max-width: 350px) {
  .nyroModalCont > .nyroModalIframe > iframe {
    min-width: 300px;
    min-height: 200px; } }


/* Activity */
.activity-list .item a.author {
  color: #fff !important; }

.activity-list .item a.author:hover {
  color: #ccc !important;
  /* Photos */ }

.photo_filter {
  background: #fff !important;
  /* Users */ }

#user_profile_title .avatar, #user_profile_title .avatar img {
  border: none !important;
  border-radius: 50%; }

#user_profile_title .avatar {
  padding: 5px; }

#user_status_widget {
  background: #fff !important; }

#user_status_widget .input {
  border: none; }

#user_status_widget .input::placeholder {
  color: #e6e6e6 !important; }

#user_profile {
  margin-top: 30px; }

#user_profile #left_column .block {
  border: none !important;
  padding: 0 0 30px 0 !important;
  margin-right: 30px !important; }

#user_profile .block .content_counts {
  margin: 0 !important; }

#user_profile .block .content_counts li {
  border-bottom-color: #fff !important; }

#user_profile .block .content_counts a {
  color: #b3b3b3 !important; }

#user_profile .block .content_counts a:hover {
  color: #999 !important;
  background: #fff !important; }

#user_profile #information .fieldset .field .title {
  color: #fff !important; }

#user_profile #avatar img {
  display: block;
  border-radius: 5px; }

#user_profile #information .fieldset_title h3 {
  color: #d9d9d9 !important; }

#user_profile #information .fieldset_title {
  border-top-color: #fff !important; }

#user_profile .block .details, #user_profile .block .details li {
  color: #e6e6e6 !important; }

#user_profile .block .details strong, #user_profile .block .block-title {
  color: #ccc !important; }

#user_profile_title .name a {
  color: #fff !important; }

#user_profile .friends-list a span img {
  display: block;
  border-radius: 50%; }

#user_profile .block .block-title {
  margin-bottom: 15px !important;
  /* Wall */ }

#wall_widget #entries_list .entry .body .avatar img {
  border-radius: 50%; }

#wall_widget #entries_list .entry .body .avatar {
  border: none !important; }

#wall_widget #entries_list .entry .content {
  background: none !important; }

#wall_widget #entries_list .entry .links a {
  color: #b3b3b3 !important;
  border-bottom: dashed 1px #b3b3b3 !important; }

#wall_widget #entries_list .entry .links a:hover {
  color: #666 !important;
  border-bottom: dashed 1px #666 !important; }

#wall_widget #entries_list .entry .links a.get_replies {
  font-weight: bold;
  color: #999 !important;
  border-bottom: dashed 1px #999 !important; }

#wall_widget #entries_list .entry .info .name .user {
  color: #fff !important; }

#wall_widget #entries_list .entry .info .name .user:hover {
  color: #ccc !important; }


.block-2{background-position-y:50%;background-attachment:fixed;text-align:center;background-size:cover;background-position-x:50%;background-color:rgba(0, 0, 0, 0);}
.block-7{margin-top:33VH;margin-bottom:33VH;max-width:250px;}
@media screen and (max-width:425px) {
.block-7{height:100%;}
}
.block-6{text-align:center;}
.block-16{padding-left:7px;padding-right:7px;}
.block-18{padding-left:7px;padding-right:7px;}
.block-20{padding-left:7px;padding-right:7px;}
.block-222{color:#000000;text-align:center;padding-left:3px;padding-right:3px;font-size:13px;letter-spacing:1px;background-color:#FFFFFF;margin-bottom:50px;border-width:0px;border-bottom-width:1px;}
@media screen and (max-width:425px) {
.block-222{font-size:13px;}
}
.block-2223{color:#000000;text-align:center;border-color:rgb(255, 255, 255);border-width:1px;padding-left:14px;padding-right:14px;letter-spacing:1px;font-size:13px;margin-bottom:50px;}
@media screen and (max-width:425px) {
.block-2223{font-size:13px;}
}
.block-6612{padding-left:7px;padding-right:7px;}
.block-239{text-align:left;font-size:10px;letter-spacing:1px;color:#000000;padding-top:14px;padding-bottom:14px;}
.block-2392{text-align:right;font-size:10px;letter-spacing:1px;color:#000000;padding-top:14px;padding-bottom:14px;}
.block-22234512223{text-align:justify;border-color:rgb(255, 255, 255);border-width:1px;padding-left:14px;padding-right:14px;letter-spacing:1px;font-size:13px;margin-bottom:50px;}
@media screen and (max-width:425px) {
.block-22234512223{font-size:13px;}
}
.block-159{padding-left:7px;padding-right:7px;}
.block-161{padding-left:7px;padding-right:7px;}
.block-163{padding-left:7px;padding-right:7px;}
.block-170{padding-left:7px;padding-right:7px;}
.block-172{padding-left:7px;padding-right:7px;}
.block-174{padding-left:7px;padding-right:7px;}
.block-642{min-height:25px;}
.block-233{background-image:linear-gradient(#FFFFFF, rgba(255, 255, 255, 0));}
.block-312{background-image:url("/izo/fon.jpg");border-style:solid;border-color:rgba(0, 0, 0, 0.03);border-width:0px;background-position-x:50%;background-position-y:0%;background-size:cover;background-attachment:scroll;background-repeat:no-repeat;margin-bottom:50px;}
.block-384{height:7px;}
.block-387{padding-top:50px;text-align:center;background-color:#F2F5FF;margin-bottom:50px;}
.block-410{color:#FFFFFF;background-color:rgba(0, 0, 0, 0.9);border-radius:3px;text-align:center;}
.block-410 a{background-color:#000000;border-radius:3px;color:#FFFFFF;text-decoration:none;padding-left:7px;padding-right:7px;}
.block-402{background-image:linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);}
.block-222d{color:#000000;text-align:justify;padding-left:3px;padding-right:3px;font-size:13px;letter-spacing:1px;background-color:#FFFFFF;margin-bottom:50px;border-width:0px;border-bottom-width:1px;}
@media screen and (max-width:425px) {
.block-222d{font-size:13px;}
}
