.tooltip {
    position        : absolute;
    z-index         : 1070;
    display         : block;
    font-family     : "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style      : normal;
    font-weight     : normal;
    letter-spacing  : normal;
    line-break      : auto;
    line-height     : 1.42857143;
    text-align      : left;
    text-align      : start;
    text-decoration : none;
    text-shadow     : none;
    text-transform  : none;
    white-space     : normal;
    word-break      : normal;
    word-spacing    : normal;
    word-wrap       : normal;
    font-size       : 12px;
    opacity         : 0;
    filter          : alpha(opacity=0);
}

.tooltip.in {
    opacity : 0.9;
    filter  : alpha(opacity=90);
}

.tooltip.top {
    margin-top : -3px;
    padding    : 5px 0;
}

.tooltip.right {
    margin-left : 3px;
    padding     : 0 5px;
}

.tooltip.bottom {
    margin-top : 3px;
    padding    : 5px 0;
}

.tooltip.left {
    margin-left : -3px;
    padding     : 0 5px;
}

.tooltip-inner {
    max-width        : 200px;
    padding          : 3px 8px;
    color            : #ffffff;
    text-align       : center;
    background-color : #000000;
    border-radius    : 4px;
}

.tooltip-arrow {
    position     : absolute;
    width        : 0;
    height       : 0;
    border-color : transparent;
    border-style : solid;
}

.tooltip.top .tooltip-arrow {
    bottom           : 0;
    left             : 50%;
    margin-left      : -5px;
    border-width     : 5px 5px 0;
    border-top-color : #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom           : 0;
    right            : 5px;
    margin-bottom    : -5px;
    border-width     : 5px 5px 0;
    border-top-color : #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom           : 0;
    left             : 5px;
    margin-bottom    : -5px;
    border-width     : 5px 5px 0;
    border-top-color : #000000;
}

.tooltip.right .tooltip-arrow {
    top                : 50%;
    left               : 0;
    margin-top         : -5px;
    border-width       : 5px 5px 5px 0;
    border-right-color : #000000;
}

.tooltip.left .tooltip-arrow {
    top               : 50%;
    right             : 0;
    margin-top        : -5px;
    border-width      : 5px 0 5px 5px;
    border-left-color : #000000;
}

.tooltip.bottom .tooltip-arrow {
    top                 : 0;
    left                : 50%;
    margin-left         : -5px;
    border-width        : 0 5px 5px;
    border-bottom-color : #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top                 : 0;
    right               : 5px;
    margin-top          : -5px;
    border-width        : 0 5px 5px;
    border-bottom-color : #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top                 : 0;
    left                : 5px;
    margin-top          : -5px;
    border-width        : 0 5px 5px;
    border-bottom-color : #000000;
}

.popover {
    position         : absolute;
    top              : 0;
    left             : 0;
    z-index          : 99999999;
    display          : none;
    max-width        : 500px;
    padding          : 1px;
    font-family      : "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style       : normal;
    font-weight      : normal;
    letter-spacing   : normal;
    line-break       : auto;
    line-height      : 1.42857143;
    text-align       : left;
    text-align       : start;
    text-decoration  : none;
    text-shadow      : none;
    text-transform   : none;
    white-space      : normal;
    word-break       : normal;
    word-spacing     : normal;
    word-wrap        : normal;
    font-size        : 14px;
    background-color : #ffffff;
    background-clip  : padding-box;
    border           : 1px solid #cccccc;
    border           : 1px solid rgba(0, 0, 0, .2);
    border-radius    : 6px;
    box-shadow       : 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
    margin-top : -10px;
}

.popover.right {
    margin-left : 10px;
}

.popover.bottom {
    margin-top : 10px;
}

.popover.left {
    margin-left : -10px;
}

.popover-title {
    margin           : 0;
    padding          : 8px 14px;
    font-size        : 14px;
    background-color : #f7f7f7;
    border-bottom    : 1px solid #ebebeb;
    border-radius    : 5px 5px 0 0;
}

.popover-content {
    padding : 9px 14px;
}

.popover > .popover-arrow, .popover > .popover-arrow:after {
    position     : absolute;
    display      : block;
    width        : 0;
    height       : 0;
    border-color : transparent;
    border-style : solid;
}

.popover > .popover-arrow {
    border-width : 11px;
}

.popover > .popover-arrow:after {
    border-width : 10px;
    content      : "";
}

.popover.top > .popover-arrow {
    left                : 50%;
    margin-left         : -11px;
    border-bottom-width : 0;
    border-top-color    : #999999;
    border-top-color    : rgba(0, 0, 0, .25);
    bottom              : -11px;
}

.popover.top > .popover-arrow:after {
    content             : " ";
    bottom              : 1px;
    margin-left         : -10px;
    border-bottom-width : 0;
    border-top-color    : #ffffff;
}

.popover.right > .popover-arrow {
    top                : 50%;
    left               : -11px;
    margin-top         : -11px;
    border-left-width  : 0;
    border-right-color : #999999;
    border-right-color : rgba(0, 0, 0, .25);
}

.popover.right > .popover-arrow:after {
    content            : " ";
    left               : 1px;
    bottom             : -10px;
    border-left-width  : 0;
    border-right-color : #ffffff;
}

.popover.bottom > .popover-arrow {
    left                : 50%;
    margin-left         : -11px;
    border-top-width    : 0;
    border-bottom-color : #999999;
    border-bottom-color : rgba(0, 0, 0, .25);
    top                 : -11px;
}

.popover.bottom > .popover-arrow:after {
    content             : " ";
    top                 : 1px;
    margin-left         : -10px;
    border-top-width    : 0;
    border-bottom-color : #ffffff;
}

.popover.left > .popover-arrow {
    top                : 50%;
    right              : -11px;
    margin-top         : -11px;
    border-right-width : 0;
    border-left-color  : #999999;
    border-left-color  : rgba(0, 0, 0, .25);
}

.popover.left > .popover-arrow:after {
    content            : " ";
    right              : 1px;
    border-right-width : 0;
    border-left-color  : #ffffff;
    bottom             : -10px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position            : relative;
    display             : inline-block;
    vertical-align      : middle;
    font-size           : 13px;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
}

.chosen-container * {
    box-sizing : border-box;
}

.chosen-container .chosen-drop {
    position   : absolute;
    top        : 100%;
    z-index    : 1010;
    width      : 100%;
    border     : 1px solid #aaa;
    border-top : 0;
    background : #fff;
    box-shadow : 0 4px 5px rgba(0, 0, 0, .15);
    display    : none;
}

.chosen-container.chosen-with-drop .chosen-drop {
    display : block;
}

.chosen-container a {
    cursor : pointer;
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
    margin-right  : 4px;
    overflow      : hidden;
    white-space   : nowrap;
    text-overflow : ellipsis;
    font-weight   : normal;
    color         : #999999;
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
    content        : ":";
    padding-left   : 2px;
    vertical-align : top;
}

.chosen-container-single .chosen-single {
    position         : relative;
    display          : block;
    overflow         : hidden;
    padding          : 0 0 0 8px;
    height           : 25px;
    border           : 1px solid #aaa;
    border-radius    : 5px;
    background-color : #fff;
    background       : linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip  : padding-box;
    box-shadow       : 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color            : #444;
    text-decoration  : none;
    white-space      : nowrap;
    line-height      : 24px;
}

.chosen-container-single .chosen-single input[type=text] {
    cursor   : pointer;
    opacity  : 0;
    position : absolute;
}

.chosen-container-single .chosen-default {
    color : #999;
}

.chosen-container-single .chosen-single span {
    display       : block;
    overflow      : hidden;
    margin-right  : 26px;
    text-overflow : ellipsis;
    white-space   : nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right : 38px;
}

.chosen-container-single .chosen-single abbr {
    position   : absolute;
    top        : 6px;
    right      : 26px;
    display    : block;
    width      : 12px;
    height     : 12px;
    background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") -42px 1px no-repeat;
    font-size  : 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position : -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position : -42px -10px;
}

.chosen-container-single .chosen-single div {
    position : absolute;
    top      : 0;
    right    : 0;
    display  : block;
    width    : 18px;
    height   : 100%;
}

.chosen-container-single .chosen-single div b {
    display    : block;
    width      : 100%;
    height     : 100%;
    background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position    : relative;
    z-index     : 1010;
    margin      : 0;
    padding     : 3px 4px;
    white-space : nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
    margin        : 1px 0;
    padding       : 4px 20px 4px 5px;
    width         : 100%;
    height        : auto;
    outline       : 0;
    border        : 1px solid #aaa;
    background    : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") no-repeat 100% -20px;
    font-size     : 1em;
    font-family   : sans-serif;
    line-height   : normal;
    border-radius : 0;
}

.chosen-container-single .chosen-drop {
    margin-top      : -1px;
    border-radius   : 0 0 4px 4px;
    background-clip : padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position : absolute;
    clip     : rect(0, 0, 0, 0);
}

.chosen-container .chosen-results {
    color                      : #444;
    position                   : relative;
    overflow-x                 : hidden;
    overflow-y                 : auto;
    margin                     : 0 4px 4px 0;
    padding                    : 0 0 0 4px;
    max-height                 : 240px;
    -webkit-overflow-scrolling : touch;
}

.chosen-container .chosen-results li {
    display               : none;
    margin                : 0;
    padding               : 5px 6px;
    list-style            : none;
    line-height           : 15px;
    word-wrap             : break-word;
    -webkit-touch-callout : none;
}

.chosen-container .chosen-results li.active-result {
    display : list-item;
    cursor  : pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display : list-item;
    color   : #ccc;
    cursor  : default;
}

.chosen-container .chosen-results li.highlighted {
    background-color : #3875d7;
    background-image : linear-gradient(#3875d7 20%, #2a62bc 90%);
    color            : #fff;
}

.chosen-container .chosen-results li.no-results {
    color      : #777;
    display    : list-item;
    background : #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display     : list-item;
    font-weight : bold;
    cursor      : default;
}

.chosen-container .chosen-results li.group-option {
    padding-left : 15px;
}

.chosen-container .chosen-results li em {
    font-style      : normal;
    text-decoration : underline;
}

.chosen-container-multi .chosen-choices {
    position         : relative;
    overflow         : hidden;
    margin           : 0;
    padding          : 0 5px;
    width            : 100%;
    height           : auto;
    border           : 1px solid #aaa;
    background-color : #fff;
    background-image : linear-gradient(#eee 1%, #fff 15%);
    cursor           : text;
}

.chosen-container-multi .chosen-choices li {
    float      : left;
    list-style : none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin      : 0;
    padding     : 0;
    white-space : nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin        : 1px 0;
    padding       : 0;
    height        : 25px;
    outline       : 0;
    border        : 0 !important;
    background    : transparent !important;
    box-shadow    : none;
    color         : #999;
    font-size     : 100%;
    font-family   : sans-serif;
    line-height   : normal;
    border-radius : 0;
    width         : 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position          : relative;
    margin            : 3px 5px 3px 0;
    padding           : 3px 20px 3px 5px;
    border            : 1px solid #aaa;
    max-width         : 100%;
    border-radius     : 3px;
    background-color  : #eeeeee;
    background-image  : linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size   : 100% 19px;
    background-repeat : repeat-x;
    background-clip   : padding-box;
    box-shadow        : 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color             : #333;
    line-height       : 13px;
    cursor            : default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap : break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position   : absolute;
    top        : 4px;
    right      : 3px;
    display    : block;
    width      : 12px;
    height     : 12px;
    background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") -42px 1px no-repeat;
    font-size  : 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position : -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right    : 5px;
    border           : 1px solid #ccc;
    background-color : #e4e4e4;
    background-image : linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color            : #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background : #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position : -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin  : 0;
    padding : 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display : list-item;
    color   : #ccc;
    cursor  : default;
}

.chosen-container-active .chosen-single {
    border     : 1px solid #5897fb;
    box-shadow : 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border                     : 1px solid #aaa;
    border-bottom-right-radius : 0;
    border-bottom-left-radius  : 0;
    background-image           : linear-gradient(#eee 20%, #fff 80%);
    box-shadow                 : 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left : none;
    background  : transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position : -18px 2px;
}

.chosen-container-active .chosen-choices {
    border     : 1px solid #5897fb;
    box-shadow : 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color : #222 !important;
}

.chosen-disabled {
    opacity : 0.5 !important;
    cursor  : default;
}

.chosen-disabled .chosen-single {
    cursor : default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor : default;
}

.chosen-rtl {
    text-align : right;
}

.chosen-rtl .chosen-single {
    overflow : visible;
    padding  : 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right : 0;
    margin-left  : 26px;
    direction    : rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left : 38px;
}

.chosen-rtl .chosen-single div {
    right : auto;
    left  : 3px;
}

.chosen-rtl .chosen-single abbr {
    right : auto;
    left  : 26px;
}

.chosen-rtl .chosen-choices li {
    float : right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction : rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin  : 3px 5px 3px 0;
    padding : 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right : auto;
    left  : 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin  : 0 0 4px 4px;
    padding : 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right : 15px;
    padding-left  : 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right : none;
}

.chosen-rtl .chosen-search input[type=text] {
    padding    : 4px 5px 4px 20px;
    background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==") no-repeat -30px -20px;
    direction  : rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position : 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position : -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-resolution : 1.5dppx), only screen and (min-resolution : 144dpi) {
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-rtl .chosen-search input[type=text] {
        background-image  : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC") !important;
        background-size   : 52px 37px !important;
        background-repeat : no-repeat !important;
    }
}

.flatpickr-calendar {
    background        : transparent;
    overflow          : hidden;
    max-height        : 0;
    opacity           : 0;
    visibility        : hidden;
    text-align        : center;
    padding           : 0;
    -webkit-animation : none;
    animation         : none;
    direction         : ltr;
    border            : 0;
    display           : none;
    font-size         : 14px;
    line-height       : 24px;
    border-radius     : 5px;
    position          : absolute;
    width             : 307.875px;
    box-sizing        : border-box;
    -ms-touch-action  : manipulation;
    touch-action      : manipulation;
    background        : #fff;
    box-shadow        : 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
    opacity    : 1;
    visibility : visible;
    overflow   : visible;
    max-height : 640px;
}

.flatpickr-calendar.open {
    display : inline-block;
    z-index : 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation : fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
    animation         : fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
    display  : block;
    position : relative;
    top      : 2px;
}

.flatpickr-calendar.static {
    position : absolute;
    top      : calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index : 999;
    display : block;
}

.flatpickr-calendar.hasWeeks {
    width : auto;
}

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom              : 0;
    border-bottom-right-radius : 0;
    border-bottom-left-radius  : 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left : 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height     : 40px;
    border-top : 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height : auto;
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
    position       : absolute;
    display        : block;
    pointer-events : none;
    border         : solid transparent;
    content        : '';
    height         : 0;
    width          : 0;
    left           : 22px;
}

.flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
    left  : auto;
    right : 22px;
}

.flatpickr-calendar:before {
    border-width : 5px;
    margin       : 0 -5px;
}

.flatpickr-calendar:after {
    border-width : 4px;
    margin       : 0 -4px;
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
    bottom : 100%;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color : #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color : #fff;
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
    top : 100%;
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color : #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color : #fff;
}

.flatpickr-calendar:focus {
    outline : 0;
}

.flatpickr-wrapper {
    position : relative;
    display  : inline-block;
}

.flatpickr-month {
    background          : transparent;
    color               : rgba(0, 0, 0, .9);
    fill                : rgba(0, 0, 0, .9);
    height              : 28px;
    line-height         : 1;
    text-align          : center;
    position            : relative;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    overflow            : hidden;
}

.flatpickr-next-month, .flatpickr-prev-month {
    text-decoration : none;
    cursor          : pointer;
    position        : absolute;
    top             : 0px;
    line-height     : 16px;
    height          : 28px;
    padding         : 10px calc(3.57% - 1.5px);
    z-index         : 3;
}

.flatpickr-next-month i, .flatpickr-prev-month i {
    position : relative;
}

.flatpickr-next-month.flatpickr-prev-month, .flatpickr-prev-month.flatpickr-prev-month {
    left : 0;
}

.flatpickr-next-month.flatpickr-next-month, .flatpickr-prev-month.flatpickr-next-month {
    right : 0;
}

.flatpickr-next-month:hover, .flatpickr-prev-month:hover {
    color : #959ea9;
}

.flatpickr-next-month:hover svg, .flatpickr-prev-month:hover svg {
    fill : #f64747;
}

.flatpickr-next-month svg, .flatpickr-prev-month svg {
    width  : 14px;
    height : 14px;
}

.flatpickr-next-month svg path, .flatpickr-prev-month svg path {
    transition : fill 0.1s;
    fill       : inherit;
}

.numInputWrapper {
    position : relative;
    height   : auto;
}

.numInputWrapper input, .numInputWrapper span {
    display : inline-block;
}

.numInputWrapper input {
    width : 100%;
}

.numInputWrapper input::-ms-clear {
    display : none;
}

.numInputWrapper span {
    position    : absolute;
    right       : 0;
    width       : 14px;
    padding     : 0 4px 0 2px;
    height      : 50%;
    line-height : 50%;
    opacity     : 0;
    cursor      : pointer;
    border      : 1px solid rgba(57, 57, 57, .15);
    box-sizing  : border-box;
}

.numInputWrapper span:hover {
    background : rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
    background : rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
    display  : block;
    content  : "";
    position : absolute;
}

.numInputWrapper span.arrowUp {
    top           : 0;
    border-bottom : 0;
}

.numInputWrapper span.arrowUp:after {
    border-left   : 4px solid transparent;
    border-right  : 4px solid transparent;
    border-bottom : 4px solid rgba(57, 57, 57, .6);
    top           : 26%;
}

.numInputWrapper span.arrowDown {
    top : 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left  : 4px solid transparent;
    border-right : 4px solid transparent;
    border-top   : 4px solid rgba(57, 57, 57, .6);
    top          : 40%;
}

.numInputWrapper span svg {
    width  : inherit;
    height : auto;
}

.numInputWrapper span svg path {
    fill : rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
    background : rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
    opacity : 1;
}

.flatpickr-current-month {
    font-size         : 135%;
    line-height       : inherit;
    font-weight       : 300;
    color             : inherit;
    position          : absolute;
    width             : 75%;
    left              : 12.5%;
    padding           : 6.16px 0 0 0;
    line-height       : 1;
    height            : 28px;
    display           : inline-block;
    text-align        : center;
    -webkit-transform : translate3d(0px, 0px, 0px);
    transform         : translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
    font-family : inherit;
    font-weight : 700;
    color       : inherit;
    display     : inline-block;
    margin-left : 0.5ch;
    padding     : 0;
}

.flatpickr-current-month span.cur-month:hover {
    background : rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
    width   : 6ch;
    width   : 7ch \0;
    display : inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color : rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color : rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
    background     : transparent;
    box-sizing     : border-box;
    color          : inherit;
    cursor         : text;
    padding        : 0 0 0 0.5ch;
    margin         : 0;
    display        : inline-block;
    font-size      : inherit;
    font-family    : inherit;
    font-weight    : 300;
    line-height    : inherit;
    height         : auto;
    border         : 0;
    border-radius  : 0;
    vertical-align : baseline;
    vertical-align : initial;
}

.flatpickr-current-month input.cur-year:focus {
    outline : 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size      : 100%;
    color          : rgba(0, 0, 0, .5);
    background     : transparent;
    pointer-events : none;
}

.flatpickr-weekdays {
    background        : transparent;
    text-align        : center;
    overflow          : hidden;
    width             : 100%;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    height            : 28px;
}

span.flatpickr-weekday {
    cursor           : default;
    font-size        : 90%;
    background       : transparent;
    color            : rgba(0, 0, 0, .54);
    line-height      : 1;
    margin           : 0;
    text-align       : center;
    display          : block;
    -webkit-box-flex : 1;
    -ms-flex         : 1;
    flex             : 1;
    font-weight      : bolder;
}

.dayContainer, .flatpickr-weeks {
    padding : 1px 0 0 0;
}

.flatpickr-days {
    position : relative;
    overflow : hidden;
    display  : -webkit-box;
    display  : -ms-flexbox;
    display  : flex;
    width    : 307.875px;
}

.flatpickr-days:focus {
    outline : 0;
}

.dayContainer {
    padding           : 0;
    outline           : 0;
    text-align        : left;
    width             : 307.875px;
    min-width         : 307.875px;
    max-width         : 307.875px;
    box-sizing        : border-box;
    display           : inline-block;
    display           : -ms-flexbox;
    display           : -webkit-box;
    display           : flex;
    flex-wrap         : wrap;
    -ms-flex-wrap     : wrap;
    -ms-flex-pack     : justify;
    justify-content   : space-around;
    -webkit-transform : translate3d(0px, 0px, 0px);
    transform         : translate3d(0px, 0px, 0px);
    opacity           : 1;
}

.flatpickr-day {
    background              : none;
    border                  : 1px solid transparent;
    border-radius           : 150px;
    box-sizing              : border-box;
    color                   : #393939;
    cursor                  : pointer;
    font-weight             : 400;
    width                   : 14.2857143%;
    -ms-flex-preferred-size : 14.2857143%;
    flex-basis              : 14.2857143%;
    max-width               : 39px;
    height                  : 39px;
    line-height             : 39px;
    margin                  : 0;
    display                 : inline-block;
    position                : relative;
    -webkit-box-pack        : center;
    -ms-flex-pack           : center;
    justify-content         : center;
    text-align              : center;
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    cursor       : pointer;
    outline      : 0;
    background   : #e6e6e6;
    border-color : #e6e6e6;
}

.flatpickr-day.today {
    border-color : #959ea9;
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
    border-color : #959ea9;
    background   : #959ea9;
    color        : #fff;
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background   : #569ff7;
    box-shadow   : none;
    color        : #fff;
    border-color : #569ff7;
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
    border-radius : 50px 0 0 50px;
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
    border-radius : 0 50px 50px 0;
}

.flatpickr-day.endRange.startRange + .endRange, .flatpickr-day.selected.startRange + .endRange, .flatpickr-day.startRange.startRange + .endRange {
    box-shadow : -10px 0 0 #569ff7;
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
    border-radius : 50px;
}

.flatpickr-day.inRange {
    border-radius : 0;
    box-shadow    : -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
    color        : rgba(57, 57, 57, .3);
    background   : transparent;
    border-color : transparent;
    cursor       : default;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    cursor : not-allowed;
    color  : rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
    border-radius : 0;
    box-shadow    : -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.rangeMode .flatpickr-day {
    margin-top : 1px;
}

.flatpickr-weekwrapper {
    display : inline-block;
    float   : left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding    : 0 12px;
    box-shadow : 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float       : none;
    width       : 100%;
    line-height : 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display    : block;
    width      : 100%;
    max-width  : none;
    color      : rgba(57, 57, 57, .3);
    background : transparent;
    cursor     : default;
    border     : none;
}

.flatpickr-innerContainer {
    display    : block;
    display    : -webkit-box;
    display    : -ms-flexbox;
    display    : flex;
    box-sizing : border-box;
    overflow   : hidden;
}

.flatpickr-rContainer {
    display    : inline-block;
    padding    : 0;
    box-sizing : border-box;
}

.flatpickr-time {
    text-align  : center;
    outline     : 0;
    display     : block;
    height      : 0;
    line-height : 40px;
    max-height  : 40px;
    box-sizing  : border-box;
    overflow    : hidden;
    display     : -webkit-box;
    display     : -ms-flexbox;
    display     : flex;
}

.flatpickr-time:after {
    content : "";
    display : table;
    clear   : both;
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex : 1;
    -ms-flex         : 1;
    flex             : 1;
    width            : 40%;
    height           : 40px;
    float            : left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color : #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color : #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width : 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width : 49%;
}

.flatpickr-time input {
    background    : transparent;
    box-shadow    : none;
    border        : 0;
    border-radius : 0;
    text-align    : center;
    margin        : 0;
    padding       : 0;
    height        : inherit;
    line-height   : inherit;
    cursor        : pointer;
    color         : #393939;
    font-size     : 14px;
    position      : relative;
    box-sizing    : border-box;
}

.flatpickr-time input.flatpickr-hour {
    font-weight : bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight : 400;
}

.flatpickr-time input:focus {
    outline : 0;
    border  : 0;
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
    height              : inherit;
    display             : inline-block;
    float               : left;
    line-height         : inherit;
    color               : #393939;
    font-weight         : bold;
    width               : 2%;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    -webkit-align-self  : center;
    -ms-flex-item-align : center;
    -ms-grid-row-align  : center;
    align-self          : center;
}

.flatpickr-time .flatpickr-am-pm {
    outline     : 0;
    width       : 18%;
    cursor      : pointer;
    text-align  : center;
    font-weight : 400;
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover {
    background : #f0f0f0;
}

.flatpickr-input[readonly] {
    cursor : pointer;
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.select2-container {
    box-sizing     : border-box;
    display        : inline-block;
    margin         : 0;
    position       : relative;
    vertical-align : middle;
}

.select2-container .select2-selection--single {
    box-sizing          : border-box;
    cursor              : pointer;
    display             : block;
    height              : 28px;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    -webkit-user-select : none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display       : block;
    padding-left  : 8px;
    padding-right : 20px;
    overflow      : hidden;
    text-overflow : ellipsis;
    white-space   : nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position : relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right : 8px;
    padding-left  : 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing          : border-box;
    cursor              : pointer;
    display             : block;
    min-height          : 32px;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    -webkit-user-select : none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display       : inline-block;
    overflow      : hidden;
    padding-left  : 8px;
    text-overflow : ellipsis;
    white-space   : nowrap;
}

.select2-container .select2-search--inline {
    float : left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing : border-box;
    border     : none;
    font-size  : 100%;
    margin-top : 5px;
    padding    : 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance : none;
}

.select2-dropdown {
    background-color : white;
    border           : 1px solid #aaa;
    border-radius    : 4px;
    box-sizing       : border-box;
    display          : block;
    position         : absolute;
    left             : -100000px;
    width            : 100%;
    z-index          : 1051;
}

.select2-results {
    display : block;
}

.select2-results__options {
    list-style : none;
    margin     : 0;
    padding    : 0;
}

.select2-results__option {
    padding             : 6px;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    -webkit-user-select : none;
}

.select2-results__option[aria-selected] {
    cursor : pointer;
}

.select2-container--open .select2-dropdown {
    left : 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom              : none;
    border-bottom-left-radius  : 0;
    border-bottom-right-radius : 0;
}

.select2-container--open .select2-dropdown--below {
    border-top              : none;
    border-top-left-radius  : 0;
    border-top-right-radius : 0;
}

.select2-search--dropdown {
    display : block;
    padding : 4px;
}

.select2-search--dropdown .select2-search__field {
    padding    : 4px;
    width      : 100%;
    box-sizing : border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance : none;
}

.select2-search--dropdown.select2-search--hide {
    display : none;
}

.select2-close-mask {
    border           : 0;
    margin           : 0;
    padding          : 0;
    display          : block;
    position         : fixed;
    left             : 0;
    top              : 0;
    min-height       : 100%;
    min-width        : 100%;
    height           : auto;
    width            : auto;
    opacity          : 0;
    z-index          : 99;
    background-color : #fff;
    filter           : alpha(opacity=0);
}

.select2-hidden-accessible {
    border   : 0 !important;
    clip     : rect(0 0 0 0) !important;
    height   : 1px !important;
    margin   : -1px !important;
    overflow : hidden !important;
    padding  : 0 !important;
    position : absolute !important;
    width    : 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color : #fff;
    border           : 1px solid #aaa;
    border-radius    : 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color       : #444;
    line-height : 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor      : pointer;
    float       : right;
    font-weight : bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color : #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height   : 26px;
    position : absolute;
    top      : 1px;
    right    : 1px;
    width    : 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color : #888 transparent transparent transparent;
    border-style : solid;
    border-width : 5px 4px 0 4px;
    height       : 0;
    left         : 50%;
    margin-left  : -4px;
    margin-top   : -2px;
    position     : absolute;
    top          : 50%;
    width        : 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float : left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left  : 1px;
    right : auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color : #eee;
    cursor           : default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display : none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color : transparent transparent #888 transparent;
    border-width : 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color : white;
    border           : 1px solid #aaa;
    border-radius    : 4px;
    cursor           : text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing : border-box;
    list-style : none;
    margin     : 0;
    padding    : 0 5px;
    width      : 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style : none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color      : #999;
    margin-top : 5px;
    float      : left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor       : pointer;
    float        : right;
    font-weight  : bold;
    margin-top   : 5px;
    margin-right : 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color : #e4e4e4;
    border           : 1px solid #aaa;
    border-radius    : 4px;
    cursor           : default;
    float            : left;
    margin-right     : 5px;
    margin-top       : 5px;
    padding          : 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color        : #999;
    cursor       : pointer;
    display      : inline-block;
    font-weight  : bold;
    margin-right : 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color : #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float : right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left  : 5px;
    margin-right : auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left  : 2px;
    margin-right : auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border  : solid black 1px;
    outline : 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color : #eee;
    cursor           : default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display : none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius  : 0;
    border-top-right-radius : 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius  : 0;
    border-bottom-right-radius : 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border : 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background         : transparent;
    border             : none;
    outline            : 0;
    box-shadow         : none;
    -webkit-appearance : textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height : 200px;
    overflow-y : auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding : 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color : #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color : #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left : 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left : 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left  : -1em;
    padding-left : 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left  : -2em;
    padding-left : 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left  : -3em;
    padding-left : 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left  : -4em;
    padding-left : 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left  : -5em;
    padding-left : 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color : #5897fb;
    color            : white;
}

.select2-container--default .select2-results__group {
    cursor  : default;
    display : block;
    padding : 6px;
}

.select2-container--classic .select2-selection--single {
    background-color  : #f7f7f7;
    border            : 1px solid #aaa;
    border-radius     : 4px;
    outline           : 0;
    background-image  : linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat : repeat-x;
    filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border : 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color       : #444;
    line-height : 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor       : pointer;
    float        : right;
    font-weight  : bold;
    margin-right : 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color : #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color           : #ddd;
    border                     : none;
    border-left                : 1px solid #aaa;
    border-top-right-radius    : 4px;
    border-bottom-right-radius : 4px;
    height                     : 26px;
    position                   : absolute;
    top                        : 1px;
    right                      : 1px;
    width                      : 20px;
    background-image           : linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat          : repeat-x;
    filter                     : progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 204, 204, 0.8)', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color : #888 transparent transparent transparent;
    border-style : solid;
    border-width : 5px 4px 0 4px;
    height       : 0;
    left         : 50%;
    margin-left  : -4px;
    margin-top   : -2px;
    position     : absolute;
    top          : 50%;
    width        : 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float : left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border                    : none;
    border-right              : 1px solid #aaa;
    border-radius             : 0;
    border-top-left-radius    : 4px;
    border-bottom-left-radius : 4px;
    left                      : 1px;
    right                     : auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border : 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background : transparent;
    border     : none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color : transparent transparent #888 transparent;
    border-width : 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top              : none;
    border-top-left-radius  : 0;
    border-top-right-radius : 0;
    background-image        : linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat       : repeat-x;
    filter                  : progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom              : none;
    border-bottom-left-radius  : 0;
    border-bottom-right-radius : 0;
    background-image           : linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat          : repeat-x;
    filter                     : progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 255, 255, 1)', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color : white;
    border           : 1px solid #aaa;
    border-radius    : 4px;
    cursor           : text;
    outline          : 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border : 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style : none;
    margin     : 0;
    padding    : 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display : none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color : #e4e4e4;
    border           : 1px solid #aaa;
    border-radius    : 4px;
    cursor           : default;
    float            : left;
    margin-right     : 5px;
    margin-top       : 5px;
    padding          : 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color        : #888;
    cursor       : pointer;
    display      : inline-block;
    font-weight  : bold;
    margin-right : 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color : #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float : right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left  : 5px;
    margin-right : auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left  : 2px;
    margin-right : auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border : 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top              : none;
    border-top-left-radius  : 0;
    border-top-right-radius : 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom              : none;
    border-bottom-left-radius  : 0;
    border-bottom-right-radius : 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border  : 1px solid #aaa;
    outline : 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline    : 0;
    box-shadow : none;
}

.select2-container--classic .select2-dropdown {
    background-color : white;
    border           : 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom : none;
}

.select2-container--classic .select2-dropdown--below {
    border-top : none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height : 200px;
    overflow-y : auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding : 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color : grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color : #3875d7;
    color            : white;
}

.select2-container--classic .select2-results__group {
    cursor  : default;
    display : block;
    padding : 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color : #5897fb;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    -webkit-animation-duration  : 1s;
    animation-duration          : 1s;
    -webkit-animation-fill-mode : both;
    animation-fill-mode         : both;
}

.animated.infinite {
    -webkit-animation-iteration-count : infinite;
    animation-iteration-count         : infinite;
}

@-webkit-keyframes bounce {
    20%, 53%, 80%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform                 : translate3d(0, 0, 0);
        transform                         : translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function         : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform                 : translate3d(0, -30px, 0);
        transform                         : translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function         : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform                 : translate3d(0, -15px, 0);
        transform                         : translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform : translate3d(0, -4px, 0);
        transform         : translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    20%, 53%, 80%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform                 : translate3d(0, 0, 0);
        transform                         : translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function         : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform                 : translate3d(0, -30px, 0);
        transform                         : translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function         : cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform                 : translate3d(0, -15px, 0);
        transform                         : translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform : translate3d(0, -4px, 0);
        transform         : translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name   : bounce;
    animation-name           : bounce;
    -webkit-transform-origin : center bottom;
    transform-origin         : center bottom;
}

@-webkit-keyframes flash {
    50%, 0%, to {
        opacity : 1;
    }
    25%, 75% {
        opacity : 0;
    }
}

@keyframes flash {
    50%, 0%, to {
        opacity : 1;
    }
    25%, 75% {
        opacity : 0;
    }
}

.flash {
    -webkit-animation-name : flash;
    animation-name         : flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform : scale3d(1.05, 1.05, 1.05);
        transform         : scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform : scale3d(1.05, 1.05, 1.05);
        transform         : scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name : pulse;
    animation-name         : pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform : scale3d(1.25, 0.75, 1);
        transform         : scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform : scale3d(0.75, 1.25, 1);
        transform         : scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform : scale3d(1.15, 0.85, 1);
        transform         : scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform : scale3d(0.95, 1.05, 1);
        transform         : scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform : scale3d(1.05, 0.95, 1);
        transform         : scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform : scale3d(1.25, 0.75, 1);
        transform         : scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform : scale3d(0.75, 1.25, 1);
        transform         : scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform : scale3d(1.15, 0.85, 1);
        transform         : scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform : scale3d(0.95, 1.05, 1);
        transform         : scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform : scale3d(1.05, 0.95, 1);
        transform         : scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name : rubberBand;
    animation-name         : rubberBand;
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform : translate3d(-10px, 0, 0);
        transform         : translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform : translate3d(10px, 0, 0);
        transform         : translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform : translate3d(-10px, 0, 0);
        transform         : translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform : translate3d(10px, 0, 0);
        transform         : translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name : shake;
    animation-name         : shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform : translateX(0);
        transform         : translateX(0);
    }
    6.5% {
        -webkit-transform : translateX(-6px) rotateY(-9deg);
        transform         : translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform : translateX(5px) rotateY(7deg);
        transform         : translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform : translateX(-3px) rotateY(-5deg);
        transform         : translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform : translateX(2px) rotateY(3deg);
        transform         : translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform : translateX(0);
        transform         : translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform : translateX(0);
        transform         : translateX(0);
    }
    6.5% {
        -webkit-transform : translateX(-6px) rotateY(-9deg);
        transform         : translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform : translateX(5px) rotateY(7deg);
        transform         : translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform : translateX(-3px) rotateY(-5deg);
        transform         : translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform : translateX(2px) rotateY(3deg);
        transform         : translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform : translateX(0);
        transform         : translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function : ease-in-out;
    animation-timing-function         : ease-in-out;
    -webkit-animation-name            : headShake;
    animation-name                    : headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform : rotate3d(0, 0, 1, 15deg);
        transform         : rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform : rotate3d(0, 0, 1, -10deg);
        transform         : rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform : rotate3d(0, 0, 1, 5deg);
        transform         : rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform : rotate3d(0, 0, 1, -5deg);
        transform         : rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform : rotate3d(0, 0, 1, 0deg);
        transform         : rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform : rotate3d(0, 0, 1, 15deg);
        transform         : rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform : rotate3d(0, 0, 1, -10deg);
        transform         : rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform : rotate3d(0, 0, 1, 5deg);
        transform         : rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform : rotate3d(0, 0, 1, -5deg);
        transform         : rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform : rotate3d(0, 0, 1, 0deg);
        transform         : rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin : top center;
    transform-origin         : top center;
    -webkit-animation-name   : swing;
    animation-name           : swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform         : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform         : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform         : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform         : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform         : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform         : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name : tada;
    animation-name         : tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform         : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform         : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform         : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform         : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform         : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform         : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform         : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform         : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform         : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform         : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name : wobble;
    animation-name         : wobble;
}

@-webkit-keyframes jello {
    11.1%, 0%, to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform : skewX(-12.5deg) skewY(-12.5deg);
        transform         : skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform : skewX(6.25deg) skewY(6.25deg);
        transform         : skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform : skewX(-3.125deg) skewY(-3.125deg);
        transform         : skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform : skewX(1.5625deg) skewY(1.5625deg);
        transform         : skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform : skewX(-0.78125deg) skewY(-0.78125deg);
        transform         : skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform : skewX(0.39063deg) skewY(0.39063deg);
        transform         : skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform : skewX(-0.19531deg) skewY(-0.19531deg);
        transform         : skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    11.1%, 0%, to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform : skewX(-12.5deg) skewY(-12.5deg);
        transform         : skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform : skewX(6.25deg) skewY(6.25deg);
        transform         : skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform : skewX(-3.125deg) skewY(-3.125deg);
        transform         : skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform : skewX(1.5625deg) skewY(1.5625deg);
        transform         : skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform : skewX(-0.78125deg) skewY(-0.78125deg);
        transform         : skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform : skewX(0.39063deg) skewY(0.39063deg);
        transform         : skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform : skewX(-0.19531deg) skewY(-0.19531deg);
        transform         : skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name   : jello;
    animation-name           : jello;
    -webkit-transform-origin : center;
    transform-origin         : center;
}

@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform : scale3d(1.1, 1.1, 1.1);
        transform         : scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform : scale3d(0.9, 0.9, 0.9);
        transform         : scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity           : 1;
        -webkit-transform : scale3d(1.03, 1.03, 1.03);
        transform         : scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform : scale3d(0.97, 0.97, 0.97);
        transform         : scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity           : 1;
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform : scale3d(1.1, 1.1, 1.1);
        transform         : scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform : scale3d(0.9, 0.9, 0.9);
        transform         : scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity           : 1;
        -webkit-transform : scale3d(1.03, 1.03, 1.03);
        transform         : scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform : scale3d(0.97, 0.97, 0.97);
        transform         : scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity           : 1;
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration : 0.75s;
    animation-duration         : 0.75s;
    -webkit-animation-name     : bounceIn;
    animation-name             : bounceIn;
}

@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -3000px, 0);
        transform         : translate3d(0, -3000px, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(0, 25px, 0);
        transform         : translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform : translate3d(0, -10px, 0);
        transform         : translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform : translate3d(0, 5px, 0);
        transform         : translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -3000px, 0);
        transform         : translate3d(0, -3000px, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(0, 25px, 0);
        transform         : translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform : translate3d(0, -10px, 0);
        transform         : translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform : translate3d(0, 5px, 0);
        transform         : translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name : bounceInDown;
    animation-name         : bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-3000px, 0, 0);
        transform         : translate3d(-3000px, 0, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(25px, 0, 0);
        transform         : translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform : translate3d(-10px, 0, 0);
        transform         : translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform : translate3d(5px, 0, 0);
        transform         : translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-3000px, 0, 0);
        transform         : translate3d(-3000px, 0, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(25px, 0, 0);
        transform         : translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform : translate3d(-10px, 0, 0);
        transform         : translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform : translate3d(5px, 0, 0);
        transform         : translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name : bounceInLeft;
    animation-name         : bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(3000px, 0, 0);
        transform         : translate3d(3000px, 0, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(-25px, 0, 0);
        transform         : translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform : translate3d(10px, 0, 0);
        transform         : translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform : translate3d(-5px, 0, 0);
        transform         : translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(3000px, 0, 0);
        transform         : translate3d(3000px, 0, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(-25px, 0, 0);
        transform         : translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform : translate3d(10px, 0, 0);
        transform         : translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform : translate3d(-5px, 0, 0);
        transform         : translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name : bounceInRight;
    animation-name         : bounceInRight;
}

@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 3000px, 0);
        transform         : translate3d(0, 3000px, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform : translate3d(0, 10px, 0);
        transform         : translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform : translate3d(0, -5px, 0);
        transform         : translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    60%, 75%, 90%, 0%, to {
        -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function         : cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 3000px, 0);
        transform         : translate3d(0, 3000px, 0);
    }
    60% {
        opacity           : 1;
        -webkit-transform : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform : translate3d(0, 10px, 0);
        transform         : translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform : translate3d(0, -5px, 0);
        transform         : translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name : bounceInUp;
    animation-name         : bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform : scale3d(0.9, 0.9, 0.9);
        transform         : scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity           : 1;
        -webkit-transform : scale3d(1.1, 1.1, 1.1);
        transform         : scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform : scale3d(0.9, 0.9, 0.9);
        transform         : scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity           : 1;
        -webkit-transform : scale3d(1.1, 1.1, 1.1);
        transform         : scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration : 0.75s;
    animation-duration         : 0.75s;
    -webkit-animation-name     : bounceOut;
    animation-name             : bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform : translate3d(0, 10px, 0);
        transform         : translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity           : 1;
        -webkit-transform : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, 2000px, 0);
        transform         : translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform : translate3d(0, 10px, 0);
        transform         : translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity           : 1;
        -webkit-transform : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, 2000px, 0);
        transform         : translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name : bounceOutDown;
    animation-name         : bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity           : 1;
        -webkit-transform : translate3d(20px, 0, 0);
        transform         : translate3d(20px, 0, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(-2000px, 0, 0);
        transform         : translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity           : 1;
        -webkit-transform : translate3d(20px, 0, 0);
        transform         : translate3d(20px, 0, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(-2000px, 0, 0);
        transform         : translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name : bounceOutLeft;
    animation-name         : bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity           : 1;
        -webkit-transform : translate3d(-20px, 0, 0);
        transform         : translate3d(-20px, 0, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(2000px, 0, 0);
        transform         : translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity           : 1;
        -webkit-transform : translate3d(-20px, 0, 0);
        transform         : translate3d(-20px, 0, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(2000px, 0, 0);
        transform         : translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name : bounceOutRight;
    animation-name         : bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform : translate3d(0, -10px, 0);
        transform         : translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity           : 1;
        -webkit-transform : translate3d(0, 20px, 0);
        transform         : translate3d(0, 20px, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, -2000px, 0);
        transform         : translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform : translate3d(0, -10px, 0);
        transform         : translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity           : 1;
        -webkit-transform : translate3d(0, 20px, 0);
        transform         : translate3d(0, 20px, 0);
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, -2000px, 0);
        transform         : translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name : bounceOutUp;
    animation-name         : bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity : 0;
    }
    to {
        opacity : 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity : 0;
    }
    to {
        opacity : 1;
    }
}

.fadeIn {
    -webkit-animation-name : fadeIn;
    animation-name         : fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name : fadeInDown;
    animation-name         : fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -2000px, 0);
        transform         : translate3d(0, -2000px, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -2000px, 0);
        transform         : translate3d(0, -2000px, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name : fadeInDownBig;
    animation-name         : fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name : fadeInLeft;
    animation-name         : fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-2000px, 0, 0);
        transform         : translate3d(-2000px, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-2000px, 0, 0);
        transform         : translate3d(-2000px, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name : fadeInLeftBig;
    animation-name         : fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name : fadeInRight;
    animation-name         : fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(2000px, 0, 0);
        transform         : translate3d(2000px, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(2000px, 0, 0);
        transform         : translate3d(2000px, 0, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name : fadeInRightBig;
    animation-name         : fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name : fadeInUp;
    animation-name         : fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 2000px, 0);
        transform         : translate3d(0, 2000px, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 2000px, 0);
        transform         : translate3d(0, 2000px, 0);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name : fadeInUpBig;
    animation-name         : fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity : 1;
    }
    to {
        opacity : 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity : 1;
    }
    to {
        opacity : 0;
    }
}

.fadeOut {
    -webkit-animation-name : fadeOut;
    animation-name         : fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name : fadeOutDown;
    animation-name         : fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, 2000px, 0);
        transform         : translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, 2000px, 0);
        transform         : translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name : fadeOutDownBig;
    animation-name         : fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name : fadeOutLeft;
    animation-name         : fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(-2000px, 0, 0);
        transform         : translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(-2000px, 0, 0);
        transform         : translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name : fadeOutLeftBig;
    animation-name         : fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name : fadeOutRight;
    animation-name         : fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(2000px, 0, 0);
        transform         : translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(2000px, 0, 0);
        transform         : translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name : fadeOutRightBig;
    animation-name         : fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name : fadeOutUp;
    animation-name         : fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, -2000px, 0);
        transform         : translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(0, -2000px, 0);
        transform         : translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name : fadeOutUpBig;
    animation-name         : fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform                 : perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform                         : perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function : ease-out;
        animation-timing-function         : ease-out;
    }
    40% {
        -webkit-transform                 : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform                         : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function : ease-out;
        animation-timing-function         : ease-out;
    }
    50% {
        -webkit-transform                 : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform                         : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    80% {
        -webkit-transform                 : perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform                         : perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    to {
        -webkit-transform                 : perspective(400px);
        transform                         : perspective(400px);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform                 : perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform                         : perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function : ease-out;
        animation-timing-function         : ease-out;
    }
    40% {
        -webkit-transform                 : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform                         : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function : ease-out;
        animation-timing-function         : ease-out;
    }
    50% {
        -webkit-transform                 : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform                         : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    80% {
        -webkit-transform                 : perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform                         : perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    to {
        -webkit-transform                 : perspective(400px);
        transform                         : perspective(400px);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility : visible;
    backface-visibility         : visible;
    -webkit-animation-name      : flip;
    animation-name              : flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform                 : perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform                         : perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
        opacity                           : 0;
    }
    40% {
        -webkit-transform                 : perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform                         : perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    60% {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity           : 1;
    }
    80% {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform                 : perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform                         : perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
        opacity                           : 0;
    }
    40% {
        -webkit-transform                 : perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform                         : perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    60% {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity           : 1;
    }
    80% {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility : visible !important;
    backface-visibility         : visible !important;
    -webkit-animation-name      : flipInX;
    animation-name              : flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform                 : perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform                         : perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
        opacity                           : 0;
    }
    40% {
        -webkit-transform                 : perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform                         : perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    60% {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity           : 1;
    }
    80% {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform                 : perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform                         : perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
        opacity                           : 0;
    }
    40% {
        -webkit-transform                 : perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform                         : perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function : ease-in;
        animation-timing-function         : ease-in;
    }
    60% {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity           : 1;
    }
    80% {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility : visible !important;
    backface-visibility         : visible !important;
    -webkit-animation-name      : flipInY;
    animation-name              : flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
    30% {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity           : 1;
    }
    to {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity           : 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
    30% {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity           : 1;
    }
    to {
        -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform         : perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity           : 0;
    }
}

.flipOutX {
    -webkit-animation-duration  : 0.75s;
    animation-duration          : 0.75s;
    -webkit-animation-name      : flipOutX;
    animation-name              : flipOutX;
    -webkit-backface-visibility : visible !important;
    backface-visibility         : visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
    30% {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity           : 1;
    }
    to {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity           : 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform : perspective(400px);
        transform         : perspective(400px);
    }
    30% {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity           : 1;
    }
    to {
        -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform         : perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity           : 0;
    }
}

.flipOutY {
    -webkit-animation-duration  : 0.75s;
    animation-duration          : 0.75s;
    -webkit-backface-visibility : visible !important;
    backface-visibility         : visible !important;
    -webkit-animation-name      : flipOutY;
    animation-name              : flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform : translate3d(100%, 0, 0) skewX(-30deg);
        transform         : translate3d(100%, 0, 0) skewX(-30deg);
        opacity           : 0;
    }
    60% {
        -webkit-transform : skewX(20deg);
        transform         : skewX(20deg);
        opacity           : 1;
    }
    80% {
        -webkit-transform : skewX(-5deg);
        transform         : skewX(-5deg);
        opacity           : 1;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
        opacity           : 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform : translate3d(100%, 0, 0) skewX(-30deg);
        transform         : translate3d(100%, 0, 0) skewX(-30deg);
        opacity           : 0;
    }
    60% {
        -webkit-transform : skewX(20deg);
        transform         : skewX(20deg);
        opacity           : 1;
    }
    80% {
        -webkit-transform : skewX(-5deg);
        transform         : skewX(-5deg);
        opacity           : 1;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
        opacity           : 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name            : lightSpeedIn;
    animation-name                    : lightSpeedIn;
    -webkit-animation-timing-function : ease-out;
    animation-timing-function         : ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity : 1;
    }
    to {
        -webkit-transform : translate3d(100%, 0, 0) skewX(30deg);
        transform         : translate3d(100%, 0, 0) skewX(30deg);
        opacity           : 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity : 1;
    }
    to {
        -webkit-transform : translate3d(100%, 0, 0) skewX(30deg);
        transform         : translate3d(100%, 0, 0) skewX(30deg);
        opacity           : 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name            : lightSpeedOut;
    animation-name                    : lightSpeedOut;
    -webkit-animation-timing-function : ease-in;
    animation-timing-function         : ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin : center;
        transform-origin         : center;
        -webkit-transform        : rotate3d(0, 0, 1, -200deg);
        transform                : rotate3d(0, 0, 1, -200deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : center;
        transform-origin         : center;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin : center;
        transform-origin         : center;
        -webkit-transform        : rotate3d(0, 0, 1, -200deg);
        transform                : rotate3d(0, 0, 1, -200deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : center;
        transform-origin         : center;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

.rotateIn {
    -webkit-animation-name : rotateIn;
    animation-name         : rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -45deg);
        transform                : rotate3d(0, 0, 1, -45deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -45deg);
        transform                : rotate3d(0, 0, 1, -45deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name : rotateInDownLeft;
    animation-name         : rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 45deg);
        transform                : rotate3d(0, 0, 1, 45deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 45deg);
        transform                : rotate3d(0, 0, 1, 45deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name : rotateInDownRight;
    animation-name         : rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 45deg);
        transform                : rotate3d(0, 0, 1, 45deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 45deg);
        transform                : rotate3d(0, 0, 1, 45deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name : rotateInUpLeft;
    animation-name         : rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -90deg);
        transform                : rotate3d(0, 0, 1, -90deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -90deg);
        transform                : rotate3d(0, 0, 1, -90deg);
        opacity                  : 0;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        opacity                  : 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name : rotateInUpRight;
    animation-name         : rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin : center;
        transform-origin         : center;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : center;
        transform-origin         : center;
        -webkit-transform        : rotate3d(0, 0, 1, 200deg);
        transform                : rotate3d(0, 0, 1, 200deg);
        opacity                  : 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin : center;
        transform-origin         : center;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : center;
        transform-origin         : center;
        -webkit-transform        : rotate3d(0, 0, 1, 200deg);
        transform                : rotate3d(0, 0, 1, 200deg);
        opacity                  : 0;
    }
}

.rotateOut {
    -webkit-animation-name : rotateOut;
    animation-name         : rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 45deg);
        transform                : rotate3d(0, 0, 1, 45deg);
        opacity                  : 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 45deg);
        transform                : rotate3d(0, 0, 1, 45deg);
        opacity                  : 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name : rotateOutDownLeft;
    animation-name         : rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -45deg);
        transform                : rotate3d(0, 0, 1, -45deg);
        opacity                  : 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -45deg);
        transform                : rotate3d(0, 0, 1, -45deg);
        opacity                  : 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name : rotateOutDownRight;
    animation-name         : rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -45deg);
        transform                : rotate3d(0, 0, 1, -45deg);
        opacity                  : 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : left bottom;
        transform-origin         : left bottom;
        -webkit-transform        : rotate3d(0, 0, 1, -45deg);
        transform                : rotate3d(0, 0, 1, -45deg);
        opacity                  : 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name : rotateOutUpLeft;
    animation-name         : rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 90deg);
        transform                : rotate3d(0, 0, 1, 90deg);
        opacity                  : 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        opacity                  : 1;
    }
    to {
        -webkit-transform-origin : right bottom;
        transform-origin         : right bottom;
        -webkit-transform        : rotate3d(0, 0, 1, 90deg);
        transform                : rotate3d(0, 0, 1, 90deg);
        opacity                  : 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name : rotateOutUpRight;
    animation-name         : rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin          : top left;
        transform-origin                  : top left;
        -webkit-animation-timing-function : ease-in-out;
        animation-timing-function         : ease-in-out;
    }
    20%, 60% {
        -webkit-transform                 : rotate3d(0, 0, 1, 80deg);
        transform                         : rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin          : top left;
        transform-origin                  : top left;
        -webkit-animation-timing-function : ease-in-out;
        animation-timing-function         : ease-in-out;
    }
    40%, 80% {
        -webkit-transform                 : rotate3d(0, 0, 1, 60deg);
        transform                         : rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin          : top left;
        transform-origin                  : top left;
        -webkit-animation-timing-function : ease-in-out;
        animation-timing-function         : ease-in-out;
        opacity                           : 1;
    }
    to {
        -webkit-transform : translate3d(0, 700px, 0);
        transform         : translate3d(0, 700px, 0);
        opacity           : 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin          : top left;
        transform-origin                  : top left;
        -webkit-animation-timing-function : ease-in-out;
        animation-timing-function         : ease-in-out;
    }
    20%, 60% {
        -webkit-transform                 : rotate3d(0, 0, 1, 80deg);
        transform                         : rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin          : top left;
        transform-origin                  : top left;
        -webkit-animation-timing-function : ease-in-out;
        animation-timing-function         : ease-in-out;
    }
    40%, 80% {
        -webkit-transform                 : rotate3d(0, 0, 1, 60deg);
        transform                         : rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin          : top left;
        transform-origin                  : top left;
        -webkit-animation-timing-function : ease-in-out;
        animation-timing-function         : ease-in-out;
        opacity                           : 1;
    }
    to {
        -webkit-transform : translate3d(0, 700px, 0);
        transform         : translate3d(0, 700px, 0);
        opacity           : 0;
    }
}

.hinge {
    -webkit-animation-duration : 2s;
    animation-duration         : 2s;
    -webkit-animation-name     : hinge;
    animation-name             : hinge;
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity                  : 0;
        -webkit-transform        : scale(0.1) rotate(30deg);
        transform                : scale(0.1) rotate(30deg);
        -webkit-transform-origin : center bottom;
        transform-origin         : center bottom;
    }
    50% {
        -webkit-transform : rotate(-10deg);
        transform         : rotate(-10deg);
    }
    70% {
        -webkit-transform : rotate(3deg);
        transform         : rotate(3deg);
    }
    to {
        opacity           : 1;
        -webkit-transform : scale(1);
        transform         : scale(1);
    }
}

@keyframes jackInTheBox {
    0% {
        opacity                  : 0;
        -webkit-transform        : scale(0.1) rotate(30deg);
        transform                : scale(0.1) rotate(30deg);
        -webkit-transform-origin : center bottom;
        transform-origin         : center bottom;
    }
    50% {
        -webkit-transform : rotate(-10deg);
        transform         : rotate(-10deg);
    }
    70% {
        -webkit-transform : rotate(3deg);
        transform         : rotate(3deg);
    }
    to {
        opacity           : 1;
        -webkit-transform : scale(1);
        transform         : scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name : jackInTheBox;
    animation-name         : jackInTheBox;
}

@-webkit-keyframes rollIn {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform         : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform         : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name : rollIn;
    animation-name         : rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform         : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity : 1;
    }
    to {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform         : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name : rollOut;
    animation-name         : rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity : 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity : 1;
    }
}

.zoomIn {
    -webkit-animation-name : zoomIn;
    animation-name         : zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name : zoomInDown;
    animation-name         : zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name : zoomInLeft;
    animation-name         : zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name : zoomInRight;
    animation-name         : zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name : zoomInUp;
    animation-name         : zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity : 1;
    }
    50% {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity : 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity : 1;
    }
    50% {
        opacity           : 0;
        -webkit-transform : scale3d(0.3, 0.3, 0.3);
        transform         : scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity : 0;
    }
}

.zoomOut {
    -webkit-animation-name : zoomOut;
    animation-name         : zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin          : center bottom;
        transform-origin                  : center bottom;
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin          : center bottom;
        transform-origin                  : center bottom;
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name : zoomOutDown;
    animation-name         : zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity           : 1;
        -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform         : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity                  : 0;
        -webkit-transform        : scale(0.1) translate3d(-2000px, 0, 0);
        transform                : scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin : left center;
        transform-origin         : left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity           : 1;
        -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform         : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity                  : 0;
        -webkit-transform        : scale(0.1) translate3d(-2000px, 0, 0);
        transform                : scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin : left center;
        transform-origin         : left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name : zoomOutLeft;
    animation-name         : zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity           : 1;
        -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform         : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity                  : 0;
        -webkit-transform        : scale(0.1) translate3d(2000px, 0, 0);
        transform                : scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin : right center;
        transform-origin         : right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity           : 1;
        -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform         : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity                  : 0;
        -webkit-transform        : scale(0.1) translate3d(2000px, 0, 0);
        transform                : scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin : right center;
        transform-origin         : right center;
    }
}

.zoomOutRight {
    -webkit-animation-name : zoomOutRight;
    animation-name         : zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin          : center bottom;
        transform-origin                  : center bottom;
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity                           : 1;
        -webkit-transform                 : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform                         : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function         : cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity                           : 0;
        -webkit-transform                 : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform                         : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin          : center bottom;
        transform-origin                  : center bottom;
        -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function         : cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name : zoomOutUp;
    animation-name         : zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name : slideInDown;
    animation-name         : slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name : slideInLeft;
    animation-name         : slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name : slideInRight;
    animation-name         : slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
        visibility        : visible;
    }
    to {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name : slideInUp;
    animation-name         : slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name : slideOutDown;
    animation-name         : slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name : slideOutLeft;
    animation-name         : slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name : slideOutRight;
    animation-name         : slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
    to {
        visibility        : hidden;
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name : slideOutUp;
    animation-name         : slideOutUp;
}
