/*
Theme Name: Alux.com
Theme URI: http://www.valentinu.ro
Author: Valentin Marin - SquareWP.com
Version: 2.0
Author URI: http://www.valentinu.ro
Description: Wordpress Theme

/* marinvalentin@gmail.com
=========================================================================



Let's go! :)

*/

/* RESET
=========================================================================
*/

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

dfn {
    font-style: italic;
}

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.5rem;
}

sub {
    bottom: -0.25rem;
}

img {
    border: 0;
}

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

figure {
    margin: 0 0 30px;
    max-width: 100%;
}

figcaption {
    color: #999;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1.6rem;
}

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;
    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: 15px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}
*:focus {
    outline: 0;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 1.5rem;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

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

*, *:before, *:after {
    box-sizing: border-box;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
}

ul,
ol {
    margin: 0 0 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
}
a img {
    vertical-align: top;
}
table {
    margin: 0 0 15px;
    width: 100%;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        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;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#content {
    padding-left: 58px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col, .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, .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: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col, .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: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col, .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: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col, .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: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix,
.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;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


/* IMPORTING FONTS
=========================================================================
*/
/* This stylesheet generated by Transfonter (http://transfonter.org) on November 6, 2016 5:39 AM */

@font-face {
    font-family: 'alux';
    src: url('font/alux.eot?72933123');
    src: url('font/alux.eot?72933123#iefix') format('embedded-opentype'),
        url('font/alux.woff2?72933123') format('woff2'),
        url('font/alux.woff?72933123') format('woff'),
        url('font/alux.ttf?72933123') format('truetype'),
        url('font/alux.svg?72933123#alux') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "alux";
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

/* Icons */

.icon-alux:before { content: '\e800'; } /* '' */
.icon-community:before { content: '\e801'; } /* '' */
.icon-story:before { content: '\e802'; } /* '' */
.icon-up:before { content: '\e803'; } /* '' */
.icon-thumbs-up:before { content: '\e804'; } /* '' */
.icon-twitter:before { content: '\e805'; } /* '' */
.icon-mail:before { content: '\e806'; } /* '' */
.icon-down:before { content: '\e807'; } /* '' */
.icon-thumbs-down:before { content: '\e808'; } /* '' */
.icon-play38:before { content: '\e809'; } /* '' */
.icon-comments:before { content: '\e80a'; } /* '' */
.icon-heart:before { content: '\e80b'; } /* '' */
.icon-rss:before { content: '\e80c'; } /* '' */
.icon-stories:before { content: '\e80d'; } /* '' */
.icon-instagram-white:before { content: '\e80e'; } /* '' */
.icon-upload:before { content: '\e80f'; } /* '' */
.icon-google:before { content: '\e810'; } /* '' */
.icon-camera:before { content: '\e811'; } /* '' */
.icon-instagram:before { content: '\e812'; } /* '' */
.icon-story2:before { content: '\e813'; } /* '' */
.icon-close:before { content: '\e814'; } /* '' */
.icon-reply:before { content: '\e815'; } /* '' */
.icon-menu:before { content: '\e816'; } /* '' */
.icon-heart-empty:before { content: '\e817'; } /* '' */
.icon-user:before { content: '\e818'; } /* '' */
.icon-cart:before { content: '\e819'; } /* '' */
.icon-pinterest:before { content: '\e81a'; } /* '' */
.icon-left:before { content: '\e81b'; } /* '' */
.icon-edit:before { content: '\e81c'; } /* '' */
.icon-video:before { content: '\e81d'; } /* '' */
.icon-settings:before { content: '\e81e'; } /* '' */
.icon-right:before { content: '\e81f'; } /* '' */
.icon-facebook:before { content: '\e820'; } /* '' */
.icon-location:before { content: '\e821'; } /* '' */
.icon-logout:before { content: '\e822'; } /* '' */
.icon-photo:before { content: '\e823'; } /* '' */
.icon-search:before { content: '\e824'; } /* '' */
.icon-globe:before { content: '\e825'; } /* '' */
.icon-home:before { content: '\e826'; } /* '' */
.icon-new:before { content: '\e828'; } /* '' */
.icon-star:before { content: '\e829'; } /* '' */
.icon-ok:before { content: '\e82a'; } /* '' */
.icon-bookmark:before { content: '\e82b'; } /* '' */
.icon-user-1:before { content: '\e82c'; } /* '' */
.icon-star-empty:before { content: '\e82d'; } /* '' */
.icon-dice:before { content: '\e82e'; } /* '' */
.icon-logo:before { content: '\e837'; } /* '' */
.icon-celebrity-net-worth:before { content: '\e838'; } /* '' */
.icon-following-me:before { content: '\e839'; } /* '' */
.icon-i-follow-them:before { content: '\e83a'; } /* '' */
.icon-latest:before { content: '\e83b'; } /* '' */
.icon-my-alux:before { content: '\e83c'; } /* '' */
.icon-notification-bell:before { content: '\e83d'; } /* '' */
.icon-points:before { content: '\e83e'; } /* '' */
.icon-trending-chart:before { content: '\e83f'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-bell:before { content: '\f0f3'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-fire:before { content: '\f525'; } /* '' */

/* Headings */

h1 {
    font-size: 40px;
    font-size: 4.0rem;
}

h2 {
    font-size: 35px;
    font-size: 3.5rem;
}

h3 {
    font-size: 30px;
    font-size: 3.0rem;
}

h4 {
    font-size: 25px;
    font-size: 2.5rem;
}

h5 {
    font-size: 20px;
    font-size: 2.0rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* GENERAL FORMS AND LINKS
=========================================================================
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #00adef none repeat scroll 0 0;
    border: 1px solid #00adef;
    border-radius: 3px;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #0492CB;
    border: 1px solid #0492CB;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.3rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    border: 1px solid #999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 5px 10px;
    max-width: 100%;
}

textarea {
    padding-left: 3px;
    max-width: 100%;
}

a {
    color: #00709b;
    text-decoration: none;
}

a:hover {
    color: #1E8FB7;
    outline: 0;
    text-decoration: none;
}

a img {
    vertical-align: top;
}


/* Animate CSS
=========================================================================
*/

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

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

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

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

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

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

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

@keyframes bounce {
    from, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

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

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

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

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

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

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

@keyframes flash {
    from, 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 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

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

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

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

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

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

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

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

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

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

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

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

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

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

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

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

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

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes jello {
    from, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

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

@keyframes jello {
    from, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

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

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

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

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

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

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

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

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

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

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

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

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

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

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

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

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

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

@keyframes bounceInUp {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

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

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

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

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

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

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

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

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

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

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

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

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

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

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

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

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

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

@keyframes rollOut {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
/* GENERAL STRUCTURE
=========================================================================
*/
html {
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.8);
    text-rendering: optimizelegibility;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    font-family: 'Open sans', sans-serif;
}
.celebrity-content {
    overflow: hidden;
    transition: height 200ms;
}

.celebrity-content + [data-readmore-toggle], .celebrity-content [data-readmore] {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #00adef;
    border-radius: 5px;
    color: #00adef;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

.celebrity-content + [data-readmore-toggle]:before, .celebrity-content [data-readmore]:before {
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+18,ffffff+100&0+18,0.65+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 25%, rgba(255,255,255,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 25%,rgba(255,255,255,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 25%,rgba(255,255,255,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6ffffff',GradientType=0 ); /* IE6-9 */
   content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: -51px;
    width: 100%;
    z-index: 5;
}

.site-content {
    overflow: hidden;
    margin-top: 55px;
}

.container-user {
    margin: 0 auto;
    max-width: 1320px;
    min-width: 300px;
    padding: 0 20px;
    position: relative;
}
.container-small {
    margin: 0 auto;
    max-width: 1180px;
    min-width: 300px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

.container-mylux {
    margin: 0 auto;
    max-width: 1020px;
    min-width: 300px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}
.page-content {
    margin-top: 50px;
}
.container-very-small {
    margin: 0 auto;
    max-width: 880px;
    min-width: 300px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}
#primary {
    width: 67%;
    float: left;
    margin-right: 5%;
    overflow: hidden;
    position: relative;
}

#primary-big {
    width: 70%;
    float: left;
    margin-right: 5%;
    overflow: hidden;
    position: relative;
}

#secondary {
    width: 27%;
    float: right;
    position: relative;
}
#secondary-small {
    float: left;
    width: 25%;
    position: relative;
}
#left-sidebar {
    display: block;
    float: left;
    position: relative;
    width: 14%;
}
#primary-small {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
    width: 53%;
}
.site-index {
    margin-bottom: 30px;
    overflow: hidden;
}
.site-home {
    margin-top: 30px;
    overflow: hidden;
}
.white-bg {
    background: #fff;
}
a,
.sticky,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
/* HEADER AND NAVIGATION
=========================================================================
*/
.thumbs-rating-container {
    display: inline-block;
}
.thumbs-rating-container .thumbs-rating-up {
    border: 1px solid #ddd;
    border-radius: 999rem;
    color: #ddd;
    display: inline-block;
    padding: 7px;
    margin-right: 5px;
}

.thumbs-rating-container .thumbs-rating-down {
    border: 1px solid #ddd;
    border-radius: 999rem;
    color: #ddd; 
    display: inline-block;
    padding: 7px;
}

.site-header {
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #FFF;
    z-index: 998;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    border-bottom: 1px solid #ddd;
}
.nav-up {
    top: -55px;
}
.header-share {
    background: #000000;
    display: none;
    height: 55px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header-share .share-box {
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}
.header-share .share-box a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px;
}
.header-share .share-box a span {
    font-size: 1.2rem;
}
.header-share .share-box .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 10px;
}
.header-share .share-box .twitter {
    background: #38aadd none repeat scroll 0 0;
}
.header-share .next {
    float: right;
    margin-left: 10px;
    margin-top: 11px;
}
.header-share .next a {
    background: #f79d42 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
}
.header-share .next a:hover, .header-share .share-box a:hover {
    color: #fff;
}
.header-share .next a span {
    font-size: 1.2rem;
}

.site-header .site-branding {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    z-index: 777;
    float: left;
}
.site-header .menu-icon {
    display: none;
    cursor: pointer;
}
.site-header .videoalux {
    float: left;
    display: block;
}
.videoalux a {
    background: #e62117 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 55px;
    padding: 0 10px;
}

.site-header .videoalux a:hover {
    background: #C71B1F;
}

.site-header .myluxbtn {
    float: left;
    display: block;
}

.myluxbtn a {
    background: #00709b none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 55px;
    padding: 0 10px;
    font-size: 1.3rem;
}
.site-header .site-branding .logo {
    background: #00adef none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 3.96rem;
    height: 55px;
    overflow: hidden;
    padding-right: 3px;
}

.site-header .myluxbtn a:hover {
    background: #333;
}

.site-header .site-branding .logo:hover {
    background: #333;
}

.hero-menu {
    background: #EFEFEF;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 55px;
    width: 58px;
    border-right: 1px solid #DDD;
}

.hero-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero-menu li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.hero-menu li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.hero-menu a {
    color: #555;
    display: block;
    font-size: 2.6rem;
}

.hero-menu a:hover {
    color: #333;
}

.hero-menu span {
    font-size: 1.2rem;
    display: block;
}

.left-menu {
    background: #f4f4f4 none repeat scroll 0 0;
    float: left;
    height: 54px;
    position: relative;
    z-index: 998;
}

.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-menu li {
    float: left;
}

.left-menu li a {
    color: #777;
    display: block;
    font-size: 2.5rem;
    padding: 0 15px;
    text-align: center;
    height: 55px;
}
.left-menu li a:hover {
    color: #555;
}

.post-type-archive-question .item-questions a, .post-type-archive-video .item-video a, .post-type-archive-image .item-image a, .page-template-page-latest .item-story a  {
    border-bottom: 2px solid #00adef;
    color: #00adef;
}

.left-menu li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;

}
.right-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 998;
}

.searchpop {
    border: 1px solid #00adef;
    border-radius: 99rem;
    color: #00adef;
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
    margin-right: 5px;
    margin-top: 10px;
    padding: 8px;
}

.searchtop:before {
    border-bottom: 7px solid #eee;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -7px;
    width: 1px;
}

.searchtop {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    display: none;
    padding: 10px;
    position: absolute;
    right: 29px;
    top: 70px;
    width: 400px;
}

.searchtop input[type="search"] {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.searchtop button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

.right-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-menu li {
    float: left;
}

.right-menu .search {

}

.right-menu .submit {
    height: 55px;
    margin-left: 10px;
    margin-right: 20px;
}

.right-menu .user {
    height: 55px;
    padding-right: 20px;
}

.right-menu .user ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: none;
    font-size: 1.3rem;
    position: absolute;
    right: 3px;
    top: 65px;
    width: 125px;
    border-radius: 3px;
}
.right-menu .user ul:before {
    border-bottom: 7px solid #ddd;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 31px;
    top: -7px;
}
.right-menu .user ul:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 32px;
    top: -6px;
}
.right-menu .user ul li {
    display: block;
    float: none;
    font-weight: 600;
    padding: 4px 10px;
}

.site-header .right-menu .user ul li a {
    display: block;
    font-size: 1.2rem;
    cursor: pointer;
    color: #999;
}
.site-header .right-menu .user ul li a:hover {
    color: #555;
}

.right-menu .user .header {
    color: #999;
    font-size: 1.2rem;
    font-weight: 400;

}
.right-menu .user .logout {
    border-top: 1px solid #ddd;
}
.right-menu .account-expand {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 55px;
    cursor: pointer;
}
.site-header .popup-login .avatar {
    border-radius: 5rem;
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}
.site-header .popup-login {
    color: #999;
    float: left;
    font-size: 2.5rem;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 9px;
    position: relative;
}
.site-header .popup-login .notif {
    background: #cc0000 none repeat scroll 0 0;
    border-radius: 999rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 8px;
    width: 15px;
    animation-iteration-count: 4;
    animation-duration: 1.2s;
}
.right-menu .show-search {
    border: 1px solid #999;
    border-radius: 999rem;
    color: #999;
    cursor: pointer;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 7px;
}
.right-menu .show-search:hover {
    color: #555;
    border: 1px solid #555;
}
.site-header .search-hover {
    display: none;
}
.site-header .slidesearch {
    background: rgba(235, 235, 235, 0.98);
    display: block;
    font-size: 1.3rem;
    padding-bottom: 50px;
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.search-toggled-on .right-menu .show-search {
    background: #00adef none repeat scroll 0 0;
    border: 1px solid #00adef;
    color: #fff;
}
.site-header .slidesearch p {
    color: #666;
    margin-top: 50px;
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
}
.site-header .slidesearch input[type="search"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 4rem;
    font-weight: 300;
    padding: 10px 10px 10px;
    text-align: center;
    width: 100%;
}

.site-header .submit-post {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #00adef;
    border-radius: 999rem;
    color: #00adef;
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 10px;
    padding: 8px 10px;
    float: left;
}



.site-header .right-menu .submit-post:hover {
    background: #00adef;
    color: #fff;
}

.site-header .popup-login {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.site-header .popup-login .avatar {

}

.site-header .popup-login .notif {

}

.site-header .accountinfo {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 12px;
}

.site-header .accountinfo .dropdown.icon {
    top: 3px;
}

.site-header .accountinfo .accountitems {
    font-size: 1.3rem !important;
    padding: 10px !important;
    top: 41px !important;
}

.site-header .accountinfo .accountitems .item {
    margin-bottom: 5px;
}

.site-header .accountinfo .accountitems .item:hover {
    background: none !important;
}

.site-header .accountinfo .accountitems .item:last-of-type {
    margin-bottom: 0;
}

.site-header .accountinfo .accountitems .item a {
    color: #333;
}

.site-header .accountinfo .accountitems .item a:hover {
    color: #00adef;
}

.site-header .accountinfo .avatar {
    border-radius: 999rem;
    float: left;
    margin-right: 5px;
}

.site-header .notifsection {
    float: left;
    margin-right: 20px;
    margin-top: 11px;
}

.site-header .notifsection .text {
    display: block;
    font-size: 2rem;
    height: 28px;
    overflow: hidden;
    width: 28px;
    background: #fff;
    position: relative;
    z-index: 5;
}

#members-list .follow {
    background: #00adef none repeat scroll 0 0 !important;
    border: 1px solid #00adef !important;
    color: #fff !important;
}

.site-header .notifsection .dropdown.icon {
    top: -6px !important;
}

.site-header .notifsection .count {
    background: #cc0000 none repeat scroll 0 0;
    border-radius: 999rem;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    height: 12px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 0;
    width: 12px;
}

.site-header .notifsection .menu {
    font-size: 1.2rem !important;
    padding: 5px 10px !important;
    right: -10px !important;
    top: 44px !important;
}

.site-header .notifsection .menu .item {
    margin-bottom: 5px;
}

.site-header .notifsection .menu .item:hover {
    background: none !important;
}

.site-header .notifsection .menu .item:last-of-type {
    margin-bottom: 0;
}

.site-header .notifsection .menu .item a {
    color: #333;
}

.site-header .notifsection .menu .item a:hover {
    color: #00adef;
}

.headintro {
    background: #fafafa none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-top: 55px;
}

.headintro h4 {
    color: #888;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    margin-top: 20px;
    position: relative;
    z-index: 5;
}

.headintro h4:after {
    background: #00adef none repeat scroll 0 0;
    color: #000;
    content: "";
    display: block;
    height: 1px;
    line-height: 1;
    margin: 15px 0 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}

.headintro h3 {
    color: #666;
    font-size: 3rem;
    margin-top: 50px;
    position: relative;
    z-index: 5;
}
.headintro h5 {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

.headintro ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.headintro li {
    display: inline-block;
    margin-right: 20px;
}

.headintro li:last-of-type {
    margin-right: 0;
}

.headintro li a {
    display: block;
}

.headintro .button-facebook {
    background: #3B5998;
}

.headintro .button-email {
    background: #54A429;
}
.headintro .button-email span {

}
.headintro .popup-login {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 10px 50px;
}

/* Navigation */
.main-navigation {
    float: left;
    margin-right: 30px;
}

.main-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    float: left;
    line-height: 54px;
}

.main-navigation .search {
    margin-left: 20px;
}

.main-navigation .search, .main-navigation .search form {
    position: relative;
}

.main-navigation .search input[type="search"] {
    border-radius: 999rem;
    width: 220px;
}

.main-navigation .search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 17px;
}

.main-navigation .search button:hover {
    color: #00adef;
}

.main-navigation li a {
    color: #777;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0 15px;
    height: 70px;
}
.main-navigation li a:hover {
    color: #333;

}
.main-navigation li ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    display: none;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    top: 63px;
    width: 150px;
}
.main-navigation li ul:before {
    border-bottom: 7px solid #ddd;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 99px;
    top: -7px;
}
.main-navigation li ul:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 100px;
    top: -6px;
}
.main-navigation li:hover > ul {
    display: block;
}
.menu-item-has-children a:after {
    font-family: 'alux';
    content: '\e807';
    margin-left: 5px;
    font-size: 1rem;
}
.main-navigation li ul li {
    display: block;
    float: none;
    font-size: 1.3rem;
    line-height: normal;
}
.main-navigation li ul li a {
    font-size: 1.2rem;
    padding: 5px 10px;
    height: auto;
}
.main-navigation li ul li a:after {
    content: "";
    margin: 0;
}
.main-navigation .menu-item-has-children a:focus {
    background: #F7F7F7;
}
/* SIDEBAR
=========================================================================
*/
.sidebar-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.sidebar-post .entry-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.sidebar-post .entry-title a {
    color: #000;
}
.sidebar-post .entry-title a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.sidebar-post .post-img {
    background: #000 none repeat scroll 0 0;
    margin-bottom: 10px;
    max-height: 180px;
    overflow: hidden;
    position: relative;
}
.sidebar-post .post-img img {
    opacity: 0.6;
    width: 100%;
    height: auto;
}

.sidebar-post .entry-meta {
    color: #999;
    font-size: 1.2rem;
    position: relative;
}
.sidebar-post .entry-meta .post-vote-header {
    right: 0;
    top: -4px;
}
.sidebar-post .entry-meta .avatar {
    border-radius: 27px;
    float: left;
    margin-right: 6px;
}
.sidebar-post .entry-meta .post-date:before {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
}
.sidebar-post .entry-meta a {
    color: #999;
}
.sidebar-post .posttype {
    color: rgba(255, 255, 255, 0.6);
    font-size: 3rem;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* POST NAVIGATION
=========================================================================
*/

#nav-below {
    overflow: hidden;
    padding-bottom: 30px;
}
#nav-below a {
    color: #000;
    font-weight: 700;
}
#nav-below a:hover {
    color: rgba(0, 0, 0, 0.6);
}
#nav-below .nav-previous {
    float: left;
}
#nav-below .nav-next {
    float: right;
}

/* ERROR PAGE
=========================================================================
*/

.error-header {
    background-image: url(images/error.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    color: #fff;
    height: 300px;
    margin-bottom: 30px;
    padding-top: 70px;
}

.error-header .page-title {
    font-size: 4rem;
    line-height: 1;
    padding-top: 50px;
}
.error-header .page-description {
    font-size: 1.6rem;
    font-weight: 100;
}
.not-found {

}
.not-found p {
    margin-bottom: 20px;
}

/* HOME ELEMENTS - STRUCTURE
=========================================================================
*/
.prehead .since {

}
.prehead {
    position: relative;
}
.site-index h5 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.headsearch {
    float: left;
    width: 500px;
    position: relative;
}

.headsearch input[type="search"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 999rem;
    box-sizing: border-box;
    margin-top: 9px;
    padding: 8px 20px;
    width: 100%;
}

.headsearch button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    position: absolute;
    right: 0;
    top: 12px;
}


.secondaryM {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 55px;
    width: 59px;
    z-index: 555;
}

.secondaryM li {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.secondaryM li:last-of-type {
    border-bottom: none;
}

.secondaryM li a {
    color: #999;
    font-size: 2.8rem;
}

.secondaryM li a:hover {
    color: #666;
}

.secondaryM li span {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 2px;
}


/* POST LISTING - POST
=========================================================================
*/

.HomeTabs {

}

.HomeTabs ul {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 0 5px;
}


.HomeTabs li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.HomeTabs .active h4 {
    color: #00adef;
}

.HomeTabs h4  {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.HomeTabs h4 a {
    color: #999;
}

.HomeTabs h4 a span {
    color: #ccc;
}

.HomeTabs h4 a:hover {
    color: #333;
}

.navigation {
    clear: both;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.navigation a {
    color: #000;
}

.navigation span a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    width: 30px;
    background: #FFF;
}

.navigation .active a {
    background: #00adef none repeat scroll 0 0;
    border: 1px solid #00adef;
    color: #fff;
}

.navigation .active a:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.navigation a:hover {
    border: 1px solid #00adef;
    color: #00adef;
}

.navigation .nav-sep {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
}

.post-listing .type-image .post-img {
    max-height: none;
}

.post-listing .post {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);

}

.post-listing .post .entry-header {
    margin-left: -1px;
    margin-right: -1px;
}

.info-post {

}

.post-listing .post-img {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    background: #333;
}
.post-listing .post-img img {
    width: 100%;
    height: auto;
}

.post-listing .post-img img:hover {
    opacity: 0.8;
}

.post-listing .post-img .category {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    left: 10px;
    padding: 2px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 5;
}
.post-listing .entry-content {
    font-size: 1.5rem;
    padding: 20px 20px 20px;
}
.post-listing .entry-content a {
    color: rgba(0, 0, 0, 0.5);
}
.post-listing .entry-title {
    bottom: 0;
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700
}
.post-listing .entry-title a {
    color: #000;
}
.post-listing  .entry-title a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.post-listing .post-img .entry-meta {
    color: #999;
    font-size: 1.2rem;
    position: relative;
}
.post-listing .entry-meta {
    display: block;
    font-size: 1.2rem;
    overflow: hidden;
    padding: 0 20px 20px;
    position: relative;
}

.post-listing .entry-header .info-post {
    color: #999;
    padding: 10px 20px;
    font-size: 1.2rem;
    overflow: hidden;
}
.post-listing .entry-header .info-post a {
    color: #777;
}
.post-listing .entry-header .post-date {
    float: right;
}

.post-listing .entry-header .avatar {
    border-radius: 27px;
    float: left;
    height: auto;
    margin-right: 6px;
    position: relative;
    width: auto;
    z-index: 5;
    width: 18px;
}
.post-listing .entry-meta .share-box {
    float: left;
    overflow: hidden;
    position: relative;
}

.post-listing .entry-meta .thumbs-rating-container {
    float: right;
}

.post-listing .entry-meta .share-box a {
    border-radius: 999rem;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 7px;
}
.post-listing .entry-meta .share-box .facebook {
    background: #3B5998;
    margin-right: 6px;
}
.post-listing .entry-meta .share-box span {
    font-size: 1.2rem;
    font-weight: 400;
}
.post-listing .entry-meta .share-box .facebook:hover {
    background: #22417E;
}
.post-listing .entry-meta .share-box .twitter {
    background: #38AADD;
}
.post-listing .entry-meta .share-box .twitter:hover {
    background: #2085B5;
}

/* AUTHOR PAGE
=========================================================================
*/
.user-heading {
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.author-header {
    background-image: url(images/luxury.jpg);
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: 55px;
    position: relative;
}
.small-author {
    display: none;
}
#subscribeuser {
    background: #00adef none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 10px;
}

/* POST LISTING - IMAGE
=========================================================================
*/

.post-listing .post, .post-listing .video, .post-listing .image, .post-listing .story, .post-listing .question {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    overflow: hidden;
}

.post-listing .entry-header {
    margin-left: -1px;
    margin-right: -1px;
}

.post-listing .entry-header .info-post {
    color: #999;
    font-size: 1.2rem;
    overflow: hidden;
    padding: 10px 20px;
}

.post-listing .entry-header .avatar {
    border-radius: 27px;
    float: left;
    height: auto;
    margin-right: 6px;
    position: relative;
    width: 18px;
    z-index: 5;
}

/* POST LISTING - VIDEO
=========================================================================
*/



/* POST LISTING - QUESTION
=========================================================================
*/
.post-listing .question {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.post-listing .question

.post-listing .question .entry-meta {
    display: block;
    font-size: 1.2rem;
    overflow: hidden;
    position: relative;
}
.post-listing .question .entry-meta .info-post {
    color: #999;
    float: left;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
}
.post-listing .question .entry-meta .avatar {
    border-radius: 27px;
    float: left;
    height: auto;
    margin-right: 6px;
    position: relative;
    width: auto;
    z-index: 5;
}
.post-listing .question .the-tags {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    clear: both;
    display: block;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
}
.post-listing .question .entry-meta .post-date:before {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
}
.post-listing .question .entry-meta .info-post a {
    color: #777;
}
.post-listing .question .entry-meta .share-box {
}
.post-listing .question .entry-meta .share-box .facebook {

}
.post-listing .question .entry-meta .share-box a {

}
.post-listing .question .entry-meta .share-box .twitter {
}
.post-listing .question .entry-title {

}
.post-listing .question .entry-title a {
    color: #000;
}
.post-listing .question .entry-title a:hover {
    color: rgba(0, 0, 0, 0.6);
}
.post-listing .question .entry-content {

}
.post-listing .question .post-vote-header {
    bottom: 10px;
    top: auto;
}
.post-listing .question .infoq {
    position: absolute;
    right: 20px;
    text-align: center;
}
.post-listing .question .infoq a {
    color: #999;
}
.post-listing .question .infoq .comments-link {
    display: inline-block;
}
.post-listing .question .infoq .comments-link span {
    background: #AAA;
}
.post-listing .question .infoq .vote-count {
    display: inline-block;
}
.post-listing .question .infoq span {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2px;
    width: 50px;
}
.archiveq {
    overflow: hidden;
    position: relative;
}
.communityq {
    background-size: cover;
    background-color: #333;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 300px;
    padding-top: 55px;
    position: relative;
}
.communityq .content {
    color: #fff;
    padding-top: 50px;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 5;
}
.communityq .content h1 {
    margin: 0;
    padding: 0;
}
.communityq .content h5 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 20px;
}
.communityq .cover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.communityq ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}
.communityq li {
    display: inline-block;
    margin-right: 20px;
}
.communityq .popup-login {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 10px 20px;
}
.communityq .button-email {
    background: #54a429 none repeat scroll 0 0;
}
.communityq .button-facebook {
    background: #3b5998 none repeat scroll 0 0;
}
.user-posts-header {

}
.user-posts-header h1 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
}
.user-posts-header h1:after {
    background: #00adef none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
.my-post-filters p {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.my-post-filters {

}
.my-post-filters .active {
    color: #000;
    font-weight: 600;
}
.my-post-filters ul {
    border-bottom: 1px solid #ddd;
    display: table;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
}
.my-post-filters li {
    display: table-cell;
    width: 20%;
}
.my-post-filters a {
    color: #777;
    font-size: 1.3rem;
    font-weight: 400;
}
.post-filters {
    background: #F6F6F6;
}
.post-filters ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.author-filters {
    position: relative;
}
.author-filters ul {
    text-align: center;
}
.author-filters .avatarth {
    bottom: -40px;
    position: absolute;
}
.author-filters .avatarth img {
    border: 3px solid #fff;
    border-radius: 999rem;
}

.author-box {
    position: relative;
}
.stickyauthor .user-title {
    color: #000;
    font-size: 2rem;
    margin-bottom: 10px;
}
.author-box .social {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.author-box .social a {
    color: #999;
    margin-right: 5px;
}
.author-box .social a:hover {
    color: #666;
}
.author-box .description {
    border-bottom: 1px solid #ddd;
    color: #888;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.author-box .location {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #999;
}
.author-box  .followuser {

}
.author-box  .followers {
    color: #000;
    display: block;
    font-weight: 600;
}
.author-box  .followers span {
    font-size: 3rem;
    margin-right: 5px;
}
.author-box .followuser a {
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    position: relative;
}
.author-box .followuser .subscribeAuthors  {
    display: block;
    width: 100%;
}
.post-filters span {

}
.post-filters li {
    display: inline-block;
}
.post-filters a {
    border-bottom: 3px solid #f6f6f6;
    color: #000;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 15px;
}
.post-filters a:hover {
    border-bottom: 3px solid #00adef;
}
.post-filters .active {
    background: #eee none repeat scroll 0 0;
    border-bottom: 3px solid #00adef;
}

.widget .video-listing {

}

.widget .video-listing ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget .video-listing li {
    margin-bottom: 20px;
    overflow: hidden;
}

.widget .video-listing .header {
    float: left;
    margin-right: 10px;
}

.widget .video-listing .post-img {
    margin-bottom: 5px;
}

.widget .video-listing .post-img img {
    border-radius: 3px;
}

.widget .video-listing .content {
    padding-left: 90px;
}

.widget .video-listing .wideimg {
    margin-bottom: 30px;
}

.widget .video-listing .wideimg .header {
    float: none;
    margin-right: 0;
}

.widget .video-listing .wideimg .content {
    padding: 0;
}

.widget .video-listing .title {
    font-size: 1.3rem;
}

.widget .video-listing .title a {
    color: #000;
}

.widget .video-listing .date {
    color: #999;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.widget h5 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.widget-posts {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.widget-posts .entry-header {
    float: left;
    width: 40px;
}
.widget-posts .entry-header .avatar {
    border-radius: 999em;
}
.widget-posts .entry-content {
    margin-left: 40px;
}
.widget-posts .entry-content .entry-title {
    font-size: 1.34rem;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
.widget-posts .entry-content .entry-title a {
    color: #000;
    font-weight: 600;
}
.widget-posts .entry-content .entry-title a:hover, .widget-answer .widget-a-description .post-title:hover {
    color: rgba(0, 0, 0, 0.6);
}
.widget-posts .entry-content .comments-link {
    color: #999;
    font-size: 1.2rem;
}
.widget-posts .entry-content .comments-link a {
    color: #999;
}
.widget-answer {

}
.widget-answer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget-answer li {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.widget-answer .widget-avatar {
    float: left;
    margin-right: 10px;
}
.widget-answer .widget-avatar img {
    border-radius: 999rem;
    margin-top: 5px;
}
.widget-answer .widget-a-description {
    color: #999;
    font-size: 1.34rem;
    margin-left: 40px;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-answer .widget-a-description .recommauth {
    color: #333;
}
.widget-answer .widget-a-description .post-title {
    font-weight: 600;
    color: #000
}
.widget-answer .widget-a-description .widget-time {
    color: #999;
    font-size: 1.2rem;
}
/* POST VOTE
=========================================================================
*/
.post-vote-header {
    position: absolute;
    right: 20px;
    top: 0;
}
.post-vote-header a {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 999rem;
    color: #999;
    display: inline-block;
    padding: 5px;
}
.post-vote-header a:hover {
    background: #eee;
}
.post-vote-up:hover {
    color: #54A429 !important;
}
.post-vote-down:hover {
    color: #CC2026 !important;
}
.post-vote-header .vote-count {
    color: #555;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
}
#infscr-loading {
    bottom: 0;
    clear: both;
    display: block;
    font-weight: 600;
    left: 0;
    text-align: center;
    width: 100%;
}
#infscr-loading img {
}
#infscr-loading p {
    font-size: 1.2rem;
    color: #00ADEF;
}
.latest-listing {
    margin-bottom: 30px;
}

.latest-listing:last-of-type {
    margin-bottom: 0;
}

.simple-article {
    margin-bottom: 30px;
    overflow: hidden;
}

.simple-article:last-of-type {
    margin-bottom: 0;
}

.simple-article .entry-header {
    float: left;
    margin-right: 10px;
}
.simple-article .post-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.simple-article .entry-title {
    font-size: 1.3rem;
    font-weight: 600;
}

.simple-article .entry-title a {
    font-weight: 600;
    color: #000;
}

.simple-article .entry-title a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.simple-article .post-img .posttype {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #333;
    font-size: 1.3rem;
    left: 0;
    padding: 0 2px;
    position: absolute;
}
.simple-article .entry-content {
    margin-left: 90px;
}

.featured-widget .entry-content {
    margin-left: 0;
}

.simple-article .entry-content .post-date {
    color: #999;
    font-size: 0.9rem;
    text-transform: uppercase;
}
#latest-posts {
    overflow: hidden;
}
#latest-posts .view-all {
    border: 1px solid #00adef;
    border-radius: 3px;
    color: #00adef;
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 1.3rem;
}
#latest-posts .view-all:hover {
    color: #FFF;
    background: #00adef;
}

/* SEARCH PAGE
=========================================================================
*/
.search-page {
    margin-top: 30px;
    overflow: hidden;
}
.search-page .page-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.search-page .page-header .page-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}
#searchf {
    position: relative;
}
#searchf .search-submit {
    padding: 10px 25px;
    position: absolute;
    right: 0;
    top: 0;
}
#searchf input[type="search"] {
    box-sizing: border-box;
    color: #999;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}
/* SIDEBAR ELEMENTS
=========================================================================
*/
.widget {
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar h5 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.info-widget {
    overflow: hidden;
    position: relative;
}
.info-widget .newsletter-subscribe {

}
.info-widget .newsletter-subscribe .news-subscribe {
    position: relative;
    margin-bottom: 25px;
}
.info-widget .newsletter-subscribe p {
    color: #999;
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.info-widget .newsletter-subscribe input[type="text"] {
    font-size: 1.3rem;
    margin-bottom: 10px;
    width: 100%;
    padding: 8px 10px;
}
.info-widget .newsletter-subscribe button {
    background: #00adef none repeat scroll 0 0;
    border: 1px solid #00adef;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.info-widget .newsletter-subscribe button:hover {
    background: #333;
    border: 1px solid #333;
}

.info-widget h4 {
    font-size: 1.5rem;
    color: #000;
}

.info-widget .social-media {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.info-widget .social-media ul {
    display: table;
    list-style: outside none none;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.info-widget .social-media li {
    display: table-cell;
    width: 33.33%;
}

.info-widget .social-media li a {
    font-size: 1.2rem;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 3px 5px;
    margin-right: 5px;
    text-align: center;
}

.info-widget .social-media li a:hover {
    color: #fff;
    background: #333;
}

.info-widget .social-media .facebook {
    background: #3B5998;
}

.info-widget .social-media .youtube {
    background: #bb0000;
}

.info-widget .social-media .instagram {
    background: #125688;
}

.info-widget .minimenu {
    text-align: center;
    margin-bottom: 20px;
}
.info-widget .minimenu ul {
    font-size: 1.2rem;
    margin: 0 0 10px;
    padding: 0;
}
.info-widget .minimenu li {
    display: inline;
    margin-right: 10px;
}
.info-widget .minimenu li:last-of-type {
    margin-right: 0;
}
.info-widget .minimenu a {
    color: #999;
}
.info-widget .minimenu a:hover {
    color: #333;
}
.info-widget .minimenu .copy {
    color: #999;
    font-size: 1.2rem;
}
.singlep h5 {
    margin-bottom: 20px;
}
.info-questions {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.info-questions p {
    color: #999;
    float: left;
    font-size: 1.3rem;
    padding-left: 10px;
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}

.info-questions p span {
    color: #000;
    display: block;
    font-size: 5rem;
    font-weight: 700;
}
.info-questions .submitq {
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
/* ARCHIVE PAGE
=========================================================================
*/
.page-archive {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.page-archive .post-listing {
    padding-right: 30px;
}

.page-archive .post-listing .video {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    overflow: hidden;
}

.post-listing .video .entry-header {
    margin-left: -1px;
    margin-right: -1px;
}

.post-listing .video .post-img {
    background: #333 none repeat scroll 0 0;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.post-listing .video .post-img img {
    height: auto;
    width: 100%;
}

.post-listing .video .entry-content {
    font-size: 1.5rem;
    padding: 20px;
}

.post-listing .video .entry-title {
    bottom: 0;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

.post-listing .video .entry-title a {
    color: #000;
}

.post-listing .video .entry-meta {
    display: block;
    font-size: 1.2rem;
    overflow: hidden;
    padding: 0 20px 20px;
    position: relative;
}

.post-listing .entry-meta .thumbs-rating-container {
    float: right;
}

.post-listing  .entry-header .info-post a {
    color: #777;
}

.post-listing .video .post-img a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    font-family: "alux";
    font-size: 6rem;
    left: 0;
    padding-top: 130px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.post-listing .entry-header .avatar {
    border-radius: 27px;
    float: left;
    height: auto;
    margin-right: 6px;
    position: relative;
    width: 18px;
    z-index: 5;
}

.post-listing .entry-meta .share-box .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 6px;
}

.post-listing .entry-meta .share-box .twitter {
    background: #38aadd none repeat scroll 0 0;
}

.post-listing .entry-meta .share-box a {
    border-radius: 999rem;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 7px;
}

.post-listing .video .entry-meta .share-box {
    float: left;
    overflow: hidden;
    position: relative;
}

.page-archive .heading {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.page-archive .page-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.page-archive .page-title {
    text-transform: uppercase;
    font-size: 2rem;
}
.taxonomy-description {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 20px;
}
.rss-link {
    border: 1px solid #ff8800;
    border-radius: 3px;
    color: #ff8800;
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 5px;
    padding: 2px 5px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.rss-link:hover {
    background: #FF8800;
    color: #fff;
}
/* MODAL SUBMIT
=========================================================================
*/
#submitpost {
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 999;
}
/* MODAL LOGIN
=========================================================================
*/
form.ajax-auth {
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 999;
}

.ajax-auth h3{
    font-weight: 100;
    color: #333333;
    line-height: 1;
}

.ajax-auth h4{
    font-size: 3rem;
    margin-bottom: 2px;
}
.ajax-auth .notification {
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #999;
}
.ajax-auth .notification a {
    font-weight: 600;
}


.ajax-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 0;
}

.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2,
.ajax-auth input#user_login{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333333;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    font-size: 1.25rem;
}

.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus,
.ajax-auth input#user_login:focus{
    border: 1px solid #aaa;
}

.ajax-auth label.error{
    display: none !important;
}

.ajax-auth input.submit_button {
    background-color: #56b0e5;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 0 #00adef inset;
    color: #fff;
    float: right;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 9px 30px;
}

.ajax-auth a {
    text-decoration: none;
}
.ajax-auth .button-facebook {
    background: #3b5998 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
}
.ajax-auth .button-facebook:hover {
    text-decoration: none;
    background: #1D315B;
}
.ajax-auth a:hover {
    text-decoration: underline;
}
.ajax-auth a.close {
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
}

.ajax-auth a.text-link{
    bottom: 25px;
    font-size: 1.2rem;
    left: 20px;
    position: absolute;
}

.ajax-auth p.status{
    color: #999;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

a.login_button{
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 7px 5px 7px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    color: #333;
    text-decoration: none;
    font-size: 11px;
}

.login_overlay {
    background-color: rgba(255, 255, 255, 0.98);
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.login_overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.login-modal .close-modal {
    color: #999;
    display: block;
    font-size: 2.2rem;
    height: 55px;
    line-height: 53px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 99999;
}
.close-modal:hover {
    color: #333;
}
.close-modal {
    display: none;
}
body.login-modal {

}
.submit-modal .close-modal {
    color: #999;
    display: block;
    font-size: 2.2rem;
    height: 55px;
    line-height: 53px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 99999;
}
.post-submit .head {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px;
    overflow: visible;
    padding-bottom: 10px;
    position: relative;
}
.post-submit .head:after {
    background: #00adef none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 50%;
}
.post-submit .head .avatar {
    float: left;
    margin-right: 10px;
}
.post-submit .head .notification {
    color: #999;
    font-size: 1.2rem;
    margin-left: 50px;
}

.post-submit .head h4 {
    line-height: 1;
    margin-left: 50px;
}
.post-submit .list-option {

}
.post-submit .list-option ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.post-submit .list-option li {
    float: left;
    width: 25%;
}
.post-submit .list-option a {
    background: #eee none repeat scroll 0 0;
    color: #555;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 3px;
    padding: 4px;
    text-align: center;
}
.post-submit .list-option a span {
    color: #00adef;
    display: block;
    font-size: 3rem;
}
/* SUBMIT PAGES
=========================================================================
*/

#primaryPostForm {
    margin-bottom: 50px;
}
#primaryPostForm .error {
    color: #cc0000;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#primaryPostForm #postTitle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    font-size: 1.6rem;
    width: 100%;
}
#primaryPostForm #PostTags, #primaryPostForm #post-source {
    font-size: 1.3rem;
    margin-bottom: 5px;
    width: 100%;
}
#primaryPostForm #primaryPostDescription {
    color: #999;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
#primaryPostForm .image-select, #primaryPostForm .video-select {
    padding-bottom: 30px;
    text-align: center;
}
#primaryPostForm .image-select .icon, #primaryPostForm .video-select .icon {
    color: #ddd;
    font-size: 3rem;
    line-height: 1;
}
#primaryPostForm .image-select h5, #primaryPostForm .video-select h5 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 3px;
}
#primaryPostForm .video-link {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}
#primaryPostForm .info {
    color: #999;
    font-size: 1.2rem;
}
#primaryPostForm .bootstrap-filestyle .input-group-btn .buttonText{
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 6px 20px;
}
#primaryPostForm .bootstrap-filestyle {
    font-size: 1.2rem;
    margin-top: 20px;
}
#primaryPostForm .submit button {
    background: #00adef;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 15px 10px;
    width: 100%;
    border: none;
    text-transform: uppercase;
}
.form-control {
    background: #ddd none repeat scroll 0 0;
    border: medium none !important;
    color: #000 !important;
    font-weight: 600;
    padding: 6px 10px !important;
}
.submitcontent .post-category h4 {
    font-size: 1.5rem;
}
.submitcontent .post-category p {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.submitcontent .post-category select {
    border: medium none;
    border-radius: 3px;
    color: #555;
    font-weight: 700;
    padding: 5px 10px;
    width: 100%;
    font-size: 1.3rem;
}
.submitcontent  {
    overflow: hidden;
    position: relative;
}
.submitcontent fieldset {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    margin: 0 0 15px;
    padding: 10px;
}
.submitcontent h3 {
    color: #999;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.submitcontent h3 span {
    color: #555;
}
.submitimage, .submitvideo {
    margin: 20px 0;
    overflow: hidden;
}
.submitcontent .widget-submit {
    background: #e0ecf8 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;
}
.submitcontent .widget-submit h4 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #000;
}
.submitcontent .widget-submit p {
    color: #555;
    margin-bottom: 20px;
}
.submitcontent .widget-submit p:last-of-type {
    margin-bottom: 0;
}
.submitcontent .widget-changesubmit {
    margin-bottom: 20px;
    overflow: hidden;
}
.submitcontent .widget-changesubmit p {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.submitcontent .widget-changesubmit p span {
    color: #999;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
}
.submitcontent .widget-changesubmit ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.submitcontent .widget-changesubmit li {
    float: left;
    font-size: 1.2rem;
    text-align: center;
    width: 33.33%;
}
.submitcontent .widget-changesubmit a {
    background: #eee none repeat scroll 0 0;
    display: block;
    font-size: 3rem;
    padding: 2px 2px 8px;
    margin-right: 3px;
}
.submitcontent .widget-changesubmit a:hover {
    background: #F4F4F4;
}
.submitcontent .widget-changesubmit a span {
    color: #999;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
}
.submit-signin {
    overflow: hidden;
}
.submit-signin h3 {
    color: #000;
    margin-bottom: 20px;
}
.submit-signin ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.submit-signin li {
    display: inline-block;
}
.submit-signin .popup-login {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
}
.submit-signin .button-facebook {
    background: #3B5998;
}
.submit-signin .button-email {
    background: #54A429;
}
/* SINGLE POST
=========================================================================
*/

.video-inside {
    padding-top: 30px;
}

.video-inside .video-layer {
    margin-bottom: 30px;
}

.video-inside .video-layer p {
    padding-bottom: 30px;
}

.video-inside .entry-content {
    margin-bottom: 30px;
}

.question-page {
    padding-top: 40px;
}
.relatedq {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.relatedq h5 {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.question-page .entry-footer .the-tags {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: left;
}
.theimage-post {
    padding-top: 30px;
}
.video-layer {
    overflow: hidden;

}
.related-video {
    margin-bottom: 0 !important;
}
.related-video .post-title {
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-intro {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 30px;
}
.post-intro .post-info {
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 68%;
}
.post-intro .post-info .post-img {
    overflow: hidden;
    background: #F6F6F6;
}
.post-intro .post-info .post-img img {
    width: 100%;
    height: auto;
}

.author-details {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.author-details .left {
    margin-bottom: 20px;
}

.author-details .left .author-title {
    color: #000;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
}

.author-details .left img {
    border-radius: 999rem;
}

.author-details .name {
    margin-bottom: 5px;
}

.author-details .popup-login {
    background: #00adef;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    padding: 5px 10px;
}

.author-details .popup-login:hover {
    background: #00709b none repeat scroll 0 0;
}

.author-details .name .view-all {
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
}

.author-details .name .view-all:hover {
    text-decoration: underline;
}

.subscribeAuthors {
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 8px 20px;
}
.author-info .author-details .follow {
    background: #00adef;
    border-radius: 3px;
    color: #FFF;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 15px;
}
.author-details .author-name .left {
    float: left;
    margin-right: 20px;
}
.author-details .author-name .name {
    font-size: 1.3rem;
    margin-bottom: 6px;
    margin-top: 10px;
}
.author-details .author-name .name a {
    color: #000;
    font-weight: 600;
}
.author-details .author-name .name span {
    color: #999;
    font-size: 1.1rem;
    margin-left: 5px;
}
.author-details .description {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #777;
}
.author-details .author-social {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}
.author-details .author-social a {
    border-radius: 999rem;
    display: block;
    color: #999;
}
.author-details .author-social .facebook:hover {
    color: #507cbd;
}
.author-details .author-social .twitter:hover {
    color: #63cef2;
}
.author-details .author-social .rss:hover {
    color: #ff6600;
}
.author-details .author-social .google:hover {
    color: #f26262;
}
.author-details .author-social li {
    display: inline-block;
    margin-right: 10px;
}
author-info .author-details .view-all {
    color: #00adef;
    display: block;
    font-size: 1.3rem;
    text-align: center;
}
.author-details .view-all:hover {

}
.post-intro .post-info .entry-title {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    font-size: 3rem;
    padding: 10px 0 10px 10px;
    position: absolute;
    text-transform: uppercase;
    width: 85%;
    padding-right: 10px;
}

.thesingle-post .post-main {
    padding-right: 40px;
}

#thepost .share-box {
    margin-bottom: 20px;
    overflow: hidden;
}

#thepost .share-box ul {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#thepost .share-box li {
    display: table-cell;
    width: 33.3%;
}

#thepost .share-box a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

#thepost .share-box a:hover {
    background: #333;
}

#thepost .share-box a span {
    font-size: 1.3rem;
    font-weight: 400;
}

#thepost .share-box .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 10px;
}

#thepost .share-box .twitter {
    background: #55acee none repeat scroll 0 0;
    margin-left: 10px;
    margin-right: 10px;
}

#thepost .share-box .gplus {
    background: #dd4c3b none repeat scroll 0 0;
    margin-left: 10px;
}

#thepost {
    overflow: hidden;
}

.relatedVideo {
    padding: 1px;
}

.relatedVideo .meta {

}

.relatedVideo .meta a {
    color: #4285f4;
    font-size: 1rem;
}

.relatedVideo .post-img {
    position: relative;
    margin-bottom: 10px;
}

.relatedVideo .video-title {
    color: #333;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.relatedVideo .post-img span {
    color: #fff;
    left: 3px;
    position: absolute;
    top: 1px;
    z-index: 5;
}

.relatedVideo .info-post {

}

.relatedVideo .info-post a {

}

#thepost .singlebnr {
    margin-bottom: 10px;
    margin-top: 10px;
}

#thepost .entry-footer {
    margin-bottom: 20px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.question-page .entry-footer {
    border-bottom: 1px solid #ddd;
    margin-top: 0 !important;
}
#thepost .entry-footer .post-vote-header {
    top: 4px;
}

#thepost .entry-header {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    height: 61px;
}
.post-page {
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}
.post-page  .entry-header {

}
#related {
    background: #eee none repeat scroll 0 0;
    padding: 40px 0 0;
    z-index: 555;
    position: relative;
}
.related-listing {
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
}

.related-listing .row {
    margin: 0 !important;
}

.related-listing ul {
    list-style: outside none none;
    margin: 0 0 0 -5px;
    padding: 0;
}
.related-listing h5 {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.related-listing .postGrid-post {
    clear: none !important;
    float: left;
    position: relative;
    width: 33.33%;
    margin-bottom: 20px;
}
.related-listing .postGrid-post:nth-of-type(3n+1) {
    clear: both !important;
}
.related-listing .postGrid-post article {
    padding: 5px;
}

.related-listing .post-img {
    max-height: 170px;
    overflow: hidden;
}
.related-listing  .post-img img {
    opacity: 1;
}

.related-listing  .post-img img:hover {
    opacity: 0.7;
}

.related-listing .post-title {
    font-size: 1.3rem;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}
.related-listing .post-title a {
    color: #000;
}
.related-listing .post-title a:hover {
    color: rgba(0,0 ,0, 0.6)
}
.related-listing .info-post {
    color: #999;
    font-size: 1.2rem;
}
.related-listing .info-post a {
    color: #777;
}
.related-listing .post-date::before {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
}
.post-date {
    display: inline-block;
}
.stickybnr {
    margin-top: 54px;
}
#shareme {
    float: left;
    width: 100%;
}
#shareme a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
}
#shareme a:hover {
    background: #666;
}
#shareme a span {
    font-size: 1.2rem;
}
#shareme .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 10px;
}
#shareme .twitter {
    background: #38aadd none repeat scroll 0 0;
}
#shareme .total {
    color: #aaa;
    float: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
}
#shareme .total span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

#sharemebtn {
    float: left;
    padding-right: 100px;
    width: 100%;
}
#sharemebtn a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
}
#sharemebtn a:hover {
    background: #666;
}
#sharemebtn a span {
    font-size: 1.2rem;
}
#sharemebtn .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 10px;
}
#sharemebtn .twitter {
    background: #38aadd none repeat scroll 0 0;
}
#sharemebtn .total {
    color: #aaa;
    float: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
}
#sharemebtn .total span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}
#sharemebtn {

}

.post-main .post-header .voting {
    bottom: 22px;
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
}

.sceleb-img {
    margin-bottom: 5px;
}

.sceleb-img img {
    border-radius: 5px;
}

.addthis_inline_share_toolbox {
    display: block;
    height: 35px;
}

.post-page .post-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.post-page .post-header .header-foooter {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    min-height: 40px;
}

.post-page .post-header .entry-title {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.post-page .post-header .post-meta {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 25px;
}

.post-page .post-header .post-meta .category a {
    color: #999;
}

.post-page .post-header .post-meta .category:after {
    content: "•";
    margin: 0px 5px;
}

.post-page .post-header .post-vote-header a {
    padding: 8px;
}
.postnav {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.postnav .next {
    padding-left: 10px;
}
.postnav .prev {
    padding-right: 10px;
}
.postnav a {
    background: #00adef;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 18px 100px 18px 18px;
    position: relative;
    text-align: left;
}
.postnav a:hover {
    background: #333;
}
.postnav a span {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.postnav a span:after {
    font-family: 'alux';
    content: "\E81F";
    font-size: 2.5rem;
    position: absolute;
    right: 20px;
    top: 22px;
}
.the-content {
    overflow: hidden;
    color: #000;
    font-size: 1.75rem;
}
.the-content blockquote {
    color: #00adef;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 30px;
}
.the-content blockquote p {
    padding-bottom: 0;
    font-size: 2rem;
}
.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
    padding-bottom: 30px;
}
.the-content h1 {
    font-size: 3rem;
}
.the-content h2 {
    font-size: 2.8rem;
}
.the-content h2:first-of-type {
    margin: 0;
    padding: 0;
    font-weight: 300;
    padding-bottom: 30px;
    color: #999;
}
.the-content h3 {
    font-size: 2.5rem;
}
.the-content h4 {
    font-size: 2.2rem;
}
.the-content h5 {
    font-size: 2rem;
}
.the-content h6 {

}
.the-content ul {

}
.the-content li {

}
.the-content p {
    line-height: 2.7rem;
    padding-bottom: 20px;
}
.the-content .alignnone  {
    margin-bottom: 20px;
    width: 100% !important;
}
.the-content .size-full, .the-content .size-large {
    width: 100%;
    height: auto;
}
.the-content figure {
    color: #999;
    font-size: 1.2rem;
    margin: 0 0 20px !important;
    max-width: 100% !important;
    position: relative;
}
.the-content figure .buyurl {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 40px;
}

.the-content figure .buyurl a {
    background: #00adef none repeat scroll 0 0;
    border-radius: 999rem;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 25px;

    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;

}
.the-content figure .buyurl a:before {
    font-family: 'alux';
    content: "\E819";
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 10px;
}

.the-content figure .wp-caption-text {
    margin-top: 5px;
    text-align: center;
}

.the-content .caption-attachment img {
    margin-bottom: 5px;
}

.bnrpost-left {
    float: left;
    margin-right: 20px; 
}
.the-content .dropcap {
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
}
.gpp-sc-button-inner {
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 30px 40px 30px 10px;
    text-align: right;
    position: relative;
    display: none;
}
.gpp-sc-button-inner:hover {
    background: #079FDA;
}
.gpp-sc-button-inner:after {
    font-family: 'alux';
    content: "\e805";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 32px;
}
.the-tags {
    display: block;
    margin-bottom: 20px;
}
.the-tags a {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #aaa;
    display: inline-block;
    font-size: 1.2rem;
    margin: 4px;
    padding: 3px 5px;
}

.the-tags a:hover {
    border: 1px solid #00ADEF;
    color: #00ADEF;
}
.the-tags h5 {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
#post-nav {
    clear: both;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

#post-nav .facebook {
    background: #3b5998 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 3rem;
    font-weight: 700;
    padding: 10px 20px;
    position: absolute;
    right: 15px;
    width: 45%;
}

#post-nav .next {
    background: #00adef none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 3rem;
    font-weight: 700;
    padding: 10px;
    width: 100%;
}
#post-nav .next:hover,#post-nav .prev:hover {
    background: #333;
}
#post-nav .prev {
    background: #00adef none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 12px;
    width: 30%;
    display: none;
}
.favoritethis {
    position: absolute;
    right: 0;
}
.favoritethis a {
    background: #00adef;
    border: 1px solid #00adef;
    border-radius: 999rem;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-right: 1px;
    padding: 10px;
}
.postnavi {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.postnavi .fbshares {
    background: #ddd none repeat scroll 0 0;
    float: left;
    vertical-align: middle;
    width: 35%;
    border-radius: 5px;
    margin-top: 8px;
    position: relative;
    height: 38px;
    overflow: hidden;
}

.postnavi .fbshares .facebook {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    border-radius: 5px 0 0 5px;
}

.postnavi .fbshares .fb-like {
    position: absolute;
    right: 20px;
    top: 7px;
}

.postnavi .fbshares .facebook span {

}

.postnavi .links {
    float: right;
    text-align: right;
    width: 60%;
}
.postnavi .links a {
    background: #00adef none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.viewmorelinks {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border: 1px solid #00adef;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

/* TOP RICHEST
=========================================================================
*/

.toprichest {
    position: relative;
    margin-bottom: 30px;
}
.toprichest ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.toprichest li {
    background: #f2f2f2;
    margin-bottom: 1px;
    overflow: hidden;
}

.toprichest li:hover {
    background: #eee;
}

.toprichest .content {

}

.toprichest .photo {
    float: left;
    margin-right: 10px;
}

.toprichest h4 {
    font-size: 1.3rem;
    margin-top: 10px;
}

.toprichest .view {
    color: #999;
    font-size: 1.1rem;
}

.toprichest h4 a {
    color: #000;
}

.toprichest h4 a:hover {
    color: #333;
}

.toprichest img {

    display: block;
}

/* COMMENTS
=========================================================================
*/
#addcomments {
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
#comments {
    clear: both;
    margin-bottom: 50px;
    margin-top: 30px;
}
#author , #email, .comment-form-comment textarea, .form-submit input[type="submit"] {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.form-submit input[type="submit"] {
    background: #00adef none repeat scroll 0 0;
    border: medium none;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase;
}
#comments h3 {
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
#comments h3 span {
    color: #999;
    font-weight: 300;
}
.comment-form-author , .comment-form-email, .comment-form-comment, .form-submit {
    margin-bottom: 10px;
    position: relative;
}
#respond {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.commentlist .children .diggcomment {
    display: none;
}
.commentlist .diggcomment {
    bottom: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    left: 10px;
    position: absolute;
}
.commentlist .diggcomment .fLeft {
    cursor: pointer;
    display: block;
    float: left;
}
.commentlist .diggcomment .fLeft a {
    color: #ff3300;
}
.commentlist .diggcomment .fRight {
    cursor: pointer;
    float: left;
    margin-left: 20px;
}
.commentlist .diggcomment .fRight a {
    color: #54a429;
}
.commentlist .diggcomment .cd-votebtn {

}
.commentlist .reply {
    bottom: 10px;
    clear: both;
    display: block;
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    text-align: right;
}
.commentlist .reply a {
    color: #999;
}
.commentlist .reply a:before {
    font-family: 'alux';
    content: "\e815";
    margin-right: 3px;
}
.logged-in-as {
    color: #999;
    font-size: 1.2rem;
    margin: 10px 0;
}
.must-log-in {
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
}
.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {
    font-style: normal;
    font-weight: 700;
}
.commentlist .vcard span.says {
    color: #999;
}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {
    border-radius: 999rem;
    float: left;
    margin-right: 10px;
}

.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {
    margin-bottom: 20px;
    overflow: hidden;
}
.commentlist .comment-content {

}
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {
    font-size: 1.3rem;
}
.commentlist .comment-metadata {
    font-size: 1.1rem;
}
.commentlist .comment-metadata a {
    color: #999;
}
.commentlist .comment-author-admin {}

.commentlist {
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 0;
}
.comment-body {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 15px 10px 30px;
    position: relative;
}
.commentlist li {}
.commentlist .comment-content p {
    margin-bottom: 20px;
}

.commentlist li ul {
    list-style: outside none none;
}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {
    position: relative;

}
.commentlist li ul.children li.comment .comment-body {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    overflow: hidden;
    padding-bottom: 0;
}
.commentlist li ul.children li.comment .comment-weight-container  {
    display: none;
}
.commentlist li ul.children li.comment:after {
    border-bottom: 10px solid #f5f5f5;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 30px;
    position: absolute;
    top: -10px;
}
.commentlist li ul.children li.bypostauthor {

}
.commentlist li ul.children li.comment-author-admin {}
.comment-awaiting-moderation {
    clear: both;
    color: #990000;
    display: block;
    font-size: 1.2rem;
}

#cancel-comment-reply-link {
    color: #cc0000;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 10px;
}
#showcomments {
    background: #ffd262 none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}
.commentlist .comment-weight-container {
    bottom: 10px;
    left: 15px;
    position: absolute;
}
.commentlist .comment-weight-container .vote-down, .commentlist .comment-weight-container .vote-up {
    color: #999;
}
.commentlist .comment-weight-container .vote-up:hover {
    color: #54a429;
}
.commentlist .comment-weight-container .comment-rating {
    color: #000;
    font-weight: 700;
}
.commentlist .comment-weight-container .vote-down:hover {
    color: #990000;
}
.commentlist .comment-weight-container .login-vote {
    color: #999;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 1px;
    vertical-align: top;
    cursor: pointer;
}
#show_login {
    cursor: pointer;
}

/* jQuery Growl
 * Copyright 2013 Kevin Sylvestre
 * 1.2.0
 */
#growls {
    z-index: 50000;
    position: fixed;
}
#growls.default {
    top: 60px;
    right: 10px;
}
#growls.tl {
    top: 60px;
    left: 10px;
}
#growls.tr {
    top: 60px;
    right: 10px;
}
#growls.bl {
    bottom: 60px;
    left: 60px;
}
#growls.br {
    bottom: 10px;
    right: 10px;
}
#growls.tc {
    top: 60px;
    right: 10px;
    left: 10px;
}
#growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px;
}
#growls.tc .growl,
#growls.bc .growl {
    margin-left: auto;
    margin-right: auto;
}
.growl {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0);
}
.growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0);
}
.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px;
}
.growl.growl-medium {
    max-width: 250px;
    padding: 10px;
    margin: 10px;
}
.growl.growl-large {
    max-width: 300px;
    padding: 15px;
    margin: 15px;
}
.growl.growl-default {
    color: white;
    background: #7f8c8d;
}
.growl.growl-error {
    color: white;
    background: #c0392b;
}
.growl.growl-notice {
    color: white;
    background: #2ecc71;
}
.growl.growl-warning {
    color: white;
    background: #f39c12;
}
.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
}
.growl .growl-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
}
.growl .growl-message {
    font-size: 1.3rem;
}
/* QUESTION PAGE
=========================================================================
*/
.post-intro-q {
    margin-bottom: 30px;
    overflow: hidden;
}
.post-intro-q .entry-title {
    font-size: 3rem;
    margin-bottom: 5px;
}
.post-intro-q .info-post {
    font-size: 1.3rem;
}
.post-intro-q .info-post .author {

}
.post-intro-q .info-post .author a {
    color: #777;
}
.post-intro-q .info-post .author img {
    border-radius: 27px;
    float: left;
    height: auto;
    margin-right: 6px;
    position: relative;
    width: auto;
    z-index: 5;
}
.post-intro-q .info-post .post-date {
    color: #999;
    font-size: 1.3rem;
}
.post-intro-q .info-post .post-date:before {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
}
.single-image-content {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.share-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.img-nav {
    position: absolute;
    right: 0;
}
.img-nav a {
    background: #ff8800 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    padding: 6px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.img-nav a:hover {
    background: #666;
}
/* FOOTER
=========================================================================
*/
.site-footer {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #eee;
    clear: both;
    display: block;
    position: relative;
    text-align: center;
    z-index: 99;
}

.site-footer ul {
    font-size: 1.2rem;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 20px 0 0;
}

.site-footer .social-connect {
    padding-top: 0;
}

.site-footer .social-connect li:after {
    content: "";
    margin-right: 10px;
}

.site-footer .social-connect li a {
    font-size: 1.8rem;
}

.site-footer li {
    display: inline-block;
}

.site-footer li:after {
    color: #999;
    content: "/";
    margin: 0 5px;
}

.site-footer li:last-of-type:after {
    content: "";
    margin: 0;
}

.site-footer li a {
    color: #777;
}

.site-footer li a:hover {
    color: #333;
}

.site-footer .copy {
    color: #aaa;
    font-size: 1.2rem;
    margin-bottom: 20px;
}


/*******************************
            Sticky
*******************************/

.ui.sticky, .sticky-home {
    position: static;
    -webkit-transition: none;
    transition: none;
    z-index: 800;
}

/*******************************
            States
*******************************/


/* Bound */
.ui.sticky.bound {
    position: absolute;
    left: auto;
    right: auto;
}

/* Fixed */
.ui.sticky.fixed {
    position: fixed;
    left: auto;
    right: auto;
}

/* Bound/Fixed Position */
.ui.sticky.bound.top,
.ui.sticky.fixed.top {
    top: 0px;
    bottom: auto;
}
.ui.sticky.bound.bottom,
.ui.sticky.fixed.bottom {
    top: auto;
    bottom: 0px;
}


/*******************************
            Types
*******************************/

.ui.native.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.container-very-small .error h6 {
    color: #999;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}
/* USER PROFILE
=========================================================================
*/
.userprofile {
    margin-top: 80px;
}
.header-account {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: visible;
    padding-bottom: 10px;
    position: relative;
}
.header-account:after {
    background: #00adef none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 50%;
}
.header-account .avatar {
    float: left;
    margin-right: 10px;
}
.header-account h1 {
    color: #999;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.header-account h3 {
    font-size: 2rem;
}
.pupdated {
    color: green;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.perror {
    color: red;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
#edituser {

}
#edituser label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #888;
}
#edituser p {
    margin-bottom: 15px;
}
#edituser input[type="text"] {
    padding: 10px;
    width: 100%;
}
#edituser input[type="password"] {
    padding: 10px;
    width: 100%;
}
#edituser textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
#edituser h3 {
    color: #000;
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
#edituser h3:after {
    background: #00adef none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}

#mmenu {
    display: none;
}
.search-small {
    background: #ddd none repeat scroll 0 0;
    padding: 10px;
}
.search-small input[type="search"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #999;
}

.sidemenu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sidemenu li {

}

.sidemenu li a {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff;
    color: #555;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 8px;
}

.sidemenu li a span {

}

.small-left-menu {

}
.small-left-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.small-left-menu li {
    display: block;
}
.small-left-menu a span {
    font-size: 1.4rem;
    vertical-align: middle;
}
.small-left-menu a {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff;
    color: #333;
    display: block;
    font-size: 3rem;
    font-weight: 600;
    padding: 5px 10px;
}
.small-navigation {
    padding-bottom: 55px;
}
.small-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.small-navigation li {

}
.small-navigation li ul li {

}
.small-navigation li ul li a {
    padding-left: 20px;
}
.small-navigation .menu-item-has-children a::before {
    content: "";
}
.small-navigation li a {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff;
    color: #555;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 8px;
}
.small-navigation li ul li a {

}
#mmenu .minimenu {
    background: #eee none repeat scroll 0 0;
    color: #999;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#mmenu .minimenu ul {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff;
    list-style: outside none none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 5px;
}
#mmenu .minimenu li {
    float: left;
    text-align: center;
    width: 25%;
}
#mmenu .minimenu li a {
    color: #777;
    font-weight: 600;
}


/* Pages
=========================================================================
*/
.page-content .page-title {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.page-content .page-title:after {
    background: #00adef none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
.page-content .the-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
/* Page feed
=========================================================================
*/
.page-feed {
    margin-top: 50px;
}
.feed-posts {

}
.feed-posts article {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}

.feed-posts .entry-meta {
    overflow: hidden;
}

.feed-posts .thumbs-rating-container {
    font-size: 1.2rem;
    float: right;
}

.feed-posts .entry-header {
    margin-bottom: 20px;
    overflow: hidden;
}
.feed-posts .entry-header .author {
    font-size: 1.3rem;
    font-weight: 600;
}
.feed-posts .entry-header .avatar {
    border-radius: 999rem;
    float: left;
    margin-right: 10px;
}
.feed-posts .entry-header .author a {
    color: #555;
}
.feed-posts .entry-header .ptype {
    color: #999;
    font-size: 1.3rem;
}
.feed-posts .entry-header .ptype span {
    font-weight: 600;
}
.feed-posts .entry-header .post-date {
    color: #999;
    display: block;
    font-size: 1.2rem;
}
.feed-posts .entry-title {
    font-size: 2rem;
    margin-bottom: 10px;
}
.feed-posts .entry-title a {
    color: #000;
}
.feed-posts .share-box {
    float: left;
}
.feed-posts .post-vote-header {
    bottom: 20px;
    top: auto;
}
.feed-posts .share-box .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 6px;
}
.feed-posts .share-box .twitter {
    background: #38aadd none repeat scroll 0 0;
}
.feed-posts .share-box a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 5px 7px;
}
.feed-posts .post-img {
    margin-bottom: 10px;
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.feed-posts .post-img .videoicon {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.feed-posts .post-img .videoicon a {
    color: #fff;
    font-size: 5rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
}
.feed-posts .post-img img {

    width: 100%;
}
.feed-posts .entry-content {
    color: #999;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.welcomeuser {
    padding-top: 50px;
    padding-bottom: 20px;
}

.userinfos {
    overflow: hidden;
    position: relative;
}

.userinfos .avatar {
    border-radius: 999rem;
    float: left;
    margin-right: 30px;
}

.userinfos .details {
    float: left;
}

.userinfos .details .follow-login {
    background: #00adef none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 25px;
}

.userinfos .details .follow-login:hover {
    background: #333;
}

.userinfos h3 {
    color: #000;
    font-size: 2.5rem;
    margin: 0;
    margin-bottom: 10px;
}

.userinfos p {
    color: #999;
    font-weight: 300;
}

.userinfos h5 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.userinfos ul {
    font-size: 1.3rem;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.userinfos li {
    margin-right: 10px;
}

.userinfos li a {
    border: 1px solid #00adef;
    border-radius: 30px;
    color: #333333;
    font-size: 1.2rem;
    padding: 5px 10px;
}

.userinfos li a:hover {
    background: #00adef;
    color: #fff;
}

.userstats {
    overflow: hidden;
    position: relative;
}

.userstats h5 {
    color: #999;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.userstats p {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 160px;
    text-align: right;
}

.userstats p span {
    float: left;
    font-weight: 400;
}

.userstats p span [class^="icon-"] {
    color: #00adef;
}

.mylux-welcome {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.mylux-welcome .avatar {
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}
.mylux-welcome p {
    font-size: 1.3rem;
}
.mylux-welcome .name {
    color: #000;
    font-weight: 700;
}
.mylux-welcome a {
    color: #999;
    font-size: 1.2rem;
}
.favoriteauthors {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.favoriteauthors h4 {
    color: #999;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.favoriteauthors ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.favoriteauthors li {
    margin-bottom: 10px;
}
.favoriteauthors .avatar {
    border-radius: 999rem;
    margin-right: 5px;
}
.favoriteauthors a {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    vertical-align: top;
}
.aluxer .submit-post  {
    background: #00adef none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 10px;
    text-align: center;
}

.nopost_error {
    text-align: center;
}

.nopost_error .icn {
    color: #eee;
    font-size: 20rem;
}

.nopost_error h6 {
    margin-bottom: 50px;
    font-weight: 300;
    color: #999;
}

.grid-listing {

}

.grid-listing .grid-item {
    padding: 20px 15px;
}

.grid-listing .grid-item article {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}

.grid-listing .grid-item .post-img {

}

.grid-listing .grid-item article .info-post {
    color: #999;
    font-size: 1.2rem;
    overflow: hidden;
    margin-bottom: 10px;
}

.grid-listing .grid-item article .info-post .author {
    float: left;
}

.grid-listing .grid-item article .info-post .author img {
    border-radius: 15px;
    float: left;
    margin-right: 3px;
}

.grid-listing .grid-item article .info-post .author a {
    color: #999;
}

.grid-listing .grid-item article .info-post .post-date {
    float: right;
}

.grid-listing .grid-item article .post-img {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.grid-listing .grid-item .type-video .post-img:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.grid-listing .grid-item article .post-img span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    z-index: 5;
}

.grid-listing .grid-item .type-video .post-img .cover {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.grid-listing .grid-item article .post-img img {
    width: 100%;
}


.grid-listing .grid-item article .entry-content {
    overflow: hidden;
    margin-bottom: 10px;
}

.grid-listing .grid-item article .entry-content .entry-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.grid-listing .grid-item article .entry-content .entry-title a {
    color: #000;
}

.grid-listing .grid-item article .entry-content .entry-title a:hover {
    color: #999;
}

.grid-listing .grid-item article .entry-content .postex {
    font-size: 14px;
}

.grid-listing .grid-item article .entry-content .postex a {
    color: #aaa;
}
.grid-listing .grid-item article .entry-meta {
    overflow: hidden;
    padding-bottom: 20px;

}

.grid-listing .grid-item article .entry-meta .share-box {
    float: left;
    overflow: hidden;
    position: relative;
}

.grid-listing .grid-item article .entry-meta .share-box a {
    border-radius: 999rem;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 7px;
}

.grid-listing .grid-item article .entry-meta .share-box .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 6px;
}

.grid-listing .grid-item article .entry-meta .share-box .twitter {
    background: #38aadd none repeat scroll 0 0;
}

.grid-listing .grid-item article .entry-meta .thumbs-rating-container {
    float: right;
    font-size: 12px;
}

/* Subscribe bar
=========================================================================
*/
#subscribe-bar {
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
}
#subscribe-bar .boxsubscribe {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    overflow: hidden;
    padding: 8px;
    z-index: 15;
    position: relative;
}
#subscribe-bar .boxsubscribe .post-vote-header {
    right: 10px;
    top: 7px;
}
#subscribe-bar .boxsubscribe .author-name {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 30px
}
#subscribe-bar .boxsubscribe .author-name .avatar {
    border-radius: 999rem;
    float: left;
    margin-right: 10px;
}
#subscribe-bar .boxsubscribe .author-name .name a {
    color: #555;
    font-size: 1.3rem;
    font-weight: 400;
}
#subscribe-bar .boxsubscribe .subscribeAuthors {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #00adef;
    font-weight: 400;
    padding: 0;
}
#subscribe-bar .boxsubscribe .subscribeAuthors:before {
    color: #999;
    content: "•";
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
}
#subscribe-bar .boxsubscribe .share-box {
    float: left;
    font-size: 1.3rem;
    line-height: 30px;
}

#subscribe-bar .boxsubscribe .share-box a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    min-width: 60px;
    padding: 0 10px;
    text-align: center;
}
#subscribe-bar .boxsubscribe .share-box .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 10px;
}
#subscribe-bar .boxsubscribe .share-box .twitter {
    background: #38aadd none repeat scroll 0 0;
}
#subscribe-bar .boxsubscribe .share-box span {
    font-size: 1.2rem;
}

.bnrs {
    clear: both;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.nodesktop {
    display: none;
}
.gform_body {

}
.gform_body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gform_body li {
    margin-bottom: 10px;
}
.gform_body input[type="text"] {
    display: block;
    padding: 10px;
    width: 100%;
}
.gform_body textarea {
    display: block;
    padding: 10px !important;
    width: 100%;
}
.gform_body select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    color: #999;
}
.gform_button {
    display: block;
    font-size: 2rem !important;
    font-weight: 700;
    padding: 10px !important;
    text-transform: uppercase;
    width: 100%;
}
.gfield_label {
    display: none;
}
.videoceleb {
    margin-bottom: 30px;
}
.hideContent {
    overflow: hidden;
    height: 12em;
}
.showContent {
    height: auto;
}

.editor-btns {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    margin-bottom: 20px;
}
.editor-btns li {
    float: left;
    font-size: 1.2rem;
    margin-right: 20px;
}

.editor-btns li a {
    display: block;
}
.editor-btns li a:hover {
    color: #000;
}
.page-welcome {
    min-height:1080px;
    background-image: url(images/welcome.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 55px;
}
.welcome-left {
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px;
    position: fixed;
    text-align: center;
    width: 60%;
    left: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.welcome-left .iconalux {
    color: #fff;
    font-size: 15rem;
}
.welcome-left h3 {
    border-bottom: 1px solid #ddd;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.welcome-left ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.welcome-left li {
    display: inline-block;
    font-size: 1.3rem;
    margin-bottom: 5px;
    margin-right: 10px;
}
.welcome-left li:last-of-type {
    margin-right: 0;
}
.welcome-left a {
    color: #ccc;
}
.welcome-left a:hover {
    color: #fff;
}
.welcome-left .copy {
    color: #ccc;
    font-size: 1.3rem;
}
.welcome-right {
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px;
    position: fixed;
    text-align: center;
    width: 40%;
    right: 0;
    background: #fff;
}
.welcome-right .discover {
    border: 1px solid #00adef;
    border-radius: 3px;
    color: #00adef;
    display: block;
    font-size: 2rem;
    font-weight: 300;
    padding: 10px 20px;
    text-align: center;
}
.welcome-right .discover:hover {
    background: #00adef;
    color: #fff;
}
.welcome-right h4 {
    font-size: 3rem;
}
.welcome-right h5 {
    margin-bottom: 20px;
}
.welcome-right ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}
.welcome-right li {
    margin-bottom: 20px;
    display: block;
}
.welcome-right a {

}
.welcome-right .popup-login {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 10px 20px;
}
.welcome-right .button-email {
    background: #54a429 none repeat scroll 0 0;
}
.welcome-right .button-facebook {
    background: #3b5998 none repeat scroll 0 0;
}

/* added in september 2016 */
.question_list {

}
.invitedhome {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    padding-bottom: 30px;
}

.invitedhome h4 {
    font-size: 5rem;
    font-weight: 700;
}

.invitedhome h4:after {
    background: #00adef none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto;
    max-width: 200px;
}

.invitedhome p {
    color: #333;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.homeproducts {
    margin-bottom: 30px;
}

.homeproducts ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.homeproducts li {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    float: left;
    margin-right: 5%;
    padding: 40px 0;
    text-align: center;
    width: 47.5%;
}

.homeproducts .entry-header {
    margin-bottom: 15px;
}

.homeproducts li:hover {
    background: #fff;
}

.homeproducts .entry-header img {
    border-radius: 999rem;
    margin-bottom: 10px;
    max-width: 70%;
}

.homeproducts .post-title a {
    color: #000;
    font-size: 1.6rem;
}

.homeproducts .price {
    font-size: 1.6rem;
    font-weight: 100;
    margin-bottom: 20px;
}

.homeproducts .buynow {
    background: #b9862c none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    max-width: 100px;
    padding: 10px;
}

.homeproducts li:nth-of-type(2) {
    margin-right: 0;
}

.invitedhome .joinhome {
    background: #daa347 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 400;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 15px;
}

.invitedhome .joinhome:hover {
    background: #B48128;
}

.usrstats h5 {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #999;
}

.usrstats p {
    font-weight: 300;
    font-size: 1.3rem;
    padding-bottom: 0;
    color: #666;
}

.user_account_loop {
    text-align: center;
}

.user_account_loop .avatar {
    border-radius: 999rem;
    margin-bottom: 5px;
}

.editaccc {
    font-size: 1.2rem;
    color: #999;
}

.editaccc:hover {
    color: #00adef;
}

.notification-description {

}

.notification-description .avatar {
    border-radius: 999rem;
    float: left;
    margin-right: 10px;
    max-width: 30px;
}

.notification-description a {
    color: #999;
    display: block;
    margin-top: 6px;
}

.notification-actions .mark-read {
    color: #0073AA
}

.notification-actions .delete {
    color: #990000;
}

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

.search-page-header {
    padding: 40px 0;
}

.search-page-header h1 {
    font-size: 2rem;
    font-weight: 400;
}

.search-page-header h1 span {
    color: #00adef
}

.search-page-header p {
    color: #999;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
}

#buddypress {
    font-size: 1.4rem;
}

#buddypress div.item-list-tabs ul li {
    float: none;
}

#buddypress div#subnav.item-list-tabs ul li {
    color: #999;
    font-size: 1.3rem;
    margin-top: 0;
}
#buddypress table.forum, #buddypress table.messages-notices, #buddypress table.notifications, #buddypress table.notifications-settings, #buddypress table.profile-fields, #buddypress table.profile-settings, #buddypress table.wp-profile-fields {
    font-size: 1.3rem;
    width: 100%;
}

div#subnav.item-list-tabs ul li {
    float: left;
}

#buddypress div#subnav.item-list-tabs {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 5px 10px;
}

#buddypress .activity-list li.load-more, #buddypress .activity-list li.load-newest {

}

#buddypress .activity-list li.mini {
    font-size: 100%;
}

.user_tabs_buddypress {
    list-style: outside none none;
    margin: 0;
    padding: 0;
} 

.user_tabs_buddypress li {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
}

#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    color: #000;
    background: none;
}

.user_tabs_buddypress a {
    color: #999;
}

.user_tabs_buddypress .current a {
    border-bottom: 1px solid #00adef;
}

.product-page {
    padding-top: 30px;
}
.product-page .product-header {
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}
.product-page .product-header .left {
    float: left;
    width: 55%;
    margin-left: 5%;
}

.product-page .product-header .left h1 {
    color: #000;
    font-weight: 700;
}

.product-page .product-header .left .pheader {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.product-page .product-header .left .price {
    color: #dca43d;
    font-size: 2rem;
    font-weight: 100;
}

.product-page .product-header .left .product-text {
    font-weight: 300;
}

.product-page .product-header .left .product-text p {
    padding-bottom: 20px;
}

.product-page .product-header .left .product-text p:last-of-type {
    padding-bottom: 0;
}

.product-page .product-header .left .buynow {
    background: #dca43d none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: 100;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.product-page .product-header .right {
    float: left;
    width: 40%;
}

.product-page .product-header .right img, .related-product li img {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}

.related-product li img {
    margin-bottom: 10px;
    display: block
}

.product-page .product-footer {
    overflow: hidden;
    padding-bottom: 30px;
}

.related-product h5 {
    color: #999;
    font-size: 2rem;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
}

.related-product ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.related-product li {
    float: left;
    margin-right: 2.5%;
    width: 23%;
}

.related-product li h4 {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.related-product li h4 a {
    color: #000;
}

.related-product li .price {
    color: #999;
    font-size: 1.3rem;
    font-weight: 100;
}

.related-product li:nth-of-type(4n) {
    margin-right: 0;
}

.product-archive {
    overflow: hidden;
}

.product-archive .categories {
    float: left;
    width: 20%;
}

.product-archive .categories h4 {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-archive .categories ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.product-archive .categories li {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-archive .categories li a {
    color: #000;
}

.product-archive .categories li a:hover {
    color: #777;
}

.product-archive .listing {
    float: left;
    padding-left: 50px;
    width: 80%;
}

.product-archive .listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-archive .listing li {
    float: left;
    margin-right: 2%;
    width: 31.5%;
    margin-bottom: 30px;
}

.product-archive .listing li:nth-of-type(3n) {
    margin-right: 0;
}

.product-archive .product-img {
    margin-bottom: 15px;
}

.product-archive .product-img img {
    width: 100%;
    height: auto; 
}

.product-archive .product-img img:hover {
    opacity: 0.8;
}

.product-archive .product-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.product-archive .product-title a {
    color: #000;
}

.product-archive .price {
    font-weight: 100;
    color: #999;
    font-size: 1.3rem;
}

.beforelist {
    border-bottom: 1px solid #eee;
    display: table;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}

.tax-productcat .beforelist {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 30px;
}


.beforelist .fimage {
    width: 25%;
}

.beforelist .fimage img {
    border-radius: 999rem;
    display: block;
    margin-right: 50px;
    max-width: 300px;
}

.beforelist .rest {
    display: table-cell;
    vertical-align: middle;
}

.beforelist h1 {
    font-size: 2.5rem;
    color: #000;
}

.beforelist .description {

}

#slidebox, #slideshop {
    margin-bottom: 20px;
    overflow: hidden;
}

#slidebox .inside-slide, #slideshop .inside-slide {
    padding: 5px;
}

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

.celebhead .searchbef h5 {
    font-size: 2.5rem;
}

.celebhead .searchbef input[type="search"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
    text-align: center;
    width: 100%;
}

.celebhead .searchbef:after {
    background: #aaa none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 20px auto 50px;
    max-width: 100px;
}

.celebhead .richtags {
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.celebhead .richtags span {
    float: left;
    font-weight: 600;
    margin-right: 5px;
    color: #000;
}

.celebhead .richtags ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.celebhead .richtags li {
    display: inline-block;
}

.celebhead .richtags a {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
}

.search-celeb {
    display: block;
    margin-bottom: 10px;
    margin-right: 70px;
}

.search-celeb input[type="search"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    clear: both;
    color: #000;
    display: block;
    padding: 11px;
    width: 100%;
    font-size: 1.6rem;
}

.post-type-archive-celebrity .headsearch {
    display: none;
}

.celebhead .richtags a:hover {
    color: #00adef;
}

.celebhead {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 10px;
}

.celebhead .description {
    color: #555;
    font-weight: 100;
    margin-bottom: 30px;
}

.celebnav {
    background: #eee none repeat scroll 0 0;
    clear: both;
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.celebnav span {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
}

.celebnav a span {
    margin-top: 15px;
    color: #999;
}

.celebnav a h4 {
    color: #333;
}

.celebnav .previous img {
    float: left;
    margin-right: 10px;
}

.celebnav .next img {
    float: right;
    margin-left: 10px;
}

.celebnav h4 {
    font-size: 1.3rem;
}
.celebnav .previous:hover, .celebnav .next:hover {
    background: #DDDDDD;
}
.celebnav .next {
    border-left: 1px solid #fff;
    float: right;
    padding-left: 10px;
    text-align: right;
    width: 50%;
}
.celebnav .previous {
    border-right: 1px solid #fff;
    float: left;
    padding-right: 10px;
    width: 50%;
}

.celebrity-listing {
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.celebrity-filters {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}

.celebrity-filters span {    
    color: #999;
    float: left;
    font-size: 1.1rem;
    font-weight: 100;
    margin-top: 3px;
    text-transform: uppercase;
}

.scelerand {
    position: relative;
}

.scelerand .randomceleb {
    top: 0;
    right: 14px;
}

.celebrity-filters select {
    float: right;
    font-size: 1.3rem;
    font-weight: 300;
}

.celebrity-listing article {
    float: left;
    margin-right: 2%;
    width: 23.5%;
}
.celebrity-listing article:nth-of-type(4n) {
    margin-right: 0
}
.celebrity-listing article:nth-of-type(4n+1) {
    clear: both;
}

.celebrity-listing .entry-header {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.celebrity-listing .celeb-img {
    position: relative;
}

.celebrity-listing .celeb-img img {
    display: block;
}

.celebrity-listing .celeb-img h3 {
    background: rgba(8, 106, 135, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    font-size: 1.3rem;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.celebrity-listing .celeb-img h3 a {
    color: #fff;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);

}

.celebrity-listing .celeb-img h3 a:hover {
    color: #fff;
}

.celebrity-listing .entry-header:hover {
    opacity: 0.8;
}

.celebrity-listing .position {
    background: #00adef;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    left: 0;
    padding: 4px 10px;
    position: absolute;
    text-align: center;
}


.celebrity-listing .celeb-img img {
    width: 100%;
}

.celebrity-listing .celeb-title a:hover {
    color: rgba(0,0,0,0.5);
}

.celebrity-listing .networth {
    margin-bottom: 6px;
}

.celebrity-listing .networth a {
    background: #00709b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 3px 10px;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.celebrity-listing .entry-content {
}

.celebrity-listing .entry-content .excerpt {
    margin-bottom: 15px;
}

.celebrity-listing .entry-content .excerpt a {
    color: #555;

}

.celebrity-listing .entry-content .excerpt .view {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.celebrity-listing .swealth {

}

.celebrity-listing .swealth a {
    border: 1px solid #999;
    border-radius: 5px;
    color: #999;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 5px;
    padding: 2px 5px;
}

.celebrity-listing .swealth a:hover {
    color: #333;
    border-color: #333;
}

.related-celebrity-news {
    position: relative;
    clear: both;
}

.related-celebrity-news h5 {
    color: #999;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.related-celebrity-news ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.related-celebrity-news li {
    margin-top: 20px;
    overflow: hidden;
}

.related-celebrity-news .post-img {
    float: left;
    margin-right: 10px;
}

.related-celebrity-news .post-img img {

}

.related-celebrity-news h4 {
    font-size: 1.4rem;
}

.related-celebrity-news h4 a {
    color: #000;
}

.related-celebrity-news p {
    color: #999;
    font-size: 1rem;
    padding: 0 !important;
    text-transform: uppercase;
}


.widgetCelebs {

}

.widgetCelebs h5 {
    color: #000;
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.widgetCelebs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widgetCelebs li {
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.widgetCelebs li:nth-of-type(2), .widgetCelebs li:nth-of-type(4), .widgetCelebs li:nth-of-type(6) {
    margin-right: 0
}

.widgetCelebs li:last-of-type {

}

.widgetCelebs .celeb-img {
    display: block;
    position: relative;
}

.widgetCelebs .celeb-img h3 {
    background: rgba(8, 106, 135, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    font-size: 1.2rem;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.widgetCelebs .celeb-img h3 a {
    color: #fff;
    text-shadow: -1px 1px 0 rgba(0,0,0,0.1);
}

.widgetCelebs .celeb-img img {
    width: 100%;
}

.widgetCelebs .entry-content {

}

.widgetCelebs .entry-content .celeb-title {
    font-size: 1.3rem;
}

.widgetCelebs .entry-content .celeb-title a {
    color: #000;
}

.widgetCelebs .entry-content .celeb-title a:hover {
    color: rgba(0,0,0,0.5);
}

.widgetCelebs .view {
    color: #999;
    font-size: 1.2rem;
    font-weight: 300;
}

.celebpage {
    padding-top: 20px;
}

.celebpage .prehead {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.celebpage .prehead .info {
    float: left;
    overflow: hidden;
    width: 55%;
}

.celebpage .prehead .right {
    float: right;
    width: 43%;
    position: relative;
}

.celebpage .prehead .right .search-celeb {
    margin-top: 25px;
    margin-right: 60px;
}

.celebpage .prehead .right .search-celeb input[type="search"] {
    text-align: left;
}

.single-celebrity .headsearch {
    display: none;
}

.celebpage .entry-title {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
}

.celebpage .secondary-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 10px;
    color: #999;
}

.celebpage .celebinfo {
    margin-bottom: 20px;
    overflow: hidden;
}

.celebpage .celebinfo .the-info {
    position: relative;
}

.celebpage .celebinfo .the-info .basic {

}

.celebpage .celebinfo .the-info .basic h4 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.celebpage .celebinfo .the-info .basic .networth {
    color: #333;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 15px;
}

.celebpage .celebinfo .the-info .basic .networth span {
    font-weight: 400;
    display: block;
    color: #00709b;
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
}

.randomceleb {
    display: inline-block;
    font-size: 3.5rem;
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 23px;
    color: #999;
}

.randomceleb span {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 2px;
}


.celebpage .celebinfo .the-info .basic .salary {
    border-bottom: 1px solid #ccc;
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.celebpage .celebinfo .the-info .basic .salary span {
    font-weight: 400;
    display: block;
    color: #00709b;
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
}

.celebpage .celebinfo .the-info span {
    font-weight: 400;
}


.celebpage .celebinfo .the-info ul {
    margin: 0;
    padding: 0;
    list-style: inside;
}

.celebpage .celebinfo .the-info li {
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 400;
    color: #666;
}

.celebpage .celebinfo .the-info li span {
    color: #666;
}

.celebpage .celebinfo .the-info li a {
    color: #000;
}

.celebpage .celebinfo .the-info li a:hover {
    color: #00adef;
}

.celebpage .celebinfo .the-info li a:after {
    content: ",";
    font-weight: 400;
    margin-right: 3px;
}

.celebpage .celebinfo .the-info li a:last-of-type:after {
    content: "";
}

.celebpage .entry-info {
    float: left;
    margin-right: 5%;
    width: 30%;
}

.celebpage .content {
    float: left;
    width: 65%;
}

.thenetworth {

}

.celebpage .content .thenetworth ul {
    list-style: inside;
}

.celebpage .content .thenetworth figure {

}

.celebpage .content .thenetworth h3 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 2px;
    color: #999;
}

.celebpage .content .thenetworth .amount {
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
}

.celebpage .content .thenetworth .amount span {
    font-weight: 300;
    color: #00709b;
    display: block;
    font-size: 4rem;
    text-transform: uppercase;
}

.celebpage .content .thenetworth .salary {
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
}

.celebpage .content .thenetworth .salary span {
    font-weight: 300;
    color: #00709b;
    display: block;
    font-size: 4rem;
    text-transform: uppercase;
}

.celebpage .content .thenetworth .salary:after {
    background: #999 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    max-width: 50%;
}

.celebpage .content p {
    padding-bottom: 30px;
}


.discovera a {
    border: 1px solid #aaa;
    border-radius: 22px;
    color: #aaa;
    display: inline-block;
    font-size: 1.3rem !important;
    margin: 3px;
    margin-bottom: 5px;
    padding: 2px 8px;
}

.discovera a:hover {
    border: 1px solid #00adef;
    color: #00adef;
}

.mostofall {

}

.mostofall h4 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.mostofall ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.mostofall li {
    margin-bottom: 10px;
}

.mostofall li ul {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0;
}

.mostofall li ul li {
    margin-bottom: 10px;
}

.mostofall a {
    color: #999;
    font-size: 1.5rem;
    font-weight: 300;
}

.mostofall a:hover {
    color: #00adef;
}

.shop-cat {

}

.shop-cat .aluxcat {
    overflow: hidden;
}

.shop-cat ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-cat li {
    margin-bottom: 50px;
}

.shop-cat li:nth-child(odd) .img {
    float: right;
    margin-left: 50px;
}

.shop-cat li:nth-child(even) .img {
    float: left;
    margin-right: 50px;
}

.shop-cat .aluxcat .img {
    width: 30%;
}
.shop-cat .aluxcat .description {
    font-size: 1.4rem;
    font-weight: 100;
    margin-bottom: 20px;
}

.shop-cat .aluxcat .description h3 {
    font-size: 2.5rem;
}

.shop-cat .aluxcat .description h3 a {
    color: #000;
}

.shop-cat .aluxcat .description p {
    margin-bottom: 30px;
}

.shop-cat .aluxcat .description .browse {
    border: 1px solid #999;
    border-radius: 999rem;
    color: #999;
    display: inline-block;
    font-size: 1.5rem;
    padding: 10px 20px;
}

.shop-cat .aluxcat .description .browse:hover {
    background: #00adef;
    color: #fff;
    border: 1px solid #00adef;
}

/* video archive */
.video-archive {
    clear: both;
}

.video-archive .video {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.video-archive .video-img {
    float: left;
    margin-right: 20px;
}

.video-archive .post-div {
    position: relative;
}
.video-archive .post-div .post-title {
    font-size: 1.8rem;
}
.video-archive .post-div .post-title a {
    color: #000;
}

.video-archive .post-div .post-date {
    color: #999;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.video-archive .post-div .entry-meta {
    overflow: hidden;
    position: relative;
}

.video-archive .post-div .share-box {
    float: left;
}

.video-archive .post-div .share-box a {
    border-radius: 999rem;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 7px;
}

.video-archive .post-div .share-box .facebook {
    background: #3b5998 none repeat scroll 0 0;
    margin-right: 6px;
}

.video-archive .post-div .share-box .twitter {
    background: #38aadd none repeat scroll 0 0;
}

.video-archive .post-div .thumbs-rating-container {
    font-size: 1.2rem;
    margin-left: 30px;
}

.featured-videos {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 35px;
}

.featured-videos .description {
    padding-left: 40px;
}

.featured-videos .description h1 {
    color: #000;
    font-size: 2rem;
    margin-bottom: 10px;
}

.featured-videos .description p {
    line-height: 1.6;
    font-size: 1.45rem
}

.featured-videos .inside:after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.featured-videos .video {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 25%;
}

.featured-videos .video .inside {
    background-size: cover;
    height: 145px;
}

.featured-videos .video h4 {
    bottom: 15px;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 10px;
    position: absolute;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.featured-videos .thisisfirst {
}

.featured-videos .thisisfirst .inside {
    height: 300px;
    background-size: cover;
}

.featured-videos .thisisfirst h4 {
    bottom: 15px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.featured-videos .inside {
    position: relative;
}

.featured-videos .inside .cover {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.featured-videos .inside .cover:hover {
    box-shadow: inset 0 0 300px rgba(0,0, 0,0.9);
}
.toplisting {

}

.toplisting th {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #999;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 10px;
    text-transform: uppercase;
}

.toplisting td {
    border: 1px solid #eee;
    padding: 10px;
    vertical-align: middle;
}

.toplisting .nr {
    background: #00adef none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 10%;
}

.toplisting th.nr {
    background: #fafafa none repeat scroll 0 0;
    color: #999;
    font-weight: 300;
}

.toplisting .name {
    width: 35%;
}

.toplisting .name img {
    border-radius: 999rem;
    float: left;
    margin-right: 10px;
}

.toplisting .name h3 {
    font-size: 1.3rem;
    margin-top: 20px;
    text-transform: uppercase;
}

.toplisting .name h3 a {
    color: #000;
}

.toplisting .name p a {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #999;
    display: block;
}

.toplisting .name p a:after {
    content: ",";
    margin-right: 5px;

}

.toplisting .name p a:last-of-type:after {
    content: "";
    margin: 0;
}

.toplisting .swelth {
    text-align: center;
    width: 35%;
}

.toplisting .swelth a {
    text-transform: uppercase;
    font-size: 1.3rem;
}

.toplisting .swelth a:after {
    content: ",";
    margin-right: 5px;
}

.toplisting .swelth a:last-of-type:after {
    content: "";
    margin: 0;
}

.toplisting .tnetworth {
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
}

.toplisting .tnetworth span {
    font-size: 1.3rem;
    font-weight: 700;
}

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

.follow-button .unfollow {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.follow-button .follow {
    background: #00adef none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-bottom: 5px;    
}

.flwrs {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

/* forms */

.wpuf-form {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.wpuf-form .wp-editor-wrap {
    border: 1px solid #ddd;
}

.wpuf-form li {
    margin-bottom: 20px;
}

.wpuf-form .post_title label {
    color: #999;
    font-size: 2rem;
    font-weight: 300;
}

.wpuf-label {
    color: #999;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 6px;
}

.wpuf-insert-image, .wpuf-button {
    background: #00adef none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.wpuf-form select {
    border: 1px solid #eee;
    border-radius: 3px;
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
    padding: 5px;
}

.wpuf-form  .category .wpuf-help {
    display: none;
}

.wpuf-form .featured_image {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

.wpuf-form .featured_image .wpuf-label {
    color: #333;
    font-weight: 700;

}

.wpuf-form .featured_image .file-selector:before {
    content: '\e80f';
    font-family: 'alux';
    font-size: 5rem;
    display: block;
    color: #aaa;
}

.wpuf-form .featured_image .file-selector {
    color: #999;
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
}

ul.wpuf-form li .wpuf-fields input[type="text"], 
ul.wpuf-form li .wpuf-fields input[type="password"], 
ul.wpuf-form li .wpuf-fields input[type="email"], 
ul.wpuf-form li .wpuf-fields input[type="url"], 
ul.wpuf-form li .wpuf-fields input[type="number"] {
    border: 1px solid #eee;
    padding: 12px;
    width: 100%;
}

.wpuf-form textarea {
    border: 1px solid #eee;
    display: block;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.wpuf-attachment-list .caption {
    margin-top: 15px;
    text-align: left;
}

.wpuf-attachment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.wpuf-attachment-list li {

}

.wpuf-form .btn-danger {
    background: #990000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    padding: 3px 5px;
}

.wpuf-submit input[type="submit"] {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

.video-inside .ytsubscribe {
    bottom: 20px;
    position: absolute;
    right: 166px;
}

#commentform {
    overflow: hidden;
}

.leftcomment {

}

.leftcomment img {
    border-radius: 999rem;
}

.rightcomment {
    width: 100%;
    padding-left: 15px;
}

.comment-form-comment textarea {
    height: 70px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.comment-form-comment textarea:focus {
    border: 1px solid #ccc;
    height: 150px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.authorprofile li a {
    color: #00adef;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.authorprofile .follow-button {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.authorprofile .follow-button a {
    border-radius: 999rem;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 5px 15px;
}
.grid-listing {
    overflow: hidden;
}

.grid-listing .grid-item { width: 25%; }
/* RESPONSIVE
=========================================================================
*/
@media only screen and (max-width: 1260px) {
    #mmenu {
        background: #fff none repeat scroll 0 0;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 55px;
        transition: all 0.2s ease-in-out 0s;
        width: 300px;
    }
    .main-navigation, .hero-menu {
        display: none;
    }

    .site-content {
        padding-left: 0;
    }

    .site-header .menu-icon {
        color: #00adef;
        display: block;
        float: left;
        font-size: 2.3rem;
        height: 55px;
        line-height: 54px;
        padding: 0 11px;
        text-align: center;
    }
    #left-sidebar {
        display: none;
    }
    .author-filters .avatarth {
        display: none;
    }
    .author-filters ul {
        padding-left: 0;
    }
    #subscribeuser {
        display: none;
    }
    .small-author .description {
        font-size: 1.2rem;
    }
    .author-header {

    }
    .author-header:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+32,000000+100&0+19,1+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 19%, rgba(0,0,0,0.16) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(0,0,0,0)), color-stop(32%,rgba(0,0,0,0.16)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 19%,rgba(0,0,0,0.16) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0) 19%,rgba(0,0,0,0.16) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 19%,rgba(0,0,0,0.16) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 19%,rgba(0,0,0,0.16) 32%,rgba(0,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        bottom: 0;
        content: "";
        height: 200px;
        position: absolute;
        width: 100%;
        z-index: 3;
    }
    .small-author {
        bottom: 20px;
        display: block;
        left: 10px;
        position: absolute;
        right: 10px;
        z-index: 5;
        overflow: hidden;
    }
    .small-author .avatarth {
        float: left;
        margin-right: 10px;
        margin-top: 7px;
    }
    .small-author .avatarth img {
        border: 2px solid #fff;
        border-radius: 999rem;
    }
    .small-author .user-title {
        color: #fff;
        font-size: 2rem;
    }
    .small-author .description {
        color: #eee;
        font-size: 1.2rem;
        padding-left: 60px;
    }
    #primary-small {
        margin-left: 0;
        width: 60%;
    }
    #secondary-small {
        width: 36%;
    }
    #primary-big {

    }
    #secondary-small {
        width: 100%;
    }
    .pushy {
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        z-index: 998;
        background: #555;
    }
    .pushy-left {
        -webkit-transform: translate3d(-300px,0,0);
        -moz-transform: translate3d(-300px,0,0);
        -ms-transform: translate3d(-300px,0,0);
        -o-transform: translate3d(-300px,0,0);
        transform: translate3d(-300px,0,0);
    }

    .pushy-open {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .container-push, .push-push{
        -webkit-transform: translate3d(300px,0,0);
        -moz-transform: translate3d(300px,0,0);
        -ms-transform: translate3d(300px,0,0);
        -o-transform: translate3d(300px,0,0);
        transform: translate3d(300px,0,0);
    }
    .pushy, #scontent, .push{
        -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
        -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
        -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
        transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    }
    .pushy-active .menu-button {
        color: #000;
    }
    .site-overlay{
        display: none;
        -webkit-animation: fade 500ms;
        -moz-animation: fade 500ms;
        -o-animation: fade 500ms;
        animation: fade 500ms;
    }
    .pushy-active .site-overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 997;
        background-color: rgba(5, 5, 5, 0.7);
        -webkit-animation: fade 500ms;
        -moz-animation: fade 500ms;
        -o-animation: fade 500ms;
        animation: fade 500ms;
    }
    .right-menu .search {
        display: none;
    }
    body.pushy-active {
        overflow-y: hidden;
    }
    .celebpage .prehead .info {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .celebpage .prehead .right {
        float: none;
        text-align: center;
        width: 100%;
    }
    .celebpage .prehead .right .randomceleb {
        top: 0;
    }
    #primary-big {
        width: 100%;
        margin-right: 0;
    }


}

@media only screen and (max-width: 960px) {
    .authorprofile li {
        float: left;
        width: auto !important;
    }
    .site-header .myluxbtn, .site-header .videoalux {
        display: none;
    }
    .single-celebrity #secondary-small {

    }

    .grid-listing .grid-item { width: 33.33%; }

    .left-menu {
        display: none;
    }
    #primary {
        float: none;
        width: 100%;
    }

    #secondary {
        float: none;
        width: 100%;
    }
    .container {
        padding: 0 10px;
    }
    .post-intro .post-info {
        float: none;
        width: 100%;
    }
    .post-intro .author-info {
        float: none;
        height: auto;
        width: 100%;
    }
    .post-intro .author-info .author-details .author-social, .post-intro .author-info .author-details .author-description {
        display: none;
    }
    .post-intro .author-info .author-details {
        padding: 10px;
    }
    .post-intro .author-info .author-details .avatar {
        float: left;
        margin-right: 10px;
        max-width: 60px;
    }
    .subscribeAuthors {
        padding: 5px 10px;
    }

    #shareme {
        float: none;
        padding: 0;
    }
    .right-menu .user {
        padding-right: 10px;
    }
    .submit-modal .close-modal, .login-modal .close-modal {
        font-size: 1.5rem;
        right: 0;
    }
    .postnav a span:after {
        top: 33px;
    }
    #subscribe-bar .boxsubscribe .share-box span {
        display: none;
    }
    .page-welcome {
        min-height: auto;
        padding: 55px 20px 20px;
    }
    .welcome-left {
        margin-bottom: 50px;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .welcome-right {
        padding: 20px;
        position: relative;
        width: 100%;
    }
    .post-page {
        padding-top: 10px;
    }
    .video-inside .author-details {
        display: none; 
    }

}

@media only screen and (max-width: 768px) {
    .rss-link {
        left: 0;
        margin-bottom: 10px;
        position: relative;
        right: 0;
        top: 0;
    }

    .page-archive .post-listing {
        padding-right: 0;
    }
    .col-md-7, .col-md-2, .col-md-6 {
        padding: 0;
    }
    .container-user {
        padding: 0;
    }
    .author-filters ul {
        text-align: left;
    }
    .post-filters a {
        text-align: center;
    }
    .post-filters span {
        display: block;
        font-size: 2rem;
    }
    .post-listing .post .entry-title {
        font-size: 2rem;
    }
    #primary-small {
        margin: 0;
        width: 100%;
    }
    .grid-listing .grid-item { 
        width: 100%; 
        padding: 0; 
    }
    .post-listing .post .entry-meta .info-post {
        display: none;
    }
    .communityq .content {
        padding-top: 20px;
        text-align: center;
    }
    .communityq .content h1 {
        font-size: 3rem;
    }
    .communityq li {
        display: block;
    }
    .communityq .popup-login {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 10px;
        padding: 10px;
    }
    .communityq .content h5 {
        font-size: 1.3rem;
        font-weight: 400;
    }
    .post-listing .post .entry-meta .share-box {
        float: left;
    }
    .headintro h4 {
        font-size: 3rem;
        margin-top: 30px;
        text-align: center;
    }
    .hi-message {
        text-align: center;
    }
    .headintro li {
        margin: 0;
        width: 100%;
    }
    .headintro .popup-login {
        font-weight: 600;
        margin-bottom: 10px;
        padding: 10px;
    }

    .site-header .submit-post {
        font-size: 1.2rem;
        font-weight: 100;
        margin-top: 12px;
        padding: 7px 10px;
    }

    .right-menu .submit {
        margin-left: 0;
        margin-right: 10px;
    }
    .right-menu .searchpop {
        display: none;
    }
    .the-content .bnrpost-left {
        float: none;
        margin: 0;
        text-align: center;
    }
    .post-intro .post-info .entry-title {
        font-size: 2.2rem;
        width: 90%;
    }
    #thepost .singlebnr {
        text-align: center;
    }
    #sharemebtn {
        display: none;
    }
    .related-listing .postGrid-post {
        width: 50%;
    }
    .postGrid-post .entry-header {
        border-bottom: none;
        margin-bottom: 0;
    }
    .related-listing .postGrid-post:nth-of-type(3) {
        clear: none;
    }
    .related-listing .postGrid-post:nth-of-type(3n+1) {
        clear: none !important;
    }
    .post-submit .list-option li {
        width: 50%;
    }
    .submitcontent h3 {
        font-size: 2rem;
        margin-top: 20px;
    }
    .post-filters {
        text-align: center;
    }
    .post-listing .image .entry-meta .info-post {
        display: none;
    }

    .post-listing .question .infoq {
        bottom: 0;
        left: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    .post-listing .question .the-tags {
        float: left;
        max-width: 50%;
    }

    #thepost .entry-header {
        border-bottom: 1px solid #ddd;
        height: 55px;
    }
    #thepost .entry-footer {
        margin-bottom: 0;
        padding-bottom: 0;
        display: none;
    }
    .submitcontent h3 {
        margin-top: 0;
    }
    .post-listing .image .entry-meta .share-box span {
        display: none;
    }
    .communityq li {
        margin-right: 0;
    }
    .submit-signin li {
        display: block;
        margin-bottom: 10px;
    }
    .submit-signin .popup-login {
        font-size: 1.3rem;
    }
    .submit-signin h3 {
        color: #000;
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .post-page .post-header .entry-title {
        font-size: 2.5rem;
    }
    #content {
        padding-left: 0;
    }
    .headsearch, .secondaryM {
        display: none;
    }
    .page-archive {
        margin: 0;
    }
    .headintro h4:after {
        margin: 10px auto;
    }
    .headintro h4 {
        font-size: 2rem;
    }
    .headintro h5 {
        font-size: 1.5rem;
    }
    .celebrity-listing {
        margin-top: 30px;
    }
    .celebrity-listing article {
        width: 49%;
    }
    .celebrity-listing article:nth-of-type(2n) {
        margin-right: 0;
    }
    .author-details {
        display: none;
    }

    .thesingle-post .post-main {
        padding-right: 0;
    }
    .row {
        margin: 0;
    }
    .col-md-9 {
        padding: 0;
    }
    .postnavi .fbshares {
        display: block;
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .postnavi .links {
        float: none;
        width: 100%;
    }
    .col-md-3 {
        padding: 0;
    }
    .product-page .product-header .left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .product-page .product-header .left .pheader {
        text-align: center;
    }
    .product-page .product-header .right {
        float: none;
        width: 100%;
    }
    .related-product li {
        width: 48%;
    }
    .related-listing article {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .related-listing .post-img {
        float: left;
        margin-right: 2%;
        max-width: 48%;
    }
    .toplisting .name img {
    }
    .toplisting .nr {
        display: block;
        width: 100%;
        border: none;
    }
    .toplisting .name {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .toplisting .swelth {
        display: block;
        width: 100%;
    }
    .toplisting .tnetworth {
        display: block;
        width: 100%;
    }
    .userinfos {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .userinfos .avatar, .userinfos .details {
        float: none;
    }
    .userinfos .avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .headintro li {
        float: left;
        margin-bottom: 10px;
        margin-right: 2%;
        width: 48%;
    }
    .hi-message li {
    	float: none;
    	width: 100%;
    }
    .userstats p {
        float: left;
        margin-bottom: 10px;
        width: 50%;
        padding-right: 20px;
    }
    .headintro {
        padding-bottom: 0;
    }
    .celebpage .entry-info {
        border-bottom: 1px solid #ddd;
        float: none;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    .sceleb-img {
        margin-bottom: 20px;
    }
    .celebpage {
        margin-top: 20px; 
    }
    .celebpage .content {
        float: none;
        width: 100%;
    }
    .product-archive .categories {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }
    .product-archive .listing {
        float: none;
        padding: 0;
        width: 100%;
    }
    .video-inside .ytsubscribe {

    }
    .ytsubscriber {
        text-align: center;
    }
    .celebpage .content .thenetworth .amount {
        text-align: center;
    }
    .celebpage .content .thenetworth .salary {
        text-align: center;
    }
    .celebpage .content .thenetworth .salary::after {
        margin: 15px auto 0;
    }
    .welcomeuser {
        display: none;
    }
    .post-listing .video .post-img a:after {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 479px) {
    #shareme .total, #shareme a span {
        display: none;
    }
    .mostofall {
        display: none;
    }
    .the-content figure .buyurl a {
        font-size: 1rem;
        padding: 5px 10px;
    }
    .related-listing .postGrid-post {
        width: 100%;
    }
    .post-intro .author-info {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .post-intro {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .headintro h4 {
        font-size: 3rem;
        text-align: center;
    }
    .headintro h5 {
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: 30px;
        text-align: center;
    }
    .right-menu .user .avatar {
        max-width: 27px;
    }
    .right-menu .user .popup-login .notif {
        display: none;
    }

    #subscribe-bar .boxsubscribe .post-vote-header, #subscribe-bar .boxsubscribe .author-name .name a {
        display: none;
    }
    #subscribe-bar .boxsubscribe .subscribeAuthors::before {
        content: "";
        margin: 0;
    }
    .nodesktop {
        display: block;
    }
    .nomobile {
        display: none;
    }
    .postex {
        
    }

    .grid-listing .grid-item { 
        margin-bottom: 20px;
        position: relative !important;
        top: 0 !important;
        width: 100%;
    }
}


/*******************************
            Dropdown
*******************************/

.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: left;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*******************************
            Content
*******************************/


/*--------------
      Menu
---------------*/

.ui.dropdown .menu {
    cursor: auto;
    position: absolute;
    display: none;
    outline: none;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0em;
    padding: 0em 0em;
    background: #FFFFFF;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    z-index: 11;
    will-change: transform, opacity;
}
.ui.dropdown .menu > * {
    white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/

.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
    display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/

.ui.dropdown > .dropdown.icon {
    position: relative;
    width: auto;
    font-size: 0.85714286em;
}
.ui.dropdown .menu > .item .dropdown.icon {
    width: auto;
    float: right;
}
.ui.dropdown .menu > .item .dropdown.icon + .text {
    margin-right: 1em;
}

/*--------------
      Text
---------------*/

.ui.dropdown > .text {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
}

/*--------------
    Menu Item
---------------*/

.ui.dropdown .menu > .item {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    color: rgba(0, 0, 0, 0.87);
    text-transform: none;
    font-weight: normal;
    box-shadow: none;
    -webkit-touch-callout: none;
}
.ui.dropdown .menu > .item:first-child {
    border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/

.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
    float: right !important;
    margin-right: 0em !important;
    margin-left: 1em !important;
}
.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
    float: left !important;
    margin-left: 0em !important;
    margin-right: 1em !important;
}
.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
    margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/

.ui.dropdown .menu > .header {
    margin: 1rem 0rem 0.75rem;
    padding: 0em 1.14285714rem;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.78571429em;
    font-weight: bold;
    text-transform: uppercase;
}
.ui.dropdown .menu > .divider {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    height: 0em;
    margin: 0.5em 0em;
}
.ui.dropdown .menu > .input {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.14285714rem 0.78571429rem;
    min-width: 10rem;
}
.ui.dropdown .menu > .header + .input {
    margin-top: 0em;
}
.ui.dropdown .menu > .input:not(.transparent) input {
    padding: 0.5em 1em;
}
.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/

.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
    float: right;
    margin: 0em 0em 0em 1em;
    color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/

.ui.dropdown .menu > .message {
    padding: 0.78571429rem 1.14285714rem;
    font-weight: normal;
}
.ui.dropdown .menu > .message:not(.ui) {
    color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/

.ui.dropdown .menu .menu {
    top: 0% !important;
    left: 100% !important;
    right: auto !important;
    margin: 0em 0em 0em -0.5em !important;
    border-radius: 0.28571429rem !important;
    z-index: 21 !important;
}

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
    display: none;
}

/*--------------
   Sub Elements
---------------*/


/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
    margin-top: 0em;
}
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
    margin-top: 0em;
}
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
    margin-left: 0em;
    float: none;
    margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/

.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 2em;
}


/*******************************
            Coupling
*******************************/


/*--------------
      Menu
---------------*/


/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
    display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
    border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
    left: auto;
    right: 0em;
}

/*--------------
      Label
---------------*/


/* Dropdown Menu */
.ui.label.dropdown .menu {
    min-width: 100%;
}

/*--------------
     Button
---------------*/


/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0em;
}
.ui.button.dropdown .menu {
    min-width: 100%;
}


/*******************************
              Types
*******************************/


/*--------------
    Selection
---------------*/


/* Displays like a select box */
.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    min-width: 14em;
    min-height: 2.7142em;
    background: #FFFFFF;
    display: inline-block;
    padding: 0.78571429em 2.1em 0.78571429em 1em;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
}
.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
    z-index: 10;
}
select.ui.dropdown {
    height: 38px;
    padding: 0.5em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    visibility: visible;
}
.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.2142em;
    top: 0.78571429em;
    right: 1em;
    z-index: 3;
    margin: -0.78571429em;
    padding: 0.78571429em;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

/* Compact */
.ui.compact.selection.dropdown {
    min-width: 0px;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0px !important;
    width: auto;
    outline: none;
    margin: 0px -1px;
    min-width: calc(100% +  2px );
    width: calc(100% +  2px );
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
    display: none;
}

/*--------------
    Message
---------------*/

.ui.selection.dropdown .menu > .message {
    padding: 0.78571429rem 1.14285714rem;
}
@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        max-height: 8.01428571rem;
    }
}
@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        max-height: 10.68571429rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem;
    }
}
@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
    }
}

/* Menu Item */
.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #FAFAFA;
    padding: 0.78571429rem 1.14285714rem !important;
    white-space: normal;
    word-wrap: normal;
}

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
    display: none;
}

/* Hover */
.ui.selection.dropdown:hover {
    border-color: rgba(34, 36, 38, 0.35);
    box-shadow: none;
}

/* Active */
.ui.selection.active.dropdown {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}
.ui.selection.active.dropdown .menu {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Focus */
.ui.selection.dropdown:focus {
    border-color: #96C8DA;
    box-shadow: none;
}
.ui.selection.dropdown:focus .menu {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
.ui.selection.active.dropdown:hover {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}
.ui.selection.active.dropdown:hover .menu {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
    opacity: 1;
    z-index: 3;
}

/* Connecting Border */
.ui.active.selection.dropdown {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
}

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
    border-radius: 0.28571429rem !important;
    box-shadow: none !important;
}
.ui.active.empty.selection.dropdown .menu {
    border: none !important;
    box-shadow: none !important;
}

/*--------------
   Searchable
---------------*/


/* Search Selection */
.ui.search.dropdown {
    min-width: '';
}

/* Search Dropdown */
.ui.search.dropdown > input.search {
    background: none transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: text;
    top: 0em;
    left: 1px;
    width: 100%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding: inherit;
}

/* Text Layering */
.ui.search.dropdown > input.search {
    position: absolute;
    z-index: 2;
}
.ui.search.dropdown > .text {
    cursor: text;
    position: relative;
    left: 1px;
    z-index: 3;
}

/* Search Selection */
.ui.search.selection.dropdown > input.search {
    line-height: 1.2142em;
    padding: 0.67861429em 2.1em 0.67861429em 1em;
}

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
    line-height: 1.2142em;
    padding: 0.67861429em 2.1em 0.67861429em 1em;
    display: none;
    white-space: pre;
}

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
    cursor: auto;
}
.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
    pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
    opacity: 0.45;
}
.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */
.ui.search.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem;
    }
}
@media only screen and (min-width: 768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem;
    }
}
@media only screen and (min-width: 1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem;
    }
}

/*--------------
    Multiple
---------------*/


/* Multiple Selection */
.ui.multiple.dropdown {
    padding: 0.22620476em 2.1em 0.22620476em 0.35714286em;
}
.ui.multiple.dropdown .menu {
    cursor: auto;
}

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
    cursor: text;
}

/* Selection Label */
.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: 0.35714286em 0.78571429em;
    margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
    box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
    margin: '';
    padding: '';
}

/* Text */
.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45240952em 0em 0.45240952em 0.64285714em;
    line-height: 1.21428571em;
}
.ui.multiple.dropdown > .label ~ input.search {
    margin-left: 0.14285714em !important;
}
.ui.multiple.dropdown > .label ~ .text {
    display: none;
}

/*-----------------
  Multiple Search
-----------------*/


/* Prompt Text */
.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: 0.45240952em 0em 0.45240952em 0.64285714em;
    line-height: 1.21428571em;
}
.ui.multiple.search.dropdown > .label ~ .text {
    display: none;
}

/* Search */
.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45240952em 0em 0.45240952em 0.64285714em;
    width: 2.2em;
    line-height: 1.21428571em;
}

/*--------------
     Inline
---------------*/

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit;
}
.ui.inline.dropdown .dropdown.icon {
    margin: 0em 0.5em 0em 0.21428571em;
    vertical-align: baseline;
}
.ui.inline.dropdown > .text {
    font-weight: bold;
}
.ui.inline.dropdown .menu {
    cursor: auto;
    margin-top: 0.21428571em;
    border-radius: 0.28571429rem;
}


/*******************************
            States
*******************************/


/*--------------------
        Active
----------------------*/


/* Menu Item Active */
.ui.dropdown .menu .active.item {
    background: transparent;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.95);
    box-shadow: none;
    z-index: 12;
}

/*--------------------
        Hover
----------------------*/


/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    z-index: 13;
}

/*--------------------
       Loading
---------------------*/

.ui.loading.dropdown > i.icon {
    height: 1em !important;
    padding: 1.14285714em 1.07142857em !important;
}
.ui.loading.dropdown > i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1);
}
.ui.loading.dropdown > i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 0px 1px transparent;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: dropdown-spin 0.6s linear;
    animation: dropdown-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: 0.2em;
}

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
    display: none;
}
@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------
     Default Text
----------------------*/

.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
    color: rgba(191, 191, 191, 0.87);
}
.ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text {
    color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Loading
----------------------*/

.ui.loading.dropdown > .text {
    -webkit-transition: none;
    transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1;
}

/*--------------------
    Keyboard Select
----------------------*/


/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/


/* Filtered Item */
.ui.dropdown > .filtered.text {
    visibility: hidden;
}
.ui.dropdown .filtered.item {
    display: none !important;
}

/*--------------------
        Error
----------------------*/

.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
    color: #9F3A38;
}
.ui.selection.dropdown.error {
    background: #FFF6F6;
    border-color: #E0B4B4;
}
.ui.selection.dropdown.error:hover {
    border-color: #E0B4B4;
}
.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
    border-color: #E0B4B4;
}
.ui.dropdown.error > .menu > .item {
    color: #9F3A38;
}
.ui.multiple.selection.error.dropdown > .label {
    border-color: #E0B4B4;
}

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
    background-color: #FFF2F2;
}

/* Item Active */
.ui.dropdown.error > .menu .active.item {
    background-color: #FDCFCF;
}

/*--------------------
        Disabled
----------------------*/


/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: 0.45;
}


/*******************************
           Variations
*******************************/


/*--------------
    Direction
---------------*/


/* Flyout Direction */
.ui.dropdown .menu {
    right: 0px;
}

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
    left: 100% !important;
    right: auto !important;
    border-radius: 0.28571429rem !important;
}

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
    left: auto !important;
    right: 100% !important;
    border-radius: 0.28571429rem !important;
}
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0.78571429rem 0em 0em;
}
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0.78571429rem 0em 0em;
}
.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
    margin-left: 1em;
}

/*--------------
     Upward
---------------*/


/* Upward Main Menu */
.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
    top: auto !important;
    bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}
.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
    border-top-width: 1px !important;
    border-bottom-width: 0px !important;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}
.ui.upward.selection.dropdown:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */
.ui.active.upward.selection.dropdown {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}
.ui.upward.active.selection.dropdown:hover .menu {
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/


/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 100% !important;
    width: auto !important;
}
.ui.dropdown .scrolling.menu {
    position: static;
    overflow-y: auto;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: auto !important;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
    border-top: none;
    padding-right: calc( 1.14285714rem  +  17px ) !important;
}
.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
    border-top: none;
}
.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
    display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        min-width: calc(100% -  17px );
    }
}
@media only screen and (max-width: 767px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 10.28571429rem;
    }
}
@media only screen and (min-width: 768px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 15.42857143rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 20.57142857rem;
    }
}
@media only screen and (min-width: 1920px) {
    .ui.scrolling.dropdown .menu,
    .ui.dropdown .scrolling.menu {
        max-height: 20.57142857rem;
    }
}

/*--------------
     Simple
---------------*/


/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
    display: none;
}
.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
}
.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 100% !important;
    opacity: 1;
}
.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 0% !important;
    left: 100% !important;
    opacity: 1;
}
.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown > .menu {
    display: block;
}

/*--------------
      Fluid
---------------*/

.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0em;
}
.ui.fluid.dropdown > .dropdown.icon {
    float: right;
}

/*--------------
    Floating
---------------*/

.ui.floating.dropdown .menu {
    left: 0;
    right: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
    border-radius: 0.28571429rem !important;
}
.ui.floating.dropdown > .menu {
    margin-top: 0.5em !important;
    border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/

.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: 0.78571429rem;
    border-radius: 0.28571429rem;
}
.ui.pointing.dropdown > .menu:after {
    display: block;
    position: absolute;
    pointer-events: none;
    content: '';
    visibility: visible;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
    background: #FFFFFF;
    z-index: 2;
}
.ui.pointing.dropdown > .menu:after {
    top: -0.25em;
    left: 50%;
    margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em;
}
.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em;
}
.ui.top.left.pointing.dropdown > .menu:after {
    top: -0.25em;
    left: 1em;
    right: auto;
    margin: 0em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0%;
    left: auto;
    margin: 1em 0em 0em;
}
.ui.top.right.pointing.dropdown > .menu:after {
    top: -0.25em;
    left: auto;
    right: 1em;
    margin: 0em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
    top: 0%;
    left: 100%;
    right: auto;
    margin: 0em 0em 0em 1em;
}
.ui.left.pointing.dropdown > .menu:after {
    top: 1em;
    left: -0.25em;
    margin: 0em 0em 0em 0em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
    top: 0%;
    left: auto;
    right: 100%;
    margin: 0em 1em 0em 0em;
}
.ui.right.pointing.dropdown > .menu:after {
    top: 1em;
    left: auto;
    right: -0.25em;
    margin: 0em 0em 0em 0em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    left: 0%;
    right: auto;
    margin: 0em 0em 1em;
}
.ui.bottom.pointing.dropdown > .menu:after {
    top: auto;
    bottom: -0.25em;
    right: auto;
    margin: 0em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
    top: auto !important;
    bottom: 0px !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
    left: 0%;
    right: auto;
}
.ui.bottom.left.pointing.dropdown > .menu:after {
    left: 1em;
    right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
    right: 0%;
    left: auto;
}
.ui.bottom.right.pointing.dropdown > .menu:after {
    left: auto;
    right: 1em;
}

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    margin: 0em 0em 0.78571429rem;
    border-radius: 0.28571429rem;
}
.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
    top: 100%;
    bottom: auto;
    box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
    margin: -0.25em 0em 0em;
}


/*******************************
         Theme Overrides
*******************************/


/* Dropdown Carets */
@font-face {
    font-family: 'Dropdown';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
    font-weight: normal;
    font-style: normal;
}
.ui.dropdown > .dropdown.icon {
    font-family: 'Dropdown';
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}
.ui.dropdown > .dropdown.icon {
    width: auto;
}
.ui.dropdown > .dropdown.icon:before {
    content: '\f0d7';
}

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
    content: '\f0da' /*rtl:'\f0d9'*/;
}
.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\f0d9" /*rtl:"\f0da"*/;
}

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0da" /*rtl:"\f0d9"*/;
}
/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/


/*******************************
        User Overrides
*******************************/

/*!
 * # Semantic UI 2.2.6 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
          Transitions
*******************************/

.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*******************************
            States
*******************************/


/* Animating */
.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important;
}

/* Loading */
.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

/* Hidden */
.hidden.transition {
    display: none;
    visibility: hidden;
}

/* Visible */
.visible.transition {
    display: block !important;
    visibility: visible !important;

    /*  backface-visibility: @backfaceVisibility;
      transform: @use3DAcceleration;*/
}
/* Disabled */
.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


/*******************************
          Variations
*******************************/

.looping.transition {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*******************************
          Transitions
*******************************/

/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/

/*--------------
     Browse
---------------*/

.transition.browse {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.transition.browse.in {
    -webkit-animation-name: browseIn;
    animation-name: browseIn;
}
.transition.browse.out,
.transition.browse.left.out {
    -webkit-animation-name: browseOutLeft;
    animation-name: browseOutLeft;
}
.transition.browse.right.out {
    -webkit-animation-name: browseOutRight;
    animation-name: browseOutRight;
}

/* In */
@-webkit-keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
    }
    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999;
    }
    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999;
    }
}
@keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
    }
    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999;
    }
    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999;
    }
}

/* Out */
@-webkit-keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }
    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}
@keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }
    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}
@-webkit-keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }
    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}
@keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    }
    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0;
    }
}

/*--------------
     Drop
---------------*/

.drop.transition {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}
.drop.transition.in {
    -webkit-animation-name: dropIn;
    animation-name: dropIn;
}
.drop.transition.out {
    -webkit-animation-name: dropOut;
    animation-name: dropOut;
}

/* Drop */
@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

/*--------------
      Fade
---------------*/

.transition.fade.in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.transition.fade.out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.transition[class*="fade up"].out {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
.transition[class*="fade down"].out {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.transition[class*="fade left"].out {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.transition[class*="fade right"].out {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/* In */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* Out */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}

/*--------------
     Flips
---------------*/

.flip.transition.in,
.flip.transition.out {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
}
.horizontal.flip.transition.in {
    -webkit-animation-name: horizontalFlipIn;
    animation-name: horizontalFlipIn;
}
.horizontal.flip.transition.out {
    -webkit-animation-name: horizontalFlipOut;
    animation-name: horizontalFlipOut;
}
.vertical.flip.transition.in {
    -webkit-animation-name: verticalFlipIn;
    animation-name: verticalFlipIn;
}
.vertical.flip.transition.out {
    -webkit-animation-name: verticalFlipOut;
    animation-name: verticalFlipOut;
}

/* In */
@-webkit-keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
}

/* Out */
@-webkit-keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}
@keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}

/*--------------
      Scale
---------------*/

.scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.scale.transition.out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Out */
@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/*--------------
      Fly
---------------*/


/* Inward */
.transition.fly {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.transition.fly.in {
    -webkit-animation-name: flyIn;
    animation-name: flyIn;
}
.transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
}
.transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown;
}
.transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
.transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
    -webkit-animation-name: flyOut;
    animation-name: flyOut;
}
.transition[class*="fly up"].out {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp;
}
.transition[class*="fly down"].out {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown;
}
.transition[class*="fly left"].out {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft;
}
.transition[class*="fly right"].out {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight;
}

/* In */
@-webkit-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

/* Out */
@-webkit-keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@-webkit-keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

/*--------------
     Slide
---------------*/

.transition.slide.in,
.transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.transition.slide.out,
.transition[class*="slide down"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="slide up"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="slide left"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="slide right"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

/* In */
@-webkit-keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-webkit-keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* Out */
@-webkit-keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
@keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
@-webkit-keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

/*--------------
     Swing
---------------*/

.transition.swing {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.transition.swing.out,
.transition[class*="swing down"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="swing up"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="swing left"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="swing right"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

/* In */
@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
}
@keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
}
@-webkit-keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
}
@keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
}

/* Out */
@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}
@keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}


/*******************************
       Static Animations
*******************************/


/*--------------
    Emphasis
---------------*/

.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash;
}
.shake.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: shake;
    animation-name: shake;
}
.bounce.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.tada.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: tada;
    animation-name: tada;
}
.pulse.transition {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.jiggle.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: jiggle;
    animation-name: jiggle;
}

/* Flash */
@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

/* Shake */
@-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);
        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);
    }
}

/* Bounce */
@-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);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* Tada */
@-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);
        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);
    }
}

/* Pulse */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* Rubberband */
@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*******************************
         Site Overrides
*******************************/

