/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}

/* end reset */

figure { margin: 0; padding: 0; }

table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

a { text-decoration: none; }

/*
html.mobile,
html.mobile a,
html.mobile input,
html.mobile button,
html.mobile textarea { touch-action: manipulation; }
*/

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    touch-action: manipulation;
}

/*
*****
General
*****
*/

::-moz-selection {
    background-color: #dd5dcc;
    color: #fff;
}
::selection {
    background-color: #dd5dcc;
    color: #fff;
}

html, body {
    overflow-x: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: #282838;
    background-image: url('../images/layout/mobile_background@4.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100%;
    height: 100%;
    color: #fff;
    font-size: 0;
    line-height: 0;
    font-family: 'Poppins', Arial, sans-serif;
    touch-action: manipulation; /* prevents double-tap to zoom and thus removes the click delay */
}
html.auto-height, html.auto-height body {
    height: auto;
    min-height: auto;
    background-image: none;
}

input, select, textarea { font-family: 'Poppins', Arial, sans-serif; }


/*
*****
HTML classes and their affected styles
*****
*/

/* prevent the page from sliding beyond the viewport when dragging the image (especially in IE) */
html.modalOpen, html.modalOpen body {
    -ms-content-zooming: none;
    -ms-touch-action: none;
}

/* reset the min-height on mobile because it was only necessary for the footer - which isn't needed on mobile 
html.phone body { min-height: none; min-height: auto; min-width: none; min-width: auto; }*/

/* fixes windows phone IE issues */
html, body { -ms-overflow-style: none !important; }
@-ms-viewport { width: device-width; height: device-height; }

html.noscroll { overflow-y: hidden; }
html.noscroll body { overflow-y: hidden; }

html.noselect * {
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}


/*
*****
Single styles & classes
*****
*/

.g-recaptcha { 
    text-align: center;
    display: inline-block;
}

a.red-link {
    font-size: 14px;
    line-height: 20px;
    color: #bb87a3;
}
    a.red-link:hover { color: #debcce; }

#loading-border {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 100;
}
    #loading-border div {
        height: 4px;
        width: 0%;
        background: rgba(242, 85, 104, 0.9);
        box-shadow: 0 0 10px rgba(242, 85, 104, 0.5);
        border-radius: 0 0 2px 0;
    }
    #loading-border div.invisible {
        height: 0;
        opacity: 0;
    }

span.color-red { color: #ff92b0; }

.hidden { display: none !important; }

.w-light { font-weight: 300; }
.w-regular { font-weight: 400; }
.w-medium { font-weight: 500; }
.w-semi { font-weight: 600; }
.w-bold { font-weight: 700; }

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clear-1 { clear: both; height: 1px; }
.clear-small { clear: both; height: 10px; }
.clear { clear: both; height: 20px; }
.clear-medium { clear: both; height: 30px; }
.clear-large { clear: both; height: 40px; }
.clear-larger { clear: both; height: 50px; }
.clear-largest { clear: both; height: 60px; }
.clear-header { clear: both; height: 60px; }

div.spacing-paragraph-to-input { height: 30px; clear: both; }

.italic { font-style: italic; }

.align-left { text-align: left; }
.align-center { text-align: center !important; }
.align-justify { text-align: justify !important; }
.margin-center { margin-left: auto !important; margin-right: auto !important; }

strong.none { font-weight: 400; }

.no-margin { margin: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }

.no-padding { padding: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }

/*
*****
Form elements
*****
*/

input[type=file] { position: absolute; top: -9999px; }


/*
*****
Header & menu
*****
*/


/*
*****
Link
*****
*/

figure.profile-picture {
    position: relative;
}
    figure.profile-picture div.icon-verified {
        position: absolute;
        z-index: 2;
        left: 50%;
        bottom: 15px;
        background: #3d3c60;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        text-align: center;
        box-shadow: 0 0 0 3px #292838;
        margin-left: -74px;
    }
    figure.profile-picture div.icon-verified i {
        font-size: 14px;
        line-height: 22px;
        color: #8f8eff;
        display: inline-block;
        vertical-align: top;
    }
    figure.profile-picture img {
        border-radius: 100%;
        border: 3px solid #fff;
        background: #fff;
        max-width: 150px;
    }

h2.title-center {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 14px auto 0 auto;
    padding: 0;
}

div.user-labels {
    display: inline-block;
    margin: 12px auto 0 auto;
    padding: 0 20px;
    border-radius: 10px;
    background: #1d1c29;
    color: #bebede;
    font-size: 14px;
    line-height: 40px;
}
    div.user-labels span { opacity: 0.5; display: inline-block; margin: 0 4px; }
    div.user-labels strong { font-weight: 700; }
    div.user-labels strong.gender-1, div.user-labels strong.gender-3, div.user-labels strong.gender-5 { color: #abaaff; }
    div.user-labels strong.gender-2, div.user-labels strong.gender-4 { color: #ff92ee; }

span.gender-1, span.gender-3, span.gender-5 { color: #abaaff; }
span.gender-2, span.gender-4 { color: #ff92ee; }

div.swirly-line {
    background: url('../images/layout/swirly-line.png') no-repeat center center;
    background-size: contain;
    width: 96px;
    height: 6px;
    opacity: 0.3;
    margin: 25px auto 20px auto;
}

p.big-text {
    font-size: 15px;
    line-height: 26px;
    color: #bebede;
    margin: 0 auto;
    padding: 0;
    max-width: 280px;
}

a i.icon-dice,
button i.icon-dice {
    display: inline-block;
    background: url('../images/layout/icon-dice.png') no-repeat center center;
    background-size: contain;
    width: 26px;
    height: 18px;
    margin-right: 10px;
    vertical-align: text-top;
}
a:active i.icon-dice,
button:active i.icon-dice {
    filter: invert(100%);
}

p.small-bottom-text {
    color: #fecdff;
    opacity: 0.3;
    font-size: 10px;
    line-height: 16px;
    max-width: 220px;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 0;
}
    p.small-bottom-text.long { max-width: 290px; }
    p.small-bottom-text.regular-color { color: #bebede; }


div.container-top a.btn-left,
div.container-top a.btn-right {
    position: absolute;
    display: inline-block;
    z-index: 6;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: -9px 0 0 -10px;
}
    div.container-top a.btn-left i,
    div.container-top a.btn-right i {
        font-size: 28px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        color: #bebede;
        opacity: 0.5;
    }
    div.container-top a.active i {
        color: #7f7eff;
        opacity: 1;
    }
    div.container-top a.btn-left:active i,
    div.container-top a.btn-right:active i {
        color: #fff;
        opacity: 1;
    }

    div.container-top a.btn-right {
        left: auto;
        right: 0;
        margin: -10px -12px 0 0;
    }


/*
*****
Layout
*****
*/

section.container-parent {
    height: 100%;
    min-height: 100%;
    text-align: center;
}
html.auto-height section.container-parent {
    height: auto;
    min-height: auto;
}

div.container-child {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    margin: 0 auto;
    /* for button:active effects (probably change this to a container around the buttons) */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 100vw;
    -moz-perspective: 100vw;
    -ms-perspective: 100vw;
    -o-perspective: 100vw;
    perspective: 500px;
    perspective: 100vw;
    -webkit-perspective-origin: center bottom;
    -moz-perspective-origin: center bottom;
    -ms-perspective-origin: center bottom;
    -o-perspective-origin: center bottom;
    perspective-origin: center bottom;
}
div.container-child.no-padding-bottom { padding-bottom: 0; }
html.auto-height section.container-parent div.container-child {
    min-height: auto;
}
div.container-normal {
    margin: 0 auto;
    padding: 30px;
    position: relative;
}


div.container-top {
    position: relative;
}
div.container-bottom {
    position: relative;
    perspective: 200px; /* firefox requires the parent container to have perspective otherwise Z transform wont work */
}
div.container-middle {
    display: flex;
    position: relative;
    padding: 36px 0;
    flex: 1;
}
    div.container-middle div.content {
        width: 100%;
        align-self: center;
    }

    /* If the middle container is the last child, it means that there's no bottom container, meaning there'll be 30px extra spacing -- so deduct that here */
    div.container-middle:last-child { padding-bottom: 0; }

p.description.long {
    font-size: 13px;
    line-height: 22px;
    color: #c1c1e0;
    text-align: justify;
    display: block;
    margin: 0;
    padding: 0;
}

div.container-top a#logo,
div.container-top div#logo {
    display: block;
    width: 160px;
    height: 67px;
    min-height: 67px;
    background-image: url('../images/layout/logo@4.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin: 0 auto;
}


input.hidden-input {
    position: fixed;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.copy-on-click {
    cursor: copy;
}

.nowrap {
    white-space: nowrap !important;
}

table.normal {
    padding: 0;
    /*width: 100%;
    margin: 0;*/
    text-align: left;
    margin: 0 -30px;
}
    table.normal th,
    table.normal td {
        padding: 22px 6px;
        width: 1%;
        white-space: nowrap;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        vertical-align: top;
    }
    table.normal.bigger-photos td { padding: 37px 6px; }
    table.normal tr td:first-child { padding-left: 18px; }
    table.normal tr td:last-child { padding-right: 18px; }
    table.normal tr:nth-child(odd) td { background: rgba(0, 0, 0, 0.1); }
    table.normal td.adjustable,
    table.normal th.adjustable {
        width: auto;
        max-width: 1px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
    }
    table.normal td.visible-overflow {
        overflow: visible;
        white-space: nowrap;
    }
    table.normal td.less-padding { padding: 8px 6px; }
    table.normal td.images { padding: 13px 6px; }
    table.normal td.no-padding { padding: 0 !important; }
    table.normal td.no-padding-left { padding-left: 0 !important; }
    table.normal td.no-padding-right { padding-right: 0 !important; }
    table.normal td.align-right { text-align: right; }

    table.normal span { display: inline-block; }

    table.normal span.light {
        color: #bebede;
        opacity: 0.75;
    }

    table.normal span.pretitle {
        display: inline-block;
        font-size: 10px;
        color: #efefff;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    table.normal strong {
        vertical-align: top;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }
    table.normal p {
        display: block;
        margin: 3px 0 0 0;
        padding: 0;
        vertical-align: top;
        font-size: 13px;
        line-height: 19px;
        color: #bebede;
        opacity: 0.75;
        white-space: normal;
        word-break: normal;
        outline: none;
    }
    table.normal p.italic {
        font-style: italic;
        opacity: 0.6;
        font-size: 11px;
        line-height: 18px;
    }
    table.normal p.blue {
        color: #92b5ff;
        opacity: 1;
    }
    table.normal p.purple {
        color: #c9a5ff;
        opacity: 1;
    }

    table.normal span.highlight {
        display: inline-block;
        opacity: 0.8;
        font-size: 10px;
        line-height: 18px;
        /*letter-spacing: 0.02em;
        text-transform: uppercase;*/
        margin: 8px 0 0 0;
        padding: 0 6px;
        border-radius: 4px;
        background: rgba(146, 181, 255, 0.2);
        color: #92b5ff;
    }
    table.normal span.highlight.medium { padding: 0 8px; font-size: 11px; line-height: 21px; }
    table.normal span.highlight.no-margin-top { margin-top: 0; }
    table.normal span.highlight.red {
        background: rgba(255, 146, 181, 0.2);
        color: #ff92b0;
    }
    table.normal span.highlight.purple {
        background: rgba(201, 165, 255, 0.2);
        color: #c9a5ff;
    }
    table.normal span.highlight.neutral {
        background: rgba(129, 131, 193, 0.2);
        color: rgb(163, 164, 212);
    }
    table.normal span.highlight + span.highlight { margin-left: 6px; }

    table.normal strong.highlight {
        display: inline-block;
        font-size: 14px;
        line-height: 26px;
        margin: -2px 0;
        padding: 0 10px;
        border-radius: 20px;
        background: rgba(141, 208, 159, 0.15);
        color: #8dd09f;
    }

    table.normal figure.big {
        vertical-align: top;
        margin-top: 10px;
    }
    table.normal figure.big img {
        max-width: 100%;
        border-radius: 8px;
        vertical-align: top;
    }

    table.normal figure.avatar {
        vertical-align: top;
    }
    figure.avatar.deleteable { cursor: not-allowed; }
    table.normal figure.avatar img {
        vertical-align: top;
        max-width: 50px;
        border-radius: 100%;
        border: 2px solid #fff;
        background: #fff;
    }
    table.normal.bigger-photos figure.avatar img { max-width: 80px; border-radius: 15%; border: 0; }

    table.normal td.images figure.avatar img {
        max-width: 40px;
    }
    table.normal.bigger-photos td.images figure.avatar img { max-width: 50px; }
    table.normal td.images figure.avatar {
        box-shadow: 0 0 0 2px #252432;
        border-radius: 100%;
        background: #252432;
    }
    table.normal td.images figure.avatar:first-child {
        position: absolute;
        margin-left: -60px;
        z-index: 2;
    }
    table.normal.bigger-photos td.images figure.avatar:first-child { margin-left: -110px; }
    table.normal td.images figure.avatar:nth-child(2) {
        position: absolute;
        margin-left: -30px;
    }
    table.normal.bigger-photos td.images figure.avatar:nth-child(2) { margin-left: -55px; }

    
    figure.new-pfp {
        display: inline-block;
        position: relative;
    }
    figure.new-pfp img {
        max-width: 112px;
        max-height: 112px;
        margin: 4px;
        border-radius: 4px;
    }
    figure.new-pfp span.blur {
        display: block;
        font-size: 10px;
        line-height: 20px;
        background: rgba(255, 0, 0, 0.75);
        z-index: 2;
        position: absolute;
        left: 4px;
        right: 4px;
        top: 4px;
        border-radius: 4px 4px 0 0;
        font-weight: 600;
    }

    table.normal a.btn-icon {
        vertical-align: top;
        display: inline-block;
        text-align: center;
    }
    table.normal a.btn-icon i {
        vertical-align: top;
        display: inline-block;
        font-size: 24px;
        line-height: 50px;
        width: 50px;
        color: #bebede;
        opacity: 0.5;
    }
    table.normal.bigger-photos a.btn-icon i { line-height: 80px; }
    table.normal a.btn-icon:active i { opacity: 1; }
    table.normal a.btn-icon.floaty {
        position: absolute;
        margin-top: 50px;
    }
    table.normal a.btn-icon.floaty2 {
        position: absolute;
        margin-top: 100px;
    }
    table.normal a.btn-icon.floaty3 {
        position: absolute;
        margin-top: 150px;
    }
    table.normal a.btn-icon.floaty4 {
        position: absolute;
        margin-top: 200px;
    }
    table.normal a.btn-icon.floaty5 {
        position: absolute;
        margin-top: 250px;
    }
    table.normal a.btn-icon.floaty6 {
        position: absolute;
        margin-top: 300px;
    }


div.tabs-new {
    text-align: center;
}
    div.tabs-new.negative-margin-top { margin-top: -14px; }
    div.tabs-new a {
        display: inline-block;
        text-align: center;
        width: 120px;
        font-weight: 700;
        font-size: 15px;
        line-height: 40px;
        border: 2px solid #fff;
        border-left-width: 0;
        color: #fff;
    }
    div.tabs-new a:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    div.tabs-new a.selected {
        color: #2a2a3e;
        background: #fff;
    }
    div.tabs-new a:first-child {
        border-radius: 22px 0 0 22px;
        border-left-width: 2px;
    }
    div.tabs-new a:last-child {
        border-radius: 0 22px 22px 0;
        border-left-width: 0;
        border-right-width: 2px;
    }
html.phone div.tabs-new a {
    width: 33%;
    font-size: 13px;
    line-height: 32px;
}

div.small-total {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 8px 0 20px 0;
}
	div.small-total p {
	    display: inline-block;
	    margin: 0;
	    margin-right: 4px;
	    vertical-align: top;
	    font-weight: 700;
	    font-size: 11px;
	    color: #92b5ff;
	}
	div.small-total p.purple { color: #c9a5ff; }
	div.small-total p.neutral { color: rgb(163, 164, 212); }
	div.small-total span.highlight {
		margin: 0 10px 0 0;
	    vertical-align: top;
	}

div.small-line {
    height: 2px;
    background: rgba(111, 111, 133, 0.2);
    margin: 20px 0;
}

div.small-detail-bar {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    margin-top: 8px;
}
	div.small-detail-bar p.time {
		margin: 0;
		float: right;
	    opacity: 0.6;
	}
	div.small-detail-bar span.highlight {
		margin: 0;
	    vertical-align: top;
	}
	div.small-detail-bar p.details {
	    display: inline-block;
	    margin-left: 10px;
	    margin: 0 0 0 10px;
    	padding-right: 70px;
	}
	div.small-detail-bar p.details strong {
		margin-right: 6px;
		font-weight: 500;
		font-size: inherit;
	}

    tr.is-temp-chat div.small-detail-bar:first-child { margin-top: 0; }



div.big-banner-links {

}
    div.big-banner-links a {
        display: block;
        background: #1d1c29;
        border-radius: 8px;
        position: relative;
        margin: 0 auto;
        padding: 0;
        height: 90px;
        max-width: 600px;
        color: #fff;
        box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0) !important; 
    }
    div.big-banner-links a:active { box-shadow: inset 0 0 0 3px #fad075 !important; }
    div.big-banner-links a + a { margin-top: 10px; }
    div.big-banner-links a i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 90px;
        text-align: center;
        color: #fad075;
        font-size: 48px;
        line-height: 90px;
    }
    div.big-banner-links a span.title {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        left: 20px;
        bottom: 14px;
    }
    div.big-banner-links a span.amount {
        display: inline-block;
        font-size: 32px;
        line-height: 40px;
        position: absolute;
        left: 20px;
        bottom: 38px;
        color: #fad075;
        font-weight: 600;
    }

    div.small-banner-links a {
        display: block;
        text-align: left;
        background: #1d1c29;
        border-radius: 8px;
        position: relative;
        margin: 0 auto;
        padding: 0;
        max-width: 600px;
        color: #fff;
        box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0) !important; 
    }
    div.small-banner-links a:active { box-shadow: inset 0 0 0 3px #fad075 !important; }
    div.small-banner-links a + a { margin-top: 10px; }
    div.small-banner-links a i {
        width: 60px;
        text-align: center;
        color: #fad075;
        font-size: 30px;
        line-height: 60px;
        vertical-align: top;
    }
    div.small-banner-links a span.title {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        padding: 18px 0;
        vertical-align: top;
    }
    div.small-banner-links a span.amount {
        float: right;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        padding: 18px 20px 0 0;
        vertical-align: top;
        color: #fad075;
    }

/* ******** */
/* Menu */
#menu-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0s .6s;
    -o-transition: max-height 0s .6s;
    -moz-transition: max-height 0s .6s;
    transition: max-height 0s .6s;
}
    #menu-fullscreen.active { 
        max-height: 100%;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    #menu-fullscreen div.background {
        background: #1d1c29;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
        /* .1s delay to give fade out some room */
        -webkit-transition: -webkit-transform .7s cubic-bezier(.19,1,.22,1) .1s;
        transition: -webkit-transform .7s cubic-bezier(.19,1,.22,1) .1s;
        -o-transition: -o-transform .7s cubic-bezier(.19,1,.22,1) .1s;
        -moz-transition: transform .7s cubic-bezier(.19,1,.22,1) .1s,-moz-transform .7s cubic-bezier(.19,1,.22,1) .1s;
        transition: transform .7s cubic-bezier(.19,1,.22,1) .1s;
        transition: transform .7s cubic-bezier(.19,1,.22,1) .1s,-webkit-transform .7s cubic-bezier(.19,1,.22,1) .1s,-moz-transform .7s cubic-bezier(.19,1,.22,1),-o-transform .7s cubic-bezier(.19,1,.22,1) .1s;
    }
    #menu-fullscreen.active div.background {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    #menu-fullscreen div.container-normal {
        height: 100%;
        min-height: 100%;
    }

    #menu-fullscreen a.btn-close {
        position: absolute;
        display: inline-block;
        z-index: 6;
        top: 30px;
        left: 30px;
        width: 40px;
        height: 40px;
        margin: -9px 0 0 -10px;
        opacity: 0;
        -webkit-transition: opacity .7s cubic-bezier(.19,1,.22,1), transform .7s cubic-bezier(.19,1,.22,1);
        -o-transition: opacity .7s cubic-bezier(.19,1,.22,1), transform .7s cubic-bezier(.19,1,.22,1);
        -moz-transition: opacity .7s cubic-bezier(.19,1,.22,1), transform .7s cubic-bezier(.19,1,.22,1);
        transition: opacity .7s cubic-bezier(.19,1,.22,1), transform .7s cubic-bezier(.19,1,.22,1);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #menu-fullscreen.active a.btn-close {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
    #menu-fullscreen a.btn-close i {
        font-size: 28px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        color: #bebede;
        opacity: 0.5;
    }

    #menu-fullscreen div.menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 201;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s;
    }
    #menu-fullscreen.active div.menu {
        opacity: 1;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }

    #menu-fullscreen div.menu a {
        display: block;
        padding: 6px 0;
        overflow: hidden;
        color: #fad075;
        font-size: 30px;
        line-height: 50px;
        font-weight: 600;
        letter-spacing: -.59px;
        text-decoration: none;
        text-align: center;
    }
    #menu-fullscreen div.menu a.red { color: #f97c76 }
    #menu-fullscreen div.menu a span { display: inline-block; }
    #menu-fullscreen div.menu a:active span { color: #fff; }


.delay-100ms {
    -webkit-animation-delay: .1s !important;
    -moz-animation-delay: .1s !important;
    -o-animation-delay: .1s !important;
    animation-delay: .1s !important;
}
.delay-200ms {
    -webkit-animation-delay: .2s !important;
    -moz-animation-delay: .2s !important;
    -o-animation-delay: .2s !important;
    animation-delay: .2s !important;
}
.delay-300ms {
    -webkit-animation-delay: .3s !important;
    -moz-animation-delay: .3s !important;
    -o-animation-delay: .3s !important;
    animation-delay: .3s !important;
}
.delay-400ms {
    -webkit-animation-delay: .4s !important;
    -moz-animation-delay: .4s !important;
    -o-animation-delay: .4s !important;
    animation-delay: .4s !important;
}
.delay-500ms {
    -webkit-animation-delay: .5s !important;
    -moz-animation-delay: .5s !important;
    -o-animation-delay: .5s !important;
    animation-delay: .5s !important;
}
.delay-600ms {
    -webkit-animation-delay: .6s !important;
    -moz-animation-delay: .6s !important;
    -o-animation-delay: .6s !important;
    animation-delay: .6s !important;
}
.delay-700ms {
    -webkit-animation-delay: .7s !important;
    -moz-animation-delay: .7s !important;
    -o-animation-delay: .7s !important;
    animation-delay: .7s !important;
}
.delay-800ms {
    -webkit-animation-delay: .8s !important;
    -moz-animation-delay: .8s !important;
    -o-animation-delay: .8s !important;
    animation-delay: .8s !important;
}
.delay-900ms {
    -webkit-animation-delay: .9s !important;
    -moz-animation-delay: .9s !important;
    -o-animation-delay: .9s !important;
    animation-delay: .9s !important;
}
.delay-1000ms {
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}


/* #############
   Form elements
   ############# */

form {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* remove chrome styling */
a, textarea, input, button {
    outline: 0 !important;
    outline-color: transparent;
    outline-style: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent !important;
}
    textarea:focus, textarea:active, textarea:hover,
    input:focus, input:active, input:hover,
    a:focus, a:active, a:hover,
    button:focus, button:active, button:hover { outline: 0 !important; box-shadow: none !important; border-color: none !important; }

a.btn-big,
button.btn-big {
    display: block;
    width: 100%;
    height: 16vw;
    height: 60px;
    border: 0;
    border-radius: 0.7vw;
    border-radius: 10px;
    font-size: 3.8vw;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 0.35vw;
    text-transform: uppercase;*/
    text-align: center;
    color: #fff;
    background: #8481fd;
    margin: 0 auto;
    padding: 0;
    max-width: 400px;
    cursor: pointer;
}
    a.btn-big { line-height: 60px; }
    a.btn-big.single,
    button.btn-big.single {
        height: 74px;
        border-radius: 8px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    a.btn-big.single { line-height: 74px; }

    a.btn-big i.icon,
    button.btn-big i.icon {
        color: #fff;
        font-size: 21px;
        vertical-align: text-top;
        margin-right: 10px;
    }

    a.btn-big.pink,
    button.btn-big.pink { background: #f96bfb; background: #c469fb; }
    a.btn-big.blue,
    button.btn-big.blue { background: #54c1ff; background: #7c6cf1; }
    a.btn-big.dark,
    button.btn-big.dark { background: #4c4b65; color: #d0cfe8; }
    a.btn-big.dark i,
    button.btn-big.dark i { color: #d0cfe8; }
    a.btn-big.yellow,
    button.btn-big.yellow { background: #fad075; color: #1d1c29; }
    a.btn-big.yellow i,
    button.btn-big.yellow i { color: #1d1c29; }
    a.btn-big + a.btn-big,
    button.btn-big + button.btn-big { margin-top: 10px; }

    a.btn-big:active,
    button.btn-big:active {
        background: #fff;
        color: #282838;
        -webkit-transform: translateZ(10px);
        -moz-transform: translateZ(10px);
        -ms-transform: translateZ(10px);
        -o-transform: translateZ(10px);
        transform: translateZ(10px);
    }
    a.btn-big:active i.icon,
    button.btn-big:active i.icon {
        color: #282838;
    }

    a.btn-big.normal,
    button.btn-big.normal {
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
    }
    a.btn-big.bottom,
    button.btn-big.bottom {
        bottom: 0;
        position: absolute;
    }
    a.btn-big.disabled,
    button.btn-big.disabled {
        opacity: 0.6;
    }

button.input-icon {
    display: inline-block;
    width: 50px;
    height: 74px;
    padding: 0;
    background: transparent;
    border: 0;
}
    button.input-icon i {
        display: inline-block;
        width: 50px;
        height: 74px;
        line-height: 74px;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        color: #70708c;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    button.input-icon:active i { color: #fff; }

    input.big + button.input-icon {
        position: absolute;
        margin: -74px 0 0 0;
        right: 0;
    }

input.big, input.medium, select.medium, select.medium option {
    display: block;
    width: 100%;
    height: 74px;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #c1c1e0;
    background: #1c1c29;
    margin: 0 auto;
    padding: 0;
    outline: none;
    max-width: 400px;
}
    input.medium, select.medium, select.medium option {
        height: 60px;
        font-size: 14px;
        background: #35334c;
    }
    select.medium, select.medium option {
        text-align-last: center;
    }
    input.big[type=password] { letter-spacing: 3px; }
    input.big::-webkit-input-placeholder,
    input.medium::-webkit-input-placeholder,
    input.sticky-input::-webkit-input-placeholder,
    select.medium::-webkit-input-placeholder { color: #c1c1e0; letter-spacing: 0; text-align: center; text-align-last: center; }
    input.big:-ms-input-placeholder,
    input.medium:-ms-input-placeholder,
    input.sticky-input:-ms-input-placeholder,
    select.medium:-ms-input-placeholder { color: #c1c1e0; letter-spacing: 0; text-align: center; text-align-last: center; }
    input.big:placeholder-shown,
    input.medium:placeholder-shown,
    input.sticky-input:placeholder-shown,
    select.medium:placeholder-shown { color: #c1c1e0; letter-spacing: 0; text-align: center; text-align-last: center; }
    input.big:-moz-placeholder, 
    input.medium:-moz-placeholder,
    input.sticky-input:-moz-placeholder, 
    select.medium:-moz-placeholder { color: #c1c1e0; opacity: 1; letter-spacing: 0; text-align: center; text-align-last: center; }
    input.big::-moz-placeholder,
    input.medium::-moz-placeholder,
    input.sticky-input::-moz-placeholder,
    select.medium::-moz-placeholder { color: #c1c1e0; opacity: 1; letter-spacing: 0; text-align: center; text-align-last: center; }

    input.big + input.big,
    input.medium + input.medium,
    select.medium + input.medium,
    select.medium + select.medium { margin-top: 10px; }
    input.medium + select.medium { margin-top: 10px; }

input.sticky-input {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    height: 50px;
    width: 100%;
    z-index: 100;
    background: #38384c;
    border: 0;
    outline: none;
    color: #c1c1e0;
    box-shadow: 0 0 20px rgba(23, 23, 33, 0.4), 0 0 5px rgba(23, 23, 33, 0.3);
}
    /*
    input.sticky-input,
    input.sticky-input + a {
        -webkit-transform: translateY(90px);
        -moz-transform: translateY(90px);
        -ms-transform: translateY(90px);
        -o-transform: translateY(90px);
        transform: translateY(90px);
        -webkit-transition: -webkit-transform .7s cubic-bezier(.19,1,.22,1);
        transition: -webkit-transform .7s cubic-bezier(.19,1,.22,1);
        -o-transition: -o-transform .7s cubic-bezier(.19,1,.22,1);
        -moz-transition: transform .7s cubic-bezier(.19,1,.22,1),-moz-transform .7s cubic-bezier(.19,1,.22,1);
        transition: transform .7s cubic-bezier(.19,1,.22,1);
        transition: transform .7s cubic-bezier(.19,1,.22,1),-webkit-transform .7s cubic-bezier(.19,1,.22,1),-moz-transform .7s cubic-bezier(.19,1,.22,1),-o-transform .7s cubic-bezier(.19,1,.22,1);
    }
    input.sticky-input.active,
    input.sticky-input.active + a {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    */
    input.sticky-input.active {
        display: block;
    }
    input.sticky-input.active + a {
        display: inline-block;
    }

a.btn-close-sticky-input {
    display: none;
    position: fixed;
    z-index: 101;
    bottom: 0;
    right: 0;
}
    a.btn-close-sticky-input i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        vertical-align: top;
        color: #c1c1e0;
        text-align: center;
    }
    a.btn-close-sticky-input:active i { color: #fff; }


div.pagination a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
    margin: 0 4px;
    text-decoration: none;
    border-radius: 2px;
    background: transparent;
    box-shadow: inset 0 0 0 2px #7e82fa;
    color: #fff;
    font-weight: 700;
}
    div.pagination a:hover { background: #fff; color: #0e0e15; box-shadow: inset 0 0 0 2px #fff; }
    div.pagination a.selected { background: #7e82fa; color: #fff; box-shadow: inset 0 0 0 2px #7e82fa; }
    div.pagination span {
        color: #6c6c79;
        display: inline-block;
        font-size: 14px;
        line-height: 26px;
        margin: 0 8px;
        font-weight: 700;
    }



/* #######
   Singles
   ####### */

h2.capitalized {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}
    h2.capitalized.big {
        font-size: 24px;
        line-height: 40px;
    }

div.separator {
    height: 30px;
}
    div.separator.with-text { height: 26px; }
    div.separator div {
        display: inline-block;
        background: #fff;
        border-radius: 100%;
        width: 4px;
        height: 4px;
        margin: 11px 4px 0 4px;
    }

div.separator-line {
    height: 30px;
    text-align: center;
    padding-top: 13px;
}
    div.separator-line div {
        display: inline-block;
        height: 3px;
        width: 30px;
        border-radius: 8px;
        background: #fff;
    }

div.spacing-big { height: 40px; clear: both; }
div.spacing-medium { height: 20px; clear: both; }
div.spacing-small { height: 10px; clear: both; }

i.huge-filler-icon {
    font-size: 194px;
    line-height: 194px;
    margin: 0 auto 20px auto;
    color: #4c4b65;
}

.temp-chat {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}


/*
*****
Stand-alone IDs and their children
*****
*/

#loading {
    background: #fff url('../images/loading.gif') no-repeat center center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -40px;
    z-index: 80;
    box-shadow: 0 5px 10px rgba(10, 6, 30, 0.1);
    display: none;
}

/* Dropzone */
div#drag-drop {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(24, 27, 60, 0.95);
    z-index: 1000;
    display: none;
}
    div#drag-drop div.border {
        top: 20px; left: 20px; right: 20px; bottom: 20px;
        border-radius: 10px;
        position: absolute;
        border: 10px dashed #e73147;
    }
    div#drag-drop div.text {
        position: absolute;
        top: 50%; left: 0;
        width: 100%;
        text-align: center;
        margin-top: -80px;
    }
    div#drag-drop i {
        font-size: 128px;
        line-height: 128px;
        color: #e73147;
    }
    div#drag-drop p {
        line-height: 24px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin-top: 20px;
    }

/*
*****
Modal, popup, overlays
*****
*/

#popup {
    display: none;
    opacity: 0;
    z-index: 90;
    position: fixed;
    padding: 15px 20px;
    background: #fff;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    border-radius: 8px;
    -webkit-pointer-events: none; -moz-pointer-events: none; -ms-pointer-events: none; pointer-events: none;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
    #popup.small {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 15px;
        border-radius: 3px;
        min-width: 180px;
        max-width: 300px;
        text-align: center;
    }
    #popup.description {
        text-align: left;
        max-width: 400px;
    }
    #popup span.title { display: block; font-size: 14px; font-weight: 500; line-height: 26px; color: #232325; }
    #popup span i { display: inline-block; font-size: 18px; vertical-align: middle; margin-right: 4px; }
    #popup.small span.extra { display: block; }
    #popup.small span.light { font-size: 11px; opacity: 0.6; }
    #popup i.arrow {
        color: #fff;
        font-size: 21px;
        position: absolute;
    }
    #popup.red { background: rgba(250, 60, 123, 0.9); }
    #popup.red i.arrow { color: rgba(250, 60, 123, 0.9); }

    #popup.pink { background: rgba(225, 114, 255, 0.9); }
    #popup.pink i.arrow { color: rgba(225, 114, 255, 0.9); }

    #popup.green { background: rgba(64, 205, 135, 0.9); }
    #popup.green i.arrow { color: rgba(64, 205, 135, 0.9); }

    #popup.blue { background: rgba(99, 110, 255, 0.9); }
    #popup.blue i.arrow { color: rgba(99, 110, 255, 0.9); }

    #popup.lightblue { background: rgba(78, 178, 228, 0.9); }
    #popup.lightblue i.arrow { color: rgba(78, 178, 228, 0.9); }

    #popup.white {
        background: rgb(255, 255, 255);
        color: #000;
        box-shadow: 0 3px 7px -4px rgba(0, 0, 0, 0.4), 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 6px 34px -4px rgba(0, 0, 0, 0.3);
    }
    #popup.white i.arrow { color: rgb(255, 255, 255); }

    #popup.dark { background: #8b78a1; color: #fff; }
    #popup.dark i.arrow { color: #8b78a1; }

    #popup.dark { background: #444; color: #fff; }
    #popup.dark i.arrow { color: #444; }

    #popup.darker { background: #10091b; color: #fff; }
    #popup.darker i.arrow { color: #10091b; }

    #popup.neutral { background: #8b78a1; color: #fff; }
    #popup.neutral i.arrow { color: #8b78a1; }

    #popup i.fa-caret-left { left: -6px; top: 50%; margin-top: -9px; }
    #popup i.fa-caret-right { right: -6px; top: 50%; margin-top: -9px; }
    #popup i.fa-caret-up { left: 50%; top: -14px; margin-left: -6px; }
    #popup i.fa-caret-down { left: 50%; bottom: -12px; margin-left: -6px; }

#note {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    padding: 14px;
    text-align: center;
    display: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
    -webkit-perspective-origin: center top;
    -moz-perspective-origin: center top;
    -ms-perspective-origin: center top;
    -o-perspective-origin: center top;
    perspective-origin: center top;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#note div {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    padding: 20px 34px;
    border-radius: 8px;
    text-align: center;
    min-width: 200px;
    max-width: 420px;
}
    #note.red div { background: rgba(251, 72, 128, 0.94) !important; box-shadow: 0 8px 50px -8px rgba(251, 72, 128, 0.5); }
    #note.purple div { background: rgba(132, 129, 253, 0.94) !important; box-shadow: 0 8px 50px -8px rgba(132, 129, 253, 0.5); }
    #note.pink div { background: rgba(173, 111, 255, 0.94) !important; box-shadow: 0 8px 50px -8px rgba(173, 111, 255, 0.5); }
    #note.green div { background: rgba(48, 202, 153, 0.94) !important; box-shadow: 0 8px 50px -8px rgba(48, 202, 153, 0.5); }
    #note.white div { background: #fff !important; color: #282838 !important; }


strong.normal { font-weight: 400; }
span.strong { font-weight: 700; }

.blurred {      
    -webkit-filter: blur(5px);      
    -moz-filter: blur(5px);     
    -ms-filter: blur(5px);      
    -o-filter: blur(5px);       
    filter: blur(5px);      
}

div.adult-warning {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(32, 28, 62, 0.95);
    z-index: 999;
    display: table;
    width: 100%;
    height: 100%;
}
    div.adult-warning div.center {
        display: table-cell;
        vertical-align: middle;
    }
    div.adult-warning span.sign {
        line-height: 100px;
        font-size: 50px;
        display: block;
        text-align: center;
        font-weight: 700;
        width: 130px;
        margin: 0 auto 20px auto;
        height: 100px;
        border-radius: 30px;
        background: #e73147;
        text-shadow: 0 3px 0 #d0273c;
    }
    div.adult-warning p.medium {
        text-align: center;
        max-width: 80%;
        font-size: 14px;
        line-height: 26px;
    }
    div.adult-warning a {
        text-align: center;
        max-width: 80%;
    }



/* modal */
#modal-html {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    perspective: 500px;
    perspective: 100vw;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    overflow-x: hidden;
}
#modal-html.animating { overflow: hidden; }
#modal-outer {
    display: table;
    table-layout: fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#modal-inner {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
#modal-body {
    display: block;
    padding: 20px 20px 37px 20px;
    text-align: left;
    max-width: 380px;
    margin: 0 auto;
}
#modal-body.padding-bottom { padding-bottom: 100px; }
#modal-body.links { max-width: 330px; }
#modal-body.small-max-width { max-width: 350px; }
#modal-background {
    display: none;
    position: fixed;
    z-index: 49;
    background: rgba(13, 11, 21, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modal {
    background: #45435d;
    box-shadow: 0 20px 50px -8px rgba(17, 15, 25, 0.2), 0 5px 10px -7px rgba(17, 15, 25, 0.2);
    color: #cfcfe8;
    text-align: center;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
#modal div.modal-padding { padding: 20px 24px; }
#modal div.modal-padding.with-button { padding-bottom: 0; }

#modal strong.floating-username {
    font-size: 14px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -50px;
    font-weight: 500;
    opacity: 0.6;
    background: rgba(153, 150, 185, 0.25);
    display: inline-block;
    padding: 0 20px;
    border-radius: 100px;
    white-space: nowrap;
}
    #modal strong.floating-username i {
        display: inline-block;
        vertical-align: top;
        line-height: 36px;
        font-size: 18px;
        margin-right: 6px;
    }

#modal h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}
    #modal h3 i {
        margin-right: 6px;
        font-size: 18px;
        line-height: 24px;
        vertical-align: top;
    }
    #modal h3 + div.line {
        width: 50px;
        height: 3px;
        border-radius: 8px;
        background: #6a687f;
        margin: 18px auto 21px auto;
    }
    #modal h3 + div.line.closer {
        margin: 12px auto 19px auto;
    }
    #modal h3 + div.line.paragraph {
        margin: 12px auto 16px auto;
    }

    #modal h3.small {
        font-size: 14px;
        line-height: 20px;
    }
    #modal h3 + div.line.small {
        width: 30px;
        margin: 12px auto 14px auto;
    }

    #modal h3.big {
        font-size: 20px;
        line-height: 24px;
    }

    #modal h3.smaller {
        font-size: 12px;
        line-height: 16px;
    }
    #modal h3 + div.line.smaller {
        width: 30px;
        margin: 10px auto 12px auto;
    }

    #modal p.small, #modal p.smaller, #modal li {
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: 16px;
        color: #a7a0b8;
        text-align: left;
    }
    #modal p.smaller { font-size: 10px; line-height: 14px; }
    #modal ul {
        margin: 0;
        padding: 0 0 0 20px;
    }
    #modal ul li {
        margin: 3px 0;
        padding: 0;
    }

#modal div.single-line {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #fff;
    margin: 14px auto 12px auto;
}

#modal p.subtitle {
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 23px;
    color: #cfcfe8;
    /*opacity: 0.75;*/
    display: block;
    text-align: center;
}
    #modal p.subtitle.no-padding { padding: 0; }
    #modal p.subtitle.big { font-size: 14px; line-height: 26px; }
    #modal div.line + p.subtitle { margin-top: -5px; }
    #modal p.subtitle.red {
        font-size: 9px;
        line-height: 16px;
        border-radius: 5px;
        padding: 6px 12px;
        padding: 0;
        margin: 10px auto 0 auto;
        max-width: 240px;
        color: rgba(234, 160, 178, 0.65);
    }

#modal div.button-spacing { height: 28px; }
#modal div.button-spacing-special { height: 20px; }
#modal input + div.button-spacing { height: 34px; }
#modal div.regular-spacing { height: 34px; }
#modal div.small-spacing { height: 14px; }
#modal div.normal-spacing { height: 30px; }

#modal div.separate-disclaimer { margin: 0 -24px; }
#modal div.separate-disclaimer img { max-width: 100%; }

#modal form { display: block; margin: 0; padding: 0; font-size: 0; line-height: 0; }

#modal figure.app-icon {
    height: 74px;
    width: 74px;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    margin: -37px 0 0 -37px;
    top: 0;
    left: 50%;
}

#modal a.btn-action, #modal button.btn-action {
    margin: 0 auto;
    padding: 0 40px;
    display: inline-block;
    background: #f22b5b;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: -25px;
    border: 0;
}
    #modal a.btn-action.green, #modal button.btn-action.green { background: #34c1a0; }
	#modal a.btn-action i, #modal button.btn-action i {
	    vertical-align: middle;
	    font-size: 18px;
	    margin-right: 4px;
	}
    #modal a.btn-action:hover, #modal button.btn-action:hover { background: #f22b5b; color: #fff; }
    #modal a.btn-action:active, #modal button.btn-action:active { background: #fff; color: #110d17; }
    #modal a.btn-action.gray {
        background: #6a5d7b !important;
        color: #d1ccde !important;
    }
    #modal a.btn-action.btn-google-play {
        background-color: transparent;
        background-image: url('../images/btn-google-play.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        border-radius: 0;
        width: 240px;
        height: 70px;
        margin-bottom: -35px;
    }

#modal a.btn-link {
    margin: 0;
    padding: 0 40px 0 20px;
    display: block;
    color: #cfcfe8;
    font-weight: 500;
    font-size: 15px;
    line-height: 60px;
    text-align: left;
    border-bottom: 2px solid #3e3c54;
    white-space: nowrap;
}
    #modal a.btn-link i {
        color: #cfcfe8;
        font-size: 24px;
        line-height: 60px;
        vertical-align: top;
        width: 50px;
        text-align: center;
    }
    #modal a.btn-link:last-child { border-bottom: 0; }
    #modal a.btn-link:hover { color: #cfcfe8; }
    #modal a.btn-link:active { color: #fff; background: rgba(0, 0, 0, 0.1); }
    #modal a.btn-link:active i { color: #fff; }

#modal div.align-center { clear: both; }



a.btn-blur-image, a.btn-unblur-image, a.btn-remove-image {
    position: absolute;
    margin: 80px 0 0 -110px;
    font-size: 14px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    background: #82efc6;
    border-radius: 100%;
    font-weight: 700;
    color: #1f1f2c;
    box-shadow: 0 2px 5px #000;
    opacity: 0;
}
a.btn-blur-image {
    margin: 80px 0 0 -19px;
    background: #fd7091;
}
a.btn-remove-image {
    margin: 80px 0 0 -60px;
    background: #ff5555;
}
td.images a.btn-unblur-image {
    margin: 80px 0 0 -90px;
}
td.images a.btn-blur-image {
    margin: 80px 0 0 -29px;
}
td.images a.btn-remove-image {
    margin: 80px 0 0 -74px;
}
figure.new-pfp a.btn-unblur-image {
    margin: 90px 0 0 -119px;
}
figure.new-pfp a.btn-blur-image {
    margin: 90px 0 0 -29px;
}
figure.new-pfp a.btn-remove-image {
    margin: 90px 0 0 -74px;
}
a.btn-blur-image i, a.btn-unblur-image i, a.btn-remove-image i { vertical-align: top; line-height: 28px; }
a.btn-blur-image:active, a.btn-unblur-image:active, a.btn-remove-image:active { background: #fff; }
tr:hover a.btn-blur-image, tr:hover a.btn-unblur-image, tr:hover a.btn-remove-image,
figure.new-pfp:hover a.btn-blur-image, figure.new-pfp:hover a.btn-unblur-image, figure.new-pfp:hover a.btn-remove-image {
    opacity: 1;
}


/* #######
   Loading
   ####### */

div#loading-new {
    display: none;
    position: fixed;
    top: 24px;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: 100;
    background: #fff;
    padding: 0;
    margin: 0 0 0 -52px;
    border-radius: 100px;
    width: 104px;
    height: 44px;
    box-shadow: 0 4px 20px -8px rgba(21, 21, 37, 0.7), 0 8px 80px -12px rgba(21, 21, 37, 0.3);
    box-shadow: -20px 0px 30px -10px #fd5fff, 20px 0px 30px -10px #897aff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

}
div#loading-new div.c {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: loadingBallContainer 1.3s ease-in-out infinite;
    -moz-animation: loadingBallContainer 1.3s ease-in-out infinite;
    animation: loadingBallContainer 1.3s ease-in-out infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective-origin: center center;
    -moz-perspective-origin: center center;
    -ms-perspective-origin: center center;
    -o-perspective-origin: center center;
    perspective-origin: center center;
    -webkit-perspective: 10px;
    -moz-perspective: 10px;
    -ms-perspective: 10px;
    -o-perspective: 10px;
    perspective: 10px;
}
@-webkit-keyframes loadingBallContainer {
    0% { -webkit-transform: translateX(-44px) translateZ(0); transform: translateX(-44px) translateZ(0); }
    75% { -webkit-transform: translateX(44px) translateZ(0); transform: translateX(44px) translateZ(0); }
    100% { -webkit-transform: translateX(-44px) translateZ(0); transform: translateX(-44px) translateZ(0); }
} @-moz-keyframes loadingBallContainer {
    0% { -moz-transform: translateX(-44px) translateZ(0); transform: translateX(-44px) translateZ(0); }
    75% { -moz-transform: translateX(44px) translateZ(0); transform: translateX(44px) translateZ(0); }
    100% { -moz-transform: translateX(-44px) translateZ(0); transform: translateX(-44px) translateZ(0); }
} @keyframes loadingBallContainer {
    0% { -webkit-transform: translateX(-44px) translateZ(0); transform: translateX(-44px) translateZ(0); }
    75% { -webkit-transform: translateX(44px) translateZ(0); transform: translateX(44px) translateZ(0); }
    100% { -webkit-transform: translateX(-44px) translateZ(0); transform: translateX(-44px) translateZ(0); }
} 

div#loading-new div.c2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: loadingBall 1.3s ease-in-out infinite;
    -moz-animation: loadingBall 1.3s ease-in-out infinite;
    animation: loadingBall 1.3s ease-in-out infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
div#loading-new div.b {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #a73ff5 !important;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
div#loading-new div.c:first-child div.b { background: #897aff !important; }
div#loading-new div.c:last-child div.b { background: #fd5fff !important; }
/* transforming scale doesn't work properly with vw units, so translateZ instead */
@-webkit-keyframes loadingBall {
    0% { opacity: 0; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); }
    8% { opacity: 0.2; -webkit-transform: translateZ(-28px); transform: translateZ(-28px); }
    16% { opacity: 0.4; -webkit-transform: translateZ(-18px); transform: translateZ(-18px); }
    25% { opacity: 0.7; -webkit-transform: translateZ(-10px); transform: translateZ(-10px); }
    31% { opacity: 0.85; -webkit-transform: translateZ(-5px); transform: translateZ(-5px); }
    38% { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); }
    44% { opacity: 0.85; -webkit-transform: translateZ(-5px); transform: translateZ(-5px); }
    51% { opacity: 0.7; -webkit-transform: translateZ(-10px); transform: translateZ(-10px); }
    60% { opacity: 0.4; -webkit-transform: translateZ(-18px); transform: translateZ(-18px); }
    68% { opacity: 0.2; -webkit-transform: translateZ(-28px); transform: translateZ(-28px); }
    75% { opacity: 0; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); }
    100% { opacity: 0; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); }
} @-moz-keyframes loadingBall {
    0% { opacity: 0; -moz-transform: translateZ(-40px); transform: translateZ(-40px); }
    8% { opacity: 0.2; -moz-transform: translateZ(-28px); transform: translateZ(-28px); }
    16% { opacity: 0.4; -moz-transform: translateZ(-18px); transform: translateZ(-18px); }
    25% { opacity: 0.7; -moz-transform: translateZ(-5px); transform: translateZ(-5px); }
    31% { opacity: 0.85; -moz-transform: translateZ(-2px); transform: translateZ(-2px); }
    38% { opacity: 1; -moz-transform: translateZ(0); transform: translateZ(0); }
    44% { opacity: 0.85; -moz-transform: translateZ(-2px); transform: translateZ(-2px); }
    51% { opacity: 0.7; -moz-transform: translateZ(-10px); transform: translateZ(-10px); }
    60% { opacity: 0.4; -moz-transform: translateZ(-18px); transform: translateZ(-18px); }
    68% { opacity: 0.2; -moz-transform: translateZ(-28px); transform: translateZ(-28px); }
    75% { opacity: 0; -moz-transform: translateZ(-40px); transform: translateZ(-40px); }
    100% { opacity: 0; -moz-transform: translateZ(-40px); transform: translateZ(-40px); }
} @keyframes loadingBall {
    0% { opacity: 0; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); }
    8% { opacity: 0.2; -webkit-transform: translateZ(-25px); transform: translateZ(-25px); }
    16% { opacity: 0.4; -webkit-transform: translateZ(-10px); transform: translateZ(-10px); }
    38% { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); }
    60% { opacity: 0.4; -webkit-transform: translateZ(-10px); transform: translateZ(-10px); }
    68% { opacity: 0.2; -webkit-transform: translateZ(-25px); transform: translateZ(-25px); }
    75% { opacity: 0; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); }
    100% { opacity: 0; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); }
}

div#loading-new div.delay1 { animation-delay: 0.13s; }
div#loading-new div.delay2 { animation-delay: 0.26s; }


/* #############
   Media queries
   ############# */


@media (max-width: 460px) {
    figure.new-pfp img {
        max-width: 100px;
        max-height: 100px;
    }
    figure.new-pfp {
        padding-bottom: 30px;
    }
    a.btn-blur-image, a.btn-unblur-image, a.btn-remove-image {
        opacity: 1;
    }
    figure.new-pfp a.btn-unblur-image {
        margin: 100px 0 0 -104px;
    }
    figure.new-pfp a.btn-blur-image {
        margin: 100px 0 0 -31px;
    }
    figure.new-pfp a.btn-remove-image {
        margin: 100px 0 0 -67px;
    }
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    div.container-top a#logo,
    div.container-top div#logo {
        height: 80px;
        min-height: 80px;
    }

    figure.profile-picture img { max-width: 180px; }

    h2.title-center {
        font-size: 22px;
        line-height: 28px;
    }

    p.small-bottom-text { max-width: none; }

    div.adult-warning span.sign {
        line-height: 200px;
        font-size: 120px;
        width: 300px;
        height: 200px;
        margin-bottom: 40px;
        border-radius: 40px;
    }
    div.adult-warning p.medium {
        max-width: 600px;
        font-size: 20px;
        line-height: 34px;
    }
    div.adult-warning a { max-width: 600px; }

    #modal-body.small-max-width { max-width: 380px; }
}

/* Larger than tablet */
@media (min-width: 750px) {
    /* height to auto for these 2 rulesets to fix weird padding scroll bug */
    html, body {
        height: auto;
        background-image: url(../images/layout/desktop_background.jpg);
    }

    section.container-parent {
        height: auto;
        padding: 30px;
    }

    div.container-child {
        background: rgba(29, 28, 41, 0.5);
        border-radius: 20px;
        max-width: 800px;
        min-height: auto;
        padding: 40px;
    }
    div.container-normal {
        max-width: 800px;
        padding: 40px;
    }
    #menu-fullscreen a.btn-close { top: 70px; left: 40px; }

    div.container-middle {
        padding: 50px 0;
        flex: 0;
    }

    /* If the middle container is the last child, it means that there's no bottom container, meaning there'll be 30px extra spacing -- so deduct that here */
    div.container-middle:last-child { padding-bottom: 20px; }

    figure.profile-picture div.icon-verified { box-shadow: 0 0 0 3px #232231; }


    input.sticky-input {
        bottom: 20px;
        left: 0;
        right: 0;
        border-radius: 8px;
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
    }
    input.sticky-input + a { display: none !important; }


    table.normal.bigger-photos td.adjustable { padding: 47px 6px; }
    table.normal.bigger-photos figure.avatar img { max-width: 100px; border-radius: 15%; }
    table.normal.bigger-photos td.images figure.avatar img { max-width: 90px; }
    table.normal.bigger-photos td.images figure.avatar:first-child { margin-left: -192px; }
    table.normal.bigger-photos td.images figure.avatar:nth-child(2) { margin-left: -96px; }
    table.normal.bigger-photos a.btn-icon i { line-height: 100px; }
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}



/* ###########
   Transitions
   ########### */

a, #popup, a span, input + i, div.file-box, i.transition {
    transition: opacity 0.2s ease, margin 0.2s ease, filter 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease;
    -o-transition: opacity 0.2s ease, margin 0.2s ease, filter 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, -o-transform 0.2s ease, border 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease;
    -moz-transition: opacity 0.2s ease, margin 0.2s ease, filter 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, -moz-transform 0.2s ease, border 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease;
    -webkit-transition: opacity 0.2s ease, margin 0.2s ease, filter 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, border 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease;
}

input, select, textarea, a.btn-main {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

button, i {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease, background 0.2s ease, filter 0.2s ease, color 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease, transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease, -webkit-transform 0.2s ease;
    -moz-transition: opacity 0.2s ease, background 0.2s ease, filter 0.2s ease, color 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease, transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease, -webkit-transform 0.2s ease;
    -ms-transition: opacity 0.2s ease, background 0.2s ease, filter 0.2s ease, color 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease, transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: opacity 0.2s ease, background 0.2s ease, filter 0.2s ease, color 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease, transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, background 0.2s ease, filter 0.2s ease, color 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease, transform 0.2s ease, -ms-transform 0.2s ease, -moz-transform 0.2s ease, -webkit-transform 0.2s ease;
}


/*
*****
Animations
*****
*/

/* Amazing cubic-bezier's:
.19,1,.22,1   1.2s
.3,1.43,.46,1.03   0.8s
*/

/* try backwards animation direction */
.animate-skewUp,
#menu-fullscreen.active div.menu a span {
    -webkit-animation: animateSkewUp 1.2s cubic-bezier(.19,1,.22,1) backwards;
    -moz-animation: animateSkewUp 1.2s cubic-bezier(.19,1,.22,1) backwards;
    -o-animation: animateSkewUp 1.2s cubic-bezier(.19,1,.22,1) backwards;
    animation: animateSkewUp 1.2s cubic-bezier(.19,1,.22,1) backwards;
}
@-webkit-keyframes animateSkewUp{
    0%{-webkit-transform:skewY(7deg) translateY(110%);transform:skewY(7deg) translateY(110%);-webkit-transform-origin:left center;transform-origin:left center}
    100%{-webkit-transform:skewY(0) translateY(0);transform:skewY(0) translateY(0);-webkit-transform-origin:left center;transform-origin:left center}
}
@-moz-keyframes animateSkewUp{
    0%{-moz-transform:skewY(7deg) translateY(110%);transform:skewY(7deg) translateY(110%);-moz-transform-origin:left center;transform-origin:left center}
    100%{-moz-transform:skewY(0) translateY(0);transform:skewY(0) translateY(0);-moz-transform-origin:left center;transform-origin:left center}
}
@-o-keyframes animateSkewUp{
    0%{-o-transform:skewY(7deg) translateY(110%);transform:skewY(7deg) translateY(110%);-o-transform-origin:left center;transform-origin:left center}
    100%{-o-transform:skewY(0) translateY(0);transform:skewY(0) translateY(0);-o-transform-origin:left center;transform-origin:left center}
}
@keyframes animateSkewUp{
    0%{-webkit-transform:skewY(7deg) translateY(110%);-moz-transform:skewY(7deg) translateY(110%);-o-transform:skewY(7deg) translateY(110%);transform:skewY(7deg) translateY(110%);-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}
    100%{-webkit-transform:skewY(0) translateY(0);-moz-transform:skewY(0) translateY(0);-o-transform:skewY(0) translateY(0);transform:skewY(0) translateY(0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}
}

.animate-depthIn {
    -webkit-animation: animateDepthIn 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: animateDepthIn 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: animateDepthIn 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -webkit-animation: animateDepthIn 0.8s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
    -moz-animation: animateDepthIn 0.8s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
    animation: animateDepthIn 0.8s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
}
    @-webkit-keyframes animateDepthIn {
        0% {
            opacity: 0;
            -webkit-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    } @-moz-keyframes animateDepthIn {
        0% {
            opacity: 0;
            -moz-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
        100% {
            opacity: 1;
            -moz-transform: none;
            transform: none;
        }
    } @-ms-keyframes animateDepthIn {
        0% {
            opacity: 0;
            -ms-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
        100% {
            opacity: 1;
            -ms-transform: none;
            transform: none;
        }
    } @-o-keyframes animateDepthIn {
        0% {
            opacity: 0;
            -o-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
        100% {
            opacity: 1;
            -o-transform: none;
            transform: none;
        }
    } @keyframes animateDepthIn {
        0% {
            opacity: 0;
            -webkit-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

.animate-depthOut {
    -webkit-animation: animateDepthOut 0.7s cubic-bezier(.69,.04,.78,.61) forwards !important;
    -moz-animation: animateDepthOut 0.7s cubic-bezier(.69,.04,.78,.61) forwards !important;
    animation: animateDepthOut 0.7s cubic-bezier(.69,.04,.78,.61) forwards !important;
    -webkit-animation: animateDepthOut 0.8s cubic-bezier(.39,0,.82,-0.34) forwards !important;
    -moz-animation: animateDepthOut 0.8s cubic-bezier(.39,0,.82,-0.34) forwards !important;
    animation: animateDepthOut 0.8s cubic-bezier(.39,0,.82,-0.34) forwards !important;
}
    @-webkit-keyframes animateDepthOut {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
    } @-moz-keyframes animateDepthOut {
        0% {
            opacity: 1;
            -moz-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -moz-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
    } @-ms-keyframes animateDepthOut {
        0% {
            opacity: 1;
            -ms-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -ms-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
    } @-o-keyframes animateDepthOut {
        0% {
            opacity: 1;
            -o-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -o-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
    } @keyframes animateDepthOut {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
            transform: translateY(100px) translateZ(-100px) rotate3d(-1,0,0,60deg);
        }
    }

.animate-depthInTop {
    -webkit-animation: animateDepthInTop 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: animateDepthInTop 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: animateDepthInTop 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -webkit-animation: animateDepthInTop 1.1s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
    -moz-animation: animateDepthInTop 1.1s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
    animation: animateDepthInTop 1.1s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
}
    @-webkit-keyframes animateDepthInTop {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    } @-moz-keyframes animateDepthInTop {
        0% {
            opacity: 0;
            -moz-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
        }
        100% {
            opacity: 1;
            -moz-transform: none;
            transform: none;
        }
    } @-ms-keyframes animateDepthInTop {
        0% {
            opacity: 0;
            -ms-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
        }
        100% {
            opacity: 1;
            -ms-transform: none;
            transform: none;
        }
    } @-o-keyframes animateDepthInTop {
        0% {
            opacity: 0;
            -o-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
        }
        100% {
            opacity: 1;
            -o-transform: none;
            transform: none;
        }
    } @keyframes animateDepthInTop {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
            transform: translateY(-5vh) translateZ(-20vh) rotate3d(-1,0,0,-200deg); /* pretty cool intro animation */
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-80deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

.animate-depthOutTop {
    -webkit-animation: animateDepthOutTop 0.7s cubic-bezier(.69,.04,.78,.61) forwards !important;
    -moz-animation: animateDepthOutTop 0.7s cubic-bezier(.69,.04,.78,.61) forwards !important;
    animation: animateDepthOutTop 0.7s cubic-bezier(.69,.04,.78,.61) forwards !important;
    -webkit-animation: animateDepthOutTop 0.8s cubic-bezier(.39,0,.82,-0.34) forwards !important;
    -moz-animation: animateDepthOutTop 0.8s cubic-bezier(.39,0,.82,-0.34) forwards !important;
    animation: animateDepthOutTop 0.8s cubic-bezier(.39,0,.82,-0.34) forwards !important;
}
    @-webkit-keyframes animateDepthOutTop {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
        }
    } @-moz-keyframes animateDepthOutTop {
        0% {
            opacity: 1;
            -moz-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -moz-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
        }
    } @-ms-keyframes animateDepthOutTop {
        0% {
            opacity: 1;
            -ms-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -ms-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
        }
    } @-o-keyframes animateDepthOutTop {
        0% {
            opacity: 1;
            -o-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -o-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
        }
    } @keyframes animateDepthOutTop {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
            transform: translateY(-150px) translateZ(-150px) rotate3d(-1,0,0,-100deg);
        }
    }

.animate-depthInNormal {
    -webkit-animation: animateDepthInNormal 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: animateDepthInNormal 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: animateDepthInNormal 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -webkit-animation: animateDepthInNormal 0.4s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
    -moz-animation: animateDepthInNormal 0.4s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
    animation: animateDepthInNormal 0.4s cubic-bezier(.3,1.43,.46,1.03) forwards !important;
}
    @-webkit-keyframes animateDepthInNormal {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(-200px);
            -webkit-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    } @-moz-keyframes animateDepthInNormal {
        0% {
            opacity: 0;
            -moz-transform: translateZ(-200px);
            -moz-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
        100% {
            opacity: 1;
            -moz-transform: none;
            transform: none;
        }
    } @-ms-keyframes animateDepthInNormal {
        0% {
            opacity: 0;
            -ms-transform: translateZ(-200px);
            -ms-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
        100% {
            opacity: 1;
            -ms-transform: none;
            transform: none;
        }
    } @-o-keyframes animateDepthInNormal {
        0% {
            opacity: 0;
            -o-transform: translateZ(-200px);
            -o-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
        100% {
            opacity: 1;
            -o-transform: none;
            transform: none;
        }
    } @keyframes animateDepthInNormal {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(-200px);
            -webkit-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

.animate-depthOutNormal {
    -webkit-animation: animateDepthOutNormal 0.4s cubic-bezier(.69,.04,.78,.61) forwards !important;
    -moz-animation: animateDepthOutNormal 0.4s cubic-bezier(.69,.04,.78,.61) forwards !important;
    animation: animateDepthOutNormal 0.4s cubic-bezier(.69,.04,.78,.61) forwards !important;
    -webkit-animation: animateDepthOutNormal 0.4s cubic-bezier(.39,0,.82,-0.34) forwards !important;
    -moz-animation: animateDepthOutNormal 0.4s cubic-bezier(.39,0,.82,-0.34) forwards !important;
    animation: animateDepthOutNormal 0.4s cubic-bezier(.39,0,.82,-0.34) forwards !important;
}
    @-webkit-keyframes animateDepthOutNormal {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-200px);
            -webkit-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
    } @-moz-keyframes animateDepthOutNormal {
        0% {
            opacity: 1;
            -moz-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -moz-transform: translateZ(-200px);
            -moz-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
    } @-ms-keyframes animateDepthOutNormal {
        0% {
            opacity: 1;
            -ms-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -ms-transform: translateZ(-200px);
            -ms-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
    } @-o-keyframes animateDepthOutNormal {
        0% {
            opacity: 1;
            -o-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -o-transform: translateZ(-200px);
            -o-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
    } @keyframes animateDepthOutNormal {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-200px);
            -webkit-transform: translateZ(-50vw);
            transform: translateZ(-200px);
            transform: translateZ(-50vw);
        }
    }

.animate-fadeIn {
    -webkit-animation: fadeIn 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: fadeIn 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -ms-animation: fadeIn 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -o-animation: fadeIn 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: fadeIn 0.4s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
    @-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
    @-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
    @-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
    @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }

.animate-fadeOut {
    -webkit-animation: fadeOut 0.4s cubic-bezier(.67,.01,.93,.78) forwards !important;
    -moz-animation: fadeOut 0.4s cubic-bezier(.67,.01,.93,.78) forwards !important;
    -ms-animation: fadeOut 0.4s cubic-bezier(.67,.01,.93,.78) forwards !important;
    -o-animation: fadeOut 0.4s cubic-bezier(.67,.01,.93,.78) forwards !important;
    animation: fadeOut 0.4s cubic-bezier(.67,.01,.93,.78) forwards !important;
}
    @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
    @-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
    @-ms-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
    @-o-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
    @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }


.animate-fadeInDown {
    -webkit-animation: fadeInDown 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: fadeInDown 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: fadeInDown 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
    @keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

.animate-fadeInUp {
    -webkit-animation: fadeInUp 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: fadeInUp 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: fadeInUp 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
    @keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

.animate-fadeInLeft {
    -webkit-animation: fadeInLeft 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: fadeInLeft 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: fadeInLeft 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{-webkit-transform:none;transform:none}}
    @keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{-webkit-transform:none;transform:none}}

.animate-fadeInRight {
    -webkit-animation: fadeInRight 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: fadeInRight 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: fadeInRight 0.7s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{-webkit-transform:none;transform:none}}
    @keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{-webkit-transform:none;transform:none}}

.animate-fadeOutUp {
    -webkit-animation: fadeOutUp 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    -moz-animation: fadeOutUp 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    animation: fadeOutUp 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
}
    @-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}
    @keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}

.animate-fadeOutDown {
    -webkit-animation: fadeOutDown 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    -moz-animation: fadeOutDown 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    animation: fadeOutDown 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
}
    @-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}
    @keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}

.animate-fadeOutLeft {
    -webkit-animation: fadeOutLeft 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    -moz-animation: fadeOutLeft 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    animation: fadeOutLeft 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
}
    @-webkit-keyframes fadeOutLeft{0%{transform:none;-webkit-transform:none;}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}
    @keyframes fadeOutLeft{0%{transform:none;-webkit-transform:none;}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}

.animate-fadeOutRight {
    -webkit-animation: fadeOutRight 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    -moz-animation: fadeOutRight 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
    animation: fadeOutRight 0.5s cubic-bezier(.67,.01,.93,.78) forwards !important;
}
    @-webkit-keyframes fadeOutRight{0%{transform:none;-webkit-transform:none;}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
    @keyframes fadeOutRight{0%{transform:none;-webkit-transform:none;}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}

.animate-scaleOut {
    -webkit-animation: scaleOut 0.3s cubic-bezier(.67,.01,.93,.78) forwards;
    -moz-animation: scaleOut 0.3s cubic-bezier(.67,.01,.93,.78) forwards;
    animation: scaleOut 0.3s cubic-bezier(.67,.01,.93,.78) forwards;
}
    @-webkit-keyframes scaleOut{0%{opacity:1}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-moz-transform:scale(0)}}
    @keyframes scaleOut{0%{opacity:1}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-moz-transform:scale(0)}}

.animate-scaleIn {
    -webkit-animation: scaleIn 0.3s cubic-bezier(.25,.41,.29,.94) forwards;
    -moz-animation: scaleIn 0.3s cubic-bezier(.25,.41,.29,.94) forwards;
    animation: scaleIn 0.3s cubic-bezier(.25,.41,.29,.94) forwards;
}
    @-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-moz-transform:scale(0)}100%{opacity:1;}}
    @keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-moz-transform:scale(0)}100%{opacity:1;}}

.animate-scaleInFastY {
    -webkit-animation: scaleInY 0.2s cubic-bezier(.35,1,.38,1) forwards;
    -webkit-animation: scaleInY 0.2s cubic-bezier(0.355, 1, 0.380, 1) forwards;
    -moz-animation: scaleInY 0.2s cubic-bezier(0.355, 1, 0.380, 1) forwards;
    animation: scaleInY 0.2s cubic-bezier(0.355, 1, 0.380, 1) forwards;
}
    @-webkit-keyframes scaleInY{0%{opacity:0;-webkit-transform:scale(0) translateY(10px);transform:scale(0) translateY(10px)}100%{opacity:1;-webkit-transform:none;transform:none}}
    @-moz-keyframes scaleInY{0%{opacity:0;-moz-transform:scale(0) translateY(10px);transform:scale(0) translateY(10px)}100%{opacity:1;-moz-transform:none;transform:none}}
    @keyframes scaleInY{0%{opacity:0;-webkit-transform:scale(0) translateY(10px);transform:scale(0) translateY(10px)}100%{opacity:1;-webkit-transform:none;transform:none}}

.animate-scaleOutFastY {
    -webkit-animation: scaleOutY 0.2s cubic-bezier(0.72, 0, 0.53, 0.25) forwards;
    -webkit-animation: scaleOutY 0.2s cubic-bezier(0.720, 0, 0.535, 0.255) forwards;
    -moz-animation: scaleOutY 0.2s cubic-bezier(0.720, 0, 0.535, 0.255) forwards;
    animation: scaleOutY 0.2s cubic-bezier(0.720, 0, 0.535, 0.255) forwards; /* cubic-bezier(0.720, -0.180, 0.535, 0.255) */
}
    @-webkit-keyframes scaleOutY{0%{opacity:1;-webkit-transform:scale(1) translateY(0px);transform:scale(1) translateY(0px)}100%{opacity:0;-webkit-transform:scale(0) translateY(-10px);transform:scale(0) translateY(-10px)}}
    @-moz-keyframes scaleOutY{0%{opacity:1;-moz-transform:scale(1) translateY(0px);transform:scale(1) translateY(0px)}100%{opacity:0;-moz-transform:scale(0) translateY(-10px);transform:scale(0) translateY(-10px)}}
    @keyframes scaleOutY{0%{opacity:1;-webkit-transform:scale(1) translateY(0px);transform:scale(1) translateY(0px)}100%{opacity:0;-webkit-transform:scale(0) translateY(-10px);transform:scale(0) translateY(-10px)}}


.animate-fadeInDownFast {
    animation: fadeInDownFast 0.3s ease forwards;
    -moz-animation: fadeInDownFast 0.3s ease forwards;
    -webkit-animation: fadeInDownFast 0.3s ease forwards;
}
    @keyframes fadeInDownFast {
        0% { opacity: 0; transform: translateY(-50px); -moz-transform: translateY(-50px); -webkit-transform: translateY(-50px); }
        100% { opacity: 1; transform: none; -moz-transform: none; -webkit-transform: none; }
    } @-moz-keyframes fadeInDownFast {
        0% { opacity: 0; transform: translateY(-50px); -moz-transform: translateY(-50px); -webkit-transform: translateY(-50px); }
        100% { opacity: 1; transform: none; -moz-transform: none; -webkit-transform: none; }
    } @-webkit-keyframes fadeInDownFast {
        0% { opacity: 0; transform: translateY(-50px); -moz-transform: translateY(-50px); -webkit-transform: translateY(-50px); }
        100% { opacity: 1; transform: none; -moz-transform: none; -webkit-transform: none; }
    }

.animate-fadeOutUpFast {
    animation: fadeOutUpFast 0.3s ease forwards;
    -moz-animation: fadeOutUpFast 0.3s ease forwards;
    -webkit-animation: fadeOutUpFast 0.3s ease forwards;
}
    @keyframes fadeOutUpFast {
        0% { opacity: 1; transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(-50px); -moz-transform: translateY(-50px); -webkit-transform: translateY(-50px); }
    } @-moz-keyframes fadeOutUpFast {
        0% { opacity: 1; transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(-50px); -moz-transform: translateY(-50px); -webkit-transform: translateY(-50px); }
    } @-webkit-keyframes fadeOutUpFast {
        0% { opacity: 1; transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(-50px); -moz-transform: translateY(-50px); -webkit-transform: translateY(-50px); }
    }

.animate-shortFadeOutUp {
    -webkit-animation: shortFadeOutUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: shortFadeOutUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -ms-animation: shortFadeOutUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: shortFadeOutUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @keyframes shortFadeOutUp {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
    } @-ms-keyframes shortFadeOutUp {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
    } @-moz-keyframes shortFadeOutUp {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
    } @-webkit-keyframes shortFadeOutUp {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
    }

.animate-shortFadeOutDown {
    -webkit-animation: shortFadeOutDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: shortFadeOutDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -ms-animation: shortFadeOutDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: shortFadeOutDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @keyframes shortFadeOutDown {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
    } @-ms-keyframes shortFadeOutDown {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
    } @-moz-keyframes shortFadeOutDown {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
    } @-webkit-keyframes shortFadeOutDown {
        0% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
        100% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
    }

.animate-shortFadeInUp {
    -webkit-animation: shortFadeInUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: shortFadeInUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -ms-animation: shortFadeInUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: shortFadeInUp 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @keyframes shortFadeInUp {
        0% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
        100% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
    } @-ms-keyframes shortFadeInUp {
        0% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
        100% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
    } @-moz-keyframes shortFadeInUp {
        0% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
        100% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
    } @-webkit-keyframes shortFadeInUp {
        0% { opacity: 0; transform: translateY(-15px); -ms-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); }
        100% { opacity: 1; transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; }
    }

.animate-shortFadeInDown {
    -webkit-animation: shortFadeInDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -moz-animation: shortFadeInDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    -ms-animation: shortFadeInDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
    animation: shortFadeInDown 0.2s cubic-bezier(.25,.41,.29,.94) forwards !important;
}
    @keyframes shortFadeInDown {
        0% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
        100% { opacity: 1; transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -webkit-transform: scale(1) translateY(0); }
    }@-ms-keyframes shortFadeInDown {
        0% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
        100% { opacity: 1; transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -webkit-transform: scale(1) translateY(0); }
    }@-moz-keyframes shortFadeInDown {
        0% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
        100% { opacity: 1; transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -webkit-transform: scale(1) translateY(0); }
    }@-webkit-keyframes shortFadeInDown {
        0% { opacity: 0; transform: translateY(15px); -ms-transform: translateY(15px); -moz-transform: translateY(15px); -webkit-transform: translateY(15px); }
        100% { opacity: 1; transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -webkit-transform: scale(1) translateY(0); }
    }

.animate-bounceUp {
    animation: bounceUp 0.3s ease forwards;
    -moz-animation: bounceUp 0.3s ease forwards;
    -webkit-animation: bounceUp 0.3s ease forwards;
}
@keyframes bounceUp {
    0% { transform: none; -moz-transform: none; -webkit-transform: none;}
    40% { transform: translateY(-6px); -moz-transform: translateY(-6px); -webkit-transform: translateY(-6px); }
    60% { transform: none; -moz-transform: none; -webkit-transform: none; }
    80% { transform: translateY(-4px); -moz-transform: translateY(-4px); -webkit-transform: translateY(-4px); }
    100%{ transform: none; -moz-transform: none; -webkit-transform: none;}
}
@-moz-keyframes bounceUp {
    0% { transform: none; -moz-transform: none; -webkit-transform: none;}
    40% { transform: translateY(-10px); -moz-transform: translateY(-10px); -webkit-transform: translateY(-10px); }
    60% { transform: none; -moz-transform: none; -webkit-transform: none; }
    80% { transform: translateY(-5px); -moz-transform: translateY(-5px); -webkit-transform: translateY(-5px); }
    100%{ transform: none; -moz-transform: none; -webkit-transform: none;}
}
@-webkit-keyframes bounceUp {
    0% { transform: none; -moz-transform: none; -webkit-transform: none;}
    40% { transform: translateY(-10px); -moz-transform: translateY(-10px); -webkit-transform: translateY(-10px); }
    60% { transform: none; -moz-transform: none; -webkit-transform: none; }
    80% { transform: translateY(-5px); -moz-transform: translateY(-5px); -webkit-transform: translateY(-5px); }
    100%{ transform: none; -moz-transform: none; -webkit-transform: none;}
}
