body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}@font-face {
  font-family: 'entypo';
  src: url('/wp-content/themes/neue/framework/font-icons/entypo/font/entypo.eot?5488184');
  src: url('/wp-content/themes/neue/framework/font-icons/entypo/font/entypo.eot?5488184#iefix') format('embedded-opentype'),
       url('/wp-content/themes/neue/framework/font-icons/entypo/font/entypo.woff?5488184') format('woff'),
       url('/wp-content/themes/neue/framework/font-icons/entypo/font/entypo.ttf?5488184') format('truetype'),
       url('/wp-content/themes/neue/framework/font-icons/entypo/font/entypo.svg?5488184#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('/wp-content/themes/neue/framework/font-icons/entypo/font/entypo.svg?5488184#entypo') format('svg');
  }
}
*/
  
 [class^="icon-entypo-"]:before, [class*=" icon-entypo-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-entypo-plus:before { content: '\e816'; } /* '' */
.icon-entypo-minus:before { content: '\e819'; } /* '' */
.icon-entypo-info:before { content: '\e81e'; } /* '' */
.icon-entypo-left-thin:before { content: '\e88c'; } /* '' */
.icon-entypo-up-thin:before { content: '\e88e'; } /* '' */
.icon-entypo-right-thin:before { content: '\e88d'; } /* '' */
.icon-entypo-down-thin:before { content: '\e88b'; } /* '' */
.icon-entypo-level-up:before { content: '\e893'; } /* '' */
.icon-entypo-level-down:before { content: '\e892'; } /* '' */
.icon-entypo-switch:before { content: '\e896'; } /* '' */
.icon-entypo-infinity:before { content: '\e8c2'; } /* '' */
.icon-entypo-plus-squared:before { content: '\e818'; } /* '' */
.icon-entypo-minus-squared:before { content: '\e81b'; } /* '' */
.icon-entypo-home:before { content: '\e821'; } /* '' */
.icon-entypo-keyboard:before { content: '\e83a'; } /* '' */
.icon-entypo-erase:before { content: '\e8c3'; } /* '' */
.icon-entypo-pause:before { content: '\e899'; } /* '' */
.icon-entypo-fast-forward:before { content: '\e89d'; } /* '' */
.icon-entypo-fast-backward:before { content: '\e89e'; } /* '' */
.icon-entypo-to-end:before { content: '\e89b'; } /* '' */
.icon-entypo-to-start:before { content: '\e89c'; } /* '' */
.icon-entypo-hourglass:before { content: '\e863'; } /* '' */
.icon-entypo-stop:before { content: '\e898'; } /* '' */
.icon-entypo-up-dir:before { content: '\e886'; } /* '' */
.icon-entypo-play:before { content: '\e897'; } /* '' */
.icon-entypo-right-dir:before { content: '\e885'; } /* '' */
.icon-entypo-down-dir:before { content: '\e883'; } /* '' */
.icon-entypo-left-dir:before { content: '\e884'; } /* '' */
.icon-entypo-adjust:before { content: '\e867'; } /* '' */
.icon-entypo-cloud:before { content: '\e8b2'; } /* '' */
.icon-entypo-star:before { content: '\e808'; } /* '' */
.icon-entypo-star-empty:before { content: '\e809'; } /* '' */
.icon-entypo-cup:before { content: '\e846'; } /* '' */
.icon-entypo-menu:before { content: '\e811'; } /* '' */
.icon-entypo-moon:before { content: '\e8b5'; } /* '' */
.icon-entypo-heart-empty:before { content: '\e807'; } /* '' */
.icon-entypo-heart:before { content: '\e806'; } /* '' */
.icon-entypo-note:before { content: '\e800'; } /* '' */
.icon-entypo-note-beamed:before { content: '\e801'; } /* '' */
.icon-entypo-layout:before { content: '\e810'; } /* '' */
.icon-entypo-flag:before { content: '\e82a'; } /* '' */
.icon-entypo-tools:before { content: '\e856'; } /* '' */
.icon-entypo-cog:before { content: '\e855'; } /* '' */
.icon-entypo-attention:before { content: '\e83e'; } /* '' */
.icon-entypo-flash:before { content: '\e8b4'; } /* '' */
.icon-entypo-record:before { content: '\e89a'; } /* '' */
.icon-entypo-cloud-thunder:before { content: '\e8b3'; } /* '' */
.icon-entypo-tape:before { content: '\e8c8'; } /* '' */
.icon-entypo-flight:before { content: '\e8b6'; } /* '' */
.icon-entypo-mail:before { content: '\e805'; } /* '' */
.icon-entypo-pencil:before { content: '\e836'; } /* '' */
.icon-entypo-feather:before { content: '\e837'; } /* '' */
.icon-entypo-check:before { content: '\e812'; } /* '' */
.icon-entypo-cancel:before { content: '\e813'; } /* '' */
.icon-entypo-cancel-circled:before { content: '\e814'; } /* '' */
.icon-entypo-cancel-squared:before { content: '\e815'; } /* '' */
.icon-entypo-help:before { content: '\e81c'; } /* '' */
.icon-entypo-quote:before { content: '\e833'; } /* '' */
.icon-entypo-plus-circled:before { content: '\e817'; } /* '' */
.icon-entypo-minus-circled:before { content: '\e81a'; } /* '' */
.icon-entypo-right:before { content: '\e881'; } /* '' */
.icon-entypo-direction:before { content: '\e844'; } /* '' */
.icon-entypo-forward:before { content: '\e832'; } /* '' */
.icon-entypo-ccw:before { content: '\e88f'; } /* '' */
.icon-entypo-cw:before { content: '\e890'; } /* '' */
.icon-entypo-left:before { content: '\e880'; } /* '' */
.icon-entypo-up:before { content: '\e882'; } /* '' */
.icon-entypo-down:before { content: '\e87f'; } /* '' */
.icon-entypo-list-add:before { content: '\e8a6'; } /* '' */
.icon-entypo-list:before { content: '\e8a5'; } /* '' */
.icon-entypo-left-bold:before { content: '\e888'; } /* '' */
.icon-entypo-right-bold:before { content: '\e889'; } /* '' */
.icon-entypo-up-bold:before { content: '\e88a'; } /* '' */
.icon-entypo-down-bold:before { content: '\e887'; } /* '' */
.icon-entypo-user-add:before { content: '\e80c'; } /* '' */
.icon-entypo-help-circled:before { content: '\e81d'; } /* '' */
.icon-entypo-info-circled:before { content: '\e81f'; } /* '' */
.icon-entypo-eye:before { content: '\e826'; } /* '' */
.icon-entypo-tag:before { content: '\e827'; } /* '' */
.icon-entypo-upload-cloud:before { content: '\e82f'; } /* '' */
.icon-entypo-reply:before { content: '\e830'; } /* '' */
.icon-entypo-reply-all:before { content: '\e831'; } /* '' */
.icon-entypo-code:before { content: '\e834'; } /* '' */
.icon-entypo-export:before { content: '\e835'; } /* '' */
.icon-entypo-print:before { content: '\e838'; } /* '' */
.icon-entypo-retweet:before { content: '\e839'; } /* '' */
.icon-entypo-comment:before { content: '\e83b'; } /* '' */
.icon-entypo-chat:before { content: '\e83c'; } /* '' */
.icon-entypo-vcard:before { content: '\e840'; } /* '' */
.icon-entypo-address:before { content: '\e841'; } /* '' */
.icon-entypo-location:before { content: '\e842'; } /* '' */
.icon-entypo-map:before { content: '\e843'; } /* '' */
.icon-entypo-compass:before { content: '\e845'; } /* '' */
.icon-entypo-trash:before { content: '\e847'; } /* '' */
.icon-entypo-doc:before { content: '\e848'; } /* '' */
.icon-entypo-doc-text-inv:before { content: '\e84c'; } /* '' */
.icon-entypo-docs:before { content: '\e849'; } /* '' */
.icon-entypo-doc-landscape:before { content: '\e84a'; } /* '' */
.icon-entypo-archive:before { content: '\e851'; } /* '' */
.icon-entypo-rss:before { content: '\e853'; } /* '' */
.icon-entypo-share:before { content: '\e857'; } /* '' */
.icon-entypo-basket:before { content: '\e859'; } /* '' */
.icon-entypo-shareable:before { content: '\e858'; } /* '' */
.icon-entypo-login:before { content: '\e85c'; } /* '' */
.icon-entypo-logout:before { content: '\e85d'; } /* '' */
.icon-entypo-volume:before { content: '\e861'; } /* '' */
.icon-entypo-resize-full:before { content: '\e869'; } /* '' */
.icon-entypo-resize-small:before { content: '\e86a'; } /* '' */
.icon-entypo-popup:before { content: '\e86b'; } /* '' */
.icon-entypo-publish:before { content: '\e86c'; } /* '' */
.icon-entypo-window:before { content: '\e86d'; } /* '' */
.icon-entypo-arrow-combo:before { content: '\e86e'; } /* '' */
.icon-entypo-chart-pie:before { content: '\e8c4'; } /* '' */
.icon-entypo-language:before { content: '\e8ca'; } /* '' */
.icon-entypo-air:before { content: '\e8ce'; } /* '' */
.icon-entypo-database:before { content: '\e8d3'; } /* '' */
.icon-entypo-drive:before { content: '\e8d4'; } /* '' */
.icon-entypo-bucket:before { content: '\e8d5'; } /* '' */
.icon-entypo-thermometer:before { content: '\e8d6'; } /* '' */
.icon-entypo-down-circled:before { content: '\e86f'; } /* '' */
.icon-entypo-left-circled:before { content: '\e870'; } /* '' */
.icon-entypo-right-circled:before { content: '\e871'; } /* '' */
.icon-entypo-up-circled:before { content: '\e872'; } /* '' */
.icon-entypo-down-open:before { content: '\e873'; } /* '' */
.icon-entypo-left-open:before { content: '\e874'; } /* '' */
.icon-entypo-right-open:before { content: '\e875'; } /* '' */
.icon-entypo-up-open:before { content: '\e876'; } /* '' */
.icon-entypo-down-open-mini:before { content: '\e877'; } /* '' */
.icon-entypo-left-open-mini:before { content: '\e878'; } /* '' */
.icon-entypo-right-open-mini:before { content: '\e879'; } /* '' */
.icon-entypo-up-open-mini:before { content: '\e87a'; } /* '' */
.icon-entypo-down-open-big:before { content: '\e87b'; } /* '' */
.icon-entypo-left-open-big:before { content: '\e87c'; } /* '' */
.icon-entypo-right-open-big:before { content: '\e87d'; } /* '' */
.icon-entypo-up-open-big:before { content: '\e87e'; } /* '' */
.icon-entypo-progress-0:before { content: '\e89f'; } /* '' */
.icon-entypo-progress-1:before { content: '\e8a0'; } /* '' */
.icon-entypo-progress-2:before { content: '\e8a1'; } /* '' */
.icon-entypo-progress-3:before { content: '\e8a2'; } /* '' */
.icon-entypo-back-in-time:before { content: '\e8aa'; } /* '' */
.icon-entypo-network:before { content: '\e8ad'; } /* '' */
.icon-entypo-inbox:before { content: '\e8af'; } /* '' */
.icon-entypo-install:before { content: '\e8b0'; } /* '' */
.icon-entypo-lifebuoy:before { content: '\e8b9'; } /* '' */
.icon-entypo-mouse:before { content: '\e8ba'; } /* '' */
.icon-entypo-dot:before { content: '\e8bd'; } /* '' */
.icon-entypo-dot-2:before { content: '\e8be'; } /* '' */
.icon-entypo-dot-3:before { content: '\e8bf'; } /* '' */
.icon-entypo-suitcase:before { content: '\e8bc'; } /* '' */
.icon-entypo-flow-cascade:before { content: '\e8d8'; } /* '' */
.icon-entypo-flow-branch:before { content: '\e8d9'; } /* '' */
.icon-entypo-flow-tree:before { content: '\e8da'; } /* '' */
.icon-entypo-flow-line:before { content: '\e8db'; } /* '' */
.icon-entypo-flow-parallel:before { content: '\e8dc'; } /* '' */
.icon-entypo-brush:before { content: '\e8c0'; } /* '' */
.icon-entypo-paper-plane:before { content: '\e8b7'; } /* '' */
.icon-entypo-magnet:before { content: '\e8c1'; } /* '' */
.icon-entypo-gauge:before { content: '\e8de'; } /* '' */
.icon-entypo-traffic-cone:before { content: '\e8df'; } /* '' */
.icon-entypo-cc:before { content: '\e8e0'; } /* '' */
.icon-entypo-cc-by:before { content: '\e8e1'; } /* '' */
.icon-entypo-cc-nc:before { content: '\e8e2'; } /* '' */
.icon-entypo-cc-nc-eu:before { content: '\e8e3'; } /* '' */
.icon-entypo-cc-nc-jp:before { content: '\e8e4'; } /* '' */
.icon-entypo-cc-sa:before { content: '\e8e5'; } /* '' */
.icon-entypo-cc-nd:before { content: '\e8e6'; } /* '' */
.icon-entypo-cc-pd:before { content: '\e8e7'; } /* '' */
.icon-entypo-cc-zero:before { content: '\e8e8'; } /* '' */
.icon-entypo-cc-share:before { content: '\e8e9'; } /* '' */
.icon-entypo-picture:before { content: '\e80e'; } /* '' */
.icon-entypo-globe:before { content: '\e8b1'; } /* '' */
.icon-entypo-leaf:before { content: '\e8b8'; } /* '' */
.icon-entypo-graduation-cap:before { content: '\e8c9'; } /* '' */
.icon-entypo-mic:before { content: '\e85e'; } /* '' */
.icon-entypo-palette:before { content: '\e8a4'; } /* '' */
.icon-entypo-ticket:before { content: '\e8cb'; } /* '' */
.icon-entypo-video:before { content: '\e80d'; } /* '' */
.icon-entypo-target:before { content: '\e8a3'; } /* '' */
.icon-entypo-music:before { content: '\e802'; } /* '' */
.icon-entypo-trophy:before { content: '\e8a8'; } /* '' */
.icon-entypo-thumbs-up:before { content: '\e82b'; } /* '' */
.icon-entypo-thumbs-down:before { content: '\e82c'; } /* '' */
.icon-entypo-bag:before { content: '\e85a'; } /* '' */
.icon-entypo-user:before { content: '\e80a'; } /* '' */
.icon-entypo-users:before { content: '\e80b'; } /* '' */
.icon-entypo-lamp:before { content: '\e864'; } /* '' */
.icon-entypo-alert:before { content: '\e83f'; } /* '' */
.icon-entypo-water:before { content: '\e8cc'; } /* '' */
.icon-entypo-droplet:before { content: '\e8cd'; } /* '' */
.icon-entypo-credit-card:before { content: '\e8cf'; } /* '' */
.icon-entypo-monitor:before { content: '\e8ab'; } /* '' */
.icon-entypo-briefcase:before { content: '\e8bb'; } /* '' */
.icon-entypo-floppy:before { content: '\e8d0'; } /* '' */
.icon-entypo-cd:before { content: '\e8ae'; } /* '' */
.icon-entypo-folder:before { content: '\e850'; } /* '' */
.icon-entypo-doc-text:before { content: '\e84b'; } /* '' */
.icon-entypo-calendar:before { content: '\e85b'; } /* '' */
.icon-entypo-chart-line:before { content: '\e8c5'; } /* '' */
.icon-entypo-chart-bar:before { content: '\e8c6'; } /* '' */
.icon-entypo-clipboard:before { content: '\e8d1'; } /* '' */
.icon-entypo-attach:before { content: '\e823'; } /* '' */
.icon-entypo-bookmarks:before { content: '\e829'; } /* '' */
.icon-entypo-book:before { content: '\e84f'; } /* '' */
.icon-entypo-book-open:before { content: '\e84e'; } /* '' */
.icon-entypo-phone:before { content: '\e854'; } /* '' */
.icon-entypo-megaphone:before { content: '\e8d2'; } /* '' */
.icon-entypo-upload:before { content: '\e82e'; } /* '' */
.icon-entypo-download:before { content: '\e82d'; } /* '' */
.icon-entypo-box:before { content: '\e852'; } /* '' */
.icon-entypo-newspaper:before { content: '\e84d'; } /* '' */
.icon-entypo-mobile:before { content: '\e8ac'; } /* '' */
.icon-entypo-signal:before { content: '\e8a7'; } /* '' */
.icon-entypo-camera:before { content: '\e80f'; } /* '' */
.icon-entypo-shuffle:before { content: '\e894'; } /* '' */
.icon-entypo-loop:before { content: '\e895'; } /* '' */
.icon-entypo-arrows-ccw:before { content: '\e891'; } /* '' */
.icon-entypo-light-down:before { content: '\e865'; } /* '' */
.icon-entypo-light-up:before { content: '\e866'; } /* '' */
.icon-entypo-mute:before { content: '\e85f'; } /* '' */
.icon-entypo-sound:before { content: '\e860'; } /* '' */
.icon-entypo-battery:before { content: '\e8a9'; } /* '' */
.icon-entypo-search:before { content: '\e803'; } /* '' */
.icon-entypo-key:before { content: '\e8d7'; } /* '' */
.icon-entypo-lock:before { content: '\e824'; } /* '' */
.icon-entypo-lock-open:before { content: '\e825'; } /* '' */
.icon-entypo-bell:before { content: '\e83d'; } /* '' */
.icon-entypo-bookmark:before { content: '\e828'; } /* '' */
.icon-entypo-link:before { content: '\e822'; } /* '' */
.icon-entypo-back:before { content: '\e820'; } /* '' */
.icon-entypo-flashlight:before { content: '\e804'; } /* '' */
.icon-entypo-chart-area:before { content: '\e8c7'; } /* '' */
.icon-entypo-clock:before { content: '\e862'; } /* '' */
.icon-entypo-rocket:before { content: '\e8dd'; } /* '' */
.icon-entypo-block:before { content: '\e868'; } /* '' */@font-face {
  font-family: 'zocial';
  src: url('/wp-content/themes/neue/framework/font-icons/social-icons/font/zocial.eot?97035448');
  src: url('/wp-content/themes/neue/framework/font-icons/social-icons/font/zocial.eot?97035448#iefix') format('embedded-opentype'),
       url('/wp-content/themes/neue/framework/font-icons/social-icons/font/zocial.woff?97035448') format('woff'),
       url('/wp-content/themes/neue/framework/font-icons/social-icons/font/zocial.ttf?97035448') format('truetype'),
       url('/wp-content/themes/neue/framework/font-icons/social-icons/font/zocial.svg?97035448#zocial') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'zocial';
    src: url('/wp-content/themes/neue/framework/font-icons/social-icons/font/zocial.svg?97035448#zocial') format('svg');
  }
}
*/

 [class^="icon-social-"]:before, [class*=" icon-social-"]:before {
  font-family: "zocial";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  
 
  /* Uncomment for 3D effect */
   /*text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-social-duckduckgo:before { content: '\e866'; } /* '' */
.icon-social-aim:before { content: '\e800'; } /* '' */
.icon-social-delicious:before { content: '\e801'; } /* '' */
.icon-social-paypal:before { content: '\e802'; } /* '' */
.icon-social-flattr:before { content: '\e803'; } /* '' */
.icon-social-android:before { content: '\e804'; } /* '' */
.icon-social-eventful:before { content: '\e805'; } /* '' */
.icon-social-smashmag:before { content: '\e806'; } /* '' */
.icon-social-gplus:before { content: '\e807'; } /* '' */
.icon-social-wikipedia:before { content: '\e808'; } /* '' */
.icon-social-lanyrd:before { content: '\e809'; } /* '' */
.icon-social-calendar:before { content: '\e80a'; } /* '' */
.icon-social-stumbleupon:before { content: '\e80b'; } /* '' */
.icon-social-fivehundredpx:before { content: '\e80c'; } /* '' */
.icon-social-pinterest:before { content: '\e80d'; } /* '' */
.icon-social-bitcoin:before { content: '\e80e'; } /* '' */
.icon-social-w3c:before { content: '\e80f'; } /* '' */
.icon-social-foursquare:before { content: '\e810'; } /* '' */
.icon-social-html5:before { content: '\e811'; } /* '' */
.icon-social-ie:before { content: '\e812'; } /* '' */
.icon-social-call:before { content: '\e813'; } /* '' */
.icon-social-grooveshark:before { content: '\e814'; } /* '' */
.icon-social-ninetyninedesigns:before { content: '\e815'; } /* '' */
.icon-social-forrst:before { content: '\e816'; } /* '' */
.icon-social-digg:before { content: '\e817'; } /* '' */
.icon-social-spotify:before { content: '\e818'; } /* '' */
.icon-social-reddit:before { content: '\e819'; } /* '' */
.icon-social-guest:before { content: '\e81a'; } /* '' */
.icon-social-gowalla:before { content: '\e81b'; } /* '' */
.icon-social-appstore:before { content: '\e81c'; } /* '' */
.icon-social-blogger:before { content: '\e81d'; } /* '' */
.icon-social-cc:before { content: '\e81e'; } /* '' */
.icon-social-dribbble:before { content: '\e81f'; } /* '' */
.icon-social-evernote:before { content: '\e820'; } /* '' */
.icon-social-flickr:before { content: '\e821'; } /* '' */
.icon-social-google:before { content: '\e822'; } /* '' */
.icon-social-viadeo:before { content: '\e823'; } /* '' */
.icon-social-instapaper:before { content: '\e824'; } /* '' */
.icon-social-weibo:before { content: '\e825'; } /* '' */
.icon-social-klout:before { content: '\e826'; } /* '' */
.icon-social-linkedin:before { content: '\e827'; } /* '' */
.icon-social-meetup:before { content: '\e828'; } /* '' */
.icon-social-vk:before { content: '\e829'; } /* '' */
.icon-social-plancast:before { content: '\e82a'; } /* '' */
.icon-social-disqus:before { content: '\e82b'; } /* '' */
.icon-social-rss:before { content: '\e82c'; } /* '' */
.icon-social-skype:before { content: '\e82d'; } /* '' */
.icon-social-twitter:before { content: '\e82e'; } /* '' */
.icon-social-youtube:before { content: '\e82f'; } /* '' */
.icon-social-vimeo:before { content: '\e830'; } /* '' */
.icon-social-windows:before { content: '\e831'; } /* '' */
.icon-social-xing:before { content: '\e832'; } /* '' */
.icon-social-yahoo:before { content: '\e833'; } /* '' */
.icon-social-chrome:before { content: '\e834'; } /* '' */
.icon-social-email:before { content: '\e835'; } /* '' */
.icon-social-macstore:before { content: '\e836'; } /* '' */
.icon-social-myspace:before { content: '\e837'; } /* '' */
.icon-social-podcast:before { content: '\e838'; } /* '' */
.icon-social-amazon:before { content: '\e839'; } /* '' */
.icon-social-steam:before { content: '\e83a'; } /* '' */
.icon-social-cloudapp:before { content: '\e83b'; } /* '' */
.icon-social-dropbox:before { content: '\e83c'; } /* '' */
.icon-social-ebay:before { content: '\e83d'; } /* '' */
.icon-social-facebook:before { content: '\e83e'; } /* '' */
.icon-social-github:before { content: '\e83f'; } /* '' */
.icon-social-googleplay:before { content: '\e841'; } /* '' */
.icon-social-itunes:before { content: '\e842'; } /* '' */
.icon-social-plurk:before { content: '\e843'; } /* '' */
.icon-social-songkick:before { content: '\e844'; } /* '' */
.icon-social-lastfm:before { content: '\e845'; } /* '' */
.icon-social-gmail:before { content: '\e846'; } /* '' */
.icon-social-pinboard:before { content: '\e847'; } /* '' */
.icon-social-openid:before { content: '\e848'; } /* '' */
.icon-social-quora:before { content: '\e849'; } /* '' */
.icon-social-soundcloud:before { content: '\e84a'; } /* '' */
.icon-social-tumblr:before { content: '\e84b'; } /* '' */
.icon-social-eventasaurus:before { content: '\e84c'; } /* '' */
.icon-social-wordpress:before { content: '\e84d'; } /* '' */
.icon-social-yelp:before { content: '\e84e'; } /* '' */
.icon-social-intensedebate:before { content: '\e84f'; } /* '' */
.icon-social-eventbrite:before { content: '\e850'; } /* '' */
.icon-social-scribd:before { content: '\e851'; } /* '' */
.icon-social-posterous:before { content: '\e852'; } /* '' */
.icon-social-stripe:before { content: '\e853'; } /* '' */
.icon-social-opentable:before { content: '\e854'; } /* '' */
.icon-social-cart:before { content: '\e855'; } /* '' */
.icon-social-print:before { content: '\e856'; } /* '' */
.icon-social-angellist:before { content: '\e857'; } /* '' */
.icon-social-instagram:before { content: '\e858'; } /* '' */
.icon-social-dwolla:before { content: '\e859'; } /* '' */
.icon-social-appnet:before { content: '\e85a'; } /* '' */
.icon-social-statusnet:before { content: '\e85b'; } /* '' */
.icon-social-acrobat:before { content: '\e85c'; } /* '' */
.icon-social-drupal:before { content: '\e85d'; } /* '' */
.icon-social-buffer:before { content: '\e85e'; } /* '' */
.icon-social-pocket:before { content: '\e85f'; } /* '' */
.icon-social-github-circled:before { content: '\e840'; } /* '' */
.icon-social-bitbucket:before { content: '\e860'; } /* '' */
.icon-social-lego:before { content: '\e861'; } /* '' */
.icon-social-login:before { content: '\e862'; } /* '' */
.icon-social-stackoverflow:before { content: '\e863'; } /* '' */
.icon-social-hackernews:before { content: '\e864'; } /* '' */
.icon-social-lkdto:before { content: '\e865'; } /* '' */@font-face {
  font-family: 'elusive';
  src: url('/wp-content/themes/neue/framework/font-icons/elusive/font/elusive.eot?53614246');
  src: url('/wp-content/themes/neue/framework/font-icons/elusive/font/elusive.eot?53614246#iefix') format('embedded-opentype'),
       url('/wp-content/themes/neue/framework/font-icons/elusive/font/elusive.woff?53614246') format('woff'),
       url('/wp-content/themes/neue/framework/font-icons/elusive/font/elusive.ttf?53614246') format('truetype'),
       url('/wp-content/themes/neue/framework/font-icons/elusive/font/elusive.svg?53614246#elusive') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'elusive';
    src: url('/wp-content/themes/neue/framework/font-icons/elusive/font/elusive.svg?53614246#elusive') format('svg');
  }
}
*/
 
 [class^="icon-elusive-"]:before, [class*=" icon-elusive-"]:before {
  font-family: "elusive";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-elusive-zoom-out:before { content: '\e880'; } /* '' */
.icon-elusive-zoom-in:before { content: '\e87f'; } /* '' */
.icon-elusive-youtube:before { content: '\e90e'; } /* '' */
.icon-elusive-wrench-circled:before { content: '\e868'; } /* '' */
.icon-elusive-wrench:before { content: '\e867'; } /* '' */
.icon-elusive-wordpress:before { content: '\e90d'; } /* '' */
.icon-elusive-accessibility:before { content: '\e8ea'; } /* '' */
.icon-elusive-website-circled:before { content: '\e82d'; } /* '' */
.icon-elusive-website:before { content: '\e82c'; } /* '' */
.icon-elusive-warning:before { content: '\e84f'; } /* '' */
.icon-elusive-w3c:before { content: '\e90c'; } /* '' */
.icon-elusive-volume-up:before { content: '\e872'; } /* '' */
.icon-elusive-volume-off:before { content: '\e86f'; } /* '' */
.icon-elusive-volume-down:before { content: '\e870'; } /* '' */
.icon-elusive-vimeo:before { content: '\e90a'; } /* '' */
.icon-elusive-view-mode:before { content: '\e81c'; } /* '' */
.icon-elusive-video-chat:before { content: '\e814'; } /* '' */
.icon-elusive-video-circled:before { content: '\e811'; } /* '' */
.icon-elusive-video:before { content: '\e810'; } /* '' */
.icon-elusive-user:before { content: '\e80c'; } /* '' */
.icon-elusive-upload:before { content: '\e840'; } /* '' */
.icon-elusive-lock-open-alt:before { content: '\e833'; } /* '' */
.icon-elusive-lock-open:before { content: '\e832'; } /* '' */
.icon-elusive-universal-access:before { content: '\e8eb'; } /* '' */
.icon-elusive-twitter:before { content: '\e908'; } /* '' */
.icon-elusive-tumblr:before { content: '\e909'; } /* '' */
.icon-elusive-trash-circled:before { content: '\e858'; } /* '' */
.icon-elusive-trash:before { content: '\e857'; } /* '' */
.icon-elusive-torso:before { content: '\e80f'; } /* '' */
.icon-elusive-tint:before { content: '\e8cb'; } /* '' */
.icon-elusive-clock-circled:before { content: '\e875'; } /* '' */
.icon-elusive-clock:before { content: '\e874'; } /* '' */
.icon-elusive-thumbs-up:before { content: '\e83c'; } /* '' */
.icon-elusive-thumbs-down:before { content: '\e83d'; } /* '' */
.icon-elusive-th-list:before { content: '\e81b'; } /* '' */
.icon-elusive-th-large:before { content: '\e819'; } /* '' */
.icon-elusive-th:before { content: '\e81a'; } /* '' */
.icon-elusive-text-width:before { content: '\e8bb'; } /* '' */
.icon-elusive-text-height:before { content: '\e8ba'; } /* '' */
.icon-elusive-tasks:before { content: '\e8da'; } /* '' */
.icon-elusive-tags:before { content: '\e837'; } /* '' */
.icon-elusive-tag:before { content: '\e836'; } /* '' */
.icon-elusive-stumbleupon:before { content: '\e907'; } /* '' */
.icon-elusive-stop-circled:before { content: '\e899'; } /* '' */
.icon-elusive-stop:before { content: '\e898'; } /* '' */
.icon-elusive-step-forward:before { content: '\e8a5'; } /* '' */
.icon-elusive-step-backward:before { content: '\e8a4'; } /* '' */
.icon-elusive-star-empty:before { content: '\e80b'; } /* '' */
.icon-elusive-star-circled:before { content: '\e80a'; } /* '' */
.icon-elusive-star:before { content: '\e809'; } /* '' */
.icon-elusive-stackoverflow:before { content: '\e906'; } /* '' */
.icon-elusive-volume:before { content: '\e871'; } /* '' */
.icon-elusive-smiley-circled:before { content: '\e8de'; } /* '' */
.icon-elusive-smiley:before { content: '\e8dd'; } /* '' */
.icon-elusive-slideshare:before { content: '\e905'; } /* '' */
.icon-elusive-skype:before { content: '\e904'; } /* '' */
.icon-elusive-signal:before { content: '\e8a7'; } /* '' */
.icon-elusive-basket-circled:before { content: '\e86a'; } /* '' */
.icon-elusive-basket:before { content: '\e869'; } /* '' */
.icon-elusive-share:before { content: '\e841'; } /* '' */
.icon-elusive-export:before { content: '\e844'; } /* '' */
.icon-elusive-search-circled:before { content: '\e803'; } /* '' */
.icon-elusive-search:before { content: '\e802'; } /* '' */
.icon-elusive-target:before { content: '\e8a6'; } /* '' */
.icon-elusive-desktop-circled:before { content: '\e8a9'; } /* '' */
.icon-elusive-desktop:before { content: '\e8a8'; } /* '' */
.icon-elusive-rss:before { content: '\e861'; } /* '' */
.icon-elusive-road:before { content: '\e8c5'; } /* '' */
.icon-elusive-backward-circled:before { content: '\e89f'; } /* '' */
.icon-elusive-retweet:before { content: '\e84b'; } /* '' */
.icon-elusive-resize-vertical:before { content: '\e87c'; } /* '' */
.icon-elusive-resize-small:before { content: '\e87b'; } /* '' */
.icon-elusive-resize-horizontal:before { content: '\e87d'; } /* '' */
.icon-elusive-resize-full:before { content: '\e879'; } /* '' */
.icon-elusive-cw-circled:before { content: '\e892'; } /* '' */
.icon-elusive-cw:before { content: '\e891'; } /* '' */
.icon-elusive-cancel-circled:before { content: '\e821'; } /* '' */
.icon-elusive-cancel-circled2:before { content: '\e822'; } /* '' */
.icon-elusive-cancel:before { content: '\e820'; } /* '' */
.icon-elusive-arrows-cw:before { content: '\e893'; } /* '' */
.icon-elusive-reddit:before { content: '\e903'; } /* '' */
.icon-elusive-record:before { content: '\e89c'; } /* '' */
.icon-elusive-shuffle:before { content: '\e894'; } /* '' */
.icon-elusive-quote-circled:before { content: '\e843'; } /* '' */
.icon-elusive-quote:before { content: '\e842'; } /* '' */
.icon-elusive-help-circled:before { content: '\e828'; } /* '' */
.icon-elusive-help:before { content: '\e827'; } /* '' */
.icon-elusive-qrcode:before { content: '\e8c6'; } /* '' */
.icon-elusive-print:before { content: '\e84a'; } /* '' */
.icon-elusive-plus-circled:before { content: '\e824'; } /* '' */
.icon-elusive-plus:before { content: '\e823'; } /* '' */
.icon-elusive-play-circled2:before { content: '\e897'; } /* '' */
.icon-elusive-play-circled:before { content: '\e896'; } /* '' */
.icon-elusive-play:before { content: '\e895'; } /* '' */
.icon-elusive-flight:before { content: '\e8b4'; } /* '' */
.icon-elusive-pinterest:before { content: '\e902'; } /* '' */
.icon-elusive-picture:before { content: '\e815'; } /* '' */
.icon-elusive-picasa:before { content: '\e901'; } /* '' */
.icon-elusive-photo-circled:before { content: '\e818'; } /* '' */
.icon-elusive-photo:before { content: '\e817'; } /* '' */
.icon-elusive-phone-circled:before { content: '\e863'; } /* '' */
.icon-elusive-phone:before { content: '\e862'; } /* '' */
.icon-elusive-person:before { content: '\e8e5'; } /* '' */
.icon-elusive-pencil-circled:before { content: '\e846'; } /* '' */
.icon-elusive-pencil:before { content: '\e845'; } /* '' */
.icon-elusive-pause-circled:before { content: '\e89b'; } /* '' */
.icon-elusive-pause:before { content: '\e89a'; } /* '' */
.icon-elusive-path:before { content: '\e900'; } /* '' */
.icon-elusive-attach-circled:before { content: '\e82f'; } /* '' */
.icon-elusive-attach:before { content: '\e82e'; } /* '' */
.icon-elusive-ok-circled:before { content: '\e81e'; } /* '' */
.icon-elusive-ok-circled2:before { content: '\e81f'; } /* '' */
.icon-elusive-ok:before { content: '\e81d'; } /* '' */
.icon-elusive-off:before { content: '\e8c4'; } /* '' */
.icon-elusive-network:before { content: '\e8ac'; } /* '' */
.icon-elusive-music:before { content: '\e801'; } /* '' */
.icon-elusive-move:before { content: '\e87e'; } /* '' */
.icon-elusive-minus-circled:before { content: '\e826'; } /* '' */
.icon-elusive-minus:before { content: '\e825'; } /* '' */
.icon-elusive-mic-circled:before { content: '\e86e'; } /* '' */
.icon-elusive-mic:before { content: '\e86d'; } /* '' */
.icon-elusive-location-circled:before { content: '\e854'; } /* '' */
.icon-elusive-location:before { content: '\e853'; } /* '' */
.icon-elusive-male:before { content: '\e8ec'; } /* '' */
.icon-elusive-magnet:before { content: '\e8d1'; } /* '' */
.icon-elusive-lock-circled:before { content: '\e831'; } /* '' */
.icon-elusive-lock:before { content: '\e830'; } /* '' */
.icon-elusive-clipboard:before { content: '\e8d6'; } /* '' */
.icon-elusive-list:before { content: '\e8c0'; } /* '' */
.icon-elusive-linkedin:before { content: '\e8ff'; } /* '' */
.icon-elusive-leaf:before { content: '\e8b5'; } /* '' */
.icon-elusive-laptop-circled:before { content: '\e8ab'; } /* '' */
.icon-elusive-laptop:before { content: '\e8aa'; } /* '' */
.icon-elusive-key:before { content: '\e8d8'; } /* '' */
.icon-elusive-italic:before { content: '\e8b9'; } /* '' */
.icon-elusive-iphone-home:before { content: '\e8e4'; } /* '' */
.icon-elusive-instagram:before { content: '\e8fe'; } /* '' */
.icon-elusive-info-circled:before { content: '\e829'; } /* '' */
.icon-elusive-indent-right:before { content: '\e8c2'; } /* '' */
.icon-elusive-indent-left:before { content: '\e8c1'; } /* '' */
.icon-elusive-right-hand:before { content: '\e88f'; } /* '' */
.icon-elusive-left-hand:before { content: '\e88e'; } /* '' */
.icon-elusive-down-hand:before { content: '\e88d'; } /* '' */
.icon-elusive-guidedog:before { content: '\e8e9'; } /* '' */
.icon-elusive-group-circled:before { content: '\e80e'; } /* '' */
.icon-elusive-group:before { content: '\e80d'; } /* '' */
.icon-elusive-forward-circled:before { content: '\e8a3'; } /* '' */
.icon-elusive-forward:before { content: '\e8a2'; } /* '' */
.icon-elusive-fontsize:before { content: '\e8b7'; } /* '' */
.icon-elusive-font:before { content: '\e8b6'; } /* '' */
.icon-elusive-folder-circled:before { content: '\e85e'; } /* '' */
.icon-elusive-folder-open:before { content: '\e860'; } /* '' */
.icon-elusive-female:before { content: '\e8ed'; } /* '' */
.icon-elusive-fast-forward:before { content: '\e8a1'; } /* '' */
.icon-elusive-fast-backward:before { content: '\e8a0'; } /* '' */
.icon-elusive-videocam:before { content: '\e813'; } /* '' */
.icon-elusive-facebook:before { content: '\e8f6'; } /* '' */
.icon-elusive-eye:before { content: '\e834'; } /* '' */
.icon-elusive-gauge:before { content: '\e8dc'; } /* '' */
.icon-elusive-css:before { content: '\e8f1'; } /* '' */
.icon-elusive-credit-card:before { content: '\e8d4'; } /* '' */
.icon-elusive-compass-circled:before { content: '\e856'; } /* '' */
.icon-elusive-compass:before { content: '\e855'; } /* '' */
.icon-elusive-comment-alt:before { content: '\e84d'; } /* '' */
.icon-elusive-down-open:before { content: '\e881'; } /* '' */
.icon-elusive-check-empty:before { content: '\e8cd'; } /* '' */
.icon-elusive-check:before { content: '\e8cc'; } /* '' */
.icon-elusive-certificate:before { content: '\e8d9'; } /* '' */
.icon-elusive-cc:before { content: '\e8f0'; } /* '' */
.icon-elusive-camera:before { content: '\e816'; } /* '' */
.icon-elusive-block:before { content: '\e878'; } /* '' */
.icon-elusive-backward:before { content: '\e89e'; } /* '' */
.icon-elusive-asterisk:before { content: '\e8ce'; } /* '' */
.icon-elusive-asl:before { content: '\e8e1'; } /* '' */
.icon-elusive-up:before { content: '\e888'; } /* '' */
.icon-elusive-right:before { content: '\e887'; } /* '' */
.icon-elusive-heart-circled:before { content: '\e807'; } /* '' */
.icon-elusive-heart:before { content: '\e806'; } /* '' */
.icon-elusive-hearing-impaired:before { content: '\e8e3'; } /* '' */
.icon-elusive-headphones:before { content: '\e873'; } /* '' */
.icon-elusive-hdd:before { content: '\e8d7'; } /* '' */
.icon-elusive-up-hand:before { content: '\e890'; } /* '' */
.icon-elusive-github:before { content: '\e8fb'; } /* '' */
.icon-elusive-gift:before { content: '\e8cf'; } /* '' */
.icon-elusive-resize-full-alt:before { content: '\e87a'; } /* '' */
.icon-elusive-friendfeed-rect:before { content: '\e8fa'; } /* '' */
.icon-elusive-friendfeed:before { content: '\e8f9'; } /* '' */
.icon-elusive-foursquare:before { content: '\e8f8'; } /* '' */
.icon-elusive-doc-new-circled:before { content: '\e85c'; } /* '' */
.icon-elusive-doc-new:before { content: '\e85b'; } /* '' */
.icon-elusive-edit-circled:before { content: '\e848'; } /* '' */
.icon-elusive-edit:before { content: '\e847'; } /* '' */
.icon-elusive-doc-circled:before { content: '\e85a'; } /* '' */
.icon-elusive-doc:before { content: '\e859'; } /* '' */
.icon-elusive-dribbble:before { content: '\e8f5'; } /* '' */
.icon-elusive-download-alt:before { content: '\e83f'; } /* '' */
.icon-elusive-download:before { content: '\e83e'; } /* '' */
.icon-elusive-digg:before { content: '\e8f4'; } /* '' */
.icon-elusive-deviantart:before { content: '\e8f3'; } /* '' */
.icon-elusive-delicious:before { content: '\e8f2'; } /* '' */
.icon-elusive-left-circled:before { content: '\e88a'; } /* '' */
.icon-elusive-down-circled:before { content: '\e889'; } /* '' */
.icon-elusive-child:before { content: '\e8e7'; } /* '' */
.icon-elusive-up-open:before { content: '\e884'; } /* '' */
.icon-elusive-right-open:before { content: '\e883'; } /* '' */
.icon-elusive-left-open:before { content: '\e882'; } /* '' */
.icon-elusive-bold:before { content: '\e8b8'; } /* '' */
.icon-elusive-blogger:before { content: '\e8ef'; } /* '' */
.icon-elusive-blind:before { content: '\e8e8'; } /* '' */
.icon-elusive-bell:before { content: '\e84e'; } /* '' */
.icon-elusive-behance:before { content: '\e8ee'; } /* '' */
.icon-elusive-barcode:before { content: '\e8c7'; } /* '' */
.icon-elusive-left:before { content: '\e886'; } /* '' */
.icon-elusive-down:before { content: '\e885'; } /* '' */
.icon-elusive-align-right:before { content: '\e8be'; } /* '' */
.icon-elusive-align-left:before { content: '\e8bc'; } /* '' */
.icon-elusive-align-justify:before { content: '\e8bf'; } /* '' */
.icon-elusive-align-center:before { content: '\e8bd'; } /* '' */
.icon-elusive-adult:before { content: '\e8e6'; } /* '' */
.icon-elusive-adjust:before { content: '\e8ca'; } /* '' */
.icon-elusive-address-book-alt:before { content: '\e8e0'; } /* '' */
.icon-elusive-address-book:before { content: '\e8df'; } /* '' */
.icon-elusive-lightbulb:before { content: '\e876'; } /* '' */
.icon-elusive-home-circled:before { content: '\e82b'; } /* '' */
.icon-elusive-home:before { content: '\e82a'; } /* '' */
.icon-elusive-heart-empty:before { content: '\e808'; } /* '' */
.icon-elusive-globe:before { content: '\e8b0'; } /* '' */
.icon-elusive-glasses:before { content: '\e8e2'; } /* '' */
.icon-elusive-glass:before { content: '\e800'; } /* '' */
.icon-elusive-github-text:before { content: '\e8fc'; } /* '' */
.icon-elusive-flag:before { content: '\e83a'; } /* '' */
.icon-elusive-fire:before { content: '\e8d0'; } /* '' */
.icon-elusive-filter:before { content: '\e8db'; } /* '' */
.icon-elusive-video-alt:before { content: '\e812'; } /* '' */
.icon-elusive-mail-circled:before { content: '\e805'; } /* '' */
.icon-elusive-mail:before { content: '\e804'; } /* '' */
.icon-elusive-eject:before { content: '\e89d'; } /* '' */
.icon-elusive-edit-alt:before { content: '\e849'; } /* '' */
.icon-elusive-cloud-circled:before { content: '\e8b3'; } /* '' */
.icon-elusive-cloud:before { content: '\e8b2'; } /* '' */
.icon-elusive-up-circled:before { content: '\e88c'; } /* '' */
.icon-elusive-right-circled:before { content: '\e88b'; } /* '' */
.icon-elusive-braille:before { content: '\e8c8'; } /* '' */
.icon-elusive-bookmark-empty:before { content: '\e839'; } /* '' */
.icon-elusive-bookmark:before { content: '\e838'; } /* '' */
.icon-elusive-book:before { content: '\e8c9'; } /* '' */
.icon-elusive-inbox-alt:before { content: '\e8af'; } /* '' */
.icon-elusive-inbox-circled:before { content: '\e8ae'; } /* '' */
.icon-elusive-inbox:before { content: '\e8ad'; } /* '' */
.icon-elusive-lightbulb-alt:before { content: '\e877'; } /* '' */
.icon-elusive-chart-circled:before { content: '\e8d3'; } /* '' */
.icon-elusive-chart:before { content: '\e8d2'; } /* '' */
.icon-elusive-googleplus:before { content: '\e8fd'; } /* '' */
.icon-elusive-globe-alt:before { content: '\e8b1'; } /* '' */
.icon-elusive-folder-close:before { content: '\e85f'; } /* '' */
.icon-elusive-folder:before { content: '\e85d'; } /* '' */
.icon-elusive-flickr:before { content: '\e8f7'; } /* '' */
.icon-elusive-flag-circled:before { content: '\e83b'; } /* '' */
.icon-elusive-eye-off:before { content: '\e835'; } /* '' */
.icon-elusive-exclamation:before { content: '\e850'; } /* '' */
.icon-elusive-error-alt:before { content: '\e852'; } /* '' */
.icon-elusive-error:before { content: '\e851'; } /* '' */
.icon-elusive-comment:before { content: '\e84c'; } /* '' */
.icon-elusive-cogs:before { content: '\e866'; } /* '' */
.icon-elusive-cog-circled:before { content: '\e865'; } /* '' */
.icon-elusive-cog:before { content: '\e864'; } /* '' */
.icon-elusive-calendar-circled:before { content: '\e86c'; } /* '' */
.icon-elusive-calendar:before { content: '\e86b'; } /* '' */
.icon-elusive-megaphone:before { content: '\e8d5'; } /* '' */
.icon-elusive-briefcase:before { content: '\e8c3'; } /* '' */
.icon-elusive-vkontakte:before { content: '\e90b'; } /* '' */@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

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

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

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

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

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

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

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/wp-content/themes/neue/js/flex-slider/fonts/flexslider-icon.eot');
	src:url('/wp-content/themes/neue/js/flex-slider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/neue/js/flex-slider/fonts/flexslider-icon.woff') format('woff'),
		url('/wp-content/themes/neue/js/flex-slider/fonts/flexslider-icon.ttf') format('truetype'),
		url('/wp-content/themes/neue/js/flex-slider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; z-index: 0; overflow: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {width: 100%; display: block;}*/
.flexslider .slides .vw-post-slider-image img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin:  0 0 30px 0; padding: 0px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { background-color: white; text-align: center; text-decoration:none; display: block; width: 40px; height: 60px; margin: -825px 15px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.4; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { /*left: -50px;*/ }
.flex-direction-nav .flex-next { right: 0px; /*text-align: right;*/ }
.flexslider:hover .flex-prev { opacity: 0.7; /*left: 10px;*/ }
.flexslider:hover .flex-next { opacity: 0.7; /*right: 10px;*/ }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 30px; width: 40px; line-height: 60px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

.flexslider.vw-flexslider-small-nav .flex-direction-nav a { width: 30px; height: 40px; margin-top: -20px; }
.flexslider.vw-flexslider-small-nav .flex-direction-nav a:before { font-size: 20px; width: 30px; line-height: 40px; }
.flexslider.vw-flexslider-small-nav .vw-post-slider-title { font-size: 22px; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {display:none; width: 100%; position: absolute; bottom: 0; text-align: center; z-index: 100; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 14px; height: 14px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { left: 10px; top: 30%; }
  .flex-direction-nav .flex-next { right: 10px; top: 30%; }
}
@charset "UTF-8";
/*
Theme Name: NEUE
Theme URI: http://themeforest.net/item/neue-smart-modern-magazine-theme/7951727?ref=envirra
Author: envirra
Author URI: http://themeforest.net/user/envirra/portfolio?ref=envirra
Description: Magazine WordPress Theme
Version: 1.9.7
License: GPL
License URI: http://www.gnu.org/licenses/gpl.html‎
Tags: black, white, one-column, two-columns, three-columns, right-sidebar, fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
Text Domain: envirra
*/
/* -----------------------------------------------------------------------------
 * Bootstrap Block Grid
 * https://gist.github.com/ChrisTM/8346916#file-block-grid-less
 * -------------------------------------------------------------------------- */
[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0; }

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none; }

.block-grid-xs-1 > .block-grid-item {
  width: 100%; }

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both; }

.block-grid-xs-2 > .block-grid-item {
  width: 50%; }

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both; }

.block-grid-xs-3 > .block-grid-item {
  width: 33.333333333333336%; }

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both; }

.block-grid-xs-4 > .block-grid-item {
  width: 25%; }

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both; }

.block-grid-xs-5 > .block-grid-item {
  width: 20%; }

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both; }

.block-grid-xs-6 > .block-grid-item {
  width: 16.666666666666668%; }

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both; }

.block-grid-xs-7 > .block-grid-item {
  width: 14.285714285714286%; }

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both; }

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%; }

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both; }

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111111111%; }

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both; }

.block-grid-xs-10 > .block-grid-item {
  width: 10%; }

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both; }

.block-grid-xs-11 > .block-grid-item {
  width: 9.090909090909092%; }

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both; }

.block-grid-xs-12 > .block-grid-item {
  width: 8.333333333333334%; }

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both; }

@media (max-width: 479px) {
  .block-grid-xxs-1 > .block-grid-item {
    width: 100%; }
  .block-grid-xxs-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-xxs-2 > .block-grid-item {
    width: 50%; }
  .block-grid-xxs-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-xxs-3 > .block-grid-item {
    width: 33.333333333333336%; }
  .block-grid-xxs-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-xxs-4 > .block-grid-item {
    width: 25%; }
  .block-grid-xxs-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-xxs-5 > .block-grid-item {
    width: 20%; }
  .block-grid-xxs-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-xxs-6 > .block-grid-item {
    width: 16.666666666666668%; }
  .block-grid-xxs-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-xxs-7 > .block-grid-item {
    width: 14.285714285714286%; }
  .block-grid-xxs-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-xxs-8 > .block-grid-item {
    width: 12.5%; }
  .block-grid-xxs-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-xxs-9 > .block-grid-item {
    width: 11.11111111111111%; }
  .block-grid-xxs-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-xxs-10 > .block-grid-item {
    width: 10%; }
  .block-grid-xxs-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-xxs-11 > .block-grid-item {
    width: 9.090909090909092%; }
  .block-grid-xxs-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-xxs-12 > .block-grid-item {
    width: 8.333333333333334%; }
  .block-grid-xxs-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xxs-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; } }

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%; }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%; }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.333333333333336%; }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%; }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%; }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.666666666666668%; }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.285714285714286%; }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%; }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111111111%; }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%; }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.090909090909092%; }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.333333333333334%; }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; } }

@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%; }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-md-2 > .block-grid-item {
    width: 50%; }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-md-3 > .block-grid-item {
    width: 33.333333333333336%; }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-md-4 > .block-grid-item {
    width: 25%; }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-md-5 > .block-grid-item {
    width: 20%; }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-md-6 > .block-grid-item {
    width: 16.666666666666668%; }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-md-7 > .block-grid-item {
    width: 14.285714285714286%; }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%; }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111111111%; }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-md-10 > .block-grid-item {
    width: 10%; }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-md-11 > .block-grid-item {
    width: 9.090909090909092%; }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-md-12 > .block-grid-item {
    width: 8.333333333333334%; }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; } }

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%; }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%; }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.333333333333336%; }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%; }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%; }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.666666666666668%; }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.285714285714286%; }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%; }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111111111%; }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%; }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.090909090909092%; }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.333333333333334%; }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; } }

/* -----------------------------------------------------------------------------
 * Basic styles
 * -------------------------------------------------------------------------- */
::selection {
  color: white; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none; }

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: inherit; }

body {
  line-height: 1.6em;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

p, a,
.vw-post-navigation-title,
.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

textarea, input, select {
  max-width: 100%; }

textarea, input[type=text], input[type=email], input[type=password], input[type=search], select {
  border: 1px solid #999;
  padding: 6px 10px 7px 10px;
  color: #999; }
  textarea:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, select:focus {
    color: inherit; }

textarea, input[type=text], input[type=email], input[type=password], input[type=search], select,
button, input[type=button], input[type=submit] {
  border-radius: 0 !important; }

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

iframe {
  max-width: 100%; }

blockquote {
  border-left: 2px solid #ddd;
  margin-left: 2em;
  padding: 0.2em 1.2em;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #fafafa; }
  blockquote cite {
    font-style: italic;
    display: block;
    margin-top: 1.3em;
    font-size: 0.75em; }

/* -----------------------------------------------------------------------------
 * General Styles
 * -------------------------------------------------------------------------- */
.clearright {
  clear: right; }

/* -----------------------------------------------------------------------------
 * Type-Scale.com : 1.250 Major Third
 * http://type-scale.com/?size=13&scale=1.250&text=Using%20-Webkit-Font-Smoothing&webfont=Bitter&font-family=%27Bitter%27,%20serif&font-weight=400&font-family-headers=&font-weight-headers=inherit&background-color=white&font-color=#333
 * -------------------------------------------------------------------------- */
body {
  line-height: 1.55; }

p {
  margin-bottom: 1.3em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  font-weight: inherit;
  line-height: 1.35; }
  * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 1.414em; }

h1 {
  font-size: 2.441em; }

h2 {
  font-size: 1.953em; }

h3 {
  font-size: 1.563em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

small, .font_small {
  font-size: 0.8em; }

@media print {
  /* Remove url after links from bootstrap */
  a[href]:after {
    content: none; } }

.vw-404-text {
  font-family: arial;
  font-weight: bold;
  font-size: 90px;
  line-height: 0.5em;
  color: #ccc; }

.entry-title em, .widget-title em, .vw-related-posts-title em, .vw-post-comments-title em, .vw-page-title em, .vw-post-box-layout-title em, .vwspc-section-title em {
  font-style: inherit; }

.alignnone {
  margin: 15px 15px 0 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto; }

.alignright {
  float: right;
  margin: 15px 0 0 15px; }

.alignleft {
  float: left;
  margin: 15px 15px 0 0; }

.aligncenter {
  display: block;
  margin: 15px auto 15px auto; }

a img.alignright {
  float: right;
  margin: 15px 0 0 15px; }

a img.alignnone {
  margin: 15px 15px 0 0; }

a img.alignleft {
  float: left;
  margin: 15px 15px 0 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  text-align: center;
  max-width: 100%; }

.wp-caption.alignnone {
  margin: 15px 15px 30px 0; }

.wp-caption.alignleft {
  margin: 15px 15px 30px 0; }

.wp-caption.alignright {
  margin: 15px 0 30px 15px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0 10%; }

.wp-post-image {
  height: auto;
  max-width: 100%;
  margin-bottom: 15px; }

.sticky {
  /* empty */ }

.gallery-caption {
  /* empty */ }

.bypostauthor {
  /* empty */ }

/* -----------------------------------------------------------------------------
 * Wordpress Tiled Gallery Default Style
 * -------------------------------------------------------------------------- */
.gallery img {
  border: 1px solid #ddd !important;
  padding: 3px; }

.gallery .gallery-caption {
  margin-top: 0.5em;
  font-style: italic; }

/* -----------------------------------------------------------------------------
 * Site layout
 * -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  body.vw-site-layout-boxed .vw-site-wrapper {
    margin: 30px auto; }
  body.vw-site-layout-boxed .vw-site-wrapper, body.vw-site-layout-boxed .container {
    max-width: 750px; } }

@media (min-width: 992px) {
  body.vw-site-layout-boxed .vw-site-wrapper, body.vw-site-layout-boxed .container {
    max-width: 1000px; } }

@media (min-width: 1200px) {
  body.vw-site-layout-boxed .vw-site-wrapper, body.vw-site-layout-boxed .container {
    max-width: 1200px; } }

.vw-site-title {
  margin-bottom: 0; }

.vw-site-tagline {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2em;
  margin-top: 10px;
  opacity: 0.7; }

/* -----------------------------------------------------------------------------
 * Top Bar / Bottom Bar
 * -------------------------------------------------------------------------- */
.vw-site-top-bar, .vw-site-bottom-bar {
  font-size: 11px; }

.vw-site-top-bar-left, .vw-site-bottom-bar-left {
  float: left; }

.vw-site-top-bar-right, .vw-site-bottom-bar-right {
  text-align: right; }

.vw-site-bottom-bar {
  padding: 5px 0; }

@media (max-width: 479px) {
  .vw-site-bottom-bar-left {
    float: none; }
  .vw-site-bottom-bar-right {
    text-align: left; } }

@media (max-width: 767px) {
  .vw-site-top-bar-left, .vw-site-top-bar-right {
    text-align: center;
    float: none; } }

/* -----------------------------------------------------------------------------
 * Breaking News
 * -------------------------------------------------------------------------- */
.vw-breaking-news-wrapper {
  background-color: #f7f7f7; }
  .vw-breaking-news-wrapper .vw-breaking-news-title, .vw-breaking-news-wrapper .vw-language-bar, .vw-breaking-news-wrapper li {
    line-height: 40px; }
  .vw-breaking-news-wrapper li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .vw-breaking-news-wrapper a {
    color: #999; }
  @media (max-width: 767px) {
    .vw-breaking-news-wrapper .vw-language-bar {
      float: none;
      display: block; } }

.vw-breaking-news-title {
  display: inline-block;
  float: left;
  margin-right: 15px;
  font-weight: bold; }

.vw-breaking-news-list, .vw-breaking-news-title {
  vertical-align: top; }

.vw-breaking-news-list {
  height: 1px;
  margin: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0; }
  .vw-breaking-news-list.loaded {
    opacity: 1; }

.vw-language-bar {
  float: right; }

/* -----------------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------------- */
.vw-site-header-wrapper {
  background-color: #fff; }

.vw-site-header {
  padding: 30px 0; }

body.vw-logo-position-left .vw-site-header-inner {
  display: table; }

body.vw-logo-position-left .vw-site-logo-wrapper, body.vw-logo-position-left .vw-header-ads-wrapper {
  display: table-cell;
  vertical-align: middle; }

body.vw-logo-position-left .vw-header-ads-wrapper {
  text-align: right; }
  @media (min-width: 992px) {
    body.vw-logo-position-left .vw-header-ads-wrapper {
      float: right; } }

@media (max-width: 767px) {
  body.vw-logo-position-left .vw-site-header-inner {
    display: block; }
  body.vw-logo-position-left .vw-site-logo-wrapper, body.vw-logo-position-left .vw-header-ads-wrapper {
    display: block;
    text-align: center;
    width: 100% !important; }
  body.vw-logo-position-left .vw-site-logo-link {
    margin-left: 0;
    margin-right: 0; } }

body.vw-logo-position-center .vw-site-logo-wrapper {
  text-align: center;
  display: block; }

body.vw-logo-position-center .vw-header-ads-wrapper {
  margin-top: 2em;
  text-align: center; }

.vw-site-logo-link {
  display: inline-block; }
  .vw-site-logo-link:hover {
    text-decoration: none; }

.vw-site-logo-2x {
  display: none; }

@media (max-width: 991px) {
  .vw-header-ads-wrapper {
    margin-top: 2em; } }

.vw-header-ads-leader-board,
.vw-header-ads-banner {
  max-width: 100%;
  margin: auto; }

.vw-header-ads-leader-board {
  width: 728px;
  height: 90px; }
  @media (max-width: 991px) {
    .vw-header-ads-leader-board.vw-single-header-ads {
      width: 468px;
      height: 60px; } }
  @media (max-width: 479px) {
    .vw-header-ads-leader-board.vw-single-header-ads {
      width: 234px;
      height: 60px; } }

.vw-header-ads-banner {
  width: 468px;
  height: 60px; }

/* -----------------------------------------------------------------------------
 * Page
 * -------------------------------------------------------------------------- */
.vw-page-wrapper {
  padding: 30px 0;
  background-color: #fff; }

.vw-page-title-wrapper {
  position: relative;
  background-color: #f7f7f7;
  padding-top: 1em;
  padding-bottom: 1em; }
  .vw-page-title-wrapper .vw-page-description {
    color: #999; }
    .vw-page-title-wrapper .vw-page-description > p:last-child {
      margin-bottom: 0; }
  .vw-page-title-wrapper .vw-post-meta * {
    color: #fff; }
  .vw-page-title-wrapper.vw-has-background .vw-page-title-box {
    padding-top: 250px; }
  .vw-page-title-wrapper.vw-has-background .vw-page-description {
    opacity: 0.8; }
  .vw-page-title-wrapper .vw-page-title-thumbnail {
    margin-right: 1em; }
    .vw-page-title-wrapper .vw-page-title-thumbnail + .vw-page-title-box-inner {
      width: 50%;
      float: left; }
  .vw-page-title-wrapper .vw-page-title-image-captions {
    margin-left: 15px;
    position: absolute;
    z-index: 100; }
    .vw-page-title-wrapper .vw-page-title-image-captions .vw-featured-image-caption {
      opacity: 0.8;
      color: #fff;
      background-color: rgba(127, 127, 127, 0.3);
      margin-right: 80px; }
  @media (max-width: 767px) {
    .vw-page-title-wrapper .vw-page-title {
      font-size: 1.9em;
      line-height: 1.2em;
      padding-right: 10%; }
    .vw-page-title-wrapper .vw-category-thumbnail, .vw-page-title-wrapper .avatar {
      max-width: 60px; }
    .vw-page-title-wrapper .vw-page-title-thumbnail {
      margin-right: 1em; }
      .vw-page-title-wrapper .vw-page-title-thumbnail + .vw-page-title-box-inner {
        width: auto;
        float: none;
        padding-left: 85px; } }

.vw-page-title {
  margin-top: 0;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .vw-page-content ~ .vw-page-sidebar {
    margin-top: 45px; } }

body.page #comments {
  margin-top: 45px; }

body.page .vw-post-comments-title {
  margin-top: 0; }

/* -----------------------------------------------------------------------------
 * Breadcrumb
 * -------------------------------------------------------------------------- */
.vw-breadcrumb-wrapper a {
  color: inherit; }

.vw-breadcrumb-wrapper .vw-breadcrumb-item-last {
  opacity: 0.75;
  font-style: italic; }

.vw-breadcrumb {
  padding: 12px 0;
  font-size: 0.85em; }

.vw-breadcrumb-separator {
  margin: 0 0.5em; }

.vw-breadcrumb-title {
  font-weight: bold;
  margin-right: 1em; }

/* -----------------------------------------------------------------------------
 * Search Page
 * -------------------------------------------------------------------------- */
body.search .search-result-caption {
  margin-bottom: 80px; }

/* -----------------------------------------------------------------------------
 * Comments
 * -------------------------------------------------------------------------- */
#commentform .form-allowed-tags {
  display: none; }

/* -----------------------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------------------- */
.vw-site-footer {
  padding: 45px 0 30px 0; }
  .vw-site-footer .widget-title:after {
    opacity: 0.2; }
  .vw-site-footer .vw-post-box-meta a {
    color: inherit; }
  .vw-site-footer .vw-widget-feedburner-container {
    background-color: rgba(127, 127, 127, 0.1); }

@media (max-width: 991px) {
  .vw-footer-sidebar + .vw-footer-sidebar {
    margin-top: 30px; } }

.vw-site-bottom-bar a {
  color: inherit; }

.vw-site-bottom-bar .vw-copyright {
  line-height: 30px; }

/* -----------------------------------------------------------------------------
 * Post
 * -------------------------------------------------------------------------- */
article + article {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5; }

.entry-title {
  margin-bottom: 8px; }
  .entry-title:first-child {
    margin-top: 0; }

.vw-post-categories + .entry-title {
  margin-top: 10px; }

.entry-content > :first-child {
  margin-top: 0; }

/* -----------------------------------------------------------------------------
 * Featured Image
 * -------------------------------------------------------------------------- */
.vw-featured-image-wrapper {
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  display: block; }
  .vw-featured-image-wrapper .wp-post-image {
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .vw-featured-image-wrapper:hover .vw-featured-image-link .wp-post-image {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
    opacity: 0.5; }
  .vw-featured-image-wrapper:hover .vw-featured-image-overlay {
    opacity: 1;
    display: block;
    visibility: visible; }
  .vw-featured-image-wrapper:hover .vw-featured-image-button-wrapper {
    top: 50%; }

.vw-featured-image-link {
  display: block;
  background-color: #000; }

.vw-featured-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  visibility: hidden; }

.no-touch .vw-featured-image-overlay {
  visibility: visible; }

.vw-featured-image-button-wrapper {
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out; }

.vw-featured-image-button {
  padding: 5px;
  border-radius: 50%;
  font-size: 26px;
  color: #fff; }
  .vw-featured-image-button:hover {
    text-decoration: none;
    color: inherit; }
  .vw-featured-image-button + .vw-featured-image-button {
    margin-left: 15px; }

.vw-featured-image-caption-wrapper {
  font-size: 12px; }

.vw-featured-image-caption {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 3px 5px;
  border-radius: 2px;
  display: inline-block; }

/* -----------------------------------------------------------------------------
 * Single Post
 * -------------------------------------------------------------------------- */
body.single-post article.post {
  margin: 0;
  padding-bottom: 30px; }

body.single-post article.post,
body.single-post .vw-about-author-section,
body.single-post .vw-related-posts,
body.single-post .vw-post-footer-section-custom-1,
body.single-post .vw-post-footer-section-custom-2,
body.single-post #comments {
  margin-bottom: 30px; }

.vw-page-title-box {
  padding: 14px 0; }
  .vw-page-title-box .vw-page-title-thumbnail {
    float: left;
    margin-right: 20px; }
  .vw-page-title-box .vw-label + .vw-page-title {
    margin-top: 6px; }
  .vw-page-title-box .vw-page-title {
    margin: 6px 0;
    text-transform: capitalize;
    word-break: break-word;
    padding-right: 25%; }
  .vw-page-title-box .vw-page-description {
    font-size: 0.9em;
    display: inline-block;
    /* make it floated when there is title thumbnail */ }
    .vw-page-title-box .vw-page-description > p:first-child {
      margin-top: 0; }
  .vw-page-title-box .vw-post-meta {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 0.9em; }
  .vw-page-title-box a, .vw-page-title-box .vw-post-meta-separator {
    color: inherit; }

@media (min-width: 992px) {
  .vw-blog-sidebar-postition-left .vw-page-left-sidebar {
    right: 66.6666666667%; } }

@media (min-width: 992px) {
  .vw-blog-sidebar-postition-left .vw-page-content {
    left: 33.3333333333%; } }

@media (min-width: 992px) {
  .vw-blog-sidebar-postition-left-content-right .vw-page-left-sidebar {
    right: 50%; } }

@media (min-width: 992px) {
  .vw-blog-sidebar-postition-left-content-right .vw-page-content {
    left: 25%; } }

.vw-post-meta {
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.5em; }
  .vw-post-meta .vw-post-views,
  .vw-post-meta .vw-post-comment-number,
  .vw-post-meta .vw-post-likes,
  .vw-post-meta .vw-post-share {
    font-size: 1.1em; }
  @media (max-width: 479px) {
    .vw-post-meta .vw-post-meta-left, .vw-post-meta .vw-post-meta-right {
      float: none;
      display: block; }
    .vw-post-meta .vw-post-meta-right {
      margin-top: 0.9em; } }

.vw-post-meta-left {
  float: left; }

.vw-post-meta-right {
  float: right; }
  .vw-post-meta-right > * {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 3px 5px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .vw-post-meta-right > *:hover * {
      color: #fff !important; }
  .vw-post-meta-right a {
    text-decoration: none; }

.vw-post-meta *, .vw-post-box-meta * {
  color: #999; }

article .vw-post-meta-right > * {
  background-color: rgba(0, 0, 0, 0.04); }

.vw-post-comment-number i {
  float: left; }

.vw-post-views i,
.vw-post-comment-number i,
.vw-post-likes i,
.vw-post-share i {
  margin-right: 5px; }

.vw-post-share > i {
  font-size: 13px;
  margin: 0 3px; }

.vw-tag-links, .vw-page-links, .vw-post-shares {
  font-size: 0.9em; }

.vw-page-links {
  margin-bottom: 0.5em;
  font-weight: bold; }
  .vw-page-links .vw-page-links-title {
    margin-right: 0.5em; }
  .vw-page-links > .vw-page-link {
    color: #fff; }
  .vw-page-links > .vw-page-link, .vw-page-links > a {
    display: inline-block;
    padding: 5px 10px; }
  .vw-page-links a:hover {
    text-decoration: none; }
  .vw-page-links > a {
    color: #000; }
    .vw-page-links > a:hover {
      background-color: #000;
      color: #fff; }

.vw-tag-links .vw-tag-links-title {
  font-weight: bold; }

.vw-tag-links a {
  font-style: italic;
  margin-left: 0.4em;
  margin-right: 2px; }

/* -----------------------------------------------------------------------------
 * Gallery Direction Nav
 * -------------------------------------------------------------------------- */
.vw-gallery-direction-nav {
  direction: ltr;
  position: absolute;
  right: 15px;
  top: 0; }

.vw-gallery-direction-button {
  background-color: rgba(127, 127, 127, 0.2);
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .vw-gallery-direction-button i {
    color: #fff;
    font-size: 19px; }

/* -----------------------------------------------------------------------------
 * Embeded Media
 * -------------------------------------------------------------------------- */
body.single .vw-embeded-media, body.single .vw-featured-image {
  margin-bottom: 1.95em; }

/* -----------------------------------------------------------------------------
 * Post Navigation
 * -------------------------------------------------------------------------- */
.vw-post-navigation {
  margin-bottom: 35px;
  display: table;
  padding: 0;
  width: 100%;
  position: relative; }

.vw-post-navigation-inner {
  display: table-row; }

.vw-post-navigation-icon {
  font-size: 30px;
  line-height: 1em;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -15px; }

.vw-post-navigation-content {
  display: block; }

.vw-post-navigation-title {
  margin-top: 0; }

.vw-post-navigation-label {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px; }

.vw-post-navigation-next,
.vw-post-navigation-previous {
  display: table-cell;
  position: relative;
  padding: 20px 0;
  vertical-align: middle;
  width: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .vw-post-navigation-next:hover,
  .vw-post-navigation-previous:hover {
    background-color: #f5f5f5;
    text-decoration: none; }
  @media (max-width: 767px) {
    .vw-post-navigation-next,
    .vw-post-navigation-previous {
      display: block;
      width: 100%;
      margin: 0;
      border: none; } }

.vw-post-navigation-next {
  text-align: right;
  border-left: 1px dashed #ddd; }
  .vw-post-navigation-next .vw-post-navigation-content {
    margin-right: 60px;
    margin-left: 2em; }
  .vw-post-navigation-next .vw-post-navigation-icon {
    right: 0; }

.vw-post-navigation-previous .vw-post-navigation-content {
  margin-left: 60px;
  margin-right: 2em; }

/* -----------------------------------------------------------------------------
 * After Posts Sections
 * -------------------------------------------------------------------------- */
.vw-related-posts-title,
.vw-post-comments-title {
  padding-bottom: 10px; }

/* -----------------------------------------------------------------------------
 * Related Posts
 * -------------------------------------------------------------------------- */
.vw-related-posts .vw-post-box-layout-boxed .block-grid {
  padding: 7.5px; }

.vw-related-posts .vw-post-box-layout-boxed .block-grid-item {
  padding: 7.5px; }

/* -----------------------------------------------------------------------------
 * Comments
 * -------------------------------------------------------------------------- */
#comments .comment-reply-title {
  font-size: 1.3em; }

.commentlist, .commentlist .children {
  list-style: none; }

.commentlist {
  padding-left: 0; }

.comment .avatar {
  border-radius: 50%;
  width: 50px;
  float: left;
  margin-right: 15px; }

.comment .author, .comment .text {
  margin-left: 80px; }

.comment .date, .pingback .date {
  font-size: 10px;
  color: #999; }

.comment .author-name, .pingback .author-name {
  margin-top: 0.2em;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 1.1em; }

* + .comment, * + .pingback, .commentlist .children {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd; }

.commentlist .children {
  margin-left: 80px;
  padding-left: 0; }
  .commentlist .children .comment .avatar {
    width: 32px; }
  .commentlist .children .comment .author, .commentlist .children .comment .text {
    margin-left: 50px; }

/* -----------------------------------------------------------------------------
 * Post Layout: Full-Width Thumbnail
 * -------------------------------------------------------------------------- */
body.vw-page-has-thumbnail .vw-page-title-wrapper.vw-has-background .vw-page-title, body.vw-page-has-thumbnail .vw-page-title-wrapper.vw-has-background .vw-post-meta,
body.vw-post-layout-full-width-featured-image .vw-page-title-wrapper.vw-has-background .vw-page-title,
body.vw-post-layout-full-width-featured-image .vw-page-title-wrapper.vw-has-background .vw-post-meta {
  color: #fff; }

/* -----------------------------------------------------------------------------
 * Page Navigation
 * -------------------------------------------------------------------------- */
.vw-page-navigation-title {
  margin-right: 0.5em;
  display: none; }

.vw-page-navigation-pagination {
  display: block;
  padding-top: 1em;
  margin-top: 3em;
  border-top: 1px solid #D2D2D2;
  text-align: left; }
  .vw-page-navigation-pagination .page-numbers {
    display: inline-block;
    padding: 4px 8px;
    text-decoration: none;
    color: inherit;
    font-weight: bold; }
    .vw-page-navigation-pagination .page-numbers.current, .vw-page-navigation-pagination .page-numbers:hover {
      color: white; }

/* -----------------------------------------------------------------------------
 * Initial Style for All Menu
 * -------------------------------------------------------------------------- */
.vw-menu {
  margin: 0;
  padding: 0; }
  .vw-menu li {
    list-style: none; }
  .vw-menu a {
    text-decoration: none; }
  .no-touch .vw-menu .main-menu-item, .no-touch .vw-menu .menu-link, .no-touch .vw-menu .sub-menu-item {
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
  .vw-menu .menu-item-depth-0 {
    display: inline-block; }
  .vw-menu .menu-link {
    display: block;
    padding: 10px 10px 10px 15px; }
  .vw-menu .sub-menu {
    padding: 0;
    width: 250px;
    position: relative; }
  .vw-menu .sub-menu-wrapper {
    -webkit-backface-visibility: hidden; }

/* -----------------------------------------------------------------------------
 * Text Menu Style
 * -------------------------------------------------------------------------- */
.vw-menu-type-text .sub-menu.menu-depth-2 {
  left: 100%;
  top: 0; }

.vw-menu-type-text .sub-menu {
  position: absolute;
  display: none;
  background-color: #ddd;
  z-index: 1; }

.vw-menu-type-text .menu-item {
  position: relative; }

/* -----------------------------------------------------------------------------
 * Vertical Text Menu Style
 * -------------------------------------------------------------------------- */
.vw-menu-type-vertical-text .menu-item-depth-0 {
  display: block; }

/* -----------------------------------------------------------------------------
 * Mega Post Menu Style
 * -------------------------------------------------------------------------- */
.vw-menu-type-mega-post {
  position: relative; }
  .vw-menu-type-mega-post .sub-menu-wrapper {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 999; }
  .vw-menu-type-mega-post .sub-posts {
    padding: 15px 0; }
  .vw-menu-type-mega-post .menu-item-depth-1 .sub-menu-wrapper {
    left: 100%;
    top: 0; }
  .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category {
    position: static; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper {
      left: 0;
      right: 0;
      overflow: hidden; }
      .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper > .sub-menu {
        width: 25%;
        min-width: 0;
        float: left;
        /* fully height */
        padding-bottom: 500px;
        margin-bottom: -500px; }
        .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper > .sub-menu + .sub-posts {
          width: 75%;
          float: left; }
      @media (max-width: 991px) {
        .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper .vw-post-box-layout-medium-grid-3-col
.block-grid-item:last-child {
          display: none; } }
  .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols {
    position: static; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols > .sub-menu-wrapper {
      left: 0;
      right: 0;
      overflow: hidden; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: block; }
      .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:before, .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after {
        content: " ";
        display: table; }
      .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after {
        clear: both; }
      .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 > li {
        width: 25%;
        padding: 10px;
        display: block;
        float: left;
        vertical-align: top; }
      .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 .sub-menu-wrapper {
        display: block;
        position: static; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-2 {
      display: block;
      width: auto; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-1:hover {
      background: transparent; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-1 > .menu-link {
      font-weight: bold;
      border-bottom: 1px solid rgba(127, 127, 127, 0.5);
      margin-bottom: 5px;
      padding: 10px 5px; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2 .menu-link {
      padding-left: 25px; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2 .menu-link:before {
      content: "";
      font-family: "entypo";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      opacity: 0.4;
      margin-left: -18px;
      margin-right: 6px; }
    .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2 + .menu-item-depth-2 .menu-link {
      border-top: 1px solid rgba(127, 127, 127, 0.2); }

/* -----------------------------------------------------------------------------
 * Top Navigation
 * -------------------------------------------------------------------------- */
.vw-menu-top-wrapper .menu-item-depth-0 > .menu-link,
.vw-menu-bottom-wrapper .menu-item-depth-0 > .menu-link {
  padding: 0px 10px;
  line-height: 30px; }

.vw-menu-top-wrapper .menu-item-depth-0:hover .main-menu-link,
.vw-menu-bottom-wrapper .menu-item-depth-0:hover .main-menu-link {
  color: #fff; }

/* -----------------------------------------------------------------------------
 * Bottom Navigation
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Main Navigation
 * -------------------------------------------------------------------------- */
.vw-menu-main-wrapper {
  position: relative; }
  .vw-menu-main-wrapper:before {
    display: block;
    background-color: #eee;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
    -webkit-transition: opacity 0.2s east-out;
    -moz-transition: opacity 0.2s east-out;
    transition: opacity 0.2s east-out; }
  @media (max-width: 767px) {
    .vw-menu-main-wrapper {
      display: none; } }

.vw-menu-location-main {
  padding-left: 10px;
  padding-right: 10px; }
  .vw-menu-location-main .main-menu-link span {
    color: inherit; }
  .vw-menu-location-main .menu-item-depth-0:hover .main-menu-link {
    color: #fff; }
  .vw-menu-location-main .menu-item-depth-0.current-menu-item:after,
  .vw-menu-location-main .menu-item-depth-0.current-menu-parent:after,
  .vw-menu-location-main .menu-item-depth-0.current-category-ancestor:after,
  .vw-menu-location-main .menu-item-depth-0.current-post-ancestor:after {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    position: relative;
    bottom: 0;
    content: ''; }
  .vw-menu-location-main .vw-menu-additional-logo {
    display: inline-block;
    float: left;
    position: relative;
    opacity: 0;
    width: 0;
    overflow: hidden; }
    .vw-menu-location-main .vw-menu-additional-logo a {
      word-wrap: initial; }
    .vw-menu-location-main .vw-menu-additional-logo img {
      max-height: 36px;
      width: auto; }
    .is-sticky .vw-menu-location-main .vw-menu-additional-logo {
      opacity: 1;
      width: auto; }
      .is-sticky .vw-menu-location-main .vw-menu-additional-logo img {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s; }
  .vw-menu-location-main .vw-menu-additional-icons {
    display: inline-block;
    float: right;
    position: relative; }
  .vw-menu-location-main .vw-instant-search-panel {
    width: 25em;
    right: 0;
    top: 100%; }
  .vw-menu-location-main .sub-menu-link {
    font-size: 0.9em; }

.is-sticky .vw-menu-main-wrapper {
  margin-top: 0; }
  .is-sticky .vw-menu-main-wrapper:before {
    opacity: 0; }

/* -----------------------------------------------------------------------------
 * Mobile Navigation
 * -------------------------------------------------------------------------- */
.vw-mobile-menu-button,
.vw-instant-search-buton,
.vw-user-login-button,
.vw-cart-button,
.vw-menu-main-wrapper .menu-item-depth-0 > .menu-link {
  display: inline-block;
  padding: 12px 15px;
  cursor: pointer;
  height: 45px; }
  .vw-mobile-menu-button:hover,
  .vw-instant-search-buton:hover,
  .vw-user-login-button:hover,
  .vw-cart-button:hover,
  .vw-menu-main-wrapper .menu-item-depth-0 > .menu-link:hover {
    color: #fff; }

.vw-menu-mobile-wrapper .vw-instant-search-buton,
.vw-menu-mobile-wrapper .vw-user-login-button,
.vw-menu-mobile-wrapper .vw-cart-button-wrapper,
.vw-menu-main-wrapper .vw-instant-search-buton,
.vw-menu-main-wrapper .vw-user-login-button,
.vw-menu-main-wrapper .vw-cart-button-wrapper {
  float: right; }

.vw-menu-mobile-wrapper .vw-mobile-menu-button,
.vw-menu-main-wrapper .vw-mobile-menu-button {
  font-size: 14px; }

.vw-menu-mobile-wrapper .vw-menu-mobile-inner {
  position: relative; }

.vw-menu-mobile-wrapper .vw-instant-search-panel {
  width: 100%; }

@media (min-width: 768px) {
  .vw-menu-mobile-wrapper {
    display: none; } }

.vw-menu-location-mobile {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100; }
  .vw-menu-location-mobile .menu-item-depth-0 {
    position: relative;
    padding: 0.5em 0; }
    .vw-menu-location-mobile .menu-item-depth-0:before {
      border-top: 1px solid rgba(128, 128, 128, 0.3);
      position: relative;
      display: block;
      content: '';
      margin: 0 1em;
      top: -0.5em; }
    .vw-menu-location-mobile .menu-item-depth-0:first-child:before {
      border-top: none; }
    .vw-menu-location-mobile .menu-item-depth-0:hover .main-menu-link {
      color: #fff; }
  .vw-menu-location-mobile .main-menu-link {
    padding-left: 1em; }
  .vw-menu-location-mobile .sub-menu {
    padding-left: 2em;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0.5em; }

/*-----------------------------------------------------------------------------
 * Post Box: Common
 * -------------------------------------------------------------------------- */
.vw-post-box + .vw-post-box {
  margin-top: 15px; }

.vw-post-box-meta {
  font-size: 0.8em;
  line-height: 1em;
  color: #999; }

.vw-post-meta-small, .vw-post-box-meta {
  margin-bottom: 0; }
  .vw-post-meta-small .vw-post-meta-left, .vw-post-box-meta .vw-post-meta-left {
    padding: 3px 5px 3px 0; }

.vw-post-review-star {
  display: inline-block;
  line-height: 1em;
  width: auto !important; }
  .vw-post-review-star img {
    max-width: 14px;
    vertical-align: middle;
    margin-top: -3px; }
  .vw-post-review-star img + img {
    margin-left: 3px; }

.vw-post-box-thumbnail {
  display: inline-block;
  max-width: 100%; }
  .vw-post-box-thumbnail img.wp-post-image {
    margin: 0;
    height: auto;
    -webkit-backface-visibility: hidden; }

/* A default style for top-thumbnail post box */
.vw-post-box-style-top-thumbnail .vw-post-box-post-title {
  margin-top: 0.2em;
  margin-bottom: 0.8em; }

.vw-post-box-style-top-thumbnail .vw-post-box-thumbnail {
  margin-bottom: 5px;
  display: block; }
  .vw-post-box-style-top-thumbnail .vw-post-box-thumbnail img {
    width: 100%; }

/* A default style for left-thumbnail post box */
.vw-post-box-style-left-thumbnail {
  clear: both; }
  .vw-post-box-style-left-thumbnail .vw-post-box-thumbnail {
    float: left;
    width: 60px;
    height: 60px; }
    .vw-post-box-style-left-thumbnail .vw-post-box-thumbnail ~ * {
      margin-left: 75px; }
  .vw-post-box-style-left-thumbnail .vw-post-box-post-title {
    margin-top: 0;
    margin-bottom: 0.2em; }

.vw-post-box-article .vw-post-box-thumbnail,
.vw-post-box-large .vw-post-box-thumbnail,
.vw-post-box-medium .vw-post-box-thumbnail,
.vw-post-box-small .vw-post-box-thumbnail,
.vw-post-box-classic .vw-post-box-thumbnail,
.vw-instant-search-result-thumbnail {
  background: #111 url("/wp-content/themes/neue/images/plus.png") center no-repeat; }
  .vw-post-box-article .vw-post-box-thumbnail img.wp-post-image,
  .vw-post-box-large .vw-post-box-thumbnail img.wp-post-image,
  .vw-post-box-medium .vw-post-box-thumbnail img.wp-post-image,
  .vw-post-box-small .vw-post-box-thumbnail img.wp-post-image,
  .vw-post-box-classic .vw-post-box-thumbnail img.wp-post-image,
  .vw-instant-search-result-thumbnail img.wp-post-image {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .vw-post-box-article .vw-post-box-thumbnail:hover img.wp-post-image,
  .vw-post-box-large .vw-post-box-thumbnail:hover img.wp-post-image,
  .vw-post-box-medium .vw-post-box-thumbnail:hover img.wp-post-image,
  .vw-post-box-small .vw-post-box-thumbnail:hover img.wp-post-image,
  .vw-post-box-classic .vw-post-box-thumbnail:hover img.wp-post-image,
  .vw-instant-search-result-thumbnail:hover img.wp-post-image {
    opacity: 0.3; }

.vw-post-date i {
  margin-right: 0.3em; }

/* -----------------------------------------------------------------------------
 * Post Box: Small
 * -------------------------------------------------------------------------- */
.vw-post-box-small .vw-post-box-meta .vw-post-views {
  margin-right: 1em;
  margin-bottom: 0.5em;
  display: inline-block; }

.vw-post-box-small .vw-post-box-meta .vw-post-views-icon {
  margin-right: 3px; }

.vw-post-box-small .vw-post-box-meta .vw-post-review-star {
  display: inline-block; }
  .vw-post-box-small .vw-post-box-meta .vw-post-review-star img {
    max-width: 12px;
    margin-top: 1px;
    vertical-align: bottom; }

/* -----------------------------------------------------------------------------
 * Post Box: Small Author
 * -------------------------------------------------------------------------- */
.vw-post-box-small-author .vw-post-box-meta {
  margin-top: 5px; }

/* -----------------------------------------------------------------------------
 * Post Box: Small Comment
 * -------------------------------------------------------------------------- */
.vw-post-box-small-comment p {
  font-size: 0.85em; }

.vw-post-box-small-comment .vw-post-box-thumbnail {
  background: transparent; }

/* -----------------------------------------------------------------------------
 * Post Box: Large
 * -------------------------------------------------------------------------- */
.vw-post-box-large .vw-post-box-post-title {
  font-size: 1.25em;
  /* h4 */ }

/* -----------------------------------------------------------------------------
 * Post Box: Boxed
 * -------------------------------------------------------------------------- */
.vw-post-box-boxed, .vw-post-box-big-boxed {
  position: relative;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 180px; }
  .vw-post-box-boxed .vw-post-box-thumbnail, .vw-post-box-big-boxed .vw-post-box-thumbnail {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
  .vw-post-box-boxed:hover .vw-post-box-thumbnail, .vw-post-box-big-boxed:hover .vw-post-box-thumbnail {
    opacity: 0.5; }
  .vw-post-box-boxed .vw-post-box-overlay, .vw-post-box-big-boxed .vw-post-box-overlay {
    position: absolute;
    padding: 10px 15px 20px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%); }
  .vw-post-box-boxed .vw-post-box-post-title, .vw-post-box-big-boxed .vw-post-box-post-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff; }
    .vw-post-box-boxed .vw-post-box-post-title a:hover, .vw-post-box-big-boxed .vw-post-box-post-title a:hover {
      color: inherit; }
  .vw-post-box-boxed .vw-post-review-star, .vw-post-box-big-boxed .vw-post-review-star {
    display: block;
    line-height: 16px;
    margin-top: 5px; }

.vw-post-box-big-boxed {
  height: 500px; }
  .vw-post-box-big-boxed .vw-post-box-post-title {
    padding-right: 20%; }
  .vw-post-box-big-boxed .vw-post-meta {
    font-size: 0.9em; }
    .vw-post-box-big-boxed .vw-post-meta * {
      color: #fff; }

/* -----------------------------------------------------------------------------
 * Post Box: Classic
 * -------------------------------------------------------------------------- */
.vw-post-box-classic .vw-post-box-thumbnail {
  float: left;
  width: 230px;
  height: 230px; }
  .vw-post-box-classic .vw-post-box-thumbnail ~ * {
    margin-left: 260px; }

@media (max-width: 479px) {
  .vw-post-box-classic .vw-post-box-thumbnail {
    display: block;
    float: none;
    margin-bottom: 15px; }
    .vw-post-box-classic .vw-post-box-thumbnail ~ * {
      margin-left: 0 !important; } }

@media (max-width: 767px) {
  .vw-post-box-classic .vw-post-box-thumbnail {
    width: 180px;
    height: 180px; }
    .vw-post-box-classic .vw-post-box-thumbnail ~ * {
      margin-left: 210px; } }

/* -----------------------------------------------------------------------------
 * Post Layout: Common
 * -------------------------------------------------------------------------- */
.vw-post-box-layout-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.563em; }

/* -----------------------------------------------------------------------------
 * Post Layout: 3 Columns Grid ( Medium, Large )
 * -------------------------------------------------------------------------- */
.vw-post-box-layout-medium-grid-3-col,
.vw-post-box-layout-large-grid-3-col {
  /* Only XS to SM */ }
  @media (min-width: 480px) and (max-width: 991px) {
    .vw-post-box-layout-medium-grid-3-col .block-grid-item:nth-child(odd):last-child,
    .vw-post-box-layout-large-grid-3-col .block-grid-item:nth-child(odd):last-child {
      display: none; } }

/* -----------------------------------------------------------------------------
 * Post Layout: Large Grid
 * -------------------------------------------------------------------------- */
.vw-post-box-layout-large-grid .vw-post-meta,
.vw-post-box-layout-large-grid-1-col .vw-post-meta,
.vw-post-box-layout-large-grid-3-col .vw-post-meta {
  margin-bottom: 0; }

.vw-post-box-layout-large-grid .avatar, .vw-post-box-layout-large-grid .author-name, .vw-post-box-layout-large-grid .vw-post-meta-separator,
.vw-post-box-layout-large-grid-1-col .avatar,
.vw-post-box-layout-large-grid-1-col .author-name,
.vw-post-box-layout-large-grid-1-col .vw-post-meta-separator,
.vw-post-box-layout-large-grid-3-col .avatar,
.vw-post-box-layout-large-grid-3-col .author-name,
.vw-post-box-layout-large-grid-3-col .vw-post-meta-separator {
  display: none; }

/* -----------------------------------------------------------------------------
 * Post Layout: Large-Small
 * -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .vw-post-box-layout-large-small .block-grid,
  .vw-post-box-layout-large-small-3-col .block-grid {
    margin-top: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vw-post-box-layout-large-small .block-grid-item:first-child .vw-post-box-small,
  .vw-post-box-layout-large-small-3-col .block-grid-item:first-child .vw-post-box-small {
    border-top: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vw-post-box-layout-large-small-3-col .block-grid {
    margin-top: 15px; }
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(2) .vw-post-box {
    border-top: none; }
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(odd):last-child {
    display: none; } }

@media (min-width: 992px) {
  .vw-post-box-layout-large-small .block-grid-item:nth-child(1) .vw-post-box-small,
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(1) .vw-post-box-small,
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(2) .vw-post-box-small {
    border-top: none;
    padding-top: 0;
    margin-top: 0; } }

.vw-post-box-layout-large-small-1-col .block-grid {
  margin-top: 15px; }

.vw-post-box-layout-large-small .vw-post-box-small,
.vw-post-box-layout-large-small-1-col .vw-post-box-small,
.vw-post-box-layout-large-small-3-col .vw-post-box-small {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  margin-top: -15px; }

/* -----------------------------------------------------------------------------
 * Post Layout: Grid 3 Cols
 * -------------------------------------------------------------------------- */
.vw-box-3-wrapper + .vw-box-3-wrapper {
  padding-top: 10px; }

.vw-box-3 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%; }

.vw-box-3-left {
  overflow: hidden;
  font-size: 1.25em; }
  .vw-box-3-left .vw-post-box-boxed {
    height: 350px; }

.vw-box-3-right-top, .vw-box-3-right-bottom {
  float: right;
  overflow: hidden; }
  .vw-box-3-right-top .vw-post-box-boxed, .vw-box-3-right-bottom .vw-post-box-boxed {
    height: 170px; }

@media (max-width: 767px) {
  .vw-box-3 {
    padding-bottom: 10px;
    float: left; }
  .vw-box-3-right-top, .vw-box-3-right-bottom {
    max-width: none;
    margin: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vw-box-3-left {
    padding-bottom: 10px; }
  .vw-box-3-right-bottom {
    padding-right: 5px; }
  .vw-box-3-right-top {
    padding-left: 5px; } }

@media (min-width: 768px) {
  .vw-box-3-left {
    font-size: 1.563em;
    float: left; }
  .vw-box-3-right-bottom, .vw-box-3-right-top {
    max-width: 50%; } }

@media (min-width: 992px) {
  .vw-box-3-left {
    width: 70%;
    padding-right: 10px; }
  .vw-box-3-right-top, .vw-box-3-right-bottom {
    max-width: 30%;
    float: right; }
  .vw-box-3-right-top {
    padding-bottom: 5px; }
  .vw-box-3-right-bottom {
    padding-top: 5px; }
  .vw-box-3-wrapper:nth-of-type(even) .vw-box-3-left {
    float: right;
    padding-right: 0;
    padding-left: 10px; }
  .vw-box-3-wrapper:nth-of-type(even) .vw-box-3-right-top, .vw-box-3-wrapper:nth-of-type(even) .vw-box-3-right-bottom {
    float: left; } }

/* -----------------------------------------------------------------------------
 * Post Layout: Boxed
 * -------------------------------------------------------------------------- */
.vw-post-box-layout-boxed-1-col .block-grid-item + .block-grid-item {
  padding-top: 0; }

/* -----------------------------------------------------------------------------
 * Tag Style
 * -------------------------------------------------------------------------- */
.vw-labels:before, .vw-labels:after {
  content: " ";
  display: table; }

.vw-labels:after {
  clear: both; }

.vw-labels a {
  float: left; }

.vw-post-categories {
  margin-bottom: 8px; }

.vw-label,
.vw-post-categories a {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 3px 4px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-right: 4px; }
  .vw-label, .vw-label:hover,
  .vw-post-categories a,
  .vw-post-categories a:hover {
    color: #fff; }
  .vw-label:hover,
  .vw-post-categories a:hover {
    text-decoration: underline; }

.vw-read-more {
  font-size: 0.8em;
  font-weight: bold; }

/* -----------------------------------------------------------------------------
 * About Author
 * -------------------------------------------------------------------------- */
.vw-about-author-section {
  background-color: #f5f5f5;
  padding: 30px; }
  .vw-about-author-section .vw-author-avatar {
    display: inline-block;
    float: left;
    margin-right: 20px; }
    .vw-about-author-section .vw-author-avatar + .vw-about-author {
      margin-left: 140px; }
  .vw-about-author-section .vw-author-name {
    margin-top: 0; }
  .vw-about-author-section .vw-author-bio {
    font-size: 0.9em; }
  @media (max-width: 767px) {
    .vw-about-author-section {
      text-align: center; }
      .vw-about-author-section .vw-author-avatar {
        float: none;
        margin: 0; }
      .vw-about-author-section .avatar {
        margin: 0; }
      .vw-about-author-section .vw-author-avatar + .vw-about-author {
        margin-left: 0;
        margin-top: 2em; }
      .vw-about-author-section .vw-author-socials {
        margin-top: 2.5em;
        text-align: center; } }
  @media (min-width: 768px) {
    .vw-about-author-section .vw-author-socials span {
      display: inline-block; } }

.vw-author-socials {
  margin-top: 1.5em; }
  .vw-author-socials a {
    display: inline-block;
    padding: 8px 8px;
    text-decoration: none;
    margin-right: 1%;
    margin-bottom: 2%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .vw-author-socials span {
    display: none;
    margin-left: 5px; }
  .vw-author-socials .vw-icon-social-twitter:hover {
    background-color: #55acee; }
  .vw-author-socials .vw-icon-social-facebook:hover {
    background-color: #3D62B3; }
  .vw-author-socials .vw-icon-social-gplus:hover {
    background-color: #D34836; }
  .vw-author-socials .vw-icon-social-pinterest:hover {
    background-color: #cc2127; }
  .vw-author-socials .vw-icon-social-tumblr:hover {
    background-color: #314e6c; }
  .vw-author-socials .vw-icon-social-instagram:hover {
    background-color: #1e5d81; }
  .vw-author-socials .vw-icon-social-fivehundredpx:hover {
    background-color: #000000; }
  .vw-author-socials .vw-icon-social-dribbble:hover {
    background-color: #ea4c89; }
  .vw-author-socials .vw-icon-social-flickr:hover {
    background-color: #ff0084; }
  .vw-author-socials .vw-icon-social-linkedin:hover {
    background-color: #007bb6; }
  .vw-author-socials .vw-icon-social-skype:hover {
    background-color: #00adf2; }
  .vw-author-socials .vw-icon-social-soundcloud:hover {
    background-color: #ff5500; }
  .vw-author-socials .vw-icon-social-youtube:hover {
    background-color: #CC181E; }
  .vw-author-socials .vw-icon-social-vimeo:hover {
    background-color: #1da7ce; }
  .vw-author-socials .vw-icon-social-email:hover {
    background-color: #000000; }
  .vw-author-socials .vw-icon-entypo-link:hover {
    background-color: #000000; }
  .vw-author-socials .vw-icon-social-guest:hover {
    background-color: #000000; }

.vw-page-title-box .vw-author-socials {
  margin-top: 1.5em;
  display: block; }
  .vw-page-title-box .vw-author-socials a {
    margin-bottom: 0; }

/* -----------------------------------------------------------------------------
 * Button
 * -------------------------------------------------------------------------- */
button, input[type=button], input[type=submit], .btn,
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,
.woocommerce .cart-collaterals .shipping_calculator h2 a.btn-black, .woocommerce-page .cart-collaterals .shipping_calculator h2 a.btn-black,
.woocommerce .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button, .woocommerce-page .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  padding: 9px 15px 6px 15px;
  margin-bottom: 4px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  background-color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  button:hover, input[type=button]:hover, input[type=submit]:hover, .btn:hover,
  .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover,
  .woocommerce .cart-collaterals .shipping_calculator h2 a.btn-black:hover, .woocommerce-page .cart-collaterals .shipping_calculator h2 a.btn-black:hover,
  .woocommerce .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button:hover, .woocommerce-page .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bbb; }

.btn-small {
  font-size: 10px;
  padding: 6px 10px; }

.btn-large {
  padding: 12px 20px;
  font-size: 16px; }

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

/* Colors */
.btn > i:first-child {
  margin-right: 0.4em;
  font-size: 15px; }

.btn.btn-black {
  background-color: #000;
  border-bottom-color: rgba(255, 255, 255, 0.13); }
  .no-touch .btn.btn-black:hover {
    background-color: #333; }

.btn.btn-orange {
  background-color: #FC7844; }
  .no-touch .btn.btn-orange:hover {
    background-color: #fd9369; }

.btn.btn-red {
  background-color: #e74c3c; }
  .no-touch .btn.btn-red:hover {
    background-color: #ec7063; }

.btn.btn-yellow {
  background-color: #F9CB31; }
  .no-touch .btn.btn-yellow:hover {
    background-color: #fad45a; }

.btn.btn-blue {
  background-color: #3498db; }
  .no-touch .btn.btn-blue:hover {
    background-color: #5dace2; }

.btn.btn-green {
  background-color: #1abc84; }
  .no-touch .btn.btn-green:hover {
    background-color: #48c99d; }

.btn.btn-purple {
  background-color: #b73b7a; }
  .no-touch .btn.btn-purple:hover {
    background-color: #c56295; }

.btn.btn-pink {
  background-color: #ED5E80; }
  .no-touch .btn.btn-pink:hover {
    background-color: #f17e99; }

/* -----------------------------------------------------------------------------
 * Avatar
 * -------------------------------------------------------------------------- */
.vw-category-thumbnail,
.avatar {
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* -----------------------------------------------------------------------------
 * Pagination
 * -------------------------------------------------------------------------- */
#pagination {
  margin-top: 45px; }
  #pagination > * {
    display: inline-block;
    font-size: 13px;
    padding: 8px 14px;
    text-align: center;
    font-weight: bold;
    background-color: #ddd;
    color: #FFF;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #pagination > *:hover {
      text-decoration: none; }

/* -----------------------------------------------------------------------------
 * Backstretch
 * -------------------------------------------------------------------------- */
.backstretch:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  background-image: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%); }
  .lt-ie10 .backstretch:before {
    background: rgba(0, 0, 0, 0.15); }

/* -----------------------------------------------------------------------------
 * Supersized
 * -------------------------------------------------------------------------- */
#supersized img {
  max-width: none; }

#slidecaption {
  width: 80%;
  height: 126px;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: -1px;
  padding: 0 15px 15px 15px; }

/* -----------------------------------------------------------------------------
 * Sticky
 * -------------------------------------------------------------------------- */
.vw-sticky {
  width: 100%; }

.vw-sticky-wrapper.is-sticky .vw-sticky {
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media (max-width: 767px) {
  .vw-sticky-wrapper {
    display: none; } }

/* -----------------------------------------------------------------------------
 * Search Form
 * -------------------------------------------------------------------------- */
.vw-search-form {
  position: relative; }
  .vw-search-form .vw-search-icon {
    position: absolute;
    right: 2px;
    top: 0;
    display: inline-block;
    font-size: 18px;
    height: 2em;
    width: 2em;
    margin-top: 0.3em;
    cursor: pointer; }
  .vw-search-form #s {
    width: 100%;
    padding-right: 25px; }

/* -----------------------------------------------------------------------------
 * Site Social Profile
 * -------------------------------------------------------------------------- */
.vw-site-social-profile-icon {
  display: inline-block; }
  .no-touch .vw-site-social-profile-icon {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .vw-site-social-profile-icon + .vw-site-social-profile-icon {
    margin-left: 5px; }
  .vw-site-social-profile-icon:hover {
    color: #fff; }
  .vw-site-social-profile-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center; }

/* -----------------------------------------------------------------------------
 * Post Slider
 * -------------------------------------------------------------------------- */
.vw-post-slider {
  margin-bottom: 0; }

.vw-post-slider-no-control-nav .flex-control-nav {
  display: none; }

.vw-post-slider-title {
  color: #fff;
  margin: 0;
  text-transform: capitalize; }

.vw-post-slider-image img {
  margin: 0; }

.vw-post-slider-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 20%;
  padding-left: 2em;
  background-color: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%); }
  @media (max-width: 767px) {
    .vw-post-slider-info {
      padding-top: 0.8em;
      padding-bottom: 0.8em;
      padding-left: 1em; } }

.vw-post-slider-template-default .vw-post-categories {
  display: inline-block; }

@media (max-width: 767px) {
  .vw-post-slider-template-default .vw-post-slider-title {
    font-size: 1.6em; }
  .vw-post-slider-template-default .vw-post-categories a {
    font-size: 0.5em; } }

.vw-post-slider-template-category-thumbnail .vw-category-thumbnail {
  float: left;
  width: 75px;
  height: 75px; }
  .vw-post-slider-template-category-thumbnail .vw-category-thumbnail ~ * {
    margin-left: 100px; }

.vw-post-slider-template-category-thumbnail .vw-post-meta {
  margin-top: 0.5em;
  margin-bottom: 0; }
  .vw-post-slider-template-category-thumbnail .vw-post-meta .avatar {
    display: none; }

@media (max-width: 767px) {
  .vw-post-slider-template-category-thumbnail .vw-post-slider-title {
    font-size: 1.6em; }
  .vw-post-slider-template-category-thumbnail .vw-category-thumbnail {
    width: 25px;
    height: 25px; }
    .vw-post-slider-template-category-thumbnail .vw-category-thumbnail ~ * {
      margin-left: 35px; }
  .vw-post-slider-template-category-thumbnail .vw-post-meta {
    font-size: 0.5em; } }

.vw-post-slider-template-large .vw-post-slider-mini-box {
  display: inline-block;
  position: relative; }

.vw-post-slider-template-large .vw-post-slider-mini-box-left {
  overflow: hidden; }

.vw-post-slider-template-large .vw-post-slider-mini-box-right-top, .vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
  max-width: 50%;
  float: right; }

.vw-post-slider-template-large .vw-post-slider-mini-box-right-top {
  margin-left: 1%;
  max-width: 49%; }

.vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom .vw-post-slider-image {
  margin-bottom: -1%; }

@media (max-width: 479px) {
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-top, .vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
    max-width: none;
    float: none;
    margin: 0; }
  .vw-post-slider-template-large .vw-post-slider-title {
    font-size: 1.25em; } }

@media (min-width: 992px) {
  .vw-post-slider-template-large .vw-post-slider-mini-box-left {
    float: left;
    max-width: 67.1%;
    margin-right: 1%; }
    .vw-post-slider-template-large .vw-post-slider-mini-box-left .vw-post-slider-image {
      margin-bottom: -1%; }
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-top, .vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
    max-width: 31.9%;
    float: right;
    margin: 0; }
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
    margin-top: 1%; } }

@media (max-width: 767px) {
  .flex-control-nav, .flex-direction-nav {
    display: none; } }

/* -----------------------------------------------------------------------------
 * Category Post Slider
 * -------------------------------------------------------------------------- */
.vw-category-post-slider {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }
  .vw-category-post-slider + .block-grid {
    margin-top: 0; }

/* -----------------------------------------------------------------------------
 * Category Top Content
 * -------------------------------------------------------------------------- */
.vw-category-top-content {
  margin-bottom: 30px; }
  .vw-category-top-content + .block-grid {
    margin-top: 0; }

/* -----------------------------------------------------------------------------
 * Instant Search
 * -------------------------------------------------------------------------- */
.vw-instant-search-panel {
  margin: 0;
  z-index: 100;
  padding: 10px;
  position: absolute; }
  .vw-instant-search-panel #s {
    width: 100%;
    color: #000; }

.vw-instant-search-result-panel {
  list-style: none;
  padding: 0 15px;
  margin: 0; }
  .vw-instant-search-result-panel > li {
    padding: 15px 0; }
    .vw-instant-search-result-panel > li:first-child {
      margin-top: 15px; }
    .vw-instant-search-result-panel > li + li {
      border-top: 1px solid rgba(128, 128, 128, 0.5); }

.vw-instant-search-result-item {
  font-size: 0.85em;
  line-height: 1.4em; }

.vw-instant-search-result-thumbnail {
  float: left;
  width: 60px;
  height: 60px; }
  .vw-instant-search-result-thumbnail img {
    margin: 0; }

.vw-instant-search-result-content {
  margin-left: 70px; }

.vw-instant-search-result-title {
  font-weight: bold;
  margin-bottom: 3px; }

.vw-instant-search-result-date {
  font-size: 10px;
  opacity: 0.75; }

/* -----------------------------------------------------------------------------
 * Custom Tiled Gallery
 * -------------------------------------------------------------------------- */
.vw-custom-tiled-gallery {
  margin: 30px 0; }
  .vw-custom-tiled-gallery .gallery-item {
    display: inline-block;
    float: left;
    width: 32.33%;
    margin: 0.5%;
    position: relative; }
  .vw-custom-tiled-gallery br + br {
    display: none; }
  .vw-custom-tiled-gallery a {
    display: inline-block;
    max-width: 100%; }
    .vw-custom-tiled-gallery a:hover img {
      opacity: 0.75; }
  .vw-custom-tiled-gallery img {
    max-width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }

.gallery-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 5px 15px;
  color: white;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.2em; }

/* -----------------------------------------------------------------------------
 * qTranslate
 * -------------------------------------------------------------------------- */
.qtrans_language_chooser {
  padding: 0;
  margin: 0; }
  .qtrans_language_chooser li {
    list-style: none;
    display: inline-block;
    margin: 0 5px; }

/* -----------------------------------------------------------------------------
 * Back to top
 * -------------------------------------------------------------------------- */
#vw-back-to-top {
  bottom: 20px;
  right: 20px;
  padding: 2px 6px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #vw-back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  #vw-back-to-top i {
    font-size: 26px; }

/* -----------------------------------------------------------------------------
 * Review Box
 * -------------------------------------------------------------------------- */
.vw-review-box {
  margin-bottom: 1.3em;
  padding: 10px;
  color: #fff;
  background-color: #eee; }

.vw-review-position-top-floating {
  float: left;
  width: 60%;
  margin-right: 1.3em; }

.vw-review-box-title {
  margin: 0;
  padding: 10px 15px;
  color: inherit;
  background-color: #3a3a3a; }

.vw-review-item {
  position: relative;
  margin-top: 2px; }

.vw-review-item-title {
  float: left;
  position: relative;
  z-index: 2; }

.vw-review-item-title-score {
  font-weight: bold; }

.vw-review-item-score {
  text-align: center;
  float: right; }
  .vw-review-item-score.vw-review-score-percentage {
    position: absolute;
    height: 100%;
    background-image: url("/wp-content/themes/neue/images/stripe-white.png");
    background-repeat: repeat; }

.vw-review-box-summary {
  margin-top: 2px;
  display: table;
  width: 100%;
  position: relative;
  min-height: 85px;
  border-right-color: #eee; }

.vw-review-summary, .vw-review-total-score {
  display: table-cell;
  vertical-align: middle; }

.vw-review-summary {
  border-right: 2px solid; }

.vw-review-total-score, .vw-review-item-score.vw-review-score-star {
  width: 115px;
  text-align: center; }

.vw-review-total-score.vw-review-score-percentage, .vw-review-total-score.vw-review-score-point {
  font-size: 44px;
  font-weight: bold; }

.vw-review-total-score.vw-review-score-percentage:after {
  content: '%';
  font-size: 0.5em;
  font-weight: normal; }

.vw-review-item-title, .vw-review-score-star, .vw-review-summary {
  padding: 6px 0; }

.vw-review-item-title, .vw-review-summary {
  padding-left: 15px;
  padding-right: 15px; }

.vw-review-score-star {
  line-height: 1em; }
  .vw-review-score-star img {
    max-width: 16px;
    vertical-align: middle; }
  .vw-review-score-star img + img {
    margin-left: 3px; }
  .vw-review-score-star .vw-review-score-number {
    width: auto !important; }

.vw-review-item, .vw-review-box-summary {
  background-color: #444444; }

.vw-post-tabed-tab, .vw-about-author-section .vw-author-socials a {
  background-color: #3a3a3a; }

/* -----------------------------------------------------------------------------
 * Review Editor
 * -------------------------------------------------------------------------- */
#vw_review_editor .field-review-summary, #vw_review_editor .field-review-score {
  display: none; }

#vw_review_editor .review-scores {
  margin: 15px 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #ddd; }
  #vw_review_editor .review-scores .review-score-row {
    border: 1px solid #ddd;
    background-color: #F1F1F1;
    background: -webkit-linear-gradient( bottom , #ECECEC, #F9F9F9);
    background: linear-gradient(to top, #ECECEC, #F9F9F9);
    border-radius: 2px;
    padding: 5px 10px 5px 5px;
    position: relative; }
    #vw_review_editor .review-scores .review-score-row i {
      color: #ccc; }
      #vw_review_editor .review-scores .review-score-row i:hover {
        color: #3FACD6; }
    #vw_review_editor .review-scores .review-score-row .move-icon {
      font-size: 24px;
      line-height: 1em;
      vertical-align: middle;
      margin-right: 10px;
      cursor: move; }
    #vw_review_editor .review-scores .review-score-row .delete-icon {
      font-size: 16px;
      line-height: 1em;
      position: absolute;
      top: 50%;
      right: 5px;
      cursor: pointer;
      margin-top: -0.5em; }
    #vw_review_editor .review-scores .review-score-row .review-score-label {
      font-size: 11px;
      color: #666;
      font-weight: bold;
      margin-right: 5px; }
    #vw_review_editor .review-scores .review-score-row .rwmb-text {
      width: 40%;
      margin-right: 10px; }
  #vw_review_editor .review-scores .review-score-row + .review-score-row {
    margin-top: 5px; }

/* -----------------------------------------------------------------------------
 * Simple Page Composer
 * -------------------------------------------------------------------------- */
.vwspc-section + .vwspc-section {
  margin-top: 30px; }

.vwspc-section-title {
  margin-top: 0;
  margin-bottom: 1em; }

.vwspc-section-post-slider-section + .vwspc-section-post-slider-section {
  margin-top: 1%; }

.vwspc-section-big-post-slider-section:first-child {
  margin-top: -30px; }

.vwspc-section-big-post-slider-section .vw-post-box-thumbnail:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  content: '';
  background-image: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 3%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 3%); }

@media (max-width: 991px) {
  .vwspc-sidebar-column {
    margin-top: 45px; } }

@media (min-width: 992px) {
  .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-left {
    float: right;
    margin-right: 0;
    margin-left: 1%; }
  .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-top, .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-bottom {
    float: left; } }

.vwspc-section-big-post-slider-section .vw-post-slider-slide .vw-post-box-thumbnail {
  text-align: center; }
  .vwspc-section-big-post-slider-section .vw-post-slider-slide .vw-post-box-thumbnail .wp-post-image {
    max-width: none;
    width: 100%; }
    @media (min-width: 1281px) {
      .vwspc-section-big-post-slider-section .vw-post-slider-slide .vw-post-box-thumbnail .wp-post-image {
        margin-top: -15%; } }

/* -----------------------------------------------------------------------------
 * Widgets Area
 * -------------------------------------------------------------------------- */
.widget + .widget {
  margin-top: 30px; }

.widget:first-child .widget-title {
  padding-top: 0; }

.widget-title {
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 10px;
  position: relative; }

.vw-no-widget-warning {
  font-style: italic;
  border: 1px dashed rgba(127, 127, 127, 0.7);
  padding: 0.5em; }
  .vw-no-widget-warning a {
    text-decoration: underline; }

/* -----------------------------------------------------------------------------
 * Widget Common Style
 * -------------------------------------------------------------------------- */
.vw-latest-posts-style-small-left-thumbnail .vw-post-box + .vw-post-box,
.vw-latest-posts-style-large-small-left-thumbnail .vw-post-box + .vw-post-box,
.vw-latest-posts-style-small-author .vw-post-box + .vw-post-box,
.vw-latest-comments .vw-post-box + .vw-post-box {
  border-top: 1px solid #eeeeee;
  padding-top: 15px; }

/* -----------------------------------------------------------------------------
 * Widget: Envirra Social Share
 * -------------------------------------------------------------------------- */
.vw-social-share-box {
  position: relative; }
  .vw-social-share-box .box {
    margin: 5% 8% 0 8%; }
  .vw-social-share-box .box a {
    color: #404040;
    text-shadow: 0 1px 1px rgba(167, 167, 167, 0.4); }
  .vw-social-share-box .box a:hover {
    text-decoration: none; }
  .vw-social-share-box .count {
    font-weight: bold;
    font-size: 50px;
    float: left;
    border-right: 2px solid #57b8d1;
    line-height: 40px;
    padding-right: 10px; }
  .vw-social-share-box .share {
    float: left;
    margin-left: 10px;
    font-size: 20px;
    width: 82px; }
  .vw-social-share-box .buttons {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .vw-social-share-box .button {
    float: left;
    margin: 0 10px 0 0; }
  .vw-social-share-box .facebook {
    margin: 0 4px 0 0; }

/**
 * Line animation
 */
/* -----------------------------------------------------------------------------
 * Widget: Envirra Author List
 * -------------------------------------------------------------------------- */
.widget_vw_widget_author_list {
  margin-bottom: -10px; }
  .widget_vw_widget_author_list ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .widget_vw_widget_author_list li {
    float: left;
    margin: 0 5px 10px 0 !important; }
    .widget_vw_widget_author_list li:before {
      display: none !important; }
  .widget_vw_widget_author_list .avatar {
    width: 80px;
    height: 80px; }

/* -----------------------------------------------------------------------------
 * Widget: Envirra Social Counter
 * -------------------------------------------------------------------------- */
.widget_vw_widget_social_counter {
  margin-bottom: -15px; }

.vw-social-counter {
  width: 50%;
  min-width: 146px;
  display: inline-block;
  float: left;
  margin-bottom: 15px; }

.vw-social-counter-icon {
  float: left;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  color: #333;
  text-align: center;
  margin-right: 10px; }
  .vw-social-counter-icon i {
    line-height: 50px;
    font-size: 18px; }

.vw-social-counter-count, .vw-social-counter-count, .vw-social-counter-icon {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.vw-social-counter-twitter .vw-social-counter-icon {
  background-color: #55acee;
  color: #fff; }

.vw-social-counter-twitter:hover .vw-social-counter-icon {
  background-color: #88c5f3; }

.vw-social-counter-twitter:hover .vw-social-counter-count {
  color: #55acee; }

.vw-social-counter-facebook .vw-social-counter-icon {
  background-color: #3D62B3;
  color: #fff; }

.vw-social-counter-facebook:hover .vw-social-counter-icon {
  background-color: #7791ca; }

.vw-social-counter-facebook:hover .vw-social-counter-count {
  color: #3D62B3; }

.vw-social-counter-instagram .vw-social-counter-icon {
  background-color: #E4405F;
  color: #fff; }

.vw-social-counter-instagram:hover .vw-social-counter-icon {
  background-color: #ec798f; }

.vw-social-counter-instagram:hover .vw-social-counter-count {
  color: #E4405F; }

.vw-social-counter-youtube .vw-social-counter-icon {
  background-color: #CC181E;
  color: #fff; }

.vw-social-counter-youtube:hover .vw-social-counter-icon {
  background-color: #db5d62; }

.vw-social-counter-youtube:hover .vw-social-counter-count {
  color: #CC181E; }

.vw-social-counter-googleplus .vw-social-counter-icon {
  background-color: #D34836;
  color: #fff; }

.vw-social-counter-googleplus:hover .vw-social-counter-icon {
  background-color: #e07f72; }

.vw-social-counter-googleplus:hover .vw-social-counter-count {
  color: #D34836; }

.vw-social-counter-counter {
  float: left;
  display: inline-block; }

.vw-social-counter-count {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
  margin-top: 3px; }

.vw-social-counter-unit {
  font-size: 11px;
  color: #999;
  letter-spacing: 1px; }

/* -----------------------------------------------------------------------------
 * Widget: Envirra Social Profile
 * -------------------------------------------------------------------------- */
.widget_vw_widget_social_profile .vw-site-social-profile-icon {
  background: #000;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .widget_vw_widget_social_profile .vw-site-social-profile-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .widget_vw_widget_social_profile .vw-site-social-profile-icon i:before {
      width: auto; }

.widget_vw_widget_social_profile .vw-site-social-profile-icon + .vw-site-social-profile-icon {
  margin-left: 0; }

.widget_vw_widget_social_profile .vw-site-social-delicious {
  background-color: #0065c7; }
  .widget_vw_widget_social_profile .vw-site-social-delicious:hover {
    background-color: #4d93d8; }

.widget_vw_widget_social_profile .vw-site-social-digg {
  background-color: #000000; }
  .widget_vw_widget_social_profile .vw-site-social-digg:hover {
    background-color: #4d4d4d; }

.widget_vw_widget_social_profile .vw-site-social-dribbble {
  background-color: #ea4c89; }
  .widget_vw_widget_social_profile .vw-site-social-dribbble:hover {
    background-color: #f082ac; }

.widget_vw_widget_social_profile .vw-site-social-facebook {
  background-color: #3D62B3; }
  .widget_vw_widget_social_profile .vw-site-social-facebook:hover {
    background-color: #7791ca; }

.widget_vw_widget_social_profile .vw-site-social-flickr {
  background-color: #ff0084; }
  .widget_vw_widget_social_profile .vw-site-social-flickr:hover {
    background-color: #ff4da9; }

.widget_vw_widget_social_profile .vw-site-social-forrst {
  background-color: #33713e; }
  .widget_vw_widget_social_profile .vw-site-social-forrst:hover {
    background-color: #709c78; }

.widget_vw_widget_social_profile .vw-site-social-github {
  background-color: #000000; }
  .widget_vw_widget_social_profile .vw-site-social-github:hover {
    background-color: #4d4d4d; }

.widget_vw_widget_social_profile .vw-site-social-googleplus {
  background-color: #D34836; }
  .widget_vw_widget_social_profile .vw-site-social-googleplus:hover {
    background-color: #e07f72; }

.widget_vw_widget_social_profile .vw-site-social-instagram {
  background-color: #1e5d81; }
  .widget_vw_widget_social_profile .vw-site-social-instagram:hover {
    background-color: #628ea7; }

.widget_vw_widget_social_profile .vw-site-social-linkedin {
  background-color: #007bb6; }
  .widget_vw_widget_social_profile .vw-site-social-linkedin:hover {
    background-color: #4da3cc; }

.widget_vw_widget_social_profile .vw-site-social-lastfm {
  background-color: #d21309; }
  .widget_vw_widget_social_profile .vw-site-social-lastfm:hover {
    background-color: #e05a53; }

.widget_vw_widget_social_profile .vw-site-social-pinterest {
  background-color: #cc2127; }
  .widget_vw_widget_social_profile .vw-site-social-pinterest:hover {
    background-color: #db6468; }

.widget_vw_widget_social_profile .vw-site-social-rss {
  background-color: #ff7700; }
  .widget_vw_widget_social_profile .vw-site-social-rss:hover {
    background-color: #ffa04d; }

.widget_vw_widget_social_profile .vw-site-social-skype {
  background-color: #00adf2; }
  .widget_vw_widget_social_profile .vw-site-social-skype:hover {
    background-color: #4dc6f6; }

.widget_vw_widget_social_profile .vw-site-social-tumblr {
  background-color: #314e6c; }
  .widget_vw_widget_social_profile .vw-site-social-tumblr:hover {
    background-color: #6f8398; }

.widget_vw_widget_social_profile .vw-site-social-twitter {
  background-color: #55acee; }
  .widget_vw_widget_social_profile .vw-site-social-twitter:hover {
    background-color: #88c5f3; }

.widget_vw_widget_social_profile .vw-site-social-vimeo {
  background-color: #1da7ce; }
  .widget_vw_widget_social_profile .vw-site-social-vimeo:hover {
    background-color: #61c1dd; }

.widget_vw_widget_social_profile .vw-site-social-yahoo {
  background-color: #44029a; }
  .widget_vw_widget_social_profile .vw-site-social-yahoo:hover {
    background-color: #7c4eb8; }

.widget_vw_widget_social_profile .vw-site-social-youtube {
  background-color: #CC181E; }
  .widget_vw_widget_social_profile .vw-site-social-youtube:hover {
    background-color: #db5d62; }

/* -----------------------------------------------------------------------------
 * Widget: Post Tabbed
 * -------------------------------------------------------------------------- */
.vw-post-tabed {
  background-color: #F5F5F5; }
  .vw-post-tabed .vw-post-box-small-comment p {
    margin-bottom: 0; }
  .vw-post-tabed .vw-post-box + .vw-post-box,
  .vw-post-tabed .block-grid-item + .block-grid-item .vw-post-box {
    border-top: 1px solid #dedede; }
  .vw-post-tabed .block-grid-item + .block-grid-item {
    padding-top: 0; }
  .vw-post-tabed .block-grid-item + .block-grid-item .vw-post-box {
    padding-top: 15px; }

.vw-post-tabed-tabs {
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none; }
  .vw-post-tabed-tabs li:before {
    background: transparent !important; }

.vw-post-tabed-tab {
  display: inline-block;
  float: left;
  width: 33.33%;
  line-height: 30px;
  text-align: center;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .vw-post-tabed-tab a {
    display: block;
    outline: none;
    font-size: 0.75em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: 3px solid rgba(0, 0, 0, 0.12); }
    .vw-post-tabed-tab a, .vw-post-tabed-tab a:hover, .vw-post-tabed-tab a:focus {
      color: #fff; }
  .vw-post-tabed-tab.ui-state-hover {
    background-color: #666; }

.vw-post-tabed-content {
  padding: 0px 15px 15px 15px; }

/* -----------------------------------------------------------------------------
 * Widget: Posts
 * -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .vw-page-sidebar .latest-posts-style-full-thumbnail .vw-post-box-post-title {
    font-size: 1em; } }

/* -----------------------------------------------------------------------------
 * Widget: FeedBurner
 * -------------------------------------------------------------------------- */
.vw-widget-feedburner-container {
  background-color: #f5f5f5;
  padding: 25px; }

.vw-widget-feedburner-text {
  margin-top: 0;
  margin-bottom: 1.3em; }

.vw-widget-feedburner-email {
  width: 100%;
  margin-bottom: 1em; }

/* -----------------------------------------------------------------------------
 * Wdiget: Login
 * -------------------------------------------------------------------------- */
.vw-login-form-username > input,
.vw-login-form-pass > input {
  width: 100%;
  display: block; }

.vw-login-form-lost-password {
  float: right; }

.vw-loggedin-form .avatar {
  float: left;
  margin-right: 1.5em; }

.vw-loggedin-form .vw-loggedin-form-links {
  padding-left: 20px;
  font-size: 0.9em; }

.vw-loggedin-user-info {
  float: left; }

/* -----------------------------------------------------------------------------
 * Widget: Default Style For Wordpress's Widget
 * -------------------------------------------------------------------------- */
.widget_archive > ul, .widget_archive > ol,
.widget_categories > ul,
.widget_categories > ol,
.widget_nav_menu > div > ul,
.widget_nav_menu > div > ol,
.widget_meta > ul,
.widget_meta > ol,
.widget_pages > ul,
.widget_pages > ol,
.widget_recent_comments > ul,
.widget_recent_comments > ol,
.widget_recent_entries > ul,
.widget_recent_entries > ol,
.widget_rss > ul,
.widget_rss > ol {
  list-style: none;
  padding-left: 0px; }

.widget_archive li,
.widget_categories li,
.widget_nav_menu > div li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
  padding-top: 7px;
  margin-bottom: 7px; }

.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu > div li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li,
.widget_rss li + li {
  border-top: 1px solid #eee;
  margin-top: 7px; }

.vw-site-footer .widget_archive li + li, .vw-site-footer
.widget_categories li + li, .vw-site-footer
.widget_nav_menu > div li + li, .vw-site-footer
.widget_meta li + li, .vw-site-footer
.widget_pages li + li, .vw-site-footer
.widget_recent_comments li + li, .vw-site-footer
.widget_recent_entries li + li, .vw-site-footer
.widget_rss li + li {
  border-top-color: rgba(255, 255, 255, 0.05); }

.widget_archive a,
.widget_categories a,
.widget_nav_menu > div a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a {
  color: inherit; }

/* -----------------------------------------------------------------------------
 * Widget: Custom Menu
 * -------------------------------------------------------------------------- */
.widget_recent_entries .post-date {
  display: block;
  font-size: 0.85em;
  font-style: italic;
  opacity: 0.7; }

/* -----------------------------------------------------------------------------
 * Widget: Calendar
 * -------------------------------------------------------------------------- */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td.pad:hover {
  background: transparent !important; }

#wp-calendar tbody td:hover {
  color: #fff; }

#wp-calendar tbody td:hover a {
  color: #fff; }

#wp-calendar tbody a {
  font-weight: bold; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

/* -----------------------------------------------------------------------------
 * Accordion
 * -------------------------------------------------------------------------- */
.vw-accordions {
  margin-bottom: 30px; }

.vw-accordion {
  margin-top: 30px; }
  .vw-accordion .ui-icon {
    color: #464646; }
    .vw-accordion .ui-icon:before {
      content: "";
      font-family: "entypo";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      font-size: 18px; }
  .vw-accordion .ui-state-hover {
    opacity: 0.75; }
  .vw-accordion .ui-accordion-header-active {
    border-top: 2px solid #777; }
    .vw-accordion .ui-accordion-header-active .ui-icon:before {
      content: '\e81b'; }
  .vw-accordion + .vw-accordion {
    margin-top: 15px; }
  .vw-accordion + * {
    margin-top: 30px; }

.vw-accordion-header {
  outline: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.vw-accordion-header-text {
  margin-left: 1em;
  font-size: 1.1em;
  font-weight: bold; }

.vw-accordion-content {
  display: none;
  padding: 15px 0 15px 50px; }

/* -----------------------------------------------------------------------------
 * Column Shortcode
 * -------------------------------------------------------------------------- */
.vw-row-shortcode {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.3em; }
  .vw-row-shortcode:before, .vw-row-shortcode:after {
    content: " ";
    display: table; }
  .vw-row-shortcode:after {
    clear: both; }

.vw-column-shortcode {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  width: 100%; }

@media (max-width: 991px) {
  .vw-row-shortcode > .vw-column-shortcode {
    margin-bottom: 30px; }
    .vw-row-shortcode > .vw-column-shortcode:last-child {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .vw-one-half {
    width: 50%; }
  .vw-one-third {
    width: 33.333333333%; }
  .vw-two-third {
    width: 66.666666666%; }
  .vw-one-fourth {
    width: 25%; }
  .vw-three-fourth {
    width: 75%; }
  .vw-one-fifth {
    width: 20%; }
  .vw-two-fifth {
    width: 40%; }
  .vw-three-fifth {
    width: 60%; } }

/* -----------------------------------------------------------------------------
 * Dropcap
 * -------------------------------------------------------------------------- */
.vw-dropcap {
  font-size: 2.75em;
  line-height: 1em;
  float: left;
  margin-right: 0.35em;
  margin-top: 4px; }

.vw-dropcap-standard {
  margin-top: 2px; }

.vw-dropcap-circle, .vw-dropcap-box {
  font-size: 1.75em;
  color: #fff;
  background-color: #f5f5f5;
  padding: 6px 9px;
  text-align: center; }

.vw-dropcap-circle {
  border-radius: 50%; }

/* -----------------------------------------------------------------------------
 * Gap
 * -------------------------------------------------------------------------- */
.vw-gap {
  display: block; }

/* -----------------------------------------------------------------------------
 * Infobox
 * -------------------------------------------------------------------------- */
.vw-infobox {
  margin: 1.414em 0;
  padding: 10px;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center; }

.vw-infobox-inner {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1.414em 0; }

.vw-infobox-title {
  margin: 0; }
  .vw-infobox-title + .vw-infobox-content {
    margin-top: 15px; }

.vw-infobox-content {
  font-size: 1.15em;
  opacity: 0.6;
  padding: 0 0.8em; }

/* -----------------------------------------------------------------------------
 * List
 * -------------------------------------------------------------------------- */
.vw-list-shortcode {
  list-style: none;
  padding-left: 1.5em; }
  .vw-list-shortcode li > i:first-child {
    color: #464646; }
  .vw-list-shortcode li.vw-has-icon {
    padding-left: 22px; }
    .vw-list-shortcode li.vw-has-icon .vw-icon {
      margin-left: -22px; }

/* -----------------------------------------------------------------------------
 * Mark
 * -------------------------------------------------------------------------- */
mark.vw-mark-style-yellow {
  background-color: #fff000; }

mark.vw-mark-style-grey {
  background-color: #ccc; }

mark.vw-mark-style-dark {
  background-color: #222;
  color: #efefef; }

/* -----------------------------------------------------------------------------
 * Quote
 * -------------------------------------------------------------------------- */
.vw-quote {
  margin: 1.414em 30px 1.414em 0;
  padding: 0.9em 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 1.2em;
  font-weight: bold; }

@media (min-width: 768px) {
  .vw-quote {
    margin-top: 0.5em;
    max-width: 40%;
    float: left; }
  .vw-quote-align-right {
    float: right;
    margin-left: 30px;
    margin-right: 0; } }

.vw-quote-align-none {
  float: none;
  max-width: none; }

.vw-quote-cite {
  margin-top: 0.9em;
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
  opacity: 0.75;
  display: block; }

/* -----------------------------------------------------------------------------
 * Tabs
 * -------------------------------------------------------------------------- */
.vw-tabs {
  margin: 30px 0; }
  .vw-tabs .vw-tab-title {
    cursor: pointer;
    color: #464646;
    margin: 0;
    text-decoration: none; }
    .vw-tabs .vw-tab-title i {
      float: left;
      margin-right: 5px;
      margin-top: -2px; }
      .vw-tabs .vw-tab-title i:before {
        text-align: left;
        display: inline; }
  .vw-tabs .vw-full-tab {
    margin-top: -1px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px; }
    .vw-tabs .vw-full-tab.active {
      color: #fff;
      background-color: #464646;
      border-color: #464646; }
      .vw-tabs .vw-full-tab.active:hover {
        color: #fff; }
  .vw-tabs .vw-tab-content {
    display: none;
    padding: 15px 25px 15px 25px;
    background-color: #fff; }

.vw-tabs.vw-style-top-tab .vw-tab-titles {
  border-bottom: 2px solid #464646; }
  .vw-tabs.vw-style-top-tab .vw-tab-titles .vw-tab-title {
    border: 1px solid transparent;
    padding: 10px 15px;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0 -1px -1px 0; }
    .vw-tabs.vw-style-top-tab .vw-tab-titles .vw-tab-title.active {
      box-shadow: none;
      border-color: #464646;
      background-color: #464646;
      color: #fff; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Cart Button
 * -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .vw-cart-button-wrapper:hover .vw-cart-button-panel {
    visibility: visible;
    opacity: 1; } }

.vw-cart-button, .vw-cart-button:hover {
  text-decoration: none; }

.vw-cart-button-count {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 0 4px; }

.vw-cart-button-panel {
  position: absolute;
  z-index: 10;
  width: 350px;
  right: 0;
  top: 100%;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }
  @media (max-width: 479px) {
    .vw-cart-button-panel {
      width: 100%; } }
  .vw-cart-button-panel .widgettitle {
    display: none; }
  .vw-cart-button-panel .widget_shopping_cart .widget_shopping_cart_content .total {
    border-top: 1px solid rgba(127, 127, 127, 0.5) !important; }
  .vw-cart-button-panel .quantity {
    opacity: 0.5; }

/* -----------------------------------------------------------------------------
 * Woocommerce Templates
 * -------------------------------------------------------------------------- */
.vw-woocommerce-breadcrumb {
  margin-bottom: 1em; }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count {
  margin-bottom: 2em; }

.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
  overflow: visible;
  width: auto; }
  .woocommerce #content .quantity input.qty, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce .quantity input.qty, .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity input.qty, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity input.qty, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    border: 1px solid #ddd; }
  .woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    height: 35px; }
    .woocommerce #content .quantity input.qty::-webkit-inner-spin-button, .woocommerce #content .quantity input.qty::-webkit-outer-spin-button, .woocommerce .quantity input.qty::-webkit-inner-spin-button, .woocommerce .quantity input.qty::-webkit-outer-spin-button, .woocommerce-page #content .quantity input.qty::-webkit-inner-spin-button, .woocommerce-page #content .quantity input.qty::-webkit-outer-spin-button, .woocommerce-page .quantity input.qty::-webkit-inner-spin-button, .woocommerce-page .quantity input.qty::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    height: 35px;
    width: 25px;
    float: left;
    position: static;
    text-shadow: none;
    box-shadow: none;
    background: #f5f5f5; }
    .woocommerce #content .quantity .plus:focus, .woocommerce #content .quantity .minus:focus, .woocommerce .quantity .plus:focus, .woocommerce .quantity .minus:focus, .woocommerce-page #content .quantity .plus:focus, .woocommerce-page #content .quantity .minus:focus, .woocommerce-page .quantity .plus:focus, .woocommerce-page .quantity .minus:focus {
      outline: none; }
    .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover {
      background: #ddd; }
  .woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus {
    margin-right: -1px; }
  .woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus {
    margin-left: -1px; }

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
  display: block;
  padding-top: 1em;
  margin-top: 3em;
  margin-right: 0.5em;
  border-top: 1px solid #D2D2D2;
  text-align: left; }
  .woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
    border: none; }
    .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
      border: none;
      margin-right: 0.25em; }
      .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
        display: inline-block;
        padding: 4px 8px;
        text-decoration: none;
        color: inherit;
        font-weight: bold;
        line-height: inherit; }
        .woocommerce #content nav.woocommerce-pagination ul li a.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span:hover, .woocommerce-page nav.woocommerce-pagination ul li a.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span:hover {
          color: white; }

.woocommerce #payment, .woocommerce-page #payment {
  border-radius: 0;
  background: #f5f5f5; }
  .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: #e5e5e5;
    border-radius: 0;
    box-shadow: none; }
    .woocommerce #payment div.payment_box p:first-child, .woocommerce-page #payment div.payment_box p:first-child {
      margin-top: 0; }

.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  border-radius: 0; }

.woocommerce ul.cart_list li .reviewer, .woocommerce ul.product_list_widget li .reviewer, .woocommerce-page ul.cart_list li .reviewer, .woocommerce-page ul.product_list_widget li .reviewer {
  color: #999;
  font-size: 10px; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
  color: inherit; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
  float: left;
  width: 65px;
  margin-right: 15px; }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
  margin-top: 6px;
  margin-bottom: 4px; }

.wc-backward a:before, .wc-backward:before {
  font-size: 1rem; }

.woocommerce a.added_to_cart.wc-forward, .woocommerce-page a.added_to_cart.wc-forward {
  display: none; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-page form.checkout_coupon, .woocommerce-page form.login, .woocommerce-page form.register {
  border-radius: 0; }

.woocommerce-page .login #rememberme {
  margin-left: 1em; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Product List
 * -------------------------------------------------------------------------- */
.woocommerce ul.products li.product:hover h3, .woocommerce-page ul.products li.product:hover h3 {
  text-decoration: underline; }

.woocommerce ul.products li.product:hover .wp-post-image, .woocommerce-page ul.products li.product:hover .wp-post-image {
  opacity: 0.8; }

.woocommerce ul.products li.product.sale h3, .woocommerce-page ul.products li.product.sale h3 {
  padding-bottom: 0.5em; }

.woocommerce ul.products li.product a img, .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a img, .woocommerce-page ul.products li.product a:hover img {
  box-shadow: none;
  -webkit-backface-visibility: hidden; }

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  font-size: 1.2em;
  padding-bottom: 0.25em; }

.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
  float: right;
  margin-top: 0.5em; }

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  font-size: 1.2em; }
  .woocommerce ul.products li.product .price > *, .woocommerce-page ul.products li.product .price > * {
    display: block; }
  .woocommerce ul.products li.product .price .amount, .woocommerce-page ul.products li.product .price .amount {
    /* :first-letter does not work on inline elements */ }
    .woocommerce ul.products li.product .price .amount:first-letter, .woocommerce-page ul.products li.product .price .amount:first-letter {
      font-size: 0.8em; }
  .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
    text-decoration: none; }
  .woocommerce ul.products li.product .price del span.amount, .woocommerce-page ul.products li.product .price del span.amount {
    text-decoration: line-through; }

.woocommerce ul.products li.product .button.add_to_cart_button, .woocommerce-page ul.products li.product .button.add_to_cart_button {
  margin-top: 0.5em;
  /*.btn-small*/
  font-size: 10px;
  padding: 6px 10px; }

.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before {
  position: static;
  margin-right: 0.5em; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 48.1% !important; }

@media (min-width: 769px) {
  .woocommerce.woocommerce-enable-shop-sidebar ul.products li.product, .woocommerce.woocommerce-enable-product-sidebar ul.products li.product, .woocommerce-page.woocommerce-enable-shop-sidebar ul.products li.product, .woocommerce-page.woocommerce-enable-product-sidebar ul.products li.product {
    width: 30.8% !important; } }

@media (min-width: 769px) {
  .woocommerce.woocommerce-disable-shop-sidebar ul.products li.product, .woocommerce.woocommerce-disable-product-sidebar ul.products li.product, .woocommerce-page.woocommerce-disable-shop-sidebar ul.products li.product, .woocommerce-page.woocommerce-disable-product-sidebar ul.products li.product {
    width: 22.05% !important; } }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  z-index: 1; }

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  background: #aaa;
  color: #fff; }
  .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background: #bbb; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Single Product
 * -------------------------------------------------------------------------- */
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
  box-shadow: none; }

.woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover {
  box-shadow: none;
  text-shadow: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12); }

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background: inherit; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  box-shadow: none;
  border-radius: 0;
  background: #3a3a3a; }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    color: #fff; }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    color: inherit; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  text-shadow: none; }

.woocommerce #reviews #comments h2,
.woocommerce #tab-description h2 {
  display: none; }

.woocommerce .related h2, .woocommerce .upsells.products h2, .woocommerce .cross-sells h2, .woocommerce .cart_totals h2, .woocommerce-page .related h2, .woocommerce-page .upsells.products h2, .woocommerce-page .cross-sells h2, .woocommerce-page .cart_totals h2 {
  margin-bottom: 30px;
  font-size: 1.563em; }

.woocommerce div.product form.cart .single_variation, .woocommerce-page div.product form.cart .single_variation {
  margin-bottom: 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #e0dadf;
  padding: 15px;
  margin-top: -1px; }
  .woocommerce div.product .woocommerce-tabs .panel:before, .woocommerce div.product .woocommerce-tabs .panel:after {
    content: " ";
    display: table; }
  .woocommerce div.product .woocommerce-tabs .panel:after {
    clear: both; }

.woocommerce div.product .woocommerce-tabs #reviews {
  margin-top: 15px; }

.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
  margin-bottom: 1em; }

.woocommerce #review_form #respond p label, .woocommerce-page #review_form #respond p label {
  margin-bottom: 0.5em;
  display: block; }

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  margin-bottom: 3.8%; }

.woocommerce #content div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label {
  padding-top: 0.5em; }

.woocommerce #content div.product div.summary a, .woocommerce div.product div.summary a, .woocommerce-page #content div.product div.summary a, .woocommerce-page div.product div.summary a {
  color: inherit; }

.woocommerce #content div.product div.summary .vw-woo-categories-title,
.woocommerce #content div.product div.summary .vw-woo-tags-title,
.woocommerce #content div.product div.summary .vw-woo-sku-title, .woocommerce div.product div.summary .vw-woo-categories-title,
.woocommerce div.product div.summary .vw-woo-tags-title,
.woocommerce div.product div.summary .vw-woo-sku-title, .woocommerce-page #content div.product div.summary .vw-woo-categories-title,
.woocommerce-page #content div.product div.summary .vw-woo-tags-title,
.woocommerce-page #content div.product div.summary .vw-woo-sku-title, .woocommerce-page div.product div.summary .vw-woo-categories-title,
.woocommerce-page div.product div.summary .vw-woo-tags-title,
.woocommerce-page div.product div.summary .vw-woo-sku-title {
  font-weight: bold; }

.woocommerce #content div.product div.summary .price ins, .woocommerce div.product div.summary .price ins, .woocommerce-page #content div.product div.summary .price ins, .woocommerce-page div.product div.summary .price ins {
  text-decoration: none; }

.woocommerce div.product form.cart {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #E0DADF;
  border-bottom: 1px solid #E0DADF; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Message
 * -------------------------------------------------------------------------- */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #eee;
  margin-top: 1em !important; }

.wc-forward a:after, .wc-forward:after {
  font-size: 1em; }

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  height: auto;
  width: 2em;
  border-radius: 0; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Cart
 * -------------------------------------------------------------------------- */
.woocommerce .cart_totals table {
  width: 100%; }

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
  width: 40%;
  min-width: 40%; }

.woocommerce .cart-collaterals .shipping_calculator h2, .woocommerce-page .cart-collaterals .shipping_calculator h2 {
  font-size: 1.25rem; }
  .woocommerce .cart-collaterals .shipping_calculator h2 a, .woocommerce-page .cart-collaterals .shipping_calculator h2 a {
    color: #fff; }

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-radius: 0; }
  .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    padding: 15px 12px; }
  .woocommerce table.shop_table .wp-post-image, .woocommerce-page table.shop_table .wp-post-image {
    margin: 0;
    width: 64px; }
  .woocommerce table.shop_table a.remove, .woocommerce-page table.shop_table a.remove {
    color: #777; }
    .woocommerce table.shop_table a.remove:hover, .woocommerce-page table.shop_table a.remove:hover {
      background-color: #777;
      color: #fff; }
  @media (max-width: 767px) {
    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
      padding: 15px 2px; }
    .woocommerce table.shop_table td.actions input, .woocommerce-page table.shop_table td.actions input {
      display: block !important;
      width: 100% !important; }
    .woocommerce table.shop_table td.actions .coupon, .woocommerce-page table.shop_table td.actions .coupon {
      padding-bottom: 1em; }
    .woocommerce table.shop_table td.actions input[type=submit], .woocommerce-page table.shop_table td.actions input[type=submit] {
      margin-bottom: 1em; }
    .woocommerce table.shop_table input.qty, .woocommerce table.shop_table .plus, .woocommerce table.shop_table .minus, .woocommerce-page table.shop_table input.qty, .woocommerce-page table.shop_table .plus, .woocommerce-page table.shop_table .minus {
      float: none;
      width: 60px;
      margin: 0; } }

/* -----------------------------------------------------------------------------
 * Woocommerce: Filter By
 * -------------------------------------------------------------------------- */
.woocommerce .widget_layered_nav a, .woocommerce-page .widget_layered_nav a {
  color: inherit; }

.woocommerce .widget_layered_nav .count, .woocommerce-page .widget_layered_nav .count {
  font-weight: bold; }

.woocommerce .widget_layered_nav li + li, .woocommerce-page .widget_layered_nav li + li {
  border-top: 1px solid #eee;
  padding-top: 7px;
  margin-top: 7px; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Filter Widget
 * -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-image: none;
  box-shadow: none; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -6px;
  background: #fff;
  border: 2px solid; }

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 8px; }

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 30px; }

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1em; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Active Filters Widget
 * -------------------------------------------------------------------------- */
.widget.woocommerce.widget_layered_nav_filters li + li {
  margin-left: 5px; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Product Categories Widget
 * -------------------------------------------------------------------------- */
.widget.woocommerce.widget_product_categories .product-categories {
  list-style: inherit; }
  .widget.woocommerce.widget_product_categories .product-categories a {
    color: inherit; }
  .widget.woocommerce.widget_product_categories .product-categories > .cat-item {
    font-weight: bold; }
    .widget.woocommerce.widget_product_categories .product-categories > .cat-item .cat-item {
      font-weight: normal; }
  .widget.woocommerce.widget_product_categories .product-categories > .cat-item + .cat-item {
    margin-top: 10px; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Product Search Widget
 * -------------------------------------------------------------------------- */
.widget.widget_product_search #s {
  padding-top: 5px;
  padding-bottom: 8px; }

.widget.widget_product_search .screen-reader-text {
  display: none; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Product Tag Cloud Widget
 * -------------------------------------------------------------------------- */
.widget.widget_product_tag_cloud .tagcloud a {
  border: 1px solid #ccc;
  padding: 2px 4px;
  color: inherit; }

/* -----------------------------------------------------------------------------
 * Woocommerce: Cart Widget
 * -------------------------------------------------------------------------- */
.woocommerce .widget_shopping_cart ul.product_list_widget li a, .woocommerce-page .widget_shopping_cart ul.product_list_widget li a {
  display: block; }

.woocommerce .widget_shopping_cart ul.product_list_widget li + li, .woocommerce-page .widget_shopping_cart ul.product_list_widget li + li {
  border-top: 1px solid #ddd;
  padding-top: 15px; }

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total, .woocommerce-page .widget_shopping_cart .widget_shopping_cart_content .total {
  font-size: 1.1em;
  color: #444;
  border-top: 1px solid #ddd;
  margin-top: 0;
  padding-top: 15px; }
  .woocommerce .widget_shopping_cart .widget_shopping_cart_content .total strong, .woocommerce-page .widget_shopping_cart .widget_shopping_cart_content .total strong {
    text-transform: uppercase; }

/* -----------------------------------------------------------------------------
 * bbPress
 * -------------------------------------------------------------------------- */
#bbpress-forums .bbp-forum-title {
  font-size: 1.15em;
  font-weight: bold;
  color: inherit; }

#bbpress-forums .bbp-forum-info .bbp-forum-content {
  padding-right: 1em; }

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
  font-style: italic; }

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums .bbp-topic-title p.bbp-topic-meta {
  opacity: 0.75; }

li.bbp-forum-info, li.bbp-topic-title {
  width: 63%; }

#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-reply-count {
  width: 15%; }

#bbpress-forums .bbp-breadcrumb {
  margin-bottom: 15px; }

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: none; }

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
  margin-bottom: 12px; }

#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
  font-weight: bold; }

#bbpress-forums div.wp-editor-container {
  border: 1px solid #999; }

#bbpress-forums #subscription-toggle,
#bbpress-forums #favorite-toggle {
  float: right;
  margin-top: 1em; }

#bbpress-forums ul.bbp-replies #subscription-toggle,
#bbpress-forums ul.bbp-replies #favorite-toggle {
  margin-top: 0; }

#bbpress-forums .bbp-topic-permalink {
  font-size: 1.15em;
  font-weight: bold;
  color: inherit; }

#bbpress-forums .bbp-forum-freshness > a,
#bbpress-forums .bbp-topic-freshness > a {
  color: inherit; }

.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
  background: #3a3a3a;
  color: #fff;
  border: none;
  text-decoration: none;
  opacity: 1; }

.bbp-pagination-links a, .bbp-pagination-links span.current {
  border: none; }

.bbp-pagination-links a {
  color: inherit;
  font-weight: bold; }

#bbpress-forums > #subscription-toggle {
  margin-bottom: 1em; }

div.bbp-template-notice, div.indicator-hint {
  border-radius: 0;
  padding: 0.3em 0.8em; }

#bbpress-forums div.bbp-search-form {
  margin-bottom: 1em;
  background-color: #fafafa;
  padding: 25px;
  display: block;
  float: none;
  position: relative; }

#bbpress-forums #bbp-search-form #bbp_search {
  width: 100%;
  line-height: 20px;
  font-size: 1.15em; }

#bbpress-forums #bbp-search-form #bbp_search_submit {
  position: absolute;
  top: 25px;
  right: 25px; }
  .lt-ie10 #bbpress-forums #bbp-search-form #bbp_search_submit {
    border-bottom: none; }

@media (max-width: 767px) {
  #bbpress-forums #bbp-search-form {
    /* override bbpress default styles */ }
    #bbpress-forums #bbp-search-form #bbp_search_submit {
      padding: 9px 15px 6px 15px; }
    #bbpress-forums #bbp-search-form #bbp_search {
      font-size: 1.15em;
      padding: 6px 10px 7px 10px; } }

#bbpress-forums div.bbp-topic-tags a {
  color: inherit; }

/* -----------------------------------------------------------------------------
 * bbPress: Forum/Topic Listing
 * -------------------------------------------------------------------------- */
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header,
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  background-color: #f7f7f7;
  border-top-color: #e5e5e5; }

#bbpress-forums .bbp-topics div.odd, #bbpress-forums ul.odd {
  background: inherit; }

#bbpress-forums #subscription-toggle a,
#bbpress-forums #favorite-toggle a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 2px 6px;
  font-size: 11px;
  color: inherit; }

#bbpress-forums #subscription-toggle a:hover, #bbpress-forums #subscription-toggle .is-subscribed a, #bbpress-forums #subscription-toggle .is-favorite a,
#bbpress-forums #favorite-toggle a:hover,
#bbpress-forums #favorite-toggle .is-subscribed a,
#bbpress-forums #favorite-toggle .is-favorite a {
  background-color: #777;
  border-color: #777;
  color: white; }

#bbpress-forums #subscription-toggle {
  margin-left: 0.75em; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  font-size: inherit;
  border: none;
  margin-bottom: 0; }

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border: none;
  padding: 1.5em 1em; }
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-info:before, #bbpress-forums li.bbp-body ul.topic .bbp-forum-info:before {
    content: "";
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* icon-entypo-popup */
    color: #aaa; }

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border-bottom: 1px solid #eee; }
  #bbpress-forums li.bbp-body ul.forum.bbp-has-subforums:first-child, #bbpress-forums li.bbp-body ul.topic.bbp-has-subforums:first-child {
    border-top: 1px solid #eee; }
  #bbpress-forums li.bbp-body ul.forum .number, #bbpress-forums li.bbp-body ul.topic .number {
    font-weight: bold; }

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer,
.vwbb-forum-cat-head {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.vwbb-forum-cat-section {
  margin-bottom: 2em; }
  .vwbb-forum-cat-section:last-child {
    margin-bottom: 0; }

.vwbb-forum-cat-head {
  font-weight: bold;
  background: #f5f5f5;
  margin-top: 2em; }
  .vwbb-forum-cat-head li {
    padding: 10px 1em; }
  .vwbb-forum-cat-head .bbp-forum-topic-count {
    text-align: center;
    width: 15%; }

li.bbp-topic-title > .bbp-author-avatar, li.bbp-topic-title > .avatar {
  float: left;
  margin-right: 15px; }
  li.bbp-topic-title > .bbp-author-avatar ~ *, li.bbp-topic-title > .avatar ~ * {
    margin-left: 70px; }

#bbpress-forums .forums.bbp-replies .vw-bbp-header {
  margin-bottom: 1em; }
  #bbpress-forums .forums.bbp-replies .vw-bbp-header:before, #bbpress-forums .forums.bbp-replies .vw-bbp-header:after {
    content: " ";
    display: table; }
  #bbpress-forums .forums.bbp-replies .vw-bbp-header:after {
    clear: both; }

#bbpress-forums .topic .bbp-meta, #bbpress-forums .reply .bbp-meta {
  font-size: 10px;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px; }
  #bbpress-forums .topic .bbp-meta .bbp-reply-permalink, #bbpress-forums .topic .bbp-meta .bbp-admin-links, #bbpress-forums .reply .bbp-meta .bbp-reply-permalink, #bbpress-forums .reply .bbp-meta .bbp-admin-links {
    float: right; }
  #bbpress-forums .topic .bbp-meta .bbp-reply-permalink, #bbpress-forums .reply .bbp-meta .bbp-reply-permalink {
    color: inherit; }
  #bbpress-forums .topic .bbp-meta .bbp-admin-links, #bbpress-forums .reply .bbp-meta .bbp-admin-links {
    margin-right: 1em; }

#bbpress-forums #bbp-user-replies-created .bbp-admin-links {
  float: none;
  display: block; }

@media (max-width: 479px) {
  #bbpress-forums ul.forum-titles .bbp-forum-freshness,
  #bbpress-forums ul.forum .bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count, #bbpress-forums li.bbp-header li.bbp-topic-reply-count {
    display: none; }
  #bbpress-forums ul.forum-titles .bbp-forum-topic-count,
  #bbpress-forums ul.forum .bbp-forum-topic-count,
  #bbpress-forums ul.forum .bbp-forum-reply-count {
    margin-top: 0 !important;
    width: auto !important;
    text-align: left;
    padding-left: 0; }
  li.bbp-topic-title {
    width: auto; }
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count, #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 100% !important;
    text-align: right; }
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    width: 100% !important;
    text-align: left; }
  /* Single Topic Page*/
  #bbpress-forums .bbp-body div.bbp-reply-author,
  #bbpress-forums div.bbp-reply-author img.avatar {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin-top: 15px !important; }
  #bbpress-forums .topic .bbp-meta:before, #bbpress-forums .topic .bbp-meta:after, #bbpress-forums .reply .bbp-meta:before, #bbpress-forums .reply .bbp-meta:after {
    content: " ";
    display: table; }
  #bbpress-forums .topic .bbp-meta:after, #bbpress-forums .reply .bbp-meta:after {
    clear: both; }
  #bbpress-forums .topic .bbp-meta .bbp-admin-links, #bbpress-forums .reply .bbp-meta .bbp-admin-links {
    display: block;
    float: none;
    padding-top: 1em; } }

#bbpress-forums > .bbp-pagination {
  margin-top: 15px; }

div.bbp-submit-wrapper {
  float: none; }

/* -----------------------------------------------------------------------------
 * bbPress: User Profile
 * -------------------------------------------------------------------------- */
#bbpress-forums #bbp-your-profile fieldset.submit {
  margin-top: 2em;
  background: #f7f7f7;
  border: none; }

#bbpress-forums #bbp-your-profile fieldset input[type=radio] {
  width: auto; }

#bbpress-forums #bbp-your-profile fieldset + .entry-title {
  margin-top: 2em; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  font-weight: bold;
  opacity: 1; }

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.563em;
  /* h3 */ }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  border-top: 1px solid #eee; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: #f7f7f7; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child {
    border-bottom: 1px solid #eee; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  color: inherit; }

#bbpress-forums .bbp-user-section .bbp-pagination {
  float: none; }
  #bbpress-forums .bbp-user-section .bbp-pagination:before, #bbpress-forums .bbp-user-section .bbp-pagination:after {
    content: " ";
    display: table; }
  #bbpress-forums .bbp-user-section .bbp-pagination:after {
    clear: both; }

#bbpress-forums #subscription-toggle, #bbpress-forums #favorite-toggle {
  margin-top: 0; }

.bbp-row-actions #favorite-toggle span.is-favorite a,
.bbp-row-actions #subscription-toggle span.is-subscribed a {
  border-radius: 50%;
  line-height: 1.5em;
  display: inline-block;
  text-align: center; }

/* -----------------------------------------------------------------------------
 * bbPress: Search
 * -------------------------------------------------------------------------- */
#bbpress-forums #bbp-search-results div.bbp-forum-content {
  margin-left: 0; }

#bbpress-forums #bbp-search-results .bbp-meta {
  font-size: 10px;
  color: #999; }

#bbpress-forums #bbp-search-results .bbp-topic-permalink, #bbpress-forums #bbp-search-results .bbp-forum-permalink {
  font-size: inherit;
  font-weight: inherit; }

#bbpress-forums #bbp-search-results .bbp-topic-title-meta {
  font-style: italic; }
  #bbpress-forums #bbp-search-results .bbp-topic-title-meta a {
    color: inherit; }

/* -----------------------------------------------------------------------------
 * bbPress: Statistics Widget
 * ------------------------------------------------------------------------- */
.widget.widget_display_stats dl {
  background-color: #f7f7f7;
  padding: 25px; }

.widget.widget_display_stats dt {
  margin-bottom: 7px; }
  .widget.widget_display_stats dt:before, .widget.widget_display_stats dt:after {
    content: " ";
    display: table; }
  .widget.widget_display_stats dt:after {
    clear: both; }
  .widget.widget_display_stats dt:first-child ~ dt {
    border-top: 1px solid #e5e5e5;
    padding-top: 7px;
    margin-top: 7px; }

.widget.widget_display_stats dd {
  margin-top: -2em;
  float: right; }

/* -----------------------------------------------------------------------------
 * bbPress: Login Widgets
 * -------------------------------------------------------------------------- */
.widget.bbp_widget_login .bbp-login-form .bbp-username label, .widget.bbp_widget_login .bbp-login-form .bbp-email label, .widget.bbp_widget_login .bbp-login-form .bbp-password label {
  display: block; }

.widget.bbp_widget_login .bbp-login-form .bbp-username input, .widget.bbp_widget_login .bbp-login-form .bbp-email input, .widget.bbp_widget_login .bbp-login-form .bbp-password input {
  width: 100%; }

.widget.bbp_widget_login .bbp-login-form fieldset, .widget.bbp_widget_login .bbp-logged-in {
  background-color: #f7f7f7;
  padding: 25px;
  border: none; }

.widget.bbp_widget_login .bbp-logged-in h4 {
  margin-top: 0;
  margin-bottom: 0; }

.widget.bbp_widget_login .bbp-logged-in .logout-link {
  font-size: 11px; }

/* -----------------------------------------------------------------------------
 * bbPress: Search Widget
 * ------------------------------------------------------------------------- */
.widget.widget_display_search form {
  position: relative; }

.widget.widget_display_search #bbp_search {
  width: 100%;
  padding-right: 100px; }

.widget.widget_display_search #bbp_search_submit {
  position: absolute;
  top: 0;
  right: 0; }

/* -----------------------------------------------------------------------------
 * bbPress: General Widgets
 * -------------------------------------------------------------------------- */
.widget.widget_display_views ul,
.widget.widget_display_topics ul,
.widget.widget_display_replies ul,
.widget.widget_display_forums ul {
  list-style: none;
  padding-left: 0; }

.widget.widget_display_views li + li,
.widget.widget_display_topics li + li,
.widget.widget_display_replies li + li,
.widget.widget_display_forums li + li {
  border-top: 1px solid #EEE;
  padding-top: 7px;
  margin-top: 7px; }

.widget.widget_display_views a,
.widget.widget_display_topics a,
.widget.widget_display_replies a,
.widget.widget_display_forums a {
  color: inherit; }

/* -----------------------------------------------------------------------------
 * BuddyPress
 * -------------------------------------------------------------------------- */
body.buddypress.groups .vw-page-title .bp-title-button {
  vertical-align: middle;
  margin-left: 1.5em; }

body.buddypress.groups div#item-header div#item-actions h3 {
  font-size: 1.15rem;
  font-weight: bold !important; }

#buddypress ul.item-list li div.item-title a {
  font-weight: bold; }

#buddypress form#whats-new-form #whats-new-content textarea {
  width: 100%; }

#buddypress #whats-new-options {
  overflow: hidden;
  min-height: 50px; }

#buddypress ul.item-list li div.item-title a:hover, #buddypress ul.item-list li h4:hover,
#buddypress .activity-header a:hover, #buddypress .comment-meta a:hover, #buddypress .acomment-meta a:hover {
  text-decoration: underline; }

#buddypress div.item-list-tabs ul li.feed :before {
  font-family: "entypo";
  content: '\e853';
  /* icon-entypo-rss */
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
  border: 1px solid #ccc;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.15rem;
  color: #777; }
  #buddypress div.item-list-tabs ul li a span, #buddypress div.item-list-tabs ul li span span {
    margin-right: 0;
    border-radius: 0;
    border: none; }
  #buddypress div.item-list-tabs ul li a:hover, #buddypress div.item-list-tabs ul li span:hover {
    text-decoration: underline; }

#buddypress div.item-list-tabs {
  margin-bottom: 1.5em; }

#buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header {
  font-size: 0.85em; }

#buddypress .activity-header a:first-child {
  font-weight: bold; }

#buddypress .activity-list .activity-content .activity-inner, #buddypress .activity-list .activity-content blockquote {
  padding-left: 1.5em;
  border-left: 3px solid #eee; }

#buddypress .activity-list .activity-content .activity-header img.avatar {
  margin: 0 10px 0 0 !important; }

#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button, #buddypress ul.item-list li div.item-title span {
  transition: all 0.2s ease-out; }

#buddypress button:hover, #buddypress a.button:hover, #buddypress a.button:focus, #buddypress input[type=submit]:hover, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover {
  color: #fff; }

#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button,
#buddypress ul.item-list li div.item-title span {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

#buddypress .activity-list li.mini .activity-avatar img.avatar, #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
  margin-top: 0.5em; }

#buddypress div.activity-comments ul li {
  margin-top: 15px; }

#buddypress div.activity-comments div.acomment-content {
  margin-top: 1em; }

#buddypress div.dir-search {
  margin-top: 0; }

#buddypress div.dir-search input[type=text] {
  padding: 0px 3px 3px 3px; }

#buddypress div.pagination .pagination-links .page-numbers.current {
  font-weight: bold; }

#buddypress #whats-new-form {
  margin-bottom: 2em; }

#buddypress form#whats-new-form textarea {
  min-height: 3em; }

#buddypress div#item-header div#item-header-content {
  float: none; }

#buddypress div#item-header img.avatar {
  width: 100px; }

/* -----------------------------------------------------------------------------
 * BuddyPress: User Profile
 * -------------------------------------------------------------------------- */
#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
  opacity: 1;
  color: #fff; }

#buddypress div.item-list-tabs#subnav {
  padding-top: 1em;
  border-top: 1px solid #ddd;
  margin-bottom: 2em; }
  #buddypress div.item-list-tabs#subnav, #buddypress div.item-list-tabs#subnav a {
    font-size: 0.85em; }

#buddypress div#item-header #item-header-avatar img.avatar {
  margin-right: 2em;
  margin-bottom: 3em; }

#buddypress div#item-header div#item-meta #latest-update a:last-child {
  margin-left: 1em;
  font-weight: bold; }

/* -----------------------------------------------------------------------------
 * BuddyPress: Widget - Members/Groups
 * -------------------------------------------------------------------------- */
.widget.buddypress.widget_bp_groups_widget,
.widget.buddypress.widget_bp_core_members_widget {
  position: relative; }
  .widget.buddypress.widget_bp_groups_widget div.item-options,
  .widget.buddypress.widget_bp_core_members_widget div.item-options {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.85em;
    color: #eee; }
    .widget.buddypress.widget_bp_groups_widget div.item-options a,
    .widget.buddypress.widget_bp_core_members_widget div.item-options a {
      border: 1px solid #ccc;
      display: inline-block;
      padding: 2px 6px;
      font-size: 0.85rem;
      color: #777;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .widget.buddypress.widget_bp_groups_widget div.item-options a.selected,
      .widget.buddypress.widget_bp_core_members_widget div.item-options a.selected {
        color: #fff; }
  .widget.buddypress.widget_bp_groups_widget .item-list,
  .widget.buddypress.widget_bp_core_members_widget .item-list {
    padding-left: 0px; }
  .widget.buddypress.widget_bp_groups_widget .item-list li:before,
  .widget.buddypress.widget_bp_core_members_widget .item-list li:before {
    display: none !important; }
  .widget.buddypress.widget_bp_groups_widget .item-list li,
  .widget.buddypress.widget_bp_core_members_widget .item-list li {
    clear: both; }
  .widget.buddypress.widget_bp_groups_widget .item-list li + li,
  .widget.buddypress.widget_bp_core_members_widget .item-list li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee; }
  .widget.buddypress.widget_bp_groups_widget ul.item-list img.avatar,
  .widget.buddypress.widget_bp_core_members_widget ul.item-list img.avatar {
    height: 40px;
    width: 40px; }
  .widget.buddypress.widget_bp_groups_widget .item-title,
  .widget.buddypress.widget_bp_core_members_widget .item-title {
    font-weight: bold; }

/* -----------------------------------------------------------------------------
 * BuddyPress: Widget - Login
 * -------------------------------------------------------------------------- */
.widget.buddypress.widget_bp_core_login_widget .bp-login-widget-user-links {
  margin-left: 1em; }

.widget.buddypress.widget_bp_core_login_widget #bp-login-widget-user-login, .widget.buddypress.widget_bp_core_login_widget #bp-login-widget-user-pass {
  width: 100%; }

.widget.buddypress.widget_bp_core_login_widget .logout {
  font-size: 0.85em; }

/* -----------------------------------------------------------------------------
 * Theme
 * -------------------------------------------------------------------------- */
.vw-breaking-news-wrapper,
body.single-post article.post,
.vw-page-title-wrapper {
  border-bottom: 1px solid #eeeeee; }

.vwspc-section-title:after,
.widget-title:after,
.vw-post-box-layout-title:after,
.vw-related-posts-title:after,
.vw-post-comments-title:after,
.woocommerce .related h2:after, .woocommerce .upsells.products h2:after, .woocommerce-page .related h2:after, .woocommerce-page .upsells.products h2:after,
.woocommerce .cross-sells h2:after, .woocommerce .cart_totals h2:after {
  background: url("/wp-content/themes/neue/images/line-pattern-1.png");
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 0.35em;
  content: ''; }

.vw-about-author-section .vw-author-socials a,
.vw-page-title-box .vw-author-socials a:hover,
.vw-page-title-wrapper.vw-has-background .vw-page-title,
.vw-page-title-wrapper.vw-has-background .vw-page-description {
  color: #fff; }

button, input[type=button], input[type=submit], .btn,
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
  color: #fff; }

/* -----------------------------------------------------------------------------
 * Retina Supports
 * -------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .vw-site-logo-2x {
    display: inline; }
  .vw-site-logo-2x + .vw-site-logo {
    display: none; } }

.event_cal_table{ float:left; width:100%; margin-bottom:50px;}
.event_cal_table td {
    padding: 0px 15px 0 0;
}
.event_cal_table td:first-child{ width:10%; float:left; padding-top:15px;}
.event_cal_table td:nth-child(2){width:20%;float:left;}
.event_cal_table td:nth-child(3){width:30%;float:left;padding-top:15px;}
.event_cal_table td:nth-child(4){width:35%;float:left;padding-top:15px;}

@media (max-width:420px) {
.event_cal_table{ margin-bottom:60px;}
.event_cal_table td:first-child{ width:100%;padding-top:0px;}
.event_cal_table td:nth-child(2){width:100%; margin:10px 0px}
.event_cal_table td:nth-child(3){width:100%;margin:0px 0px 10px;padding-top:0px;}
.event_cal_table td:nth-child(4){width:100%;padding-top:0px;}	
}