/* Small devices (tablets, 768px and up :: @screen-sm-min) */
@media (min-width: 800px) {
    .container {
        padding-left: 7%;
    }
}

/* Medium devices (desktops, 992px and up :: @screen-md-min) */
@media (min-width: 992px) {
    .container {
        padding-left: 7%;
    }
}

/* Large devices (large desktops, 1200px and up :: @screen-lg-min) */
@media (min-width: 1200px) {
    .container {
        padding-left: 5%;
    }
}

@font-face {
    font-family: "PTSansRegular";
    src: url("PTS55F_W.eot");
    src: url("../fonts/PTS55F_Wd41d.eot?#iefix") format("embedded-opentype"),
        url("../fonts/PTS55F_W.woff") format("woff"),
        url("../fonts/PTS55F_W.ttf") format("truetype"),
        url("../fonts/PTS55F_W.svg#PTSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/********************
*   GENERAL VARS    *
********************/
html,
body,
main {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-family: "Poppins", arial, sans;
    font-weight: 300;
    font-size: 14px;
}

.no-padding {
    padding: 0;
}

.container.top {
    width: 100%;
}

#parallax {
    background-color: #000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding: 0;
    /* filter: blur(3px); */
    /* transition: all 2s ease-in-out; */
    /* -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out; */
}

.overlay {
    background-color: rgba(0, 0, 0, 0.25);
}
.overlay.swipe {
    position: absolute;
    z-index: 99;
    color: white;
    width: 100%;
    height: 54px;
    padding: 8px;
    text-align: center;
}
.overlay.swipe .middle {
    font-size: 24px;
}
.overlay.swipe .prev {
    float: left;
}
.overlay.swipe .next {
    float: right;
}

nav #menu {
    position: absolute;
    left: 10px;
    top: 22px;
    background: transparent;
    border: none;
    z-index: 999;
}

section p {
    font-family: "PTSansRegular", sans;
    line-height: 1.75em;
}

section h4 {
    color: #b92025;
    font-family: "PTSansRegular", sans;
}

section h6 {
    color: gray;
}

section ol {
    padding: 0.5em 8em;
    line-height: 2em;
}
@media (max-width: 768px) {
    section ol {
        padding: 0 1em;
    }
}

table {
    font-family: "PTSansRegular", sans;
}

.white {
    color: #fff;
}

.red {
    color: #b92025;
}

.gold {
    color: #c0a062;
}

.img-center {
    margin: 0 auto;
}

.navbar-fixed-top {
    z-index: 999;
}

.line-divider {
    border-bottom: thin solid #d4d4d4;
    margin: 1.2em 3em;
}

.scroller {
    margin-top: 1em;
    text-align: center;
    cursor: pointer;
}
.scroller a {
    color: gray;
    text-decoration: none;
}
.scroller a img {
    height: 1em;
    width: 3em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f00;
    position: relative;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f00;
    position: relative;
}

.box-date-article,
.media .press-list .press-item .box-images .press-date,
.media .news-list .press-item .box-images .press-date,
.detail .featured-image .featured-date {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    text-align: center;
    padding: 5px 0;
    line-height: normal;
    background: #1b1448;
}
@media (max-width: 480px) {
    .box-date-article,
    .media .press-list .press-item .box-images .press-date,
    .media .news-list .press-item .box-images .press-date,
    .detail .featured-image .featured-date {
        padding: 5px;
    }
}
.box-date-article span,
.media .press-list .press-item .box-images .press-date span,
.media .news-list .press-item .box-images .press-date span,
.detail .featured-image .featured-date span,
.box-date-article strong,
.media .press-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date strong,
.detail .featured-image .featured-date strong {
    font-family: "futura-condensed-medium", arial, sans;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    color: #c0a062;
}
@media (max-width: 480px) {
    .box-date-article span,
    .media .press-list .press-item .box-images .press-date span,
    .media .news-list .press-item .box-images .press-date span,
    .detail .featured-image .featured-date span,
    .box-date-article strong,
    .media .press-list .press-item .box-images .press-date strong,
    .media .news-list .press-item .box-images .press-date strong,
    .detail .featured-image .featured-date strong {
        font-size: 14px;
    }
}
.box-date-article strong,
.media .press-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date strong,
.detail .featured-image .featured-date strong {
    font-size: 30px;
    line-height: normal;
    margin: 5px 0;
}

.gg-breadcrumb,
.detail .tab-content .press-detail .breadcrumb {
    background: none;
    padding: 0;
    line-height: normal;
}
.gg-breadcrumb li,
.detail .tab-content .press-detail .breadcrumb li {
    font-family: "PT Sans", sans-serif;
    line-height: normal;
}
.gg-breadcrumb li a,
.detail .tab-content .press-detail .breadcrumb li a {
    color: #555555;
}
.gg-breadcrumb li.active,
.detail .tab-content .press-detail .breadcrumb li.active {
    color: #c6222c;
}

@media (max-width: 1024px) {
    #topbar .extra {
        left: -15px;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    #topbar .extra {
        left: -1em;
    }
}

@media (max-width: 1366px) and (min-width: 1281px) {
    #topbar .extra {
        left: -2em;
    }
}

@media (min-width: 1440px) {
    #topbar .extra {
        left: -2em;
    }
}

@media (min-width: 1800px) {
    #topbar .extra {
        left: -8em;
    }
}

#home {
    overflow: hidden;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}
@media (max-width: 768px) {
    #home {
        background-position: center;
    }
}
#home .row {
    background-color: rgba(0, 0, 0, 0.15);
    height: 100%;
}
#home .row .boxes {
    position: absolute;
    width: 5em;
    left: 2%;
    bottom: 15%;
}
#home .row .boxes ul {
    display: none;
    list-style-type: none;
    color: white;
    padding-left: 0;
    padding-right: 50%;
}
#home .row .boxes .box {
    padding: 0.45em;
    background: rgba(0, 0, 0, 0.5);
}
#home .row .boxes .box a {
    color: white;
}
#home .row .sentences {
    width: 30%;
    float: left;
    position: absolute;
    bottom: 1em;
    left: 6px;
    color: white;
    text-align: left;
    border-left: thin solid white;
    padding-left: 5px;
    background-color: rgba(0, 0, 0, 0.35);
    font-size: 12px;
}
#home #input-search-mobile {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 6em;
    left: 0;
    right: 0;
    text-align: center;
}
#home #input-search-mobile input {
    width: 20em;
    height: 2.25em;
    background-color: white;
    border: none;
    border-radius: 50px;
    text-indent: 10px;
    outline: none;
}
#home .scrollstart {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
}
#home .scrollstart .button {
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.5rem;
}
#home .scrollstart a {
    background-color: #b92025;
    padding: 0.25em 0.5em 1.25em;
}
#home .scrollstart i {
    background-color: yellow;
}
#home .scrollstart img {
    position: relative;
    top: 6px;
}
#home .col-md-5 {
    min-height: 100%;
}
#home .quotes {
    color: #fff;
    position: absolute;
    left: 5em;
    bottom: 2em;
}
#home .quotes p {
    line-height: 1.25em;
    width: 8em;
    font-size: 1.5em;
    margin-bottom: 0;
    padding: 0;
    font-family: "futura-condensed-medium", arial, sans;
    font-weight: 300;
}
#home #image-description {
    font-family: "PTSansRegular", sans;
    color: #fff;
    position: absolute;
    bottom: 8%;
    right: 10%;
    font-size: 14px;
}

/************************
*       GENERAL         *
************************/
.logo-title {
    color: white;
    font-size: 3em;
    text-transform: uppercase;
    background: -webkit-radial-gradient(white, lightgrey, gray);
    background: -o-radial-gradient(white, lightgrey, gray);
    background: -moz-radial-gradient(white, lightgrey, gray);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row.top {
    padding-top: 6em;
}
@media (max-width: 768px) {
    .row.top {
        padding-top: 5em;
    }
}
.row.top .logo {
    padding-top: 1em;
}
@media (max-width: 768px) {
    .row.top .logo img {
        max-width: 80%;
    }
}
.row.top p {
    line-height: 1.35em;
    padding: 1em 25% 2em;
    color: #fff;
}
@media (max-width: 768px) {
    .row.top p {
        padding: 0.5em 5% 1em;
    }
}

.container {
    /************************
  *     PAGE :: KRETEK    *
  ************************/
    /************************
  *     PAGE :: ABOUT     *
  ************************/
    /************************
  *     PAGE :: INVESTOR  *
  ************************/
    /************************
  *     PAGE :: RESULT    *
  ************************/
    /************************
  *     PAGE :: MEDIA     *
  ************************/
    /************************
  *     PAGE :: KARIR     *
  ************************/
    /************************
  *     PAGE :: Brand     *
  ************************/
}
.container.kretek {
    /* fix longtext on nav-tab mobile */
}
@media (max-width: 640px) {
    .container.kretek .scroll-tab ul li:nth-child(2) a {
        padding: 10px;
    }
}
.container.kretek h3 {
    font-family: "futura-condensed-medium", arial, sans;
    font-weight: 300;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.container.kretek .tab-content .contents {
    font-family: "PTSansRegular", sans;
}
@media (min-width: 801px) {
    .container.kretek .tab-content .contents {
        padding: 3em 5em;
    }
}
@media (max-width: 800px) {
    .container.kretek .tab-content .contents {
        padding: 0 1em;
    }
}
.container.about {
    /* fix longtext on nav-tab mobile */
}
@media (max-width: 640px) {
    .container.about .scroll-tab ul.tab li:nth-child(2) a {
        padding: 6px 0 0;
    }
}
.container.about #overview {
    padding-bottom: 5em;
}
.container.about #overview .title-top {
    color: #c0a062;
    padding-top: 1em;
}
.container.about #overview .row p {
    padding: 0.5em 4em 1em;
}
.container.about #overview .row .timeline p {
    padding: 0.5em 3em 1em;
}
@media (max-width: 480px) {
    .container.about #overview .row .timeline p {
        padding: 0;
    }
}
.container.about h3 {
    font-family: "futura-condensed-medium", arial, sans;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0.5em;
}
.container.about #tatakelola #tata-manajemen {
    padding-bottom: 5em;
}
.container.about #tatakelola #tata-manajemen .tab-content {
    padding-left: 2.5em;
    padding-right: 2em;
}
.container.about #tatakelola #tata-manajemen .tab-pane h3 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
}
.container.about #tatakelola #tata-perusahaan {
    padding-bottom: 5em;
}
.container.about #tatakelola #tata-perusahaan h3 {
    text-align: left;
}
.container.about #tatakelola #tata-perusahaan .row {
    padding-left: 4em;
    padding-right: 4em;
}
.container.about #tatakelola #tata-perusahaan .row p {
    padding: 0.5em 0;
}
@media (min-width: 992px) {
    .container.about #perusahaan .row {
        padding: 1em 4em;
    }
}
.container.about #perusahaan .row h3 {
    text-align: left;
}
.container.investor .nav .five-tabs {
    width: 20%;
}
@media (min-width: 800px) {
    .container.investor .nav li:last-child a {
        padding: 1px 1px 1px 0;
    }
}

@-moz-document url-prefix() {
    @media (min-width: 800px) {
        .container.investor .nav li:last-child a {
            padding: 1px 1px 1px 0;
        }
    }
}
.container.investor .tab-content #keuangan .row {
    padding: 0;
}
.container.investor .tab-content #keuangan .row .contents:nth-child(2) {
    background-color: #fbf8f8;
}
.container.investor .tab-content #other .row {
    padding: 0;
}
.container.investor .tab-content #other .row .contents:nth-child(2) {
    background-color: #fbf8f8;
}
.container.investor .tab-content .row {
    padding: 0 2.5em 0.5em;
}
@media (max-width: 768px) {
    .container.investor .tab-content .row {
        padding: 0 1em;
    }
}
@media (max-width: 640px) {
    .container.investor .tab-content .row {
        padding: 0 0.15em;
    }
}
.container.investor .tab-content .row .selector {
    width: 10em;
    float: right;
    position: relative;
}
@media (max-width: 768px) {
    .container.investor .tab-content .row .selector {
        margin-top: 4em;
        margin-bottom: -2em;
    }
}
.container.investor .tab-content .row .selector .dropdown {
    background: lightgray;
    padding: 0 1em;
    font-family: "PTSansRegular", sans;
}
@media (max-width: 768px) {
    .container.investor .tab-content .row .selector .dropdown {
        padding: 0 2em;
    }
}
.container.investor .tab-content .row .selector .dropdown ul {
    border: none;
    border-radius: 0;
}
.container.investor .tab-content .row .selector .dropdown .btn {
    width: 100%;
    text-align: left;
}
.container.investor .tab-content .row .selector .dropdown .btn:active {
    box-shadow: none;
}
.container.investor .tab-content .row .selector .dropdown .btn .arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: relative;
    float: right;
    top: 5px;
    left: 18px;
}
.container.investor .tab-content .row .selector .dropdown.open .arrow {
    border-bottom: 10px solid #f00;
}
.container.investor .tab-content .row .selector .dropdown:not(.open) .arrow {
    border-top: 10px solid #f00;
}
.container.investor .contents h3,
.container.investor .contents h4 {
    color: #b92025;
}
.container.investor #keuangan h3 {
    text-align: left;
}
.container.investor #keuangan .row .contents {
    padding: 1em 4em 1em 2em;
}
@media (max-width: 640px) {
    .container.investor #keuangan .row .contents {
        padding: 1em 1em 1em 1.5em;
    }
}
.container.investor #keuangan .row .contents p {
    padding: 1em;
}
.container.investor #keuangan .row .contents p:last-child {
    text-align: left !important;
    padding-right: 5em;
}
@media (max-width: 768px) {
    .container.investor #keuangan .row .contents .panel-group.laporan {
        margin-bottom: 0;
    }
}
.container.investor #keuangan .row .contents .panel-group .panel {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.container.investor #keuangan .row .contents .panel-group .panel .arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
}
.container.investor #keuangan .row .contents .panel-group .panel .parent {
    padding: 0.6em;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: lightgray;
}
.container.investor #keuangan .row .contents .panel-group .panel .collapse,
.container.investor #keuangan .row .contents .panel-group .panel .collapsing {
    background-color: white;
    margin: 0;
    padding: 0;
}
.container.investor #keuangan .row .contents .panel-group .panel .collapse li,
.container.investor
    #keuangan
    .row
    .contents
    .panel-group
    .panel
    .collapsing
    li {
    padding: 0.25em;
    font-size: 14px;
    color: #555;
    text-align: right;
    list-style: none;
    /*a{ background-color: $grey-color; padding: .5em 1.25em; }*/
}
.container.investor
    #keuangan
    .row
    .contents
    .panel-group
    .panel
    .collapse
    li
    input,
.container.investor
    #keuangan
    .row
    .contents
    .panel-group
    .panel
    .collapsing
    li
    input {
    padding-left: 2px;
}
.container.investor
    #keuangan
    .row
    .contents
    .panel-group
    .panel
    .collapsed
    .arrow {
    border-top: 12px solid #f00;
    border-bottom: none;
}
.container.investor #keuangan .row .contents .collapse-years {
    font-family: "PTSansRegular", sans;
    font-size: 18px;
    margin: 0 5em 0 0;
    padding-top: 0.15em;
    padding-left: 1.2em;
    line-height: 1.5em;
    cursor: pointer;
}
@media (max-width: 768px) {
    .container.investor #keuangan .row .contents .collapse-years {
        margin: 0;
    }
}
.container.investor #keuangan .row .contents .collapse-years .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
}
.container.investor #keuangan .row .contents .collapse-years.collapsed {
    border: thin solid #eee;
}
.container.investor #keuangan .row .contents .collapse-years.collapsed .arrow {
    border-top: 10px solid #f00;
}
.container.investor
    #keuangan
    .row
    .contents
    .collapse-years:not(.collapsed)
    .arrow {
    border-bottom: 10px solid #f00;
}
.container.investor #keuangan .row .contents .fin.collapse,
.container.investor #keuangan .row .contents .fin.collapsing {
    background-color: transparent;
}
.container.investor #keuangan .row .contents .fin.collapse li,
.container.investor #keuangan .row .contents .fin.collapsing li {
    list-style: none;
    text-align: right;
    background-color: gray;
    padding: 5px;
    margin: 4px -4px;
}
.container.investor #keuangan .row .contents .collapse,
.container.investor #keuangan .row .contents .collapsing {
    cursor: pointer;
    background-color: #555555;
    margin: 0.15em 9em 0.5em 5em;
    text-align: center;
    padding: 0.25em;
}
.container.investor #keuangan .row .contents .collapse a,
.container.investor #keuangan .row .contents .collapsing a {
    /*padding: .65em 1.2em .45em;*/
    font-family: "PTSansRegular", sans;
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.container.investor #keuangan .row .contents .collapse a:hover,
.container.investor #keuangan .row .contents .collapsing a:hover {
    color: lightgrey;
}
.container.investor #other .text2 {
    width: 100%;
    font-size: 16px;
}
.container.investor #other .download2 {
    width: 100%;
    margin-bottom: 5px;
}
.container.investor #other h3 {
    text-align: left;
}
.container.investor #other .row .contents {
    padding: 1em 4em 1em 2em;
}
@media (max-width: 640px) {
    .container.investor #other .row .contents {
        padding: 1em 1em 1em 1.5em;
    }
}
.container.investor #other .row .contents p {
    padding: 1em;
}
.container.investor #other .row .contents p:last-child {
    text-align: left !important;
    padding-right: 5em;
}
@media (max-width: 768px) {
    .container.investor #other .row .contents .panel-group.laporan {
        margin-bottom: 0;
    }
}
.container.investor #other .row .contents .panel-group .panel {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: none;
}
.container.investor #other .row .contents .panel-group .panel .arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
}
.container.investor #other .row .contents .panel-group .panel .parent {
    padding: 0.6em;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: lightgray;
}
.container.investor #other .row .contents .panel-group .panel .collapse,
.container.investor #other .row .contents .panel-group .panel .collapsing {
    background-color: white;
    margin: 0;
    padding: 0;
}
.container.investor #other .row .contents .panel-group .panel .collapse li,
.container.investor #other .row .contents .panel-group .panel .collapsing li {
    padding: 0.25em;
    font-size: 14px;
    color: #555;
    text-align: right;
    list-style: none;
    /*a{ background-color: $grey-color; padding: .5em 1.25em; }*/
}
.container.investor
    #other
    .row
    .contents
    .panel-group
    .panel
    .collapse
    li
    input,
.container.investor
    #other
    .row
    .contents
    .panel-group
    .panel
    .collapsing
    li
    input {
    padding-left: 2px;
}
.container.investor
    #other
    .row
    .contents
    .panel-group
    .panel
    .collapsed
    .arrow {
    border-top: 12px solid #f00;
    border-bottom: none;
}
.container.investor #other .row .contents .collapse-years {
    font-family: "PTSansRegular", sans;
    font-size: 18px;
    margin: 0 5em 0 0;
    padding-top: 0.15em;
    padding-left: 1.2em;
    line-height: 1.5em;
    cursor: pointer;
}
@media (max-width: 768px) {
    .container.investor #other .row .contents .collapse-years {
        margin: 0;
    }
}
.container.investor #other .row .contents .collapse-years .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
}
.container.investor #other .row .contents .collapse-years.collapsed {
    border: thin solid #eee;
}
.container.investor #other .row .contents .collapse-years.collapsed .arrow {
    border-top: 10px solid #f00;
}
.container.investor
    #other
    .row
    .contents
    .collapse-years:not(.collapsed)
    .arrow {
    border-bottom: 10px solid #f00;
}
.container.investor #other .row .contents .fin.collapse,
.container.investor #other .row .contents .fin.collapsing {
    background-color: transparent;
}
.container.investor #other .row .contents .fin.collapse li,
.container.investor #other .row .contents .fin.collapsing li {
    list-style: none;
    text-align: right;
    background-color: gray;
    padding: 5px;
    margin: 4px -4px;
}
.container.investor #other .row .contents .collapse,
.container.investor #other .row .contents .collapsing {
    cursor: pointer;
    background-color: #555555;
    margin: 0.15em 9em 0.5em 5em;
    text-align: center;
    padding: 0.25em;
}
.container.investor #other .row .contents .collapse a,
.container.investor #other .row .contents .collapsing a {
    /*padding: .65em 1.2em .45em;*/
    font-family: "PTSansRegular", sans;
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.container.investor #other .row .contents .collapse a:hover,
.container.investor #other .row .contents .collapsing a:hover {
    color: lightgrey;
}
.container.investor #yahoo-table-first tr td,
.container.investor #yahoo-table-last tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.container.investor #yahoo-table-first tr td:first-child,
.container.investor #yahoo-table-last tr td:first-child {
    width: 51%;
}
.container.investor #saham .results-change .red,
.container.investor #saham .yahoo-values .red {
    color: red;
}
.container.investor #saham .results-change .green,
.container.investor #saham .yahoo-values .green {
    color: green;
}
@media (min-width: 800px) {
    .container.investor #saham h3 {
        padding: 1em 0 0.25em;
    }
}
.container.investor #saham .col-md-6 table:nth-child(2) td:first-child {
    max-width: 2.85em;
}
.container.investor #saham table tr:nth-child(1) td {
    border-top: none;
}
.container.investor #saham #table-saham table tr:nth-child(1) td,
.container.investor #saham #table-saham table tr:nth-child(2) td {
    border-top: none;
}
@media (min-width: 800px) {
    .container.investor #saham #table-saham #kuartal h3 {
        margin-left: -0.5em;
    }
}
.container.investor #saham #table-saham #kuartal .dropdown.kuartal-dropdown {
    font-family: "PTSansRegular", sans;
    cursor: pointer;
    background-color: lightgray;
    padding: 0.1em 0.1em 0.1em 0.8em;
    margin: 1.5em 0 0.5em 9em;
    font-size: 20px;
}
@media (max-width: 768px) {
    .container.investor
        #saham
        #table-saham
        #kuartal
        .dropdown.kuartal-dropdown {
        padding: 0;
        margin: 1em 0 0 2em;
    }
}
@media (max-width: 768px) {
    .container.investor
        #saham
        #table-saham
        #kuartal
        .dropdown.kuartal-dropdown
        .select-kuartal {
        padding-left: 15px;
    }
}
.container.investor
    #saham
    #table-saham
    #kuartal
    .dropdown.kuartal-dropdown
    .dropdown-menu {
    font-size: 20px;
    border-radius: 0;
    border: none;
    min-width: 0;
}
.container.investor
    #saham
    #table-saham
    #kuartal
    .dropdown.kuartal-dropdown
    .dropdown-menu
    .active
    a {
    color: #555;
    background: none;
}
.container.investor
    #saham
    #table-saham
    #kuartal
    .dropdown.kuartal-dropdown
    .dropdown-menu
    a:hover {
    background: none;
}
.container.investor
    #saham
    #table-saham
    #kuartal
    .dropdown.kuartal-dropdown
    .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    float: right;
    right: 10px;
    bottom: 20px;
}
.container.investor
    #saham
    #table-saham
    #kuartal
    .dropdown.kuartal-dropdown.open
    .arrow {
    border-bottom: 10px solid #f00;
}
.container.investor
    #saham
    #table-saham
    #kuartal
    .dropdown.kuartal-dropdown:not(.open)
    .arrow {
    border-top: 10px solid #f00;
}
.container.search-result .row {
    padding-top: 6em;
}
.container.search-result .row .row {
    margin: 1em;
    padding: 1em;
}
.container.search-result .row .row:not(:last-child) {
    border-bottom: thin dotted lightgrey;
}
.container.search-result .row .row h3 {
    margin: 0;
}
.container.search-result .row .row h3 a {
    color: black;
    text-decoration: none;
}
.container.search-result .row .row p {
    padding: 0;
}
.container.search-result .row .head {
    padding: 1em;
    border-bottom: thin solid lightgray;
}
.container.search-result .row .head h3 {
    color: #b92025;
}
.container.search-result .row .head .desc span,
.container.search-result .row .head .desc .box-date-article strong,
.box-date-article .container.search-result .row .head .desc strong,
.container.search-result
    .row
    .head
    .desc
    .media
    .press-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .press-list
    .press-item
    .box-images
    .press-date
    .container.search-result
    .row
    .head
    .desc
    strong,
.container.search-result
    .row
    .head
    .desc
    .media
    .news-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .news-list
    .press-item
    .box-images
    .press-date
    .container.search-result
    .row
    .head
    .desc
    strong,
.container.search-result
    .row
    .head
    .desc
    .detail
    .featured-image
    .featured-date
    strong,
.detail
    .featured-image
    .featured-date
    .container.search-result
    .row
    .head
    .desc
    strong {
    text-decoration: underline;
}
.container.search-result .row .meta-search {
    list-style: none;
    padding: 0.5em;
}
.container.search-result .row .meta-search li {
    padding-bottom: 0.25em;
    font-size: 14px;
    color: gray;
}
.container.search-result .row .page-content {
    font-family: "PTSansRegular", sans;
    background-color: white;
}
.container.search-result .row .page-content .form-horizontal {
    padding: 1em;
}
.container.search-result .row .page-content .form-horizontal form button,
.container.search-result .row .page-content .form-horizontal form input {
    border-radius: 0;
    box-shadow: none;
}
.container.media {
    /* #galeri{ img{ width: 500px; height: 324px; } } */
}
.container.media #pressrelease p.description {
    text-align: center;
}
.container.media #pressrelease .box-subscribe {
    margin: 0 30%;
}
@media (max-width: 768px) {
    .container.media #pressrelease .box-subscribe {
        margin: 0;
        padding: 0 10px;
    }
    .container.media #pressrelease .box-subscribe h3 {
        font-size: 18px;
    }
}
.container.media #pressrelease .box-subscribe form {
    width: 100%;
}
.container.media #pressrelease .box-subscribe form input {
    height: 50px;
    width: 70%;
    float: left;
    padding: 0 15px;
}
.container.media #pressrelease .box-subscribe form input#id_email {
    background: #eee;
    border: none;
}
.container.media #pressrelease .box-subscribe form input:focus {
    outline: none;
}
.container.media #pressrelease .box-subscribe form input[type="submit"] {
    width: 28%;
    border: none;
    margin-left: 2%;
    background: #c0a062;
    color: #fff;
}
.container.media #pressrelease .row::after {
    margin-bottom: 3em;
}
.container.detail .press-detail ul,
.container.detail .press-detail ol {
    color: #555;
    font-family: "PTSansRegular", sans;
}
.container.karir .row .tab-content {
    padding-top: 2em;
    padding-bottom: 3em;
    background-color: #f5f5f5;
}
.container.karir .row .tab-content p {
    padding: 0.5em 3em;
}
@media (max-width: 768px) {
    .container.karir .row .tab-content p {
        padding: 0 1em;
    }
}
.container.karir .row .tab-content a {
    font-size: 22px;
    padding: 0.25em 1.5em;
    color: #f5f5f5;
    text-decoration: none;
    background-color: #0077b5;
    margin: 0 1em;
}
@media (max-width: 768px) {
    .container.karir .row .tab-content a {
        padding: 5px;
    }
}
@media (max-width: 768px) {
    .container.karir .row .tab-content a {
        margin: 0;
    }
}
.container.karir .row .tab-content a:last-child {
    background-color: #b92025;
}
.container.brand .row .tab-content .custom {
    width: 18%;
    display: inline-table;
    display: inline-block;
}
.container.brand .row .tab-content .custom span,
.container.brand .row .tab-content .custom .box-date-article strong,
.box-date-article .container.brand .row .tab-content .custom strong,
.container.brand
    .row
    .tab-content
    .custom
    .media
    .press-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .press-list
    .press-item
    .box-images
    .press-date
    .container.brand
    .row
    .tab-content
    .custom
    strong,
.container.brand
    .row
    .tab-content
    .custom
    .media
    .news-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .news-list
    .press-item
    .box-images
    .press-date
    .container.brand
    .row
    .tab-content
    .custom
    strong,
.container.brand
    .row
    .tab-content
    .custom
    .detail
    .featured-image
    .featured-date
    strong,
.detail
    .featured-image
    .featured-date
    .container.brand
    .row
    .tab-content
    .custom
    strong {
    color: #b92025;
    font-family: "PTSansRegular", sans;
}

@media (min-width: 992px) {
    #topbar {
        background-color: black;
        margin-left: 3.25rem;
        padding-left: 0;
    }
    #topbar .navbar-header {
        float: none;
        height: 100%;
    }
    #topbar .navbar-header .navbar-brand {
        padding: 0;
        display: inline-table;
        vertical-align: middle;
        background: #b92025;
        height: 4.45em;
        font-size: 16px;
    }
    #topbar .navbar-header .navbar-brand img {
        max-width: 100%;
    }
    #topbar .navbar-header .hut {
        position: relative;
        top: 8px;
        left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    #topbar .navbar-header .hut {
        width: 28px;
        top: 23px;
    }
}

@media (min-width: 992px) {
    #topbar .navbar-header .extra .extra-nav ul li a {
        padding: 25px 5px 0;
    }
    #topbar .navbar-header .extra .extra-nav ul li a:focus,
    #topbar .navbar-header .extra .extra-nav ul li a:hover {
        background: none;
    }
    #topbar .navbar-header .changer {
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        color: #fff;
        padding: 20px 0 0;
    }
    #topbar .navbar-header .changer .left .top {
        font-size: 18px;
    }
    #topbar .navbar-header .changer .left .bottom {
        font-size: 12px;
        position: relative;
        bottom: 5px;
    }
    #topbar .navbar-header .changer .left .bottom i.fa-sort-desc {
        padding-left: 1em;
        color: red;
        position: relative;
        bottom: 3px;
    }
    #topbar .navbar-header .changer .left .bottom i.fa-sort-asc {
        padding-left: 1em;
        color: greenyellow;
        position: relative;
        top: 3px;
    }
    #topbar .navbar-header .changer .right {
        padding: 2px 20px;
    }
    #topbar form {
        padding-left: 0;
    }
    #topbar form .input-group {
        margin-top: 0.5em;
    }
    #topbar form .input-group span,
    #topbar form .input-group .box-date-article strong,
    .box-date-article #topbar form .input-group strong,
    #topbar
        form
        .input-group
        .media
        .press-list
        .press-item
        .box-images
        .press-date
        strong,
    .media
        .press-list
        .press-item
        .box-images
        .press-date
        #topbar
        form
        .input-group
        strong,
    #topbar
        form
        .input-group
        .media
        .news-list
        .press-item
        .box-images
        .press-date
        strong,
    .media
        .news-list
        .press-item
        .box-images
        .press-date
        #topbar
        form
        .input-group
        strong,
    #topbar form .input-group .detail .featured-image .featured-date strong,
    .detail .featured-image .featured-date #topbar form .input-group strong {
        background: none;
        border: none;
        cursor: pointer;
    }
    #topbar input {
        color: #fff;
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-top: 7px;
        padding-left: 0;
        height: 35px;
    }
    #topbar input:hover {
        background-color: #fff;
        padding-left: 15px;
        color: #000;
    }
    #topbar input::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }
    #topbar input:-ms-input-placeholder {
        color: #fff;
    }
}

@media (max-width: 991px) {
    /* general */
    .row hr {
        border-top: 1px solid #b5b5b5;
    }
    .row div {
        padding-left: 0;
        padding-right: 0;
    }
    .row .tab-content .row p {
        padding: 0;
    }
    #topbar {
        background-color: black;
        height: 4.5em;
        padding-left: 0;
    }
}
@media (max-width: 991px) and (max-width: 320px) {
    #topbar {
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    #topbar.menu-mobile {
        margin-left: 3.5em;
    }
    #topbar .navbar-header {
        margin: 0;
    }
    #topbar .navbar-header .navbar-brand {
        height: 4em;
        background-color: #b92025;
        position: relative;
        left: -15px;
        margin-left: 0;
        padding: 15px 0;
    }
}
@media (max-width: 991px) and (max-width: 320px) {
    #topbar .navbar-header .navbar-brand {
        width: 60%;
    }
}

@media (max-width: 991px) {
    #topbar .navbar-header .navbar-brand .logo-mobile {
        position: relative;
        top: -15px;
        padding: 0;
    }
}
@media (max-width: 991px) and (max-width: 320px) {
    #topbar .navbar-header .navbar-brand .logo-mobile {
        top: -7;
    }
}

@media (max-width: 991px) {
    #topbar .navbar-header .changer {
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        float: right;
        color: #fff;
        padding: 20px 0 0;
    }
}
@media (max-width: 991px) and (max-width: 480px) {
    #topbar .navbar-header .changer .left {
        position: absolute;
        right: 2.75em;
    }
}

@media (max-width: 991px) {
    #topbar .navbar-header .changer .left .top {
        font-size: 14px;
    }
}
@media (max-width: 991px) and (max-width: 320px) {
    #topbar .navbar-header .changer .left .top {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    #topbar .navbar-header .changer .left .bottom {
        font-size: 10px;
    }
}
@media (max-width: 991px) and (max-width: 320px) {
    #topbar .navbar-header .changer .left .bottom {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    #topbar .navbar-header .changer .left .bottom i.fa-sort-desc {
        padding-left: 1em;
        color: red;
        position: relative;
        bottom: 3px;
    }
    #topbar .navbar-header .changer .left .bottom i.fa-sort-asc {
        padding-left: 1em;
        color: greenyellow;
        position: relative;
        top: 3px;
    }
    #topbar .navbar-header .changer .right {
        padding: 2px 8px;
    }
    #topbar .navbar-header .changer .lang {
        padding-top: 5px;
    }
    #topbar .navbar-header .changer .lang a {
        color: #fff;
        background: #1a1448;
        padding: 4px 6px;
    }
}

#sidebar {
    background-color: #e1e1e1;
    height: 100%;
    position: fixed;
    width: 3.25rem;
    z-index: 99;
}
#sidebar .bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    margin: 0 0.3em 2em;
}
#sidebar .bottom ul {
    width: 3.25em;
}
#sidebar .bottom ul li {
    float: none;
    text-align: center;
}
#sidebar .bottom ul li a {
    color: gray;
}
#sidebar .bottom ul li a:hover,
#sidebar .bottom ul li a:focus {
    background: none;
}
#sidebar .bottom ul li:last-child {
    margin: 0 5px;
    background-color: #1a1448;
}
#sidebar .bottom ul li:last-child a {
    color: #fff;
    padding: 10px !important;
}
#sidebar .bottom ul li .fa-2x {
    font-size: 1.5em;
}
#sidebar nav {
    background-color: transparent;
    border: none;
}
#sidebar nav li {
    float: none;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 100%;
}
#sidebar nav li:hover {
    cursor: pointer;
}
#sidebar nav li a {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .mega-dropdown.open a.dropdown-toggle,
    .mega-dropdown.open a:hover,
    .mega-dropdown.open a:focus {
        background-color: transparent;
    }
    #menuside {
        margin-top: 3%;
        margin-left: 43%;
    }
    #menuside .close-mega-menu {
        color: #fff;
        position: absolute;
        top: 5%;
        right: 10%;
    }
    .mega-menu {
        margin-left: 5em;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }
    #menus,
    #menuside {
        min-height: 100%;
        width: 50%;
    }
    #menus .panel,
    #menus .panel-heading,
    #menus .panel-collapse,
    #menuside .panel,
    #menuside .panel-heading,
    #menuside .panel-collapse {
        color: #fff;
        background: none;
        border: none;
        box-shadow: none;
    }
    #menus .panel-title a,
    #menuside .panel-title a {
        font-family: "futura-condensed-medium", arial, sans;
        font-weight: 300;
        background-color: #b92025;
        padding: 0.3em 1.3em 0.3em;
        text-decoration: none;
    }
    #menus .panel-title a ::hover,
    #menuside .panel-title a ::hover {
        background-color: #b92025;
    }
    #menus .panel-title a.collapsed,
    #menuside .panel-title a.collapsed {
        background-color: transparent;
    }
    #menus .menu a,
    #menuside .menu a {
        color: #fff;
        padding: 0.3em 3em 0.3em 1.3em;
        text-decoration: none !important;
    }
    #menus .panel-body,
    #menuside .panel-body {
        border: none;
        padding: 0;
    }
    #menus .panel-body .list-group,
    #menuside .panel-body .list-group {
        margin-bottom: 0;
    }
    #menus .panel-body .list-group .list-group-item,
    #menuside .panel-body .list-group .list-group-item {
        background: none;
        border: none;
        border-radius: 0;
        color: #fff;
        margin-left: 2.5em;
        height: 35px;
        max-width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    #menus .panel-body .list-group .list-group-item,
    #menuside .panel-body .list-group .list-group-item {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    #menus .panel-body .list-group .list-group-item.menu,
    #menuside .panel-body .list-group .list-group-item.menu {
        max-width: 35%;
    }
    #menus .panel-body .list-group .list-group-item:hover,
    #menuside .panel-body .list-group .list-group-item:hover {
        border-bottom: 1px solid #b92025;
    }
    #menus {
        margin-left: -4em;
    }
}
@media (min-width: 992px) and (min-width: 800px) {
    #menus {
        margin-top: 16%;
    }
}

@media (max-width: 991px) {
    #menu.menu-mobile {
        background: lightgray;
        width: 3.5em;
        left: 0;
        top: 0;
        padding: 15px 0;
        margin: 0;
        height: 72px;
        border-radius: 0 !important;
    }
}
@media (max-width: 991px) and (max-width: 480px) {
    #menu.menu-mobile {
        padding: 10px !important;
    }
}

@media (max-width: 991px) {
    #menu.menu-mobile .mega-dropdown .dropdown-toggle {
        position: relative;
        left: 12px;
        top: 4px;
    }
}
@media (max-width: 991px) and (max-width: 480px) {
    #menu.menu-mobile .mega-dropdown .dropdown-toggle {
        left: 16px;
    }
}

@media (max-width: 991px) {
    #menu.menu-mobile .mega-dropdown.open {
        /* a{
			      &.dropdown-toggle, &:hover, &:focus{ background-color: transparent; }
			    } */
    }
    #menu .boxes-menu {
        position: absolute;
        top: 30em;
        left: -4em;
        width: 100%;
    }
    #menu .boxes-menu ul {
        position: absolute;
        left: -2.7em;
        bottom: 1em;
        display: none;
        list-style-type: none;
        color: white;
    }
    #menu .boxes-menu ul li a {
        color: white;
    }
    #menu .boxes-menu .box {
        padding: 0.45em;
        background: rgba(0, 0, 0, 0.5);
    }
    #menu .boxes-menu .box a {
        color: white;
    }
    #menuside {
        margin-top: 3%;
        margin-left: 3%;
    }
    #menuside .close-mega-menu {
        color: #fff;
        position: absolute;
        top: 2em;
        right: 25%;
    }
    .mega-menu {
        margin-left: 5em;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }
    #menus,
    #menuside {
        min-height: 100%;
        margin: 3em 0 0 3%;
    }
    #menus .panel,
    #menus .panel-heading,
    #menus .panel-collapse,
    #menuside .panel,
    #menuside .panel-heading,
    #menuside .panel-collapse {
        color: #fff;
        background: none;
        border: none;
        box-shadow: none;
    }
    #menus .panel-title a,
    #menuside .panel-title a {
        font-family: "futura-condensed-medium", arial, sans;
        font-weight: 300;
        background-color: #b92025;
        padding: 0.3em 1.3em 0.3em;
        text-decoration: none;
    }
    #menus .panel-title a ::hover,
    #menuside .panel-title a ::hover {
        background-color: #b92025;
    }
    #menus .panel-title a.collapsed,
    #menuside .panel-title a.collapsed {
        background-color: transparent;
    }
    #menus .menu a,
    #menuside .menu a {
        color: #fff;
        padding: 0.3em 3em 0.3em 1.3em;
        text-decoration: none !important;
    }
    #menus .panel-body,
    #menuside .panel-body {
        border: none;
        padding: 0;
    }
    #menus .panel-body .list-group,
    #menuside .panel-body .list-group {
        margin-bottom: 0;
    }
    #menus .panel-body .list-group .list-group-item,
    #menuside .panel-body .list-group .list-group-item {
        background: none;
        border: none;
        border-radius: 0;
        color: #fff;
        margin-left: 2.5em;
        height: 35px;
        max-width: 80%;
    }
    #menus .panel-body .list-group .list-group-item.menu,
    #menuside .panel-body .list-group .list-group-item.menu {
        max-width: 60%;
    }
    #menus .panel-body .list-group .list-group-item:hover,
    #menuside .panel-body .list-group .list-group-item:hover {
        border-bottom: 1px solid #b92025;
    }
}

@media (max-width: 991px) and (max-width: 768px) {
    #menus {
        margin: 15% 0 0 30% !important;
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    #menus {
        margin-top: 20% !important;
    }
}

@media (max-width: 991px) and (max-width: 320px) {
    #menus {
        margin: 25% 0 0 15% !important;
    }
}

@media (max-width: 991px) {
    #input-search-mobile-menu {
        display: none;
        position: absolute;
        margin: 0 auto;
        top: 5em;
        z-index: 9;
    }
    #input-search-mobile-menu input {
        width: 20em;
        height: 2.25em;
        background-color: white;
        border: none;
        border-radius: 50px;
        text-indent: 10px;
        outline: none;
    }
}

@media (max-width: 800px) {
    .row.carousels {
        padding: 0 !important;
        height: 23em;
    }
    .row.carousels .carousel-inner img {
        margin: 0 auto;
    }
    .carousel.slide {
        height: 18em;
    }
    .carousel.slide .carousel-indicators {
        bottom: -4.25em;
        padding: 0;
    }
    .carousel.slide .carousel-indicators li {
        border: none;
        background-color: #c0a062;
    }
    .carousel.slide .carousel-indicators li.active {
        background-color: red;
    }
    .carousel.slide .carousel-control {
        width: auto;
        padding: 0;
        top: 50%;
        opacity: 1;
        height: 2em;
        background-image: none;
    }
}

@media (min-width: 992px) {
    .row #timeline {
        /* tabbable for overview nav */
        border-right: thin solid grey;
    }
    .row #timeline li:last-child a {
        top: 5px;
    }
    .row #timeline li:not(:last-child) {
        margin-bottom: 3em;
    }
    .row #timeline li a {
        color: #555;
        padding: 0;
        text-align: right;
        right: 10px;
        bottom: 4px;
    }
    .row #timeline li a:hover,
    .row #timeline li a:focus {
        background: none;
    }
    .row #timeline li a .bullet {
        position: absolute;
        background: gray;
        border-radius: 50%;
        right: 0;
        top: 4px;
        left: 11.7em;
        width: 15px;
        height: 15px;
        z-index: 1;
        behavior: url(PIE.html);
    }
}
@media (min-width: 992px) and (min-width: 1400px) {
    .row #timeline li a .bullet {
        left: 11.5em;
    }
}

@media (min-width: 992px) {
    .row #timeline li.active a {
        font-size: 24px;
    }
    .row #timeline li.active a .bullet {
        background: #c0a062;
        width: 25px;
        height: 25px;
        left: 7.6em;
    }
}
@media (min-width: 992px) and (min-width: 1400px) {
    .row #timeline li.active a .bullet {
        left: 7.45em;
    }
}

.row .nav-pills {
    border-right: thin solid red;
    min-height: 30em;
}
@media (min-width: 800px) {
    .row .nav-pills li:first-child {
        margin-top: 3em;
    }
}
.row .nav-pills li a {
    font-family: "futura-condensed-medium", arial, sans;
    font-weight: 300;
    color: #b92025;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    margin-bottom: 1em;
}
.row .nav-pills li a:hover {
    background: none;
}
.row .nav-pills li.active a {
    color: white;
    background-color: #b92025;
}

.nav-tabs {
    margin-bottom: 1px !important;
    border: none;
}
.nav-tabs li a:hover {
    background: none;
    border: none;
    border-radius: 0;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background: none;
    border: none;
    border-radius: 0;
    color: #c0a062;
}
.nav-tabs.tab {
    font-size: 24px;
    background-color: #c6a870;
    border: none;
}
.nav-tabs.tab li:nth-child(1) {
    background-color: #a98c52;
}
.nav-tabs.tab li:nth-child(2) {
    background-color: #c0a062;
}
.nav-tabs.tab li:nth-child(3) {
    background-color: #c6a870;
}
.nav-tabs.tab li:nth-child(4) {
    background-color: #cbaf7b;
}
.nav-tabs.tab li:nth-child(5) {
    background-color: #d4ba8a;
}
.nav-tabs.tab li.active {
    background-color: #f5f5f5;
}
.nav-tabs.tab a {
    color: #fff;
    padding: 0.75em 0;
    border: none;
}
@media (max-width: 768px) {
    .nav-tabs.tab a {
        padding: 15px 0;
        line-height: 1;
    }
}

.tab-content {
    background-color: #fff;
}
.tab-content .row {
    margin: 0;
}
.tab-content h1 {
    color: #b92025;
    font-size: 1.75em;
    margin: 0;
}
.tab-content h3 {
    color: #b92025;
}
.tab-content p {
    color: #555;
    text-align: justify;
}
.tab-content p.description {
    padding: 1.5em 3em;
    background-color: #f5f5f5;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .tab-content p.description {
        padding: 1em 1.2em;
    }
}
.tab-content .subtab {
    font-family: "PTSansRegular", sans;
    font-weight: 300;
    background-color: #f5f5f5;
}
@media (max-width: 768px) {
    .tab-content .subtab li {
        float: none !important;
    }
}
.tab-content .subtab a {
    color: #555;
}
.tab-content .subtab .active a {
    border-bottom: thin solid #b92025 !important;
}
@media (min-width: 481px) {
    .tab-content .subtab .active a.single {
        max-width: 30%;
        margin: 0 auto;
    }
}
.tab-content .subtab .active span,
.tab-content .subtab .active .box-date-article strong,
.box-date-article .tab-content .subtab .active strong,
.tab-content
    .subtab
    .active
    .media
    .press-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .press-list
    .press-item
    .box-images
    .press-date
    .tab-content
    .subtab
    .active
    strong,
.tab-content
    .subtab
    .active
    .media
    .news-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .news-list
    .press-item
    .box-images
    .press-date
    .tab-content
    .subtab
    .active
    strong,
.tab-content .subtab .active .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .tab-content .subtab .active strong {
    color: #b92025;
    border-bottom: medium solid #b92025;
    padding: 0 0 0.65em;
    width: 15em;
}
.tab-content .tab-pane.timeline {
    padding: 0.5em 2em 1em;
    text-align: center;
}
.tab-content .tab-pane.timeline p {
    text-align: center;
}
.tab-content .tab-pane.active .row h1 {
    margin: 2em 2em 0;
}
.tab-content .tab-pane.active .row .profile {
    width: 40%;
}
@media (max-width: 768px) {
    .tab-content .tab-pane.active .row .profile {
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .tab-content .tab-pane.active .row .profile {
        width: 85%;
        margin-top: 1.5em;
    }
}
.tab-content .tab-pane.active .row li {
    font-family: "PTSansRegular", sans;
    color: #555;
}
@media (max-width: 768px) {
    .tab-content .tab-pane .timeline {
        padding: 0;
        text-align: center;
    }
}
.tab-content .tab-content.sub .row .contents {
    font-family: "PTSansRegular", sans;
    padding: 0 5em;
}
@media (max-width: 768px) {
    .tab-content .tab-content.sub .row .contents {
        padding: 0;
    }
}
.tab-content .tab-content.sub .row .contents li {
    color: #555;
}
.tab-content .tab-content .row {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 768px) {
    .tab-content .tab-content .row {
        padding: 0 1em;
    }
}

.tab-icon {
    padding: 0.5em;
}
.tab-icon .nav-tabs {
    background: none;
}
.tab-icon .nav-tabs li:not(:first-child) {
    border-left: thin solid #f5f5f5;
    max-height: 8.25em;
}
.tab-icon .nav-tabs li:not(.active) .pindown {
    opacity: 0;
}
.tab-icon .nav-tabs li.active a {
    color: #b92025;
}
.tab-icon .nav-tabs li.active a:hover {
    color: #b92025;
}
.tab-icon .nav-tabs li.active a img {
    filter: sepia() saturate(10000%) hue-rotate(30deg);
}
.tab-icon .icon-text {
    margin: 0;
}
.tab-icon .icon-text img {
    padding: 0.5em 1em;
}
@media (max-width: 768px) {
    .tab-icon .icon-text img {
        display: none;
    }
}
.tab-icon .tab-content .tab-pane {
    text-align: center;
}
.tab-icon .tab-content .tab-pane p {
    padding: 1em 1em 0;
}
.tab-icon .tab-content .tab-pane img {
    width: 95%;
    filter: grayscale(1);
}

#rups .contents p,
#other .contents p,
#pressrelease .contents p {
    padding: 0;
}

#rups .panel,
#other .panel,
#pressrelease .panel {
    border: none;
    border-radius: 0;
    background-color: lightgray;
}
#rups .panel.last,
#other .panel.last,
#pressrelease .panel.last {
    height: 12em;
}
#rups .panel h3,
#other .panel h3,
#pressrelease .panel h3 {
    padding: 1em 1em 0 1em;
}
@media (min-width: 800px) {
    #rups .panel h3,
    #other .panel h3,
    #pressrelease .panel h3 {
        min-height: 3.25em;
    }
}
#rups .panel p,
#other .panel p,
#pressrelease .panel p {
    padding: 0.5em 2em;
    height: 10em;
}
@media (max-width: 768px) {
    #rups .panel p,
    #other .panel p,
    #pressrelease .panel p {
        height: 9em;
        text-align: left;
    }
}

a.thumbnail,
a:hover,
a:active {
    border: none;
    border-radius: 0;
    outline: none;
}

#gudanggaramfamily .subtab .active a {
    color: #b92025;
}

#gudanggaramfamily .subtab .active span,
#gudanggaramfamily .subtab .active .box-date-article strong,
.box-date-article #gudanggaramfamily .subtab .active strong,
#gudanggaramfamily
    .subtab
    .active
    .media
    .press-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .press-list
    .press-item
    .box-images
    .press-date
    #gudanggaramfamily
    .subtab
    .active
    strong,
#gudanggaramfamily
    .subtab
    .active
    .media
    .news-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .news-list
    .press-item
    .box-images
    .press-date
    #gudanggaramfamily
    .subtab
    .active
    strong,
#gudanggaramfamily
    .subtab
    .active
    .detail
    .featured-image
    .featured-date
    strong,
.detail
    .featured-image
    .featured-date
    #gudanggaramfamily
    .subtab
    .active
    strong {
    left: 0;
    width: auto;
}

#gudanggaramfamily .subtab li a {
    padding: 0 0 10px;
}

#gudanggaramfamily p:not(.desc) {
    padding: 2em;
    text-align: justify;
}

#gudanggaramfamily p.desc {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
    text-align: center;
}

#gudanggaramfamily .row div {
    padding: 0;
    margin: 0;
}

.row .dropup {
    text-align: center;
    margin: 5em 3em 0;
    border-top: thin solid #d4d4d4;
}
.row .dropup .btn {
    padding: 0;
    border: none;
}
@media (min-width: 1201px) {
    .row .dropup .share-menu {
        left: 47%;
    }
}
@media (max-width: 1200px) {
    .row .dropup .share-menu {
        left: 46.25%;
    }
}
.row .dropup .share-menu {
    opacity: 0;
    /* -moz-transition:    all 1000ms ease;
        -webkit-transition: all 1000ms ease;
        -o-transition:      all 1000ms ease;
        -ms-transition:     all 1000ms ease;
        transition:         all 1000ms ease; */
    background-color: #ebebeb;
    margin-bottom: 0;
    /* left: 47%; */
    min-width: 4.25em;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.row .dropup .share-menu li {
    padding: 0.5em 0.8em;
}
.row .dropup .share-menu a {
    background-color: transparent;
    border: 2px #1b1b1b solid;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    padding: 7px;
    border-radius: 50%;
}
.row .dropup .share-menu a i {
    color: #1b1b1b;
}

.hierarchy {
    color: #fff;
    text-align: center;
    margin-top: 2em;
}
.hierarchy h4 {
    font-weight: bold;
    margin-bottom: 1em;
}
.hierarchy .top {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    margin-bottom: 10px;
}
.hierarchy .top .box {
    background-image: url("../images/ketua.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 14em;
}
@media (max-width: 768px) {
    .hierarchy .top .box {
        width: 9em;
    }
}
.hierarchy .top .box h5:last-child {
    font-family: "PTSansRegular", sans-serif;
}
.hierarchy .middle .bullet {
    margin: 0 auto;
    background: #b92025;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.hierarchy .middle .bullet-empty {
    min-width: 19.25em;
}
@media (max-width: 768px) {
    .hierarchy .middle .bullet-empty {
        min-width: 11.25em;
    }
}
.hierarchy .middle .line-v {
    height: 1.5em;
    margin: 0 auto;
    border-left: 2px solid #b92025;
    width: 1px;
}
@media (max-width: 768px) {
    .hierarchy .middle .line-v {
        height: 0.5em;
    }
}
.hierarchy .middle .line-h {
    border-top: thin solid #b92025;
    border-left: 2px solid #b92025;
    border-right: 2px solid #b92025;
    width: 20em;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .hierarchy .middle .line-h {
        width: 12em;
    }
}
.hierarchy .middle .dots {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}
.hierarchy .bottom {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    margin-bottom: 3em;
}
.hierarchy .bottom .box {
    margin: 0 auto;
    width: 14em;
    background-repeat: no-repeat;
    background-size: cover;
}
.hierarchy .bottom .box:first-child {
    background-image: url("../images/anggota1.png");
}
.hierarchy .bottom .box:last-child {
    background-image: url("../images/anggota2.png");
}
@media (max-width: 768px) {
    .hierarchy .bottom .box {
        width: 9em;
    }
}
.hierarchy .bottom .box h5:last-child {
    font-family: "PTSansRegular", sans-serif;
}
.hierarchy .bottom .box-empty {
    width: 6em;
}
@media (max-width: 768px) {
    .hierarchy .bottom .box-empty {
        width: 2em;
    }
}

.row .download {
    /* display: inline-flex; */
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    background: #ccc;
    margin-bottom: 1em;
}
.row .download .text {
    padding: 1em;
    text-align: left;
    width: 20em;
    font-family: "PTSansRegular", sans;
    font-weight: bold;
    color: gray;
}
@media (max-width: 768px) {
    .row .download .text {
        width: 17em;
    }
}
.row .download .text img {
    width: 1.75em;
    margin-right: 10px;
}
.row .download a {
    float: right;
    border-left: thin solid gray;
    padding: 0.5em;
}

.row .doc {
    margin: 3em;
    border-bottom: thin solid lightgray;
    padding-bottom: 3em;
}
@media (max-width: 768px) {
    .row .doc {
        margin: 1em;
        padding-bottom: 1em;
    }
}

.modal.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.modal.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.modal.wide .modal-dialog {
    width: 80%;
    height: auto;
    margin: 2% 12.5%;
}
@media (max-width: 768px) {
    .modal.wide .modal-dialog {
        width: 90%;
        margin: 20% auto 0;
    }
    .modal.wide .modal-dialog button {
        position: relative;
        bottom: 15px;
        right: 5px;
    }
}
.modal.wide .modal-dialog .modal-content {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 0;
    border: none;
}
.modal.wide .modal-dialog .modal-content h3 {
    font-family: "PTSansRegular", sans;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 1.5em;
}
.modal.wide .modal-dialog .modal-content img {
    max-width: 65%;
}
.modal.wide .modal-dialog .modal-content p {
    margin: 0;
    padding: 0.5em !important;
    text-align: center !important;
    color: #555;
}

@media (min-width: 992px) {
    #footer {
        padding: 1.35em 0 1.36em;
        background: black;
        font-family: "PTSansRegular", sans;
    }
    #footer small {
        font-size: 75%;
    }
    .container.divider {
        padding: 45px;
    }
}

@media (max-width: 991px) {
    #footer {
        padding: 1em;
        background: black;
        font-family: "PTSansRegular", sans;
        font-size: 14px;
    }
    #footer small {
        font-size: 65%;
    }
    .container.divider {
        display: none;
        /* padding: 45px; */
    }
}

@media (max-width: 991px) {
    .scroll-tab {
        overflow-x: auto;
        overflow-y: hidden;
        overflow: -moz-scrollbars-horizontal;
    }
    .scroll-tab ul li {
        list-style: none;
        float: left;
        text-align: center;
        width: 240px;
    }
    .childtab a {
        font-family: "PTSansRegular", sans;
        color: #555;
    }
    .childtab .active a {
        border-bottom: thin solid #b92025 !important;
    }
    .childtab .active a span,
    .childtab .active a .box-date-article strong,
    .box-date-article .childtab .active a strong,
    .childtab
        .active
        a
        .media
        .press-list
        .press-item
        .box-images
        .press-date
        strong,
    .media
        .press-list
        .press-item
        .box-images
        .press-date
        .childtab
        .active
        a
        strong,
    .childtab
        .active
        a
        .media
        .news-list
        .press-item
        .box-images
        .press-date
        strong,
    .media
        .news-list
        .press-item
        .box-images
        .press-date
        .childtab
        .active
        a
        strong,
    .childtab .active a .detail .featured-image .featured-date strong,
    .detail .featured-image .featured-date .childtab .active a strong {
        color: #b92025;
        border-bottom: medium solid #b92025;
        padding: 0 0 0.65em;
        width: 15em;
    }
    .scroller {
        display: none;
    }
    #timeline {
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    #timeline li {
        display: inline-block;
        vertical-align: top;
        border-top: thin solid gray;
        margin-top: 5px;
        margin-left: -4px;
    }
    #timeline li:first-child:before {
        content: "";
        width: 50%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: -1px;
    }
    #timeline li:last-child:after {
        content: "";
        width: 50%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: -1px;
    }
    #timeline li a {
        color: black;
    }
    #timeline li a .bullet {
        position: absolute;
        background: gray;
        border-radius: 50%;
        left: 29px;
        bottom: 37px;
        width: 10px;
        height: 10px;
        z-index: 1;
    }
    #timeline li.active a {
        font-size: 18px;
    }
    #timeline li.active a:hover {
        background: none;
    }
    #timeline li.active a .bullet {
        background: #c0a062;
        bottom: 38px;
        width: 13px;
        height: 13px;
    }
    #kretek .scroll-tab .childtab li {
        width: auto;
    }
}

@media (max-width: 991px) {
    .single-tab .tab {
        background: #f5f5f5;
        text-align: center;
        padding: 10px;
    }
    .single-tab .tab a {
        color: #c0a062;
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    table.table {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .container.about #overview .row p {
        padding: 0;
    }
    .container.about #tatakelola #tata-perusahaan .row {
        padding: 0 1em;
    }
    .container.about #tatakelola #tata-perusahaan .row p {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .dropdown.general {
        text-align: center;
        margin-bottom: 10px;
    }
    .dropdown.general ul {
        left: 25%;
        z-index: 1;
        border: none;
        border-radius: 0;
    }
}
@media (max-width: 991px) and (max-width: 480px) {
    .dropdown.general ul {
        left: 16%;
    }
}

@media (max-width: 991px) {
    .dropdown.general ul li {
        font-size: 16px;
        margin: 2px;
    }
    .dropdown.general ul li a {
        padding: 10px 20px;
    }
    .dropdown.general ul li.active a {
        display: none;
    }
    .dropdown.general ul li:not(.active) a {
        background-color: lightgray;
    }
    .dropdown.general .btn {
        min-width: 5em;
        background-color: #b92025;
        border-radius: 0;
        color: white;
        padding: 0.5em;
        font-family: "futura-condensed-medium", arial, sans;
        font-weight: 300;
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
    }
    .dropdown.general .btn span,
    .dropdown.general .btn .box-date-article strong,
    .box-date-article .dropdown.general .btn strong,
    .dropdown.general
        .btn
        .media
        .press-list
        .press-item
        .box-images
        .press-date
        strong,
    .media
        .press-list
        .press-item
        .box-images
        .press-date
        .dropdown.general
        .btn
        strong,
    .dropdown.general
        .btn
        .media
        .news-list
        .press-item
        .box-images
        .press-date
        strong,
    .media
        .news-list
        .press-item
        .box-images
        .press-date
        .dropdown.general
        .btn
        strong,
    .dropdown.general .btn .detail .featured-image .featured-date strong,
    .detail .featured-image .featured-date .dropdown.general .btn strong {
        margin-left: 10px;
    }
    .dropdown.general .btn span.caret,
    .dropdown.general .btn .box-date-article strong.caret,
    .box-date-article .dropdown.general .btn strong.caret,
    .dropdown.general
        .btn
        .media
        .press-list
        .press-item
        .box-images
        .press-date
        strong.caret,
    .media
        .press-list
        .press-item
        .box-images
        .press-date
        .dropdown.general
        .btn
        strong.caret,
    .dropdown.general
        .btn
        .media
        .news-list
        .press-item
        .box-images
        .press-date
        strong.caret,
    .media
        .news-list
        .press-item
        .box-images
        .press-date
        .dropdown.general
        .btn
        strong.caret,
    .dropdown.general .btn .detail .featured-image .featured-date strong.caret,
    .detail .featured-image .featured-date .dropdown.general .btn strong.caret {
        border-top: 8px dashed;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
}

@media (max-width: 991px) {
    .styled-select {
        margin-left: auto;
        margin-right: auto;
        /* margin-bottom: 10px; */
        background: #b92025;
        height: 50px;
        overflow: hidden;
        width: 280px;
        color: white;
    }
    .styled-select select {
        background: transparent;
        border: none;
        font-size: 22px;
        padding: 0 10px;
        height: 50px;
        width: 280px;
        text-transform: uppercase;
    }
    .styled-select select option {
        color: gray;
    }
}

@font-face {
    font-family: "futura-condensed-medium";
    src: url("../fonts/futura-condensed-medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/futura-condensed-mediumd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/futura-condensed-medium.woff") format("woff"),
        url("../fonts/futura-condensed-medium.ttf") format("truetype");
    font-weight: "normal";
    font-style: "normal";
    text-rendering: optimizeLegibility;
}

.fancybox-skin {
    background: black !important;
}

.media .box-top {
    font-family: "PT Sans", sans-serif;
    padding: 1em 0 0 2em;
}
@media (max-width: 768px) {
    .media .box-top {
        padding: 1em 0;
    }
}
.media .box-top .indicator {
    float: right;
}
.media .box-top .indicator a {
    margin-left: 2em;
    text-decoration: none;
    color: gray;
}
.media .box-top .indicator a.gray {
    color: lightgray;
}

.media .press-list,
.media .press-list .press-item .box-images,
.media .news-list .press-item .box-images,
.media .news-list {
    float: left;
    display: block;
    width: 100%;
    padding-left: 2em;
}
@media (max-width: 768px) {
    .media .press-list,
    .media .press-list .press-item .box-images,
    .media .news-list .press-item .box-images,
    .media .news-list {
        padding: 0;
        float: none;
    }
    .media .press-list h3,
    .media .press-list .press-item .box-images h3,
    .media .news-list .press-item .box-images h3,
    .media .news-list h3 {
        font-size: 1em !important;
    }
}
.media .press-list .press-item,
.media .press-list .press-item .box-images .press-item,
.media .news-list .press-item .box-images .press-item,
.media .news-list .press-item {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
    .media .press-list .press-item,
    .media .press-list .press-item .box-images .press-item,
    .media .news-list .press-item .box-images .press-item,
    .media .news-list .press-item {
        padding: 0;
    }
}
.media .press-list .press-item h3,
.media .press-list .press-item .box-images .press-item h3,
.media .news-list .press-item .box-images .press-item h3,
.media .news-list .press-item h3 {
    text-transform: uppercase;
    font-size: 1.57143em;
    font-family: "futura-condensed-medium", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.media .press-list .press-item .box-images,
.media .news-list .press-item .box-images .press-item .box-images,
.media .news-list .press-item .box-images {
    padding: 0;
    margin-bottom: 25px;
    position: relative;
}
.media .press-list .press-item .box-images img,
.media .news-list .press-item .box-images .press-item .box-images img,
.media .news-list .press-item .box-images img {
    margin: 0 auto;
}
@media (max-width: 768px) {
    .media .press-list .press-item .box-images .press-date,
    .media
        .news-list
        .press-item
        .box-images
        .press-item
        .box-images
        .press-date,
    .media .news-list .press-item .box-images .press-date {
        padding: 2px;
        width: 50px;
    }
    .media .press-list .press-item .box-images .press-date span,
    .media
        .news-list
        .press-item
        .box-images
        .press-item
        .box-images
        .press-date
        span,
    .media .press-list .press-item .box-images .press-date strong,
    .media
        .news-list
        .press-item
        .box-images
        .press-item
        .box-images
        .press-date
        strong,
    .media .news-list .press-item .box-images .press-date span,
    .media .news-list .press-item .box-images .press-date strong {
        font-size: 14px;
    }
}
.media .press-list .press-item .more a,
.media .news-list .press-item .box-images .press-item .more a,
.media .news-list .press-item .more a {
    background: #f5f5f5;
    padding: 10px 40px;
    color: #c6222c;
    border-radius: 0;
    border: none;
    font-family: "PT Sans", sans-serif;
}
.media .press-list .press-item .more a:hover,
.media .news-list .press-item .box-images .press-item .more a:hover,
.media .news-list .press-item .more a:hover {
    color: #000000;
}
.media .press-list .press-item a,
.media .press-list .press-item .box-images .press-item a,
.media .news-list .press-item .box-images .press-item a,
.media .news-list .press-item a {
    color: #c6222c;
    text-decoration: none;
}
.media .press-list .press-item a:hover,
.media .news-list .press-item .box-images .press-item a:hover,
.media .news-list .press-item a:hover {
    color: black;
}
.media .press-list .press-item p,
.media .press-list .press-item .box-images .press-item p,
.media .news-list .press-item .box-images .press-item p,
.media .news-list .press-item p {
    margin-bottom: 2em;
    font-family: "PT Sans", sans-serif;
    font-size: 1em;
}
@media (max-width: 1024px) {
    .media .press-list .press-item p,
    .media .press-list .press-item .box-images .press-item p,
    .media .news-list .press-item .box-images .press-item p,
    .media .news-list .press-item p {
        font-size: 1.07143em;
    }
}
@media (max-width: 640px) {
    .media .press-list .press-item p,
    .media .press-list .press-item .box-images .press-item p,
    .media .news-list .press-item .box-images .press-item p,
    .media .news-list .press-item p {
        font-size: 1em;
    }
}
@media (max-width: 480px) {
    .media .press-list .press-item p,
    .media .press-list .press-item .box-images .press-item p,
    .media .news-list .press-item .box-images .press-item p,
    .media .news-list .press-item p {
        font-size: 0.92857em;
    }
}

.media .load-more {
    text-align: center;
    margin-top: 2em;
}
@media (max-width: 768px) {
    .media .load-more {
        margin: 1em 0 0;
    }
}
.media .load-more a {
    background: lightgray;
    padding: 10px 3em;
    color: gray;
    border-radius: 0;
    border: none;
    font-family: "PT Sans", sans-serif;
    font-size: 1.28571em;
}

.media .selector {
    min-width: 30%;
    float: right;
}
@media (max-width: 768px) {
    .media .selector {
        float: none;
    }
}
.media .selector .dropdown {
    background: lightgray;
    padding: 0 1em;
}
.media .selector .dropdown .btn {
    width: 100%;
    text-align: left;
}
.media .selector .dropdown .btn:active {
    box-shadow: none;
}
.media .selector .dropdown .btn .arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 12px;
    right: 10px;
}
.media .selector .dropdown.open .arrow {
    border-bottom: 10px solid #f00;
}
.media .selector .dropdown:not(.open) .arrow {
    border-top: 10px solid #f00;
}

@media (min-width: 800px) {
    .media .counter {
        position: absolute;
        bottom: 0;
    }
}

.media .box-ads {
    margin-bottom: 3em;
}
@media (max-width: 768px) {
    .media .box-ads img {
        padding-left: 35%;
    }
}
@media (max-width: 480px) {
    .media .box-ads img {
        padding-left: 20%;
    }
}
@media (max-width: 375px) {
    .media .box-ads img {
        padding-left: 16%;
    }
}

.media .box-news {
    margin-bottom: 5em;
    float: left;
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .media .box-news {
        margin-left: 2em;
        margin-bottom: 2em;
    }
}
.media .box-news h4 {
    color: #1b1448;
    margin: 0 0 0 -1em;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 1.28571em;
    font-family: "futura-condensed-medium", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.media .box-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.media .box-news ul li {
    width: 100%;
    float: left;
    display: block;
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
    .media .box-news ul li {
        margin-top: 1em;
    }
}
.media .box-news ul li:last-child {
    border: none;
}
.media .box-news ul li .latest {
    display: block;
    width: 100%;
    text-decoration: none;
}
.media .box-news ul li .latest div {
    padding: 0 6px 0 0;
    color: gray;
}
.media .box-news ul li .latest div img {
    margin-top: 6px;
}
.media .box-news ul li .latest div a.title {
    color: gray;
    text-transform: uppercase;
    font-weight: 900;
}
.media .box-news ul li .latest div a.title:hover {
    color: #999;
    text-decoration: none;
}
@media (max-width: 768px) {
    .media .box-news ul li .latest div a.title {
        font-size: 14px;
        padding-top: 2em;
    }
}
@media (max-width: 768px) {
    .media .box-news ul li .latest div .date {
        font-size: 12px;
    }
}

.media .box-archieve {
    padding: 0 90px 0 0;
}
@media (max-width: 768px) {
    .media .box-archieve {
        padding: 0 1em;
    }
}
.media .box-archieve h4 {
    color: #1b1448;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.28571em;
    font-family: "futura-condensed-medium", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.media .box-archieve .panel-group {
    margin-top: 2em;
}
.media .box-archieve .panel-group .item {
    margin-top: -1px;
}
.media .box-archieve .panel-group .item .panel-heading {
    border-radius: 0;
    font-family: "PTSansRegular", sans;
    cursor: pointer;
}
.media .box-archieve .panel-group .item .panel-heading .arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: relative;
    float: right;
    right: 10px;
    top: 5px;
}
.media .box-archieve .panel-group .item .panel-heading.collapsed {
    border: thin solid lightgray;
}
@media (max-width: 768px) {
    .media .box-archieve .panel-group .item .panel-heading.collapsed {
        padding: 1em;
    }
}
.media .box-archieve .panel-group .item .panel-heading.collapsed .arrow {
    border-top: 12px solid #f00;
}
.media .box-archieve .panel-group .item .panel-heading:not(.collapsed) {
    background-color: lightgray;
}
@media (max-width: 768px) {
    .media .box-archieve .panel-group .item .panel-heading:not(.collapsed) {
        padding: 1em;
    }
}
.media .box-archieve .panel-group .item .panel-heading:not(.collapsed) .arrow {
    border-bottom: 12px solid #f00;
}
.media .box-archieve .panel-group .item .panel-collapse .panel-body {
    padding: 0;
}
.media .box-archieve .panel-group .item .panel-collapse .panel-body ul {
    margin: 0;
}
.media .box-archieve .panel-group .item .panel-collapse .panel-body ul li {
    color: #fff;
    list-style: none;
    background-color: gray;
    margin: 10px 0;
    padding-left: 10px;
    padding-bottom: 5px;
}
.media .box-archieve .panel-group .item .panel-collapse .panel-body ul li a {
    color: #fff;
    text-decoration: none;
    font-size: small;
}
.media .box-archieve .panel-group .item .panel-collapse .panel-body ul .items {
    padding: 0;
    list-style-type: circle;
}
.media
    .box-archieve
    .panel-group
    .item
    .panel-collapse
    .panel-body
    ul
    .items
    li {
    background: none;
    padding: 0;
}
.media
    .box-archieve
    .panel-group
    .item
    .panel-collapse
    .panel-body
    ul
    .items
    li
    a {
    color: gray;
}

.media .box-bottom {
    padding: 2.3em 3em 0 0;
}
@media (max-width: 768px) {
    .media .box-bottom {
        padding: 1em 0 0 1em;
    }
}
.media .box-bottom p {
    text-align: left;
    line-height: 20px;
}

.media .channel-subscribe {
    text-align: center;
    padding: 3em 3em 0;
}
@media (max-width: 768px) {
    .media .channel-subscribe {
        padding: 2em 1em 1em;
    }
}
.media .channel-subscribe a {
    color: white;
    background-color: #c6222b;
    padding: 18px;
    font-size: 22px;
    text-decoration: none;
}

.media .navigator {
    padding: 4em 1em 4em;
    font-family: "PTSansRegular", sans;
}
@media (max-width: 768px) {
    .media .navigator {
        padding: 1em 0;
        margin-bottom: 4em;
    }
}

.media .featured-tvc {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
}
@media (min-width: 800px) {
    .media .featured-tvc .caption {
        bottom: 60px !important;
    }
    .media .featured-tvc .caption h3 {
        max-width: 50% !important;
    }
}

.media #masonry {
    padding: 0;
}
.media #masonry .grid-sizer {
    width: 50%;
}
.media #masonry .grid-item {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
}

.media a.tvc-player {
    display: block;
    position: relative;
    height: auto;
    cursor: pointer;
    width: 100%;
}
.media a.tvc-player h3 {
    color: white;
}

.media .caption {
    position: absolute;
    bottom: 30px;
    left: 10px;
    width: 95%;
    border-left: 5px solid #c6222c;
}
.media .caption h3 {
    float: left;
    padding: 0 25px;
    font-family: "futura-condensed-medium", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.57143em;
    text-transform: uppercase;
    margin: 0;
}
@media (min-width: 800px) {
    .media .caption h3 {
        max-width: 70%;
    }
}
.media .caption img {
    display: inline-block;
    width: 65px;
}

.media .playicon {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    left: 0;
    right: 0;
    width: 15%;
}

.media #tvc-list {
    margin: 0 auto;
}
.media #tvc-list .no-padding {
    padding: 0;
}
.media #tvc-list .no-padding .thumb {
    width: 100%;
}
@media (min-width: 800px) {
    .media #tvc-list .no-padding .thumb {
        height: 500px;
    }
}
.media #tvc-list h3 {
    font-size: 1.2em;
}

.media #map-canvas {
    margin: 0;
    padding: 0;
    height: 650px;
    max-width: none;
}
.media #map-canvas img {
    max-width: none !important;
}

.box-map-media {
    margin-top: 8px;
    background: url("../images/bg_info_map.png") no-repeat top;
    padding: 5px;
    height: 195px;
}

#infobox {
    padding-bottom: 15px;
    text-align: left;
}
#infobox h3 {
    margin: 0;
    padding: 15px 30px;
    color: white;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 1.71429em;
    line-height: normal;
}
#infobox p.address {
    padding: 0 30px !important;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: normal;
    color: white;
    font-size: 1.28571em;
    line-height: normal;
    text-align: left;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-nav .box-date-article strong,
.box-date-article .fancybox-nav strong,
.fancybox-nav .media .press-list .press-item .box-images .press-date strong,
.media .press-list .press-item .box-images .press-date .fancybox-nav strong,
.fancybox-nav .media .news-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date .fancybox-nav strong,
.fancybox-nav .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .fancybox-nav strong,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-prev .box-date-article strong,
.box-date-article .fancybox-prev strong,
.fancybox-prev .media .press-list .press-item .box-images .press-date strong,
.media .press-list .press-item .box-images .press-date .fancybox-prev strong,
.fancybox-prev .media .news-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date .fancybox-prev strong,
.fancybox-prev .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .fancybox-prev strong,
.fancybox-next span,
.fancybox-next .box-date-article strong,
.box-date-article .fancybox-next strong,
.fancybox-next .media .press-list .press-item .box-images .press-date strong,
.media .press-list .press-item .box-images .press-date .fancybox-next strong,
.fancybox-next .media .news-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date .fancybox-next strong,
.fancybox-next .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .fancybox-next strong {
    background-image: url("../node_modules/jquery-fancybox/source/img/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../node_modules/jquery-fancybox/source/img/fancybox_loading.gif")
        center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent
        url("../node_modules/jquery-fancybox/source/img/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span,
.fancybox-nav .box-date-article strong,
.box-date-article .fancybox-nav strong,
.fancybox-nav .media .press-list .press-item .box-images .press-date strong,
.media .press-list .press-item .box-images .press-date .fancybox-nav strong,
.fancybox-nav .media .news-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date .fancybox-nav strong,
.fancybox-nav .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .fancybox-nav strong {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span,
.fancybox-prev .box-date-article strong,
.box-date-article .fancybox-prev strong,
.fancybox-prev .media .press-list .press-item .box-images .press-date strong,
.media .press-list .press-item .box-images .press-date .fancybox-prev strong,
.fancybox-prev .media .news-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date .fancybox-prev strong,
.fancybox-prev .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .fancybox-prev strong {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span,
.fancybox-next .box-date-article strong,
.box-date-article .fancybox-next strong,
.fancybox-next .media .press-list .press-item .box-images .press-date strong,
.media .press-list .press-item .box-images .press-date .fancybox-next strong,
.fancybox-next .media .news-list .press-item .box-images .press-date strong,
.media .news-list .press-item .box-images .press-date .fancybox-next strong,
.fancybox-next .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .fancybox-next strong {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span,
.fancybox-nav:hover .box-date-article strong,
.box-date-article .fancybox-nav:hover strong,
.fancybox-nav:hover
    .media
    .press-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .press-list
    .press-item
    .box-images
    .press-date
    .fancybox-nav:hover
    strong,
.fancybox-nav:hover
    .media
    .news-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .news-list
    .press-item
    .box-images
    .press-date
    .fancybox-nav:hover
    strong,
.fancybox-nav:hover .detail .featured-image .featured-date strong,
.detail .featured-image .featured-date .fancybox-nav:hover strong {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../node_modules/jquery-fancybox/source/img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.detail .featured-image {
    width: 100%;
    position: relative;
    background-color: white;
}
.detail .featured-image img {
    margin: 0 auto;
}
.detail .featured-image .featured-date {
    /* left: 45px; */
    /* bottom: 0; */
    /* top: auto; */
}

.detail .tab-content {
    background: white;
}
.detail .tab-content .press-detail {
    float: left;
    display: block;
    width: 100%;
    padding: 50px 0 0 45px;
}
@media (max-width: 800px) {
    .detail .tab-content .press-detail {
        padding: 20px 20px 0;
    }
}
.detail .tab-content .press-detail .press-tools {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 1px dotted lightgray;
    padding-bottom: 0.5em;
    float: left;
}
.detail .tab-content .press-detail .press-tools .act-back {
    width: 30%;
    float: left;
    display: inline-block;
}
.detail .tab-content .press-detail .press-tools .act-back a {
    color: #c6222c;
    text-transform: uppercase;
    /* @include futura-condensed-medium; */
    /* @include font-size-map($body-font-size); */
}
.detail .tab-content .press-detail .press-tools .act-back a span,
.detail
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    .box-date-article
    strong,
.box-date-article
    .detail
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    strong,
.detail
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    .media
    .press-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .press-list
    .press-item
    .box-images
    .press-date
    .detail
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    strong,
.detail
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    .media
    .news-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .news-list
    .press-item
    .box-images
    .press-date
    .detail
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    strong,
.detail
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    .featured-image
    .featured-date
    strong,
.detail
    .featured-image
    .featured-date
    .tab-content
    .press-detail
    .press-tools
    .act-back
    a
    strong {
    margin-right: 1em;
}
.detail .tab-content .press-detail .press-tools .act-back a:hover {
    text-decoration: none;
    color: black;
}
.detail .tab-content .press-detail .press-tools .act-others {
    float: right;
}
.detail .tab-content .press-detail .press-tools .act-others a {
    color: lightgray;
    text-decoration: none;
    font-family: "PT Sans", sans-serif;
    margin-right: 0.5em;
    cursor: pointer;
}
.detail .tab-content .press-detail .press-tools .act-others a:hover {
    color: #555;
}
.detail .tab-content .press-detail .press-tools .act-others a.s-small {
    font-size: 1em;
}
.detail .tab-content .press-detail .press-tools .act-others a.s-medium {
    font-size: 1em;
}
@media (max-width: 1024px) {
    .detail .tab-content .press-detail .press-tools .act-others a.s-medium {
        font-size: 1.07143em;
    }
}
@media (max-width: 640px) {
    .detail .tab-content .press-detail .press-tools .act-others a.s-medium {
        font-size: 1em;
    }
}
@media (max-width: 480px) {
    .detail .tab-content .press-detail .press-tools .act-others a.s-medium {
        font-size: 0.92857em;
    }
}
.detail .tab-content .press-detail .press-tools .act-others a.s-large {
    font-size: 1.28571em;
}
.detail .tab-content .press-detail .press-tools .act-others a i {
    font-size: 1.28571em;
    padding: 0 0.3em 0 0.7em;
    border-left: 1px solid lightgray;
}
.detail .tab-content .press-detail .txt-detail {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: left;
    padding: 3em 0 0;
}
@media (max-width: 480px) {
    .detail .tab-content .press-detail .txt-detail {
        padding: 10px 0 0;
    }
}
.detail .tab-content .press-detail .txt-detail h2 {
    color: #c6222c;
    margin: 0 0 1.5em;
}
.detail .tab-content .press-detail .txt-detail p {
    padding: 0;
    text-align: justify;
    font-family: "PT Sans", sans-serif;
    line-height: 1.8em;
    margin: 0 0 1.5em;
}
.detail .tab-content .press-detail .article-tools {
    width: 100%;
    display: block;
    float: left;
    margin: 1em 0 3em;
    padding: 0.5em 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.detail .tab-content .press-detail .article-tools a.nav-article {
    background: #e7e7e7;
    padding: 0.5em 0.7em;
    font-size: 1.42857em;
    display: inline-block;
    color: #c6222c;
}
.detail .tab-content .press-detail .article-tools a.nav-article.next-article {
    float: right;
}
.detail .tab-content .press-detail .article-tools a.nav-article:hover {
    color: black;
}
.detail .tab-content .press-detail .article-tools .dropup {
    margin: 0;
    width: auto;
    border: none;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 45%;
}
.detail .tab-content .press-detail .article-tools .dropup .share-menu {
    left: 1%;
}
.detail .tab-content .head-content {
    padding: 1.5em 0 2em;
}
.detail .tab-content .head-content h3 {
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #c0a062;
    text-align: center;
}
.detail .tab-content .box-news-archive .panel-group {
    margin-top: 2em;
}
.detail .tab-content .box-news-archive .panel-group .panel-default {
    border: none;
    box-shadow: none;
}
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
}
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    h4 {
    font-family: "PT Sans", sans-serif;
    font-size: 1em;
    letter-spacing: 0.025em;
}
@media (max-width: 1024px) {
    .detail
        .tab-content
        .box-news-archive
        .panel-group
        .panel-default
        .panel-heading
        h4 {
        font-size: 1.07143em;
    }
}
@media (max-width: 640px) {
    .detail
        .tab-content
        .box-news-archive
        .panel-group
        .panel-default
        .panel-heading
        h4 {
        font-size: 1em;
    }
}
@media (max-width: 480px) {
    .detail
        .tab-content
        .box-news-archive
        .panel-group
        .panel-default
        .panel-heading
        h4 {
        font-size: 0.92857em;
    }
}
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    span,
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    .box-date-article
    strong,
.box-date-article
    .detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    strong,
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    .media
    .press-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .press-list
    .press-item
    .box-images
    .press-date
    .detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    strong,
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    .media
    .news-list
    .press-item
    .box-images
    .press-date
    strong,
.media
    .news-list
    .press-item
    .box-images
    .press-date
    .detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    strong,
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    .featured-image
    .featured-date
    strong,
.detail
    .featured-image
    .featured-date
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    strong,
.detail
    .tab-content
    .box-news-archive
    .panel-group
    .panel-default
    .panel-heading
    i {
    float: right;
    color: #b92025;
}
.detail .tab-content .box-news-archive .panel-group .panel-default .panel-body {
    padding: 1em 0;
    border: none;
}
.detail .tab-content .box-news-archive ul li {
    margin: 0;
    padding-bottom: 0;
    border: none;
}
.detail .tab-content .box-news-archive ul li:last-child a {
    margin-bottom: 0;
}
.detail .tab-content .box-news-archive ul li a {
    float: right;
    width: 90%;
    display: block;
    background: #555;
    margin-bottom: 1em;
    color: white;
    padding: 0.5em 1em;
    font-family: "PT Sans", sans-serif;
    font-size: 0.71429em;
    text-transform: uppercase;
}

.detail .box-news {
    float: left;
    display: block;
    width: 100%;
}
@media (min-width: 800px) {
    .detail .box-news {
        margin-top: 6em;
    }
}
@media (max-width: 768px) {
    .detail .box-news {
        padding-left: 2em;
    }
}
.detail .box-news h4 {
    color: #1b1448;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.28571em;
    font-family: "futura-condensed-medium", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.detail .box-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.detail .box-news ul li {
    width: 100%;
    float: left;
    display: block;
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.detail .box-news ul li:last-child {
    border: none;
}
.detail .box-news ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.detail .box-news ul li a div {
    padding: 0 6px 0 0;
    color: gray;
}
.detail .box-news ul li a div:hover {
    color: black;
}
.detail .box-news ul li a div img {
    margin-top: 6px;
}
.detail .box-news ul li a div .title {
    font-weight: 600;
    font-family: "PT Sans", sans-serif;
}

.media .tab-content .active {
    background-color: #f5f5f5;
    padding-bottom: 2em;
}

.media .tab-content .panel {
    border-radius: 0;
    box-shadow: none;
    background-color: #efefef;
    padding: 1.5em;
}

.media .tab-content .description {
    text-align: center;
}

.media .tab-content .form-contact {
    padding: 0 0 0 10%;
}
@media (max-width: 768px) {
    .media .tab-content .form-contact {
        padding: 0;
    }
}
.media .tab-content .form-contact #id_to {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.media .tab-content .form-contact select {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    background: #efefef;
    border: none;
    margin-bottom: 1em;
    box-shadow: none;
}
.media .tab-content .form-contact select:focus {
    outline: none;
}
.media .tab-content .form-contact select option {
    margin-bottom: 0.5em;
}
.media .tab-content .form-contact select option:hover {
    background: green;
}
.media .tab-content .form-contact input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    background: #efefef;
    border: none;
    margin-bottom: 1em;
    box-shadow: none;
}
.media .tab-content .form-contact input:focus {
    outline: none;
}
.media .tab-content .form-contact textarea {
    border: none;
    width: 100%;
    background: #efefef;
    margin-bottom: 1em;
    height: 135px;
}
.media .tab-content .form-contact textarea:focus {
    outline: none;
}
.media .tab-content .form-contact button {
    background: #c6222c;
    border: none;
    padding: 0.2em 2.2em;
    text-transform: uppercase;
    font-family: "futura-condensed-medium", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    color: white;
}
@media (max-width: 1024px) {
    .media .tab-content .form-contact button {
        font-size: 1.07143em;
    }
}
@media (max-width: 640px) {
    .media .tab-content .form-contact button {
        font-size: 1em;
    }
}
@media (max-width: 480px) {
    .media .tab-content .form-contact button {
        font-size: 0.92857em;
    }
}
@media (max-width: 768px) {
    .media .tab-content .form-contact button {
        margin-bottom: 1em;
    }
}
.media .tab-content .form-contact label {
    text-transform: uppercase;
    font-size: 1em;
    font-family: "futura-condensed-medium", arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #c6222c;
    line-height: 35px;
}
@media (max-width: 1024px) {
    .media .tab-content .form-contact label {
        font-size: 1.07143em;
    }
}
@media (max-width: 640px) {
    .media .tab-content .form-contact label {
        font-size: 1em;
    }
}
@media (max-width: 480px) {
    .media .tab-content .form-contact label {
        font-size: 0.92857em;
    }
}

.media .tab-content .info-office {
    width: 100%;
    display: block;
    text-align: left;
    background: #efefef;
    padding: 1em 2em;
    min-height: 280px;
}
.media .tab-content .info-office h4 {
    text-transform: uppercase;
}
.media .tab-content .info-office p {
    text-align: left;
    font-size: 1em;
    padding: 1em 0 0;
}

.media .tab-content .box-map-kontak {
    float: left;
    background: white;
    width: 100%;
}
.media .tab-content .box-map-kontak ul {
    margin-top: 0.5em;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.media .tab-content .box-map-kontak ul li {
    color: gray;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 1em 2.5em 0;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .media .tab-content .box-map-kontak ul li {
        padding: 1em 1.5em 0;
    }
}
.media .tab-content .box-map-kontak ul li:not(:first-child) {
    border-left: 1px solid lightgray;
}
.media .tab-content .box-map-kontak ul li.current {
    color: #c6222c;
    cursor: default;
}
.media .tab-content .box-map-kontak ul li:not(.current) i {
    visibility: hidden;
}
.media .tab-content .box-map-kontak ul li.custom {
    position: relative;
    bottom: 1.2em;
    height: 4em;
}
.media .tab-content .box-map-kontak #map-canvas {
    width: 100%;
    float: left;
    display: block;
}
.media .tab-content .box-map-kontak #faspro button {
    background: none;
    border: none;
    color: gray;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    padding: 0 0 10px;
}
.media .tab-content .box-map-kontak #faspro .dropdown-menu {
    border: none;
    border-radius: 0;
}
.media .tab-content .box-map-kontak #faspro .dropdown-menu li {
    padding: 10px;
    border: none;
    width: 150px;
}
.media .tab-content .box-map-kontak #faspro .dropdown-menu li:last-child {
    border-top: thin solid lightgray;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-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: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

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

@-webkit-keyframes bounceIn {
    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-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: none;
        transform: none;
    }
}

@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: none;
        transform: none;
    }
}

.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: none;
        transform: none;
    }
}

@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: none;
        transform: none;
    }
}

.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: none;
        transform: none;
    }
}

@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: none;
        transform: none;
    }
}

.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-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: none;
        transform: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-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: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    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, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    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-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    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 zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes slideInDown {
    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;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

/*# sourceMappingURL=style.css.map */
