﻿/******* TEMPORARY TO DELETE **********/
.carousel-caption {
    position: relative;
    top: 0px;
    left: 0%;
    z-index: 7;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
a:visited.btn.btn-yellow.marginTop20.normpadding.webicon, .confirmation-buttons a:visited {
    color: white;
}
    .carousel-caption .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

.lightestblue {
    color: #9ac5d7;
    text-shadow: none;
    font-size: 40px;
    text-align: center;
}

.clearinghouse-p {
    border: solid #ccc 1px;
    padding: 10px;
    margin-bottom: 18px;
}
#CollectionName, #EMailAddress{
	color: #636363;
}
/***Clearinghouse graphical items***/
.whitetext h4 {
    color: #fff;
}
h3 a:link.navytext a:visited.navytext, a:active.navytext {
    color: #006699;
}
a.navytext {
    color: #006699;
}
.ch-graphics {
    width: 142px;
    z-index: 11;
    clear: both;
    position: relative;
}

.ch-2 {
    margin-top: -27px;
    margin-left: 15px;
}

.ch-3 {
    margin-top: 15px;
    margin-right: 15px;
}

    .ch-3 + .right-side {
        margin-top: 50px;
    }

.left-side {
    text-align: right;
    width: 275px;
    margin-left: 38px;
}

.right-side {
    text-align: left;
    width: 275px;
    margin-left: 150px;
}
/* .hexa-ch { */
/* height: 130px; */
/* } */
.hexa-holder img {
    height: 300px;
}

.hexa-holder {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 10;
}

@media screen and (max-width: 1400px) {
    .lightestblue {
        padding: 40px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .displayheightintro .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 550px) {
    .ch-intro h1 {
        width: 100%;
    }
}

/****** GLOBAL *******/
#main-list {
    padding-top: 20px;
}

#topicDropdownWrapper.open > .dropdown-menu {
    z-index: 99999;
}

a {
    outline: none;
    color: #046a92;
    text-decoration: none !important;
}

h2, .h2 {
    font-size: 25px;
}

a.btn.btn-blue.smbtnwidth {
    min-width: 75px;
    margin-bottom: 40px;
}

.noresultsicon {
    width: 250px;
}

.displayheightintro {
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-center.centeredItem {
    min-width: 100%;
    margin-left: 40%;
    /* margin: 0 auto; */
    margin-top: 70px;
}
/* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { */
/* position: relative; */
/* min-height: 1px; */
/* padding-right: 5px; */
/* padding-left: 5px; */
/* } */
body {
    overflow: hidden;
}
/*If Brian adds remove this for overflow issues*/
.containercustom {
    padding-left: 15px;
    padding-right: 15px;
}

.containercustomsm {
    padding-left: 30px;
    padding-right: 30px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

a:hover {
    outline: none;
    color: #046a92;
}

.adSection.showAd.animated.bounce {
    overflow: hidden;
}

img.detailImages {
    margin-top: 15px;
    border: solid 1px #ccc;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
}

.progress {
    margin-top: 20px;
    width: 200px;
}

/******* SEARCH *******/
#searchErrorMessage {
    display: block;
    padding-left: 5px;
    margin-left: 0;
    color: #a94442;
}
/******* BREADCRUMB ******/
button.btn.btn-ltblue.clearbtn.clearresults {
    margin-left: 4px;
    margin-top: 0px;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
}

ul.bread {
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

    ul.bread li {
        display: inline;
    }

span.topicBreadcrumbParent {
    cursor: pointer;
    color: #046a92;
}

.marginTop85 {
    margin-top: 85px;
}
/****** FEATURED ******/
.col-md-4.resourcePreview.featuredResource {
    position: relative;
    z-index: 9;
    top: -180px;
    margin: 22px;
    left: 30px;
    border: solid 1px #333;
    background-color: #f0f0f0;
}

.featured-description a {
    color: #55a5c6;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingRight10 {
    padding-right: 10px;
}

.featured-description a:hover, .collectionthumbstitle a:hover, .resourceDetails a:hover {
    text-decoration: underline !important;
}

.featured-image.rightimg, .rightdescription {
    margin-left: 285px;
}

.featured-image.leftimg, .leftdescription {
    margin-left: 20px;
}

.blue-bar-close {
    background: #046a92;
    height: 40px;
}

.featured-items {
    background: #333;
    padding: 10px 4px 0;
    color: #fff;
    height: 275px;
    margin-bottom: -7px;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}

    .featured-items .spotlight-title {
        color: #fff;
    }

.featured-title {
    text-transform: capitalize;
    background: #1d3e6b;
    position: relative;
    height: 300px;
    color: #fff;
    padding: 10px;
}

.featured-description {
    /* margin-top: -140px; */
    width: 245px;
    /* -webkit-box-shadow: 0px 0px 36px -4px rgba(0,0,0,0.51); */
    -moz-box-shadow: 0px 0px 36px -4px rgba(0,0,0,0.51);
    /* box-shadow: 0px 0px 36px -4px rgba(0,0,0,0.51); */
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 64px;
    position: absolute;
    /* background: url(./blueslant.png) no-repeat 0px #fff; */
    color: #fff;
    /* background: rgba(255,255,255,1); */
    min-height: 205px;
}

.featuredLoginRequiredThumb {
    background: url(lightlockicon.png) no-repeat scroll 0 0 transparent;
    /* margin-left: 10px; */
    /* top: 284px; */
    bottom: 20px;
    position: absolute;
    width: 25px;
    z-index: 9999;
    height: 30px;
    right: 5px;
}

.featured-description1 {
    padding-left: 20px;
    margin-top: 55px;
    width: 100px;
    padding-right: 10px;
    position: absolute;
}

.skewedLayerGreen {
    background: #489557;
    height: 28px;
    position: relative;
    z-index: 0;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -ms-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    margin-top: -31px;
}

.skewedLayerYellow {
    background: #DCBA1A;
    height: 28px;
    position: relative;
    z-index: 0;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -ms-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    margin-top: -31px;
}

.featured-title:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    top: -21px;
    width: 100%;
    height: 63px;
    background: #1d3e6b;
    -webkit-transform: skewY(-3.5deg);
    -moz-transform: skewY(-3.5deg);
    -ms-transform: skewY(-3.5deg);
    -o-transform: skewY(-3.5deg);
    transform: skewY(-3.5deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
}

.featured-title2 {
    text-transform: capitalize;
    background: #254655;
    position: relative;
    height: 300px;
    color: #fff;
    margin-bottom: 40px;
    padding: 10px;
    padding-left: 20px;
}

a.hexlink {
    text-shadow: none;
    box-shadow: 0px 2px 10px -1px #000;
}

.featured-title2:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    top: -21px;
    width: 100%;
    height: 63px;
    background: #254655;
    -webkit-transform: skewY(-3.5deg);
    -moz-transform: skewY(-3.5deg);
    -ms-transform: skewY(-3.5deg);
    -o-transform: skewY(-3.5deg);
    transform: skewY(-3.5deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
}

li.topicWrapper.toggleOpenIcon {
    height: 40px;
}

p.featured-info {
    margin-top: 60px;
}
/*img.featured-image, img.featured-image2 {
        max-height: 145px;
}*/
img.featured-image, img.featured-image2 {
    max-height: 175px;
    max-width: 230px;
}

.featured-image {
    position: absolute;
    z-index: 9;
    padding-left: 8px;
    /*height: auto;*/
    width: auto;
    /* margin-left: 15px; */
    margin-top: -64px;
    position: absolute;
}

.featured-image2 {
    position: absolute;
    z-index: 9;
    height: auto;
    width: 146px;
    margin-left: 13px;
    margin-top: -59px;
    position: absolute;
}

h3.spotlight-title {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-left: 20px;
    margin-left: 30px;
}

.dark-blue-bar {
    background: #254757;
    height: 40px;
    width: 100%;
}

.dark-grey-background {
    background: #dce6ea;
    /* margin-top: 105px; */
    background: url(./hexagonbg.png) no-repeat center center fixed;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* min-height: 114vh; */
    min-height: 800px;
}

img.newCollectionImage {
    border: solid 1px #ccc;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
}

/*.marginTopClose {
    margin-top: 169px;
}*/
.center {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.form-control {
    box-shadow: none;
}
/*****RESPONSIVE TABLES********/
span.hiddentabletitle {
    display: none;
}

.Rtable-cell--foot {
    margin-bottom: 1em;
}

.min-width-100 {
    min-width: 100px !important;
}
/*****MY COLLECTIONS*******/
a.mycollections {
    position: absolute;
    background: #1d3e6b;
    color: #fff;
    border: none;
    padding: 6px;
    z-index: 9;
    display: block;
    right: 35px;
    width: 190px;
    top: 15px;
    box-shadow: 0px 2px 10px -1px #000;
}

    a.mycollections:hover {
        background: #285898;
    }

img.mycollectionicon {
    display: inline-block;
    float: left;
    height: 20px;
    width: auto;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 3px;
}

div.myCollection-btn-wrappper {
    display: inline-block;
}

a.view-collection {
    margin-right: 40px;
}

button.delete-collection {
    height: 34px;
}

td.myCollection-btns-wrappper {
    text-align: center;
}

.restrictedResourceWarning {
    clear: both;
    margin-top: 20px;
    padding-top: 15px;
}

#loginForSecureResources {
    display: inline-block;
}

@media screen and (max-width: 1050px) {
    td.myCollection-btns-wrappper {
        text-align: inherit;
    }

    div.myCollection-btn-wrappper {
        display: block;
    }

    a.view-collection {
        width: 180px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    button.delete-collection {
        height: 34px;
        width: 180px;
    }
}

/*****ITEMS ADDED*****/
.items-add {
    color: #fff;
    float: right;
    padding-top: 8px;
}

.link {
    color: #55a5c6;
    text-decoration: underline !important;
}

    .link:hover {
        color: #1d3e6b;
    }
/***** RESOURCES LIST *****/

.bold {
    font-weight: 700;
}

.medfont {
    font-size: 25px;
}

.normpadding {
    padding: 4px !important;
}
/*div#collectionButtonWrapper {
    float: left;
    margin-bottom: 5px;
    margin-top: 20px;
}*/
div#collectionButtonWrapper {
    float: left;
    margin-bottom: 5px;
    margin-top: 40px;
}
.btn.btn-success.standard-btn.marginBottom10 {
    min-height: 30px;
}
.location {
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}

ul.col-md-4.resourcePreview:last-child {
    margin-bottom: 55px;
}

.show-All-Btn {
    background: #1d3e6b;
    color: #fff;
}

#resourcesWrapper {
    clear: both;
    margin-top: -15px;
    margin-bottom: 15px;
}

.resourcePreview {
    width: 280px;
    padding: 10px;
    list-style-type: none;
}

    .resourcePreview .resourcePreview-inner {
        padding: 0px;
        border: solid 1px #ccc;
        -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
        -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
        box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
        position: relative;
    }

.list .resourcePreview.list .resourcePreview-inner .resourceDetails {
    min-height: 0 !important;
}

.list .resourcePreview {
    float: left;
}

.resourcePreview .resourcePreview-inner:hover {
    transition: .3s ease-in-out;
    border: solid 1px #BBB;
    -webkit-box-shadow: 0px 0px 36px -4px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 36px -4px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 36px -4px rgba(0,0,0,0.51);
}

.resourceDetails {
    padding-top: 10px;
    list-style: none;
    position: relative;
    padding: 9px;
    background: #f0f0f0;
    min-height: 230px;
}

ul.subTopicUL {
    margin-left: -19px;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 25px;
}
/*.hideHeight{
    height: 30px;
}*/
#style-5::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-left: solid #fff 4px;
    border-right: solid #fff 5px;
}

#style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;
    width: 15px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

.topicCheckbox:hover, .typeCheckbox:hover, .sortCheckbox:hover {
    background: #f3f3f3;
    color: #000;
    cursor: pointer;
}

.activeItem {
    background: #f3f3f3;
    color: #000;
    cursor: pointer;
}

.hiddenItem {
    display: none;
}

.optionDisabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

img.search-icon {
    position: absolute;
    padding-top: 10px;
    margin-left: -120px;
}

.label-primary {
    background-color: #428bca;
}

.label {
    display: inline;
    padding: 0.4em;
    /* padding: .2em .6em .3em; */
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


.search-message {
    background: #000;
    min-height: 85px;
    max-width: 240px;
    position: absolute;
    color: #fff;
    display: none;
    margin-top: 70px;
    margin-left: 32%;
    z-index: 999;
    border-radius: 5px;
    padding: 14px;
}
.search-icon:focus {
	opacity: .6;
}
.search-message .label-primary{
	background-color: #347AB7;
}
.arrow-up {
    position: absolute;
    display: none;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2f2f2f;
    margin-top: 65px;
    margin-left: 34%;
}
span.loginRequiredThumb.resourcePlacement {
    left: 220px;
}
.loginRequiredThumb {
    background: url(lockicon.png) no-repeat scroll 0 0 transparent;
    /* margin-left: 215px; */
    /* top: 284px; */
    bottom: 0px;
    position: absolute;
    width: 20px;
    z-index: 9999;
    height: 26px;
    left: 145px;
}
.resourceImage {
    /* background: url(./blueslant.png) no-repeat 0px; */
    list-style: none;
    /*background: #878986;*/
    background: #333333; /*Blending styles for consistency and brand*/
    width: 100%;
    min-height: 200px;
    position: relative;
}

span.collectionTitles, span.collectionEmail, .collectionURL {
    font-style: italic;
    /*text-transform: capitalize;*/
}

/*******VALOR Clearinghouse Slider*******/
.layerclearinghousevid {
    background-image: url(./ValorClearinghousebg.jpg);
    width: 100vw;
    position: inherit;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.valorslidertext {
    font-size: 1.8em;
    color: #9ac5d7;
    text-shadow: 2px 1px 4px #333;
    max-width: 520px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    padding-left: 140px;
    margin-bottom: 15px;
}

.darkcircle2 {
    font-family: "Open Sans", sans-serif;
    background: #1d3e6b;
    width: 155px;
    height: 155px;
    padding-top: 40px;
    border-radius: 50%;
    line-height: 1.8em;
    text-shadow: none;
    font-size: 18px;
    /* float: right; */
    position: absolute;
    right: 205px;
    top: 115px;
}

img.flipArrow {
    height: 16px;
    width: 16px;
}

.darkcircle {
    font-family: "Open Sans", sans-serif;
    background: #254757;
    width: 110px;
    height: 110px;
    padding-top: 30px;
    border-radius: 50%;
    line-height: 1.5em;
    float: right;
    position: absolute;
    right: 114px;
    top: 178px;
}
/***RESOURCE FUNCTIONS****/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}

.add, .added {
    box-shadow: 0px 2px 10px -1px #000;
    /* margin-top: 130px; */
    background: #f0f0f0;
    color: #000;
    min-width: 60px;
    border: 1px solid #d7b61a;
    border-radius: 0;
    border: none;
    /*border: 1px solid #ccc;*/
    border-radius: 0px;
    right: 10px;
    position: absolute;
    bottom: 10px;
    height: 34px;
}

.add {
    border: 1px solid #ccc
}
/*ul.dropdown-menu.sortDropdown {
    margin-left: 65px;
}*/
.added {
    background: #d7b61a;
    border: 1px solid #d7b61a;
}

    .added:hover, .add:hover {
        background: #eac929;
        border: 1px solid #eac929;
    }

    .added:focus, .add:focus, .added:active, .add:active {
        outline: none;
        outline-offset: 0;
    }

.marginBottom10 {
    padding-bottom: 13px;
    margin-bottom: 10px;
    line-height: 1.8rem;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.display-block-right {
    display: block;
    max-width: 200px;
    float: right;
    clear: both;
}
.lessMarginBottom {
    margin-bottom: 0;
}
.resourceType {
    font-size: 12px;
}


input.btn.btn-blue.display-block-right {
	margin-top: 290px;
	text-shadow: -1px 1px 3px #111;
}

.display-block-right:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
}
/*h1.site-title {
    margin-top: inherit;
}*/
.btn-blue-dark {
    box-shadow: 0px 2px 10px -1px #000;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #1d3e6b;
    color: #fff;
    min-width: 200px;
    border-radius: 0px;
}

    .btn-blue-dark:hover {
        color: #fff;
    }

.btn-blue {
    box-shadow: 0px 2px 10px -1px #000;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #046993;
    color: #fff;
    min-width: 200px;
    border-radius: 0px;
}

    .btn-blue:hover {
        background: #0588bb;
        color: #fff;
    }

.btn-medblue {
    box-shadow: 0px 2px 10px -1px #000;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #046a92;
    color: #fff;
    min-width: 200px;
    border-radius: 0px;
}

    .btn-medblue:hover, .btn-medblue:focus, .btn-ltblue:hover, .btn-ltblue:focus {
        color: #fff;
        background: #0588bb;
    }

.btn-yellow {
    box-shadow: 0px 2px 10px -1px #000;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #d7b61a;
    color: #fff;
    min-width: 200px;
    border-radius: 0px;
}

    .btn-yellow:hover {
        background: #c7aa1d;
        color: #fff;
    }

.collectionthumbs {
    padding-top: 10px;
}

.standard-btn {
    box-shadow: 0px 2px 10px -1px #000;
    padding: 4px;
    width: 200px;
    border-radius: 0px;
    color: #fff;
}

    .standard-btn:hover {
        color: #fff;
    }

.btn-ltblue {
	box-shadow: 0px 2px 10px -1px #000 !important;
	background: #55a5c6;
	color: #fff;
	width: 200px;
	border-radius: 0px;
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: -1px 1px 2px #222;
}

    .btn-ltblue:hover {
        background: #66c3e9;
    }

.topPadding20 {
    padding-top: 20px;
}

.loginbtn {
    height: 65px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 365px;
}

.caretlgblue {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.labelSort {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.caretmedblue {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.marginTop0 {
    margin-top: 0px;
}

.marginTop80 {
    margin-top: 40px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop180 {
    margin-top: 180px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-left: solid 3px #3c763d;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.alert-noncommitted {
    background-color: #d9edf7;
    border-color: #d9edf7;
    border-left: solid 3px #bce8f1;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #31708f;
    margin-top: 0.75em;
}

.mycollectionsbar {
    background: #254757;
    margin-bottom: 35px;
    position: relative;
}
/******LINK ICONS*****/
.webicon:before {
    content: '';
    background: url(./websiteicon.png) no-repeat 0px;
}
/****COLLECTION SIDEBAR****/
.completewrapper {
    padding-top: 15px;
}

.collectionthumbstitle {
    margin-bottom: 10px;
}

.collectionsicon {
    display: inline-block;
    float: left;
    height: 20px;
    width: auto;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: -20px;
}

.sidebar-right {
    padding-bottom: 15px;
    width: 200px;
    padding-left: 10px;
    padding-top: 1px;
    margin-top: 10px;
    padding-right: 10px;
    text-align: center;
    background: #f3f3f3;
}

.label-collection {
    width: 200px;
    margin-top: -5px;
    /*background: #1e3f6c;*/
    padding: 1px;
    color: #000;
    text-align: center;
}

.col-md-2 {
    width: 16.66666667%;
    padding: 0px;
}
/*section.closefeatured {
    margin-top: -13px;
    max-width: 100%;
}*/
#showMoreCollectionResources {
    margin-top: 10px;
    cursor: pointer;
    color: #046a92;
    line-height: 2.3em;
    text-decoration: underline;
    font-weight: bold;
}
/******Pagination******/
.jsarrows > span.current.prev {
    height: 40px;
}

.jsarrows {
    padding-top: 4px;
    margin-top: 5px;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 50%;
    /* border-radius: 0; */
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme .current.prev, .light-theme .current.prev:hover {
    background: url(../Clearinghouse/lightleftArrow.png) no-repeat 15px 13px, rgba(0,0,0,0.51);
    color: #000;
    border-color: white;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .current.next, .light-theme .current.next:hover {
    background: url(../Clearinghouse/lightrightArrow.png) no-repeat 15px 13px, rgba(0,0,0,0.51);
    color: #000;
    border-color: white;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #FCFCFC;
    box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.51);
}

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    border-radius: 50%;
    width: 35px;
    height: 34px;
    padding: 4px 8px;
    margin: 0 5px 0 0;
    /* border-radius: 3px; */
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}

.light-theme .current {
	background: linear-gradient(#2da5e7, #0D86B1);
	color: #FFF;
	border-color: #3AB3DE;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
	border-radius: 50%;
	text-shadow: 1px 1px 3px #111;
}

.light-theme .prev:hover {
    width: 47px;
    height: 45px !important;
    background: url(../Clearinghouse/leftArrow.png) no-repeat 15px 13px;
    box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.51);
}

.light-theme .prev {
    width: 47px;
    height: 45px !important;
    background: url(../Clearinghouse/leftArrow.png) no-repeat 15px 13px, linear-gradient(#ffffff, #efefef);
}

.light-theme .next {
    width: 47px;
    height: 45px !important;
    background: url(../Clearinghouse/rightArrow.png) no-repeat 14px 14px, linear-gradient(#ffffff, #efefef);
}

    .light-theme .next:hover {
        width: 47px;
        height: 45px !important;
        background: url(../Clearinghouse/rightArrow.png) no-repeat 14px 14px;
        box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.51);
    }

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    margin: 0;
}
/*span.current.prev, .page-link.prev, .page-link.next, span.current.next {
    height: 36px;
    padding-top: 5px;
    margin-top: 6px;
    border-radius: 50%;
}*/
span.current.prev, .page-link.prev, .page-link.next, span.current.next {
    height: 45px;
    padding-top: 9px;
    border-radius: 50%;
}

.simple-pagination li {
    margin-top: 8px;
}

    .simple-pagination li:first-child, .simple-pagination li:last-child {
        margin-top: 0px;
    }

#pagination {
    margin-top: 70px;
}

/*****TABLE*****/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    min-width: 145px;
}
/*******ALERTS*******/
.alert-success {
    margin-top: 20px;
}
/***LIST/GRID VIEW***/
/*Updated Chirag's code max-width wasn't set properly''*/
img.resourceimg {
    max-width: 250px;
    max-height: 197px;
    vertical-align: middle;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.51);
}

ul.col-md-4.resourcePreview.list:hover {
    background: #ebebeb;
}

.add > .list:hover {
    background: #fff;
}

.list {
    float: none;
    width: 100%;
    box-shadow: none;
    padding: 10px;
    padding-right: 40px;
}

button.listview, button.gridview {
    background: none;
    border: none;
}

.gridlist {
    width: 20px;
    height: 20px;
}

.floatleftresource {
    float: left;
    width: auto;
    background: none;
    height: auto;
    text-align: left;
}

.addmargin {
    margin-top: 20px;
    /*margin-right: 134px;*/
}

.list .resourcePreview.list .resourcePreview-inner {
    background: #f3f3f3;
    padding: 15px;
}

    .list .resourcePreview.list .resourcePreview-inner div.resourceImage {
        float: left;
        text-align: center;
        width: 250px;
        position: static;
        height: 100%;
    }

    .list .resourcePreview.list .resourcePreview-inner div.resourceDetails {
        float: none;
        max-width: 100%;
        padding-right: 80px;
        margin-left: 250px;
    }

    .list .resourcePreview.list .resourcePreview-inner div.resourceType {
        position: static;
    }


    .list .resourcePreview.list .resourcePreview-inner button.add, .list .resourcePreview.list .resourcePreview-inner button.added {
        top: 0;
        right: 20px;
        bottom: initial;
    }

/***** SEARCH *****/
.label {
    font-size: 11px;
    margin-bottom: 5px;
}

div.searchControls div {
    /* align-items: flex-end; */
    /* display: inline-block; */
    /* height: 100%; */
    /* display: inline-block; */
    /* bottom: 0; */
    /* float: right; */
    /* margin-top: -33px; */
}

.searchControls {
    margin-bottom: 20px;
}

div.searchControls div p, div.searchControls div button.dropdown-toggle {
    display: inline-block;
    width: 100%;
}

div.searchControls div button.dropdown-toggle {
    position: relative;
}

    div.searchControls div button.dropdown-toggle .caretmedblue,
    div.searchControls div button.dropdown-toggle .caretlgblue {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

div.searchControls div.dropdown {
    /*width: 5.0em;*/
}

div#searchWrapper {
    float: left;
    /* width: 50%; */
}

    div#searchWrapper input, div#searchWrapper input {
        display: inline;
        position: relative;
    }

img.search-icon:hover {
    cursor: pointer;
}

#SearchTerms, .CollectionName input, .Email input {
    font-style: italic;
    max-width: 540px;
    display: inline;
    float: left;
    background: #ebebeb;
	color: #636363;
    border-radius: 0px;
    margin-right: 8px;
}

.CollectionName, .Email {
    margin-bottom: 20px;
}

#searchWrapper {
    clear: both;
}
/******COLLECTION SAVE DESCRIPTION******/
/*.col-lg-10.CollectionDescription {
    width: 76%;
    margin-left: 45px;
}*/
a.btn.btn-blue-dark.display-block-right.marginTop0 {
    margin-bottom: 30px;
}
.alert-noncommitted a {
    text-decoration: underline !important;
}
div#currentCollectionWrapper {
    margin: auto;
    margin-bottom: 15px;
    display: inline-block;
}
.completewrapper a.btn.btn-success.standard-btn.marginTop10.marginBottom10 {
    color: white;
    margin-top: 20px;
}
div#collectionWrapper {
    margin-top: 115px;
}

#collectionWrapper.marginTop170{
    margin-top: 170px;
}
/**** BREADCRUMBS ****/
.breadcrumb {
    padding: 10px 0;
}

.breadcrumbremove {
    cursor: pointer;
    color: #a94442;
    white-space: nowrap;
}
/****ACTIVE BUTTONS VISITED****/
.btn-blue-dark:visited, .btn-blue:visited {
    color: #fff;
}
/**** TYPES ****/
.dropdown-wrapper {
    /*float: right;*/
    margin-right: 10px;
	display: inline-block;
}

    .dropdown-wrapper .topicCheckbox, .dropdown-wrapper .sortCheckbox, .dropdown-wrapper .typeCheckbox {
        padding-left: 10px;
    }

#typeDropdownWrapper.dropdown-wrapper.open > .dropdown-menu {
    min-width: 245px;
}

#sortDropdownWrapper.dropdown-wrapper.open > .dropdown-menu {
    min-width: 228px;
}

label.sortName {
    width: 100%;
}

label.typeName {
    width: 90%;
}

    label.topicName:hover, label.typeName:hover, label.sortName:hover {
        cursor: pointer;
    }

    label.typeName.disabled:hover {
        cursor: not-allowed;
    }

#warning-js-trick {
    -webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 10s; /* Firefox < 16 */
    -ms-animation: fadein 10s; /* Internet Explorer */
    -o-animation: fadein 10s; /* Opera < 12.1 */
    animation: fadein 10s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*label.typeName > input[type=checkbox], */
label.topicName > input[type=checkbox], label.sortName > input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
    /*For mobile, it's typically better to position checkbox on top of clickable
      area and turn opacity to 0 instead.*/
}

label.sortName > input[type=radio], label.sortName > input[type=radio], label.sortName > input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

label.typeName.disabled {
    font-weight: normal;
    opacity: .5
}
/**** TOPICS ****/
li.topicWrapper > input[type=checkbox], li.subTopicWrapper > input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
    /* For mobile, it's typically better to position checkbox on top of clickable
      area and turn opacity to 0 instead. */
}

.topics-menu {
    background: #046a92;
    height: 85px;
    position: absolute;
    width: 140px;
    border: none;
    margin-top: -42px;
    border-radius: 0px;
    color: #fff;
    padding-top: 42px;
}

#topicDropdownWrapper {
    float: left;
    margin-right: 10px;
    margin-bottom: 64px;
}

    #topicDropdownWrapper li {
        list-style-type: none;
        padding-left: 10px;
    }

li.topicWrapper.toggleOpenIcon:last-child {
    border-bottom: none;
}

#topicDropdownWrapper ul {
    padding-left: 20px;
}

li.topicWrapper {
    border-bottom: 1px solid #000;
    min-width: 250px;
    margin-left: -14px;
}

.topic-button {
    background: #046a92;
    color: #fff;
    border-radius: 0px;
    width: 95px;
}

.topicWrapper {
    float: left;
    /*min-height: 75px;*/
    padding: 10px;
}

li.topicWrapper {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    li.topicWrapper.closeMenu:after {
        content: "";
        width: 30px;
        height: 30px;
        background: url(../Clearinghouse/closeButton.png) no-repeat -7px 4px;
        top: 10px;
        right: 5px;
        position: absolute;
        display: inline-block;
    }

.img-vertical {
    height: 198px;
    margin: 0 auto;
    line-height: 198px;
    text-align: center;
}

img.resourceimg {
    vertical-align: middle;
}

li.topicWrapper:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../Clearinghouse/downArrow.png) no-repeat 7px 3px;
    top: 10px;
    right: 0px;
    position: absolute;
    display: inline-block;
    overflow-x: hidden;
}

span.arrowIcon {
    display: inline-block;
}

a.chlink {
    color: #9ac5d7;
}

    a.chlink:hover {
        color: #fff;
    }

.dropdown-backdrop {
    display: none;
}

li.topicWrapper.toggleOpenIcon:after {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -8px;
    margin-left: 4px;
}

li.subTopicWrapper:hover {
    text-decoration: underline;
}

li.subTopicWrapper > ul {
    overflow-y: scroll;
    max-height: 200px;
}

#Topics_:hover {
    text-decoration: underline;
}

li.dropdown.subTopicWrapper:hover {
    text-decoration: underline;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px !important;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.yellow-btn {
    box-shadow: 0px 2px 10px -1px #000;
    background: #d7b61a !important;
    border: none;
    height: 35px;
    float: left;
    line-height: 23px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.42857143;
}
/**Global fix to search responsiveness**/
/*#typeDropdownWrapper, div#sortDropdownWrapper, .clearresults, div#searchWrapper, .gridview, .listview {
    margin-top:5px;
}*/
#sortDropdownWrapper, #typeDropdownWrapper {
    max-width: 228px;
}

    #typeDropdownWrapper input[type="checkbox"] {
        display: none;
    }

    #typeDropdownWrapper label.typeName {
        display: block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        #typeDropdownWrapper label.typeName:last-child {
            margin-bottom: 0;
        }

        #typeDropdownWrapper label.typeName:before {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            border: 2px solid #55a5c6;
            position: absolute;
            left: 0;
            top: 3px;
            transition: all .12s, border-color .08s;
        }

    #typeDropdownWrapper input[type="checkbox"]:checked ~ label.typeName:before {
        width: 7px;
        top: 0;
        left: 6px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

div#searchRight {
    margin-top: 5px;
	display: inline;
	float: right;
}

div#searchWrapper {
    margin-top: 5px;
    width: 60%;
}

img.search-icon {
    position: absolute;
    padding-top: 38px;
    margin-left: 517px;
    z-index: 999;
}

.arrow-up {
    margin-left: 27%;
}

.search-message {
    margin-left: 25%;
}
.search-message h4{
	color: #fff;
}

.btn-success, .btn-danger, .btn-yellow{
	text-shadow: -1px 1px 2px #222;
}
.add:focus, .added:focus {
	border: 2px #0588bb solid;
}

@media screen and (max-width:1700px) {
    button.btn.btn-ltblue.clearbtn.clearresults {
        width: 100px;
    }

    div#sortDropdownWrapper {
        min-width: 150px;
        max-width: 200px;
        margin-top: 0;
    }

    #SearchTerms {
        max-width: 450px;
    }

    img.search-icon {
        margin-left: 428px;
    }
}

@media screen and (min-width:1460px) and (max-width:1600px) {
    button.btn.btn-ltblue.clearbtn.clearresults {
        margin-left: 4px;
    }
}

@media screen and (min-width: 1044px) and (max-width: 1460px) {
    div#searchWrapper {
        width: 500px;
    }

    .arrow-up {
        margin-left: 33%;
    }

    .search-message {
        margin-left: 32%;
    }

    .containercustomsm {
        padding-left: 10px;
        padding-right: 10px;
    }

    div#searchWrapper input {
        display: inline;
        position: relative;
        margin-bottom: 10px;
    }

    .floatleftresource {
        float: left;
        max-width: 530px;
        width: auto;
        background: none;
        height: auto;
        text-align: left;
    }

    .col-md-4.resourcePreview.featuredResource {
        margin: 8px;
        left: 15px;
    }
}

@media screen and (max-width:1043px) {
    #SearchTerms {
        margin-bottom: 10px;
    }

    .arrow-up {
        margin-left: 22%;
    }

    .search-message {
        margin-left: 20%;
    }
}

@media screen and (min-width:1041px) and (max-width: 1257px) {

    .containercustomsm {
        padding-left: 5px;
        padding-right: 5px;
    }

    div#sortDropdownWrapper {
        /*margin-top: 19px;*/
    }

    div#typeDropdownWrapper {
        /*margin-top: 17px;*/
        margin-right: 17px;
    }

    .col-md-4.resourcePreview.featuredResource {
        position: relative;
        z-index: 9;
        top: -180px;
        margin: 4px;
        left: 6px;
        border: solid 1px #333;
    }
}

@media screen and (max-width:1208px) and (min-width:1178px) {
    .col-md-4.resourcePreview.featuredResource {
        position: relative;
        z-index: 9;
        top: -180px;
        margin: 4px;
        left: 130px;
        margin-bottom: 15px;
        border: solid 1px #333;
    }

    .featured-title2, .featured-title {
        height: 610px;
    }

    .dark-grey-background {
        min-height: 1206px;
        margin-top: -40px;
    }

    .col-lg-12.featuredsection {
        padding-top: 15px;
    }
}

@media screen and (min-width: 1208px) {
    .lightestblue {
        color: #d2e5ed;
        text-transform: uppercase;
        text-shadow: 5px 3px 4px #333;
        font-size: 40px;
        padding: 40px 40px 20px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    #topicDropdownWrapper.open > .dropdown-menu {
        display: inline-block;
        position: absolute;
        min-width: 266px;
        height: auto;
        margin-top: 50px;
        margin-left: 0px;
        /*overflow-y: scroll;*/
    }

    .whitetext h4, .whitetext p {
        color: #fff;
		font-size: 20px;
		font-weight: bold;
    }

    .featured-image.rightimg, .rightdescription {
        margin-left: 260px;
    }
}

@media (max-width:1200px) {
    .collectionRow {
        padding-bottom: 40px;
    }

    .lightestblue {
        color: #d2e5ed;
        width: 100%;
        margin-left: 0px;
        text-shadow: 2px 1px 4px #333;
        font-size: 40px;
        text-align: center;
    }

    .featured-image.rightimg, .rightdescription {
        margin-left: 235px;
    }

    img.featured-image, img.featured-image2 {
        max-height: 175px;
        max-width: 200px;
    }
}

@media (max-width: 1090px) {
    .resourcePreview.featuredResource {
        position: relative;
        z-index: 9;
        top: -180px;
        margin: 16px;
        left: 6px;
        border: solid 1px #333;
    }
    /*.label-collection {
    width: 180px;
    margin-top: -5px;
    background: #1e3f6c;
    padding: 1px;
    color: #fff;
    text-align: center;
}*/
    button#btnClearCollection {
        width: 180px;
    }

    a.btn.btn-success.standard-btn.marginTop10.marginBottom10 {
        width: 180px;
    }

    .sidebar-right {
        width: 180px;
    }

    .btn-blue {
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #046993;
        color: #fff;
        min-width: 180px;
        border-radius: 0px;
    }

    div#searchWrapper {
        width: 400px;
    }

    img.search-icon {
        margin-left: 375px;
    }
}

.col-md-6-custom {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 45%;
    margin-right: 55px;
}

.floatleftresource {
    float: left;
    max-width: 530px;
    width: auto;
    background: none;
    height: auto;
    text-align: left;
}

.hideSmScreen {
    display: inline-block;
}

.showSmScreen {
    display: none;
}

@media screen and (max-width: 1074px) {

    /*.marginTopClose {
    margin-top: 194px;
}*/
    #topicDropdownWrapper.open > .dropdown-menu {
        margin-top: 55px;
    }
    /*a.mycollections {
    top: 200px;
}*/
}
/*@media screen and (min-width: 1044px) and (max-width: 1320px){
    div#typeDropdownWrapper {
    margin-top: 17px;
    margin-right: 76px;
}
}*/
@media screen and (max-width: 1044px) {
    .col-md-6-custom {
        width: 47%;
        float: left;
    }

    .text-center.centeredItem {
        min-width: 100%;
        margin-left: 34%;
        margin-top: 70px;
    }

    img.search-icon {
        margin-left: 378px;
    }

    div#sortDropdownWrapper {
        max-width: 180px;
    }

    #sortDropdownWrapper, #typeDropdownWrapper,
    .btn-medblue {
        min-width: 180px;
    }

    #sortDropdownWrapper, #typeDropdownWrapper,
    div#sortDropdownWrapper {
        max-width: 180px;
    }

    .list {
        padding-right: 10px;
    }

        .list .resourcePreview {
            width: 33.333%;
            margin: 0;
            padding: 15px 10px;
        }

            .list .resourcePreview.list {
                width: 100%;
            }
}

@media screen and (max-width: 1024px) {
    .col-lg-12.featuredsection {
        margin-top: 0px;
        padding-top: 30px;
    }

    .resourcePreview.featuredResource {
        margin: 8px;
    }

    .containercustomsm {
        padding-left: 5px;
        padding-right: 5px;
    }

    img.featured-image, img.featured-image2 {
        max-height: 175px;
        max-width: 140px;
    }

    .featured-image.rightimg, .rightdescription {
        margin-left: 235px;
    }

    img.featured-image, img.featured-image2 {
        max-height: 175px;
        max-width: 180px;
    }

    .featured-description {
        -moz-box-shadow: 0px 0px 36px -4px rgba(0,0,0,0.51);
        padding-right: 10px;
        padding-left: 20px;
        padding-top: 64px;
        width: 45%;
        position: absolute;
        color: #fff;
        min-height: 205px;
    }

    .dark-grey-background {
        min-height: 64vh;
    }

    .clearinghouse-p {
        width: 100% !important;
    }

    .list {
        padding-right: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1179px) {
    .resourcePreview.featuredResource {
        margin: 3px;
    }

    .containercustomsm {
        padding-left: 1px;
        padding-right: 1px;
    }

    .featuredLoginRequiredThumb {
        right: 15px;
    }

    .col-md-6-custom {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: 35%;
        margin-right: 0;
    }
    /*.col-lg-12.featuredsection {
		margin-top: 50px;
	}*/
    .col-md-10.customsized {
        width: 80%;
    }

    #topicDropdownWrapper.open > .dropdown-menu {
        display: block;
        float: left;
        /*min-width: 775px;*/
        overflow-y: scroll;
    }

    .floatleftresource {
        float: left;
        max-width: 375px;
        width: auto;
        background: none;
        height: auto;
        text-align: left;
    }

    ul.col-md-4.resourcePreview {
        float: left;
    }

    img.resourceimg {
        max-width: 215px;
    }

    .addmargin {
        margin-top: 20px;
        right: 15px !important;
        left: auto !important;
    }
}

@media screen and (max-width: 1179px) {
    .whitetext h4, .whitetext p {
        padding-top: 30px;
    }

    /*.whitetext p {
        display: none;
    }*/
    /* .hexa-holder { */
    /* left: 20%; */
    /* } */
    .left-side {
        margin-left: 0px;
    }

    #pagination {
        margin-left: 20px;
    }
}

@media screen and (max-width: 992px) {
    .featured-title2, .featured-title {
        height: 740px;
    }

    .col-md-4.resourcePreview.featuredResource {
        margin-left: 75px;
    }

    .dark-grey-background {
        min-height: 0;
    }

    .images {
        width: 55%;
        text-align: center;
        margin-bottom: -80px;
    }

    .featured-image.rightimg, .rightdescription {
        margin-left: 485px;
    }

    .featured-description {
        width: 40%;
    }

    .floatleftresource {
        float: left;
        max-width: 375px;
        width: auto;
        background: none;
        height: auto;
        text-align: left;
    }

    input.btn.btn-blue.display-block-right {
        margin-top: 15px;
    }

    .hideSmScreen {
        display: none;
    }

    .showSmScreen {
        display: inline-block;
    }

    .col-md-6-custom {
        width: 50%;
        float: none;
        display: inline-block;
    }

    .marginTopClose {
        margin-top: 5px;
    }

    .col-md-10.customsized {
        width: 74%;
        float: left;
    }

    .col-md-2 {
        margin-left: 0;
        width: 26%;
        padding: 0px;
        float: left;
    }

    .floatleftresource {
        /* float: left; */
        max-width: 100%;
        width: auto;
        background: none;
        height: auto;
        text-align: left;
    }

    .list {
        box-shadow: none;
        float: none;
        width: 100%;
        height: auto;
        box-shadow: none;
        padding: 10px;
    }

    .btn-blue {
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #046993;
        color: #fff;
        width: 160px;
        padding: 4px;
        border-radius: 0px;
    }

    .collectionsicon {
        display: inline-block;
        float: left;
        height: 20px;
        width: auto;
        margin-top: 6px;
        margin-left: 3px;
    }

    #resultsList li.list div.resourceType {
        position: absolute !important;
        left: 20px !important;
    }

    .list .resourcePreview {
        width: 50%;
    }

        .list .resourcePreview.list {
            width: 100%;
        }

    img.search-icon {
        margin-left: 425px;
        padding-top: 38px;
    }

    div#searchWrapper {
        width: auto;
        float: none;
    }

    div#searchRight {
        float: none;
        display: inline-block;
        white-space: nowrap;
        margin-top: 15px;
    }

    div.searchControls div p,
    div.searchControls div button.dropdown-toggle {
        display: block;
    }

    .sidebar-right {
        width: auto;
        text-align: left;
    }

    #sidebar-wrapper {
        text-align: left;
    }

        #sidebar-wrapper .currentCollectionResource {
            max-width: 220px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

    .completewrapper {
        padding-top: 0;
    }

    .list .resourcePreview.list .resourcePreview-inner div.resourceImage {
        width: auto;
    }

    .list .resourcePreview.list .resourcePreview-inner div.resourceDetails {
        margin-left: 0;
        overflow: hidden;
        padding-left: 25px;
    }

    .col-md-2.currentDetails {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
    }
}
@media (max-width:1024px) {
    span.loginRequiredThumb.resourcePlacement {
        left: 204px;
    }
    h3.spotlight-title.recommended, .featured-items .spotlight-title {
        color: #000;
    }
    .featured-title2:before{ background: none;}
    .featured-items, .skewedLayerGreen, .skewedLayerYellow, h3.spotlight-title {
        background: none;
      
    }
    .featured-title2 {
        background: none;
    }
}
@media screen and (max-width:991px) {
    .skewedLayerGreen, .skewedLayerYellow {
        height: 40px;
        margin-top: -46px;
    }

    .featured-title2, .featured-title {
        height: 280px;
    }

    h3.spotlight-title {
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        margin-left: 30px;
        display: inline-block;
    }

    .lightestblue {
        margin-top: 0;
        font-size: 30px;
        margin: 0;
        padding: 10px 0;
    }

    .carousel-caption {
        padding: 10px 0 30px;
        ;
    }
}

@media screen and (max-width: 877px) {
    .featured-image.rightimg, .rightdescription {
        margin-left: 370px;
    }
}

@media screen and (max-width: 804px) {

    .topicWrapper {
        min-height: 0;
    }

    #topicDropdownWrapper.open > .dropdown-menu {
        display: block;
        float: left;
        min-width: 275px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 768px) {
    .loginRequiredThumb {
        left: 231px;
    }
    h3.spotlight-title.recommended, .featured-items .spotlight-title {
        color: #fff;
    }
    input.btn.btn-blue.display-block-right {
        margin-top: 15px;
        float: left;
    }

    .loginbtn {
        float: left;
        margin-top: 20px;
    }

    div#viewSelectors {
        margin-top: 0px;
    }

    li.col-md-4.resourcePreview {
        margin-left: 25%;
    }

    #searchErrorMessage {
        display: inline-block;
        margin-top: 5px;
        padding-left: 5px;
        margin-left: 0;
        color: #a94442;
        width: 100%;
    }

    .images {
        margin-bottom: 0px;
    }

    .col-md-4.resourcePreview.featuredResource {
        margin-left: 0;
        left: 0;
    }

    .col-lg-12.featuredsection {
        padding-top: 15px;
    }

    .marginTop85 {
        margin-top: 10px;
    }

    .text-center.centeredItem {
        min-width: 100%;
        margin-left: 20%;
        margin-top: 70px;
    }
    /*.col-md-2 {
		margin-left: 10px;
		width: 16.66666667%;
		padding: 0px;
		float: left;
	}*/
    .col-md-10.customsized {
        width: auto;
        float: none;
    }

    .col-md-2 {
        float: none;
        width: auto;
    }

    div#currentCollectionWrapper {
        margin-bottom: 30px;
    }

    .list {
        width: auto;
    }

    #pagination {
        margin-top: 0;
        margin-left: 0;
    }

    .featured-items {
        height: auto;
        background-color: #254655;
        padding: 10px 15px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .col-md-4.resourcePreview.featuredResource {
        top: 0;
    }

    .skewedLayerGreen, .skewedLayerYellow {
        display: none;
    }

    .featured-title2:before {
        display: none;
    }

    .featured-title2, .featured-title {
        padding: 0;
        margin-bottom: 25px;
        clear: left;
        height: auto;
    }

    h3.spotlight-title {
        margin: 0;
    }

    a.mycollections {
        top: 35px;
    }

    .col-md-6-custom,
    .resource-img-col {
        margin-top: 20px;
    }
}

@media all and (max-width: 767px) {
    #viewSelectors {
        display: none !important;
    }

    .lightestblue {
        font-size: 26px;
    }

    .col-md-6-custom {
        display: block;
        width: auto;
        overflow: hidden;
        margin-right: 0;
    }

    .col-md-2.currentDetails {
        padding-top: 25px;
        clear: left;
    }

    .images {
        width: auto;
        max-width: 230px;
    }

        .images img {
            max-width: 100%;
        }

    .displayheightintro {
        margin-top: 60px;
    }
    a.mycollections {
        top: 10px;
    }
    .ch-intro .displayheightintro {
        margin-top: 0px;
    }
}

@media all and (max-width: 750px) {
    .featured-image.rightimg, .rightdescription {
        margin-left: 300px;
    }

    td, th {
        display: block;
    }

    th {
        display: none;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: none;
    }

    span.hiddentabletitle {
        display: inline-block;
        font-weight: 700;
    }
}

@media screen and (max-width: 680px) {
    input#SearchTerms:before {
        content: '';
        background: url(./infoicon.png) no-repeat 0px;
    }

    .addmargin {
        margin-top: 20px;
        margin-top: 169px;
    }

    .add, .added {
        margin-bottom: 20px;
    }

    #searchWrapper .text-box {
        display: block;
        float: none;
    }
}

@media screen and (max-width: 667px) {
    .valorslidertext {
        font-size: 1.8em;
        color: #9ac5d7;
        text-shadow: 2px 1px 4px #333;
        max-width: 520px;
        font-weight: 500;
        line-height: 1.5em;
        text-align: center;
        padding-left: 9px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 640px){
    a.mycollections {
        top: 30px;
    }
}

@media screen and (max-width: 606px) {
    .darkcircle {
        top: 205px;
    }

    .darkcircle2 {
        top: 125px;
    }

    .featured-items {
        color: #fff;
    }

    img.featured-image, img.featured-image2 {
        max-height: 225px;
        max-width: 225px;
        float: left;
    }

    .featured-image.leftimg, .leftdescription {
        margin-left: 0px;
    }

    .featured-description {
        width: auto;
        position: relative;
        /*min-height: auto;*/
        display: block;
        margin-top: 35px;
    }

    .dark-grey-background {
        background: #dce6ea;
        height: 2240px;
        clear: both;
    }

    .featuredLoginRequiredThumb {
        bottom: 30px;
    }

    .col-md-10.customsized {
        width: 67%;
        float: left;
    }

    .text-center.centeredItem {
        margin-left: 20px;
        margin-top: 70px;
    }

    div#sortDropdownWrapper {
        float: left;
    }

    .col-md-10.customsized {
        width: 100%;
        float: none;
        margin-top: 100px;
    }

    .featured-image.rightimg {
        margin-left: 0px;
        margin-top: 175px;
    }

    .rightdescription {
        margin-left: 0px;
        margin-top: 300px;
    }
}

@media screen and (max-width: 500px) {
    span.loginRequiredThumb.resourcePlacement {
        left: 275px;
    }
    .hexa-holder {
        display: none;
    }

    .ch-2 {
        margin-top: 0;
        margin-left: 0;
    }

    .ch-graphics {
        width: 100px;
        display: inline-block;
        margin: 0 auto;
        float: none;
    }

    .ch-3 {
        margin: 0;
    }

        .ch-3 + .right-side {
            margin-top: 0;
        }

    .whitetext h4, .whitetext p {
        padding-top: 0;
    }

    .right-side {
        margin-left: 0;
        width: auto;
        text-align: center;
        float: none;
    }

    .left-side {
        width: auto;
        float: none;
        text-align: center;
    }

    .ch-graphics.float-right {
        float: none;
    }
}

@media screen and (max-width: 550px) {
    img.search-icon {
        z-index: 999;
    }

    #SearchTerms {
        width: 100%;
    }

    .float-left-sm {
        float: left;
    }

    a.btn.btn-blue.marginTop20.normpadding.webicon {
        margin-left: 50px;
        width: 100%;
    }

    button#removeButton_59 {
        margin-left: 65px;
    }

    .col-md-10.customsized {
        width: 100%;
        float: none;
        margin-top: 450px;
    }

    a.btn.btn-blue-dark.display-block-right, input.btn.btn-blue.display-block-right {
        float: left;
    }

    .display-block-right:first-child {
        margin-top: 15px;
    }

    .dark-grey-background {
        background: #dce6ea;
        margin-bottom: -68px;
    }

    .featured-title2:before {
        height: 40px;
    }

    .collectionRow {
        padding-bottom: 60px;
    }

    .col-md-10.customsized {
        margin-top: 20px;
    }

    li.col-md-4.resourcePreview {
        margin-left: 40px;
    }

    .list .resourcePreview {
        float: none;
        width: auto;
        max-width: 320px;
        margin: 0 auto;
        padding: 15px 0;
    }

    .resourceDetails {
        min-height: 0 !important;
    }

    .resourceType {
        position: static;
    }

    .col-md-4.resource-img-col {
        float: none;
        width: auto;
    }

    .col-md-6-custom {
        padding-left: 15px;
        padding-right: 15px;
    }

    img.detailImages {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .addResourceRow, .removeResourceRow {
        text-align: right;
        float: right;
        margin-top: 0px;
    }

    div#searchRight {
        display: block;
    }

        div#searchRight div {
            float: none;
            width: 100%;
            margin: 0 auto 20px;
            text-align: center;
        }

    .searchControls .breadcrumb {
        text-align: center;
    }

    img.search-icon {
        right: 22px;
        margin-left: 0;
        padding-top: 36px;
    }

    a.mycollections {
        position: static;
        margin: 40px 0 20px 0;
    }
    .displayheightintro {
        margin-top: 0px;
    }

    .mycollectionsbar {
        background-color: transparent;
        text-align: left;
        margin: 0;
        padding: 15px 15px 0;
    }

    div#searchWrapper input {
        float: none;
    }

    div#searchWrapper {
        text-align: center;
    }
}

@media screen and (max-width: 430px) {
    h1.lightestblue.valorsliderintro.slideRight {
        text-align: center;
        margin-top: 65px;
    }

    img.up {
        display: none;
    }

    .darkcircle {
        position: relative;
        right: 30px;
        top: -55px;
    }

    .darkcircle2 {
        right: 10px;
    }

    .float-left-sm {
        clear: both;
        margin-top: 20px;
        float: left;
        margin-left: -122px !important;
    }

    .darkcircle2 {
        width: 140px;
        height: 140px;
        position: relative;
        top: -2px;
        left: 75px;
    }

    .text-center.centeredItem {
        margin-left: 90px;
    }

    .resourcePreview {
        margin-left: 25px;
    }

    .list {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 375px) {
    .gridlist, .listview {
        display: none;
    }

    .float-left-sm {
        clear: both;
        margin-top: 20px;
        margin-left: -45px !important;
    }

    #topicDropdownWrapper.open > .dropdown-menu {
        max-height: 415px;
    }

    .col-md-10.customsized {
        margin-top: -30px;
    }

    li.col-md-4.resourcePreview {
        margin-left: 15px;
    }

    .text-center.centeredItem {
        margin-left: 85px;
    }

    .addmargin {
        margin-top: 20px;
        width: 100%;
        min-width: 240px;
        position: inherit;
        max-width: 250px;
    }

    img.resourceimg {
        vertical-align: middle;
        max-width: 250px;
    }

    .addmargin {
        margin-top: 20px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 350px) {
    .addResourceRow, .removeResourceRow {
        text-align: right;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    img.featured-image, img.featured-image2 {
        max-height: 175px;
        max-width: 225px;
        margin-top: -50px;
    }

    .text-center.centeredItem {
        margin-left: 90px;
    }

    a.btn.btn-blue.marginTop20.normpadding.webicon {
        margin-left: 35px;
        width: 100%;
    }

    button#removeButton_59 {
        margin-left: 40px;
    }

    .addmargin {
        margin-top: 20px;
        width: 100%;
        min-width: 225px;
        position: inherit;
    }
}

@media screen and (max-width: 320px) {
    img.search-icon {
        margin-left: 83%;
    }
    .resourceType {
        font-size: 11px;
    }
    span.loginRequiredThumb.resourcePlacement {
        left: 243px;
    }
    .darkcircle2 {
        top: -20px;
    }
}
/****Animation*******/

/***** COLLECTIONS *****/
.row.collectionRow:last-child {
    margin-bottom: 30px;
}

.collectionRow {
    margin: 15px 0;
}

    .collectionRow > div {
        padding-left: 0;
        padding-top: 10px;
    }

    .collectionRow p {
        padding-bottom: 10px;
    }

.removeResourceRow {
    text-align: right;
}

.addResourceRow, .removeResourceRow {
    text-align: right;
}

.currentCollectionResource {
    position: relative;
    background: #e6e6e6;
    border: solid 1px #BBB;
    padding-bottom: 20px;
    margin-bottom: 12px;
}


    .currentCollectionResource .collectionthumbstitle {
        padding-top: 5px;
    }

    .currentCollectionResource:hover {
        transition: .3s ease-in-out;
        border: solid 1px #BBB;
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.51);
        -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.51);
        box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.51);
    }

    .currentCollectionResource .collectionthumbstitle {
        padding-left: 5px;
        padding-right: 5px;
    }


/***** TOPICS *****/
div.Topics {
    margin-top: 25px;
}

ul.Topics li {
    float: left;
    font-weight: bold;
    min-height: 200px;
    min-width: 240px;
}

ul.SubTopics li {
    float: none;
    font-weight: normal;
    min-height: 25px;
}

#featuredBreadcrumb {
    color: rgba(37, 71, 87, 1);
    margin-left: 15px;
    clear: both;
    width: 100%;
    padding-right: 40px;
    padding-top: 0;
}

    #featuredBreadcrumb h3 {
        padding-top: 0;
        margin-top: 0;
    }

.resourceType {
    position: absolute;
    bottom: 0px;
    left: 10px;
}




.popover.confirmation {
    min-width: 160px;
}

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideRight
==============================================
*/


.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}
/*
==============================================
floating
==============================================
*/

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
    --Edits by: Brittney Travis
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-slower {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.delay-intro {
    animation-delay: 6.5s;
    -webkit-animation-delay: 6.5s;
}

.delay-button {
    animation-delay: 8.5s;
    -webkit-animation-delay: 8.5s;
}

.delay-review {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.delay-add {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
}

.delay-share {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s;
}

.delay-search {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.delay-hexagon {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, 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 {
    from, 20%, 53%, 80%, 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 {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(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 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(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 {
    from, 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 {
    from, 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 {
    from {
        -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 {
    from {
        -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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -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 {
    from {
        -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 {
    from, 11.1%, 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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, 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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, 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 {
    from, 20%, 40%, 60%, 80%, 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 {
    from, 60%, 75%, 90%, 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 {
    from, 60%, 75%, 90%, 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 {
    from, 60%, 75%, 90%, 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 {
    from, 60%, 75%, 90%, 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 {
    from, 60%, 75%, 90%, 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);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, 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);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, 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);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, 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);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    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 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    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 {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    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 {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    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 {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    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 {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -60deg);
        transform: rotate3d(0, 0, 1, -60deg);
        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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -60deg);
        transform: rotate3d(0, 0, 1, -60deg);
        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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        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 {
    from {
        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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        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 {
    from {
        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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 slideInDown {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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 {
    from {
        -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;
}
