body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
    }
input[type="button"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
    }
a {
    color: #fff
    }
a:hover {
    text-decoration: underline
    }
h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0
    }
body {
    padding: 0;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    background: #0e0e0e;
    font-size: 1em
    }
hr {
    border-top: 1px solid #bbb;
    clear: both;
    margin: 20px 0
    }
.topbanner {
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    background: #22ad00
    }
.email {
    margin-top: 4em;
    text-align: right;
    float: right
    }
.email a {
    color: #fff
    }
.header {
    color: #999;
    background: #161616;
    text-align: left
    }
.logo {
    background: #187200;
    border-top: 1px solid #22ad00;
    background-image: -ms-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -moz-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -o-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #187200), color-stop(100, #5fb900));
    background-image: -webkit-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: linear-gradient(to bottom, #187200 0, #5fb900 100%)
    }
.mtitle {
    float: left
    }
.mtitle span {
    font-family: "PT Sans Narrow", sans-serif;
    color: #fff;
    display: block;
    text-shadow: 2px 1px 2px #666;
    line-height: normal;
    padding: 25px 0
    }
.stitle {
    background: url(../img/st_bg.jpg) no-repeat;
    background-size: cover;
    height: 143px;
    display: table;
    width: 100%
    }
.stitle span {
    font-size: 2em;
    color: #FFF;
    text-shadow: 2px 1px 2px #666;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    line-height: normal;
    padding: 10px
    }
.lft_panel {
    padding: 0
    }
span.menu {
    display: none
    }
.top-menu {
    background: url(../img/nav_bg.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0;
    margin-bottom: 2px
    }
.top-menu ul {
    list-style: none;
    position: relative;
    display: inline-table
    }
.top-menu ul li {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    float: left;
    width: 100%;
    border-bottom: 1px solid #333;
    position: relative
    }
.top-menu ul li a {
    font-size: 1.5em;
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 25px
    }
.top-menu ul li a:hover {
    color: #187200
    }
.top-menu ul ul {
    display: none;
    z-index: 10;
    background: #5fb900;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 100%;
    width: 250px;
    top: 0
    }
.top-menu ul ul li {
    float: none;
    position: relative;
    width: 250px;
    background: transparent
    }
.top-menu ul ul li a {
    color: #fff !important;
    text-align: left;
    background: #5fb900
    }
.top-menu ul ul li a:hover {
    color: #fff;
    background: #187200
    }
.top-menu ul ul li a span {
    margin-top: 10px
    }
.top-menu ul ul ul {
    position: absolute;
    right: 100%;
    top: 0
    }
.top-menu ul ul ul li a {
    border-bottom: 1px solid #5e646a;
    color: #fff;
    text-align: left;
    background: #187200 !important
    }
.top-menu ul ul ul li a:hover {
    color: #fff;
    background: #5fb900 !important
    }
.top-menu > li {
    display: block;
    position: relative
    }
.top-menu ul li:hover > ul {
    display: block
    }
.top-menu ul:after {
    content: "";
    clear: both;
    display: block
    }
.top-menu ul li:hover a {
    color: #187200
    }
.top-menu ul ul li:hover a {
    background: #187200
    }
.more_menu {
    right: 0
    }
.top-menu > ul > li > a .downarror {
    background-image: url(../img/marrow_nor.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 10px 5px 5px 7px;
    float: right
    }
.top-menu > ul > li > a:hover .downarror {
    background-image: url(../img/marrow_over.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    display: inline-block;
    height: 10px;
    width: 10px
    }
.top-menu ul li:hover .downarror {
    background-image: url(../img/marrow_over.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    display: inline-block;
    height: 10px;
    width: 10px
    }
.top-menu ul ul li a .downarror {
    background-image: url(../img/marrow_over.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px;
    float: right
    }
.top-menu ul ul li a:hover .downarror {
    background-image: url(../img/marrow_over.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    display: inline-block;
    height: 10px;
    width: 10px
    }
.banner {
    padding: 0
    }
.banner-info {
    text-align: left
    }
.bannertext {
    display: table;
    height: 490px;
    margin: 0 auto
    }
.banneralign {
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    width: 60%;
    padding: 0 2em;
    z-index: 1
    }
.banner-info {
    font-family: "PT Sans Narrow", sans-serif
    }
.banner-info h1 {
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    line-height: normal
    }
.banner-info p {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 1px #333;
    line-height: normal
    }
#slider3, #slider4 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto
    }
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
    }
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
    }
.rslides li {
    position: relative;
    display: block;
    float: left
    }
.rslides img {
    border: 0
    }
.callbacks_container {
    position: relative;
    float: left;
    width: 100%
    }
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
    }
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
    }
.callbacks img {
    position: relative;
    z-index: 1;
    border: 0
    }
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center
    }
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 45%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 53px;
    background: transparent url(../img/arrow.png) no-repeat left top
    }
.callbacks_nav:active {
    opacity: 1
    }
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0
    }
.content_img {
    float: right;
    margin: 10px;
    border: 1px solid #333
    }
.editor_img {
    padding: 10px
    }
.lft_cont .content_img {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: none
    }
.lft_cont .editor_img {
    width: 100%;
    padding: 10px;
    margin: 0
    }
.ak_inner_con {
    text-align: left
    }
.content-section {
    margin-top: 2px;
    font-size: 15px;
    padding: 10px 15px
    }
.content-section h3 {
    font-size: 25px;
    color: #fff;
    padding: 20px;
    background-image: -ms-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -moz-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -o-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #187200), color-stop(100, #5fb900));
    background-image: -webkit-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: linear-gradient(to bottom, #187200 0, #5fb900 100%)
    }
.content-section, .content-section p {
    font-size: 15px;
    color: #999;
    text-align: justify
    }
.content-section p {
    padding-top: 10px
    }
.main_cont {
    float: right;
    padding: 0 10px
    }
.lft_cont {
    padding: 0 10px 0 0
    }
.botnav-section {
    border-top: 1px solid #333;
    margin-top: 4em;
    padding: 2em
    }
.botnav ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
.botnav ul:before, .botnav ul:after {
    content: "";
    display: table
    }
.botnav ul:after {
    clear: both
    }
.botnav ul > li {
    float: left;
    position: relative;
    width: 16.66%;
    text-align: left
    }
.botnav a {
    display: block;
    padding: 10px 15px 10px 10px;
    line-height: 1.2em;
    color: #777
    }
.botnav a span {
    width: 90%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    height: 26px
    }
.botnav ul ul li a span {
    float: none;
    white-space: normal
    }
.botnav a:hover {
    text-decoration: none;
    background: #1d1d1b;
    color: #fff
    }
.botnav li ul {
    background: #5fb900;
    color: #fff
    }
.botnav li ul li {
    width: 100%
    }
.botnav li ul a {
    border-bottom: 1px solid #5e646a;
    color: #fff;
    text-align: left;
    padding: 10px
    }
.botnav li ul a:hover {
    background: #1d1d1b;
    color: #fff
    }
.botnav_sub ul li:hover {
    background-color: #1d1d1b;
    color: #fff !important
    }
.botnav_sub ul li:hover a {
    color: #fff
    }
.botnav_sub ul > li:hover ul li {
    max-height: 150px
    }
.botnav_sub li ul {
    position: absolute;
    left: 0;
    bottom: 36px;
    z-index: 1;
    color: #fff;
    width: 100%
    }
.botnav_sub li ul li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease
    }
.botnav ul > li a .bot_uparror {
    background-image: url(../img/uparrow_nor.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    display: inline-block;
    height: 10px;
    width: 10px;
    float: right;
    margin-top: 5px
    }
.botnav > ul > li > a:hover .bot_uparror {
    background-image: url(../img/uparrow_over.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    display: inline-block;
    height: 10px;
    width: 10px
    }
.botnav_sub ul li:hover .bot_uparror {
    background-image: url(../img/uparrow_over.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    display: inline-block;
    height: 10px;
    width: 10px
    }
.footer-top {
    padding: 10px 15px 0 15px;
    font-size: 1.5em;
    color: #777
    }
.footer-top p, .footer-top p a, .footer-top a, .footer-top p a:hover, .footer-top a:hover {
    font-weight: 500;
    color: #777
    }
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../img/to-top2.png) no-repeat 0 0
    }
.stm_main ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
.stm_main ul li a {
    font-weight: bold;
    font-size: 16px;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #777
    }
.stm_main ul ul li a {
    font-size: 16px;
    font-weight: normal
    }
.stm_main ul > li {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    margin-bottom: 15px
    }
.stm_main ul > li > ul > li {
    color: red;
    padding: 5px 0;
    margin-bottom: 0
    }
.stm_main {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
    columns: 4;
    padding: 10px 30px
    }
@media screen and (max-width: 767px) {
    .stm_main {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        -ms-column-gap: 15px;
        -o-column-gap: 15px;
        column-gap: 15px;
        columns: 2
        }
    }
@media screen and (max-width: 480px) {
    .stm_main {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        -ms-column-gap: 15px;
        -o-column-gap: 15px;
        column-gap: 15px;
        columns: 1
        }
    }
@media (min-width: 1024px) {
    .content-section {
        min-height: 400px
        }
    }
.content-section ul, ol {
    margin-left: 15px;
    padding: 0
    }
@media screen and (max-width: 1025px) {
    .botnav ul > li {
        width: 25%
        }
    }
@media (max-width: 992px) {
    .main_cont {
        float: left;
        padding: 0;
        width: 100%
        }
    .lft_cont {
        padding: 30px 0 0 0;
        width: 100%
        }
    .top-menu ul li:hover a {
        color: #fff
        }
    .lft_panel {
        border-right: none;
        padding-bottom: 5px
        }
    span.menu {
        display: block;
        cursor: pointer;
        margin: 5px 0 0 0;
        background-image: url(../img/nav.png);
        background-repeat: no-repeat;
        height: 32px;
        width: 32px
        }
    .stitle {
        height: auto;
        padding: 5px
        }
    .top-menu {
        text-align: left;
        margin-top: 0;
        background: transparent;
        padding: 0
        }
    .top-menu ul {
        display: none;
        margin: 0;
        z-index: 999;
        position: absolute;
        width: 100%;
        text-align: center;
        background: url(../img/nav_bg.jpg) no-repeat;
        background-size: cover;
        padding: 0
        }
    .top-menu ul li {
        display: block;
        float: none;
        margin: 0;
        padding: 0
        }
    .top-menu ul li a {
        margin: 0
        }
    .top-menu ul li a {
        padding: 20px 15px;
        text-align: left;
        border-bottom: 1px solid #fff
        }
    .top-menu ul li:hover {
        background: #1d1d1b;
        color: #fff
        }
    .top-menu ul li.active {
        background: none
        }
    .top-menu ul ul {
        width: 100%;
        display: block !important;
        margin-top: 0;
        position: relative;
        background: transparent;
        left: 0
        }
    .top-menu ul ul li a {
        border-bottom: 1px solid #fff;
        padding: 20px 30px
        }
    .top-menu ul ul li a:hover {
        background: #1d1d1b
        }
    .top-menu ul ul li a .downarror {
        height: 20px;
        width: 20px
        }
    .top-menu ul ul li {
        width: 100%;
        margin: 0;
        padding: 0
        }
    .top-menu ul ul ul {
        position: relative;
        background: transparent
        }
    .top-menu ul ul ul li a {
        border-bottom: 1px solid #fff;
        background: #73666d;
        padding: 20px 40px
        }
    .top-menu > ul > li > a .downarror, .top-menu ul ul li a .downarror, .top-menu > ul > li > a:hover .downarror, .top-menu ul li:hover .downarror, .top-menu > ul > li > a:hover .downarror, .top-menu ul li:hover .downarror, .top-menu ul ul li a:hover .downarror {
        float: right;
        height: 20px;
        width: 20px;
        margin: 0;
        background-image: url(../img/sm_marrow_nor.png);
        float: right;
        right: 0;
        position: absolute
        }
    .top-menu > ul > li > a {
        display: block;
        color: #000;
        line-height: 1.3em
        }
    .top-menu ul li:hover .downarror {
        background-image: url(../img/sm_marrow_nor.png);
        height: 21px;
        width: 36px
        }
    .top-menu ul ul li a .downarror {
        background-image: url(../img/sm_marrow_nor.png);
        height: 21px;
        width: 36px
        }
    .top-menu ul ul li a:hover .downarror {
        height: 21px;
        width: 36px;
        background-image: url(../img/sm_marrow_nor.png)
        }
    .content_img {
        float: right;
        margin: 0 0 10px 10px;
        width: 50%
        }
    .editor_img {
        width: 100%;
        border: none
        }
    .botnav ul > li {
        width: 33%
        }
    .email {
        margin-top: 0
        }
    }
@media screen and (max-width: 480px) {
    .content_img {
        width: 100%;
        margin: 0;
        padding: 10px;
        border: none
        }
    .botnav ul > li {
        width: 50%
        }
    .banneralign {
        width: 100%
        }
    }
@media screen and (max-width: 320px) {
    .botnav ul > li {
        width: 100%
        }
    }
.content-section h1 a, .content-section h2 a, .content-section h3 a, .content-section p a, .content-section a {
    cursor: pointer;
    text-decoration: underline
    }
.content-section h1 a:hover, .content-section h2 a:hover, .content-section h3 a:hover, .content-section p a:hover, .content-section a:hover {
    text-decoration: none
    }
@media (min-width: 320px) {
    .mtitle span {
        font-size: 2.5em
        }
    .stitle span {
        font-size: 2em
        }
    .email a {
        font-size: 1.5em
        }
    .top-menu ul li a {
        font-size: 1.5em
        }
    .banner-info h1 {
        font-size: 1.5em
        }
    .banner-info p {
        font-size: 2.3em
        }
    .content-section h3 {
        font-size: 15px
        }
    .botnav a {
        font-size: 1.5em
        }
    }
@media (min-width: 480px) {
    .mtitle span {
        font-size: 3em
        }
    .stitle span {
        font-size: 2.3em
        }
    .email a {
        font-size: 1.5em
        }
    .top-menu ul li a {
        font-size: 1.8em
        }
    .banner-info h1 {
        font-size: 2em
        }
    .banner-info p {
        font-size: 3em
        }
    .content-section h3 {
        font-size: 17px
        }
    .botnav a {
        font-size: 1.5em
        }
    }
@media (min-width: 767px) {
    .mtitle span {
        font-size: 3.5em
        }
    .stitle span {
        font-size: 2.3em
        }
    .email a {
        font-size: 1.5em
        }
    .top-menu ul li a {
        font-size: 2em
        }
    .banner-info h1 {
        font-size: 3em
        }
    .banner-info p {
        font-size: 4em
        }
    .content-section h3 {
        font-size: 19px
        }
    .botnav a {
        font-size: 1.5em
        }
    }
@media (min-width: 992px) {
    .top-menu {
        min-height: 342px
        }
    .mtitle span {
        font-size: 3.3em
        }
    .stitle span {
        font-size: 2em
        }
    .email a {
        font-size: 1.5em
        }
    .top-menu ul li a {
        font-size: 1.8em
        }
    .banner-info h1 {
        font-size: 2em
        }
    .banner-info p {
        font-size: 3em
        }
    .content-section h3 {
        font-size: 21px
        }
    .botnav a {
        font-size: 1.5em
        }
    }
@media (min-width: 1200px) {
    .top-menu {
        min-height: 414px
        }
    .mtitle span {
        font-size: 4em
        }
    .stitle span {
        font-size: 2.5em
        }
    .email a {
        font-size: 1.5em
        }
    .top-menu ul li a {
        font-size: 1.8em
        }
    .banner-info h1 {
        font-size: 3em
        }
    .banner-info p {
        font-size: 4em
        }
    .content-section h3 {
        font-size: 23px
        }
    .botnav a {
        font-size: 1.5em
        }
    }
@media (min-width: 1400px) {
    .top-menu {
        min-height: 457px
        }
    .mtitle span {
        font-size: 4.5em
        }
    .stitle span {
        font-size: 3em
        }
    .email a {
        font-size: 1.5em
        }
    .top-menu ul li a {
        font-size: 1.8em
        }
    .banner-info h1 {
        font-size: 3em
        }
    .banner-info p {
        font-size: 4em
        }
    .content-section h3 {
        font-size: 25px
        }
    .botnav a {
        font-size: 1.5em
        }
    }
@media (min-width: 1200px) {
    .heading, .sub-heading, .minor-heading {
        font-size: 23px
        }
    }
@media (min-width: 767px) {
    .heading, .sub-heading, .minor-heading {
        font-size: 19px
        }
    }
@media (min-width: 480px) {
    .heading, .sub-heading, .minor-heading {
        font-size: 17px
        }
    }
@media (min-width: 320px) {
    .heading, .sub-heading, .minor-heading {
        font-size: 15px
        }
    }
.slideimg {
    width: 100%
    }
.callbacks li {
    height: 461px
    }
.rslides img {
    max-width: 100%;
    max-height: 461px
    }
@media (max-width: 1400px) {
    .callbacks li {
        height: 414px
        }
    .rslides img {
        max-height: 414px
        }
    }
@media (max-width: 1200px) {
    .callbacks li {
        height: 342px
        }
    .rslides img {
        max-height: 342px
        }
    .content-section h3 {
        padding: 10px 15px
        }
    .mtitle span {
        padding: 15px 0
        }
    .email {
        margin-top: 2.5em
        }
    }
@media (max-width: 992px) {
    .callbacks li {
        height: 336px
        }
    .rslides img {
        max-height: 336px
        }
    .header {
        padding: 0 15px
        }
    .content-section h3 {
        font-size: 22px
        }
    .content-section {
        padding: 0
        }
    }
@media (max-width: 767px) {
    .callbacks li {
        height: 345px
        }
    .rslides img {
        max-height: 345px
        }
    .email {
        clear: both;
        display: table;
        float: left;
        margin-top: 0
        }
    .mtitle span {
        padding: 5px 0
        }
    }
@media (max-width: 620px) {
    .callbacks li {
        height: 273px
        }
    .rslides img {
        max-height: 273px
        }
    }
@media (max-width: 480px) {
    .callbacks li {
        height: 210px
        }
    .rslides img {
        max-height: 210px
        }
    }
@media (max-width: 320px) {
    .callbacks li {
        height: 135px
        }
    .rslides img {
        max-height: 135px
        }
    }
/* Editor Styles listed below */
.heading {
    font-size: 25px;
    color: #fff;
    padding: 20px;
    background-image: -ms-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -moz-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -o-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #187200), color-stop(100, #5fb900));
    background-image: -webkit-linear-gradient(top, #187200 0, #5fb900 100%);
    background-image: linear-gradient(to bottom, #187200 0, #5fb900 100%)
    }
.sub-heading {
    font-size: 25px;
    font-weight: 600;
    color: #62ad00
    }
.minor-heading {
    font-size: 25px;
    font-weight: 600;
    color: #666
    }
.content-text-style-1 {
    font-size: 15px;
    color: #999;
    padding: 15px 15px 0 15px;
    text-align: justify
    }
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
    }
.animated.infinite {
    animation-iteration-count: infinite
    }
.animated.hinge {
    animation-duration: 2s
    }
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: 0.75s
    }
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0)
        } 40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0)
        } 70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0)
        } 90% {
        transform: translate3d(0, -4px, 0)
        }
    }
.bounce {
    animation-name: bounce;
    transform-origin: center bottom
    }
@keyframes flash {
    from, 50%, to {
        opacity: 1
        } 25%, 75% {
        opacity: 0
        }
    }
.flash {
    animation-name: flash
    }
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
        } 50% {
        transform: scale3d(1.05, 1.05, 1.05)
        } to {
        transform: scale3d(1, 1, 1)
        }
    }
.pulse {
    animation-name: pulse
    }
@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
        } 30% {
        transform: scale3d(1.25, 0.75, 1)
        } 40% {
        transform: scale3d(0.75, 1.25, 1)
        } 50% {
        transform: scale3d(1.15, 0.85, 1)
        } 65% {
        transform: scale3d(.95, 1.05, 1)
        } 75% {
        transform: scale3d(1.05, .95, 1)
        } to {
        transform: scale3d(1, 1, 1)
        }
    }
.rubberBand {
    animation-name: rubberBand
    }
@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0)
        } 10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
        } 20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
        }
    }
.shake {
    animation-name: shake
    }
@keyframes headShake {
    0% {
        transform: translateX(0)
        } 6.5% {
        transform: translateX(-6px) rotateY(-9deg)
        } 18.5% {
        transform: translateX(5px) rotateY(7deg)
        } 31.5% {
        transform: translateX(-3px) rotateY(-5deg)
        } 43.5% {
        transform: translateX(2px) rotateY(3deg)
        } 50% {
        transform: translateX(0)
        }
    }
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
    }
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
        } 40% {
        transform: rotate3d(0, 0, 1, -10deg)
        } 60% {
        transform: rotate3d(0, 0, 1, 5deg)
        } 80% {
        transform: rotate3d(0, 0, 1, -5deg)
        } to {
        transform: rotate3d(0, 0, 1, 0deg)
        }
    }
.swing {
    transform-origin: top center;
    animation-name: swing
    }
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
        } 10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        } 30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        } 40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        } to {
        transform: scale3d(1, 1, 1)
        }
    }
.tada {
    animation-name: tada
    }
@keyframes wobble {
    from {
        transform: none
        } 15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
        } 30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
        } 45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
        } 60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
        } 75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
        } to {
        transform: none
        }
    }
.wobble {
    animation-name: wobble
    }
@keyframes jello {
    from, 11.1%, to {
        transform: none
        } 22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
        } 33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
        } 44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
        } 55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
        } 66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
        } 77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
        } 88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
        }
    }
.jello {
    animation-name: jello;
    transform-origin: center
    }
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
        } 0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
        } 20% {
        transform: scale3d(1.1, 1.1, 1.1)
        } 40% {
        transform: scale3d(.9, .9, .9)
        } 60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
        } 80% {
        transform: scale3d(.97, .97, .97)
        } to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
        }
    }
.bounceIn {
    animation-name: bounceIn
    }
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
        } 0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
        } 60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
        } 75% {
        transform: translate3d(0, -10px, 0)
        } 90% {
        transform: translate3d(0, 5px, 0)
        } to {
        transform: none
        }
    }
.bounceInDown {
    animation-name: bounceInDown
    }
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
        } 0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
        } 60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
        } 75% {
        transform: translate3d(-10px, 0, 0)
        } 90% {
        transform: translate3d(5px, 0, 0)
        } to {
        transform: none
        }
    }
.bounceInLeft {
    animation-name: bounceInLeft
    }
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
        } from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
        } 60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
        } 75% {
        transform: translate3d(10px, 0, 0)
        } 90% {
        transform: translate3d(-5px, 0, 0)
        } to {
        transform: none
        }
    }
.bounceInRight {
    animation-name: bounceInRight
    }
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
        } from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
        } 60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
        } 75% {
        transform: translate3d(0, 10px, 0)
        } 90% {
        transform: translate3d(0, -5px, 0)
        } to {
        transform: translate3d(0, 0, 0)
        }
    }
.bounceInUp {
    animation-name: bounceInUp
    }
@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
        } 50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
        } to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
        }
    }
.bounceOut {
    animation-name: bounceOut
    }
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
        } 40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
        } to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
        }
    }
.bounceOutDown {
    animation-name: bounceOutDown
    }
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
        } to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
        }
    }
.bounceOutLeft {
    animation-name: bounceOutLeft
    }
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
        } to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
        }
    }
.bounceOutRight {
    animation-name: bounceOutRight
    }
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
        } 40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
        } to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
        }
    }
.bounceOutUp {
    animation-name: bounceOutUp
    }
@keyframes fadeIn {
    from {
        opacity: 0
        } to {
        opacity: 1
        }
    }
.fadeIn {
    animation-name: fadeIn
    }
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInDown {
    animation-name: fadeInDown
    }
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInDownBig {
    animation-name: fadeInDownBig
    }
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInLeft {
    animation-name: fadeInLeft
    }
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInLeftBig {
    animation-name: fadeInLeftBig
    }
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInRight {
    animation-name: fadeInRight
    }
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInRightBig {
    animation-name: fadeInRightBig
    }
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInUp {
    animation-name: fadeInUp
    }
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
        } to {
        opacity: 1;
        transform: none
        }
    }
.fadeInUpBig {
    animation-name: fadeInUpBig
    }
@keyframes fadeOut {
    from {
        opacity: 1
        } to {
        opacity: 0
        }
    }
.fadeOut {
    animation-name: fadeOut
    }
@keyframes fadeOutDown {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
        }
    }
.fadeOutDown {
    animation-name: fadeOutDown
    }
@keyframes fadeOutDownBig {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
        }
    }
.fadeOutDownBig {
    animation-name: fadeOutDownBig
    }
@keyframes fadeOutLeft {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
        }
    }
.fadeOutLeft {
    animation-name: fadeOutLeft
    }
@keyframes fadeOutLeftBig {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
        }
    }
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
    }
@keyframes fadeOutRight {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
        }
    }
.fadeOutRight {
    animation-name: fadeOutRight
    }
@keyframes fadeOutRightBig {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
        }
    }
.fadeOutRightBig {
    animation-name: fadeOutRightBig
    }
@keyframes fadeOutUp {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
        }
    }
.fadeOutUp {
    animation-name: fadeOutUp
    }
@keyframes fadeOutUpBig {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
        }
    }
.fadeOutUpBig {
    animation-name: fadeOutUpBig
    }
@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
        } 40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
        } 50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
        } 80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
        } to {
        transform: perspective(400px);
        animation-timing-function: ease-in
        }
    }
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
    }
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
        } 40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
        } 60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
        } 80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
        } to {
        transform: perspective(400px)
        }
    }
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
    }
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
        } 40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
        } 60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
        } 80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
        } to {
        transform: perspective(400px)
        }
    }
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
    }
@keyframes flipOutX {
    from {
        transform: perspective(400px)
        } 30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
        } to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
        }
    }
.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
    }
@keyframes flipOutY {
    from {
        transform: perspective(400px)
        } 30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
        } to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
        }
    }
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
    }
@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
        } 60% {
        transform: skewX(20deg);
        opacity: 1
        } 80% {
        transform: skewX(-5deg);
        opacity: 1
        } to {
        transform: none;
        opacity: 1
        }
    }
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
    }
@keyframes lightSpeedOut {
    from {
        opacity: 1
        } to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
        }
    }
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
    }
@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
        } to {
        transform-origin: center;
        transform: none;
        opacity: 1
        }
    }
.rotateIn {
    animation-name: rotateIn
    }
@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
        } to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
        }
    }
.rotateInDownLeft {
    animation-name: rotateInDownLeft
    }
@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
        } to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
        }
    }
.rotateInDownRight {
    animation-name: rotateInDownRight
    }
@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
        } to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
        }
    }
.rotateInUpLeft {
    animation-name: rotateInUpLeft
    }
@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
        } to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
        }
    }
.rotateInUpRight {
    animation-name: rotateInUpRight
    }
@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
        } to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
        }
    }
.rotateOut {
    animation-name: rotateOut
    }
@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
        } to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
        }
    }
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
    }
@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
        } to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
        }
    }
.rotateOutDownRight {
    animation-name: rotateOutDownRight
    }
@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
        } to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
        }
    }
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
    }
@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
        } to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
        }
    }
.rotateOutUpRight {
    animation-name: rotateOutUpRight
    }
@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
        } 20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
        } 40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
        } to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
        }
    }
.hinge {
    animation-name: hinge
    }
@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
        } 50% {
        transform: rotate(-10deg)
        } 70% {
        transform: rotate(3deg)
        } to {
        opacity: 1;
        transform: scale(1)
        }
    }
.jackInTheBox {
    animation-name: jackInTheBox
    }
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
        } to {
        opacity: 1;
        transform: none
        }
    }
.rollIn {
    animation-name: rollIn
    }
@keyframes rollOut {
    from {
        opacity: 1
        } to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
        }
    }
.rollOut {
    animation-name: rollOut
    }
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
        } 50% {
        opacity: 1
        }
    }
.zoomIn {
    animation-name: zoomIn
    }
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
        } 60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
        }
    }
.zoomInDown {
    animation-name: zoomInDown
    }
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
        } 60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
        }
    }
.zoomInLeft {
    animation-name: zoomInLeft
    }
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
        } 60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
        }
    }
.zoomInRight {
    animation-name: zoomInRight
    }
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
        } 60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
        }
    }
.zoomInUp {
    animation-name: zoomInUp
    }
@keyframes zoomOut {
    from {
        opacity: 1
        } 50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
        } to {
        opacity: 0
        }
    }
.zoomOut {
    animation-name: zoomOut
    }
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
        } to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
        }
    }
.zoomOutDown {
    animation-name: zoomOutDown
    }
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
        } to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
        }
    }
.zoomOutLeft {
    animation-name: zoomOutLeft
    }
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
        } to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
        }
    }
.zoomOutRight {
    animation-name: zoomOutRight
    }
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
        } to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
        }
    }
.zoomOutUp {
    animation-name: zoomOutUp
    }
@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
        } to {
        transform: translate3d(0, 0, 0)
        }
    }
.slideInDown {
    animation-name: slideInDown
    }
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
        } to {
        transform: translate3d(0, 0, 0)
        }
    }
.slideInLeft {
    animation-name: slideInLeft
    }
@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
        } to {
        transform: translate3d(0, 0, 0)
        }
    }
.slideInRight {
    animation-name: slideInRight
    }
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
        } to {
        transform: translate3d(0, 0, 0)
        }
    }
.slideInUp {
    animation-name: slideInUp
    }
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
        } to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
        }
    }
.slideOutDown {
    animation-name: slideOutDown
    }
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
        } to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
        }
    }
.slideOutLeft {
    animation-name: slideOutLeft
    }
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
        } to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
        }
    }
.slideOutRight {
    animation-name: slideOutRight
    }
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
        } to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
        }
    }
.slideOutUp {
    animation-name: slideOutUp
    }
.editor_img {
    width: auto;
    max-width: 100%
    }
.home_content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: justify
    }