@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatinotypeBasicSansRegular';
    src: url('../fonts/LatinotypeBasicSansRegular.eot');
    src: url('../fonts/LatinotypeBasicSansRegular.eot') format('embedded-opentype'),
         url('../fonts/LatinotypeBasicSansRegular.woff2') format('woff2'),
         url('../fonts/LatinotypeBasicSansRegular.woff') format('woff'),
         url('../fonts/LatinotypeBasicSansRegular.ttf') format('truetype'),
         url('../fonts/LatinotypeBasicSansRegular.svg#LatinotypeBasicSansRegular') format('svg');
}
@font-face {
    font-family: 'LatinotypeBasicSansBold';
    src: url('../fonts/LatinotypeBasicSansBold.eot');
    src: url('../fonts/LatinotypeBasicSansBold.eot') format('embedded-opentype'),
         url('../fonts/LatinotypeBasicSansBold.woff2') format('woff2'),
         url('../fonts/LatinotypeBasicSansBold.woff') format('woff'),
         url('../fonts/LatinotypeBasicSansBold.ttf') format('truetype'),
         url('../fonts/LatinotypeBasicSansBold.svg#LatinotypeBasicSansBold') format('svg');
}
@font-face {
    font-family: 'LatinotypeBasicSansSemiBold';
    src: url('../fonts/LatinotypeBasicSansSemiBold.eot');
    src: url('../fonts/LatinotypeBasicSansSemiBold.eot') format('embedded-opentype'),
         url('../fonts/LatinotypeBasicSansSemiBold.woff2') format('woff2'),
         url('../fonts/LatinotypeBasicSansSemiBold.woff') format('woff'),
         url('../fonts/LatinotypeBasicSansSemiBold.ttf') format('truetype'),
         url('../fonts/LatinotypeBasicSansSemiBold.svg#LatinotypeBasicSansSemiBold') format('svg');
}
body {
    font-family: 'LatinotypeBasicSansRegular';
    font-size: 20px;
    color: #222;
    line-height: 1.6;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

a {
    color: #f26a25;
    text-decoration: none;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
button[type="submit"],
input[type="submit"] {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
a:hover,
a:focus { text-decoration: none; outline: 0; }
input:focus,
textarea:focus { outline: 0; }
img {
    border:0px;
    max-width: 100%;
    height: auto;
}
button:focus { outline: 0; }
h1 {
    font-family: 'LatinotypeBasicSansBold';
    line-height: 1.2;
    font-size: 70px;
    font-weight: normal;
}
h2 {
    font-family: 'LatinotypeBasicSansBold';
    font-size: 64px;
    font-weight: normal;
    line-height: 1.2;
}
h3 {
    font-size: 48px;
    font-weight: normal;
}
h4 {
    font-size: 36px;
    font-weight: normal;
}
h5 {
    font-size: 24px;
    font-weight: normal;
}
h6 {
    font-size: 20px;
    font-weight: normal;
}
p strong {
    font-family: 'LatinotypeBasicSansSemiBold';
    font-weight: normal;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container { max-width: 1130px; width: 100%; margin: 0 auto; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.float-right { float: right !important; }
.p-0 { padding: 0; }
.m-0 { margin: 0; }
.float-none { float: none; margin: 0 auto; }
.button { display: inline-block; vertical-align: top; padding: 22px 86px 23px; font-size: 14px; font-weight: 500; color: #f26a25; text-transform: uppercase; background: transparent; border: solid 2px #f26a25; border-radius: 3px; }
.button:hover,
.button:focus { color: #fff; background: #f26a25; text-decoration: none; }
section { float: left; width: 100%; clear: both; }

.banner {
    position: relative;
    /* z-index: 99; */
    height: 930px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home.banner { border-bottom: solid 8px #D6D4D9; }
/*.home.banner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40%;
    height: 8px;
    background-color: #F8E71C;
}*/
header.main-header {
    float: left;
    width: 100%;
    margin: 68px 0;
}
.logo {
    display: inline-block;
    vertical-align: top;
}
.logo h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}
header.black .logo h1 { color: #222; }
nav { float: right; }
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
}
nav ul li:first-child { margin-left: 0; }
nav ul li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 24px;
    color: #fff;
}
header.black nav ul li a { color: #222; }
header.black nav ul li .fa { color: #000; }
nav ul li a:hover,
nav ul li a:focus,
nav ul li.active a { color: #fff; }
nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: transparent;
}
nav ul li a:hover:after,
nav ul li.active a:after { background-color: #F8E71C; }
nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background-color: #fff;
    border: solid 1px #efefef;
}
nav li li {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #efefef;
}
nav li li:last-child { border-bottom: 0; }
nav li li a:after,
nav ul li li a:hover:after { display: none; }
nav li li a {
    display: inline-block;
    padding: 7px 10px 9px;
    font-size: 20px;
    color: #000;
    width: auto;
    white-space: nowrap;
}
nav li.active li a { color: #000; }
nav li li a:hover { color: #000; }
nav ul li .fa {
    position: absolute;
    top: 12px;
    right: -16px;
    color: #fff;
    cursor: pointer;
}
.banner-text {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
}
.home .banner-text { bottom: 235px; }
.banner-text h1 {
    font-size: 56px;
    color: #fff;
    text-transform: none;
}
.banner-text .view-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 30px;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 20px;
    color: #fff;
}
.banner-text .view-btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: transparent;
}
.banner-text .view-btn:hover,
.banner-text .view-btn:focus {
    color: #fff;
}
.banner-text .view-btn:hover:after,
.banner-text .view-btn:focus:after {
    background-color: #F8E71C;
}
.banner-text p { color: #fff; margin: 30px 0 0; }
footer {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #fbfbfb;
}
.footer-menu {
    float: right;
    margin-top: 45px;
}
.footer-menu p {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 20px;
}
.footer-menu ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}
.footer-menu ul li:first-child { margin-left: 0; }
.footer-menu ul li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'LatinotypeBasicSansSemiBold';
    color: #222;
}
.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
    color: #222;
}
.footer-menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: #F8E71C;
}
.footer-logo {
    display: inline-block;
    /*vertical-align: top;*/
    vertical-align: bottom;
    color: #222;
    font-weight: 700;
}
.footer-logo h1 { margin: 10px 0; text-transform: none; }
.copyright {
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
    margin-left: 23px;
    color: #000;
}
.imprint {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
    margin-left: 23px;
    font-family: 'LatinotypeBasicSansSemiBold';
    color: #222;
}
.imprint:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: #F8E71C;
}
.imprint:hover { color: #222; }
.nav-toggle { display: none; }
.toggle-down {
    position: absolute;
    bottom: -56px;
    right: 100px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #222;
    border-radius: 50%;
}
.toggle-down .fa {
    font-size: 30px;
    color: #fff;
}

/*.home-middle { padding: 160px 0 100px; }*/
.home-middle { padding: 160px 0 10px; }
.home-middle h2 {
    margin: 0 0 100px;
    font-size: 64px;
    line-height: 1.3;
}
.home-middle h2 span { position: relative; z-index: 1; }
.home-middle h2 span:after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 8px;
    z-index: -1;
    width: 97%;
    height: 16px;
    background-color: #F8E71C;
}
.project-info {
    float: left;
    width: 448px;
    margin-right: 194px;
    margin-bottom: 100px;
}
.project-info:nth-child(2n+2) { margin-right: 0; }
.project-thumbnail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 14px;
}
.project-info.small { margin-top: 155px; }
.project-info p { width: 80%; font-size: 20px; }
.related-projects .project-info p { font-size: 16px; }
.project-info p strong { font-family: 'LatinotypeBasicSansBold'; }
.project-info p span { position: relative; }
/*.project-info p span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    width: 102%;
    height: 4px;
    background-color: #F8E71C;
}*/
.load-more { display: none; }
.project-thumbnail .toggle-down { display: none; }
/********* PROJECT-PAGE CSS START **********/
.middle-section { padding: 120px 0 55px; }
.page-title { margin-bottom: 125px; }
.page-title h2 span { position: relative; z-index: 1; }
.page-title h2 span:after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 8px;
    z-index: -1;
    width: 100%;
    height: 21px;
    background-color: #F8E71C;
}
.social-share { display: none; }
.intro-frame {
    position: relative;
    margin-bottom: 40px;
}
.intro-frame video, .intro-frame iframe {
    display: block;
    border: 0;
    width: 100%;
    height: 615px;
    border-radius: 4px;
}

.intro-video {
    position: relative;
    margin-top: 45px;
    padding: 87px 96px;
    background-color: #ebebeb;
}
.intro-video:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 4px;
    background-color: #FD5050;
}
.intro-video video,
.intro-video iframe {
    display: block;
    border: 0;
    width: 100%;
    height: 615px;
    border-radius: 4px;
}
.video-play {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #222;
    border-radius: 50%;
}
.video-play:hover,
.video-play:focus { color: #fff; }
.video-testimonial {
    float: right;
    width: 532px;
    padding: 166px 0;
}
.video-testimonial .view-online {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 30px;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 20px;
    color: #222;
}
.video-testimonial .view-online::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: -1;
    width: 105%;
    height: 7px;
    background-color: #F8E71C;
}
.image-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 166px;
}
.image-block.m-0 { margin: 0; }
.image-container {
    float: left;
    width: 100%;
    padding: 88px 95px;
    background-color: #EBEBEB;
}
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.related-projects {
    float: left;
    width: 100%;
    padding: 166px 0;
    padding-top: 0px;
}
.related-projects h3 {
    margin: 0 0 50px;
    font-size: 24px;
    font-weight: normal;
}
.related-projects .project-info {
    width: 100%;
    margin: 0;
}
.related-projects .project-image {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.project-image img {
    float: left;
    width: 100%;
    height: auto;
}
.project-title {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}
.project-title p { margin: 0; }
.project-title a,
.project-title a:hover { color: #000; }
.back-top {
    position: fixed;
    top: 75%;
    right: 70px;
    font-size: 30px;
    color: #222;
    display: none;
}
.back-top:hover,
.back-top:focus { color: #222; }
.media-block {
    float: left;
    width: 100%;
    margin-bottom: 88px;
}
.media-caption { display: block; }
.media-caption p {
    font-size: 16px;
}
.media-image img {
    float: left;
    width: 100%;
    height: auto;
}

/********* SERVICES-CSS START **********/
.our-work,
.work-list {
    float: left;
    width: 100%;
}
.our-work .title {
    display: block;
    clear: both;
    margin-bottom: 70px;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 20px;
}
.project-description { padding-left: 90px; }
.project-description.p-0 { padding: 0 100px 0 0; }
.project-description h3 {
    margin: 0 0 20px;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 32px;
}
.project-description p:not(.link-container) { opacity: .5; }
.project-description p br { display: none; }
.view-work {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    position: relative;
    z-index: 1;
    font-family: 'LatinotypeBasicSansSemiBold';
    color: #222;
}
.view-work:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 110%;
    height: 7px;
    background-color: #F8E71C;
}
.view-work:hover,
.view-work:focus { color: #222; }
.project-thumbnail img {
    float: left;
    width: 96%;
    height: auto;
    font-size: 0;
}
.project-list .project-thumbnail img {
    /*border: solid 28px #fff;*/
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    -ms-transition: all ease .4s;
}
.project-list .project-thumbnail { perspective: 100px; }
.project-list .project-thumbnail:hover img {
    /*border-color: #F8E71C;*/
    transform: rotateY(1.5deg);
    -webkit-transform: rotateY(1.5deg);
    -o-transform: rotateY(1.5deg);
    -ms-transform: rotateY(1.5deg);

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}
.project-thumbnail .projectlink {
position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}
/*.frame-type-image .image:hover img {
    transform: rotateY(1.5deg);
    -webkit-transform: rotateY(1.5deg);
    -o-transform: rotateY(1.5deg);
    -ms-transform: rotateY(1.5deg);

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}*/
.work-row .row {
    display: flex;
    align-items: center;
    margin-bottom: 170px;
}
.work-row .row:last-child { margin-bottom: 0; }
.order-2 {
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.service-textblock {
    float: left;
    width: 100%;
    padding: 195px 0 100px;
}
.service-textblock .text-block,
.service-textblock .text-block .frame { margin-bottom: 68px; }
.service-textblock .text-block h4 {
    margin: 0 0 14px;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 24px;
}
.service-textblock .text-block p {
    max-width: 430px;
    width: 100%;
    opacity: .5;
}
.show-xs:after { display: none; }
.contact-thumbnail img { width: 100%; }
.contact-section .text-block { padding-left: 110px; }
.contact-section .address-block,
.contact-section .contact-info,
.work-withus,
.contact-section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.contact-section { padding-bottom: 200px; }
.contact-section .title {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    font-family: 'LatinotypeBasicSansSemiBold';
}
.contact-section address { margin-bottom: 0; line-height: 1.5; }
.contact-section .contact-info,
.work-withus { margin: 28px 0; }
.contact-section .contact-info p {
    margin-bottom: 5px;
    font-family: 'LatinotypeBasicSansSemiBold';
}
.contact-section .contact-info p a { color: #222; }
.contact-section .contact-info .mailto {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    font-family: 'LatinotypeBasicSansSemiBold';
    color: #222;
}
.contact-section .contact-info .mailto:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    width: 102%;
    height: 6px;
    background-color: #F8E71C;
}
.impressum {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 250px;
}
.impressum .page-title { margin-bottom: 90px; }
.impressum .page-title h2 span:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 7px;
    z-index: -1;
    width: 102%;
    height: 14px;
    background-color: #F8E71C;
}
.impressum .text-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 220px 0 190px;
}
.impressum .text-block h3 {
    display: block;
    margin: 0 0 8px;
    font-size: 24px;
    font-family: 'LatinotypeBasicSansSemiBold';
}
.impressum .text-block address {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 40px;
}
.impressum .text-block h4 {
    margin: 40px 0 3px;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 20px;
}
.impressum .text-block p { margin-bottom: 30px; }


/********* ABOUTUS CSS START **********/
.aboutus .page-title { margin-bottom: 110px; }
.about-banner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.about-banner img { width: 100%; }
.whatwe-do { padding: 160px 0 125px; }
.whatwe-do h2 {
    margin: 0 0 20px;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 20px;
}
.whatwe-do p { margin-bottom: 30px; }
.clients { padding: 75px 0; }
.clients h2 {
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 20px;
}
.explore {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    font-family: 'LatinotypeBasicSansSemiBold';
    color: #fff;
}
.explore:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: #F8E71C;
}
.explore:hover,
.explore:focus { color: #fff; }
.whatwe-do .explore,
.video-testimonial .explore { color: #000; }
.about-banner .toggle-down {
    bottom: auto;
    top: -60px;
}
.show-more {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    font-family: 'LatinotypeBasicSansSemiBold';
    font-size: 16px;
    color: #222;
}
.show-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
    width: 110%;
    height: 6px;
    background-color: #F8E71C;
}
.show-more:hover,
.show-more:focus { color: #222; }
.show-xs { display: none; }
.about-banner .ce-center .ce-outer,
.about-banner .ce-center .ce-inner,
.about-banner .ce-column,
.about-banner .ce-gallery figure {
    float: left;
    width: 100%;
    right: auto;
}
.work-list .project-thumbnail img { border:0; }
.client-logos .frame { margin-bottom: 90px; }
.client-logos .ce-gallery { width: 100%; }
.client-logos .ce-gallery .ce-column { display: table; height: 102px; width: 20%; margin: 0; }
.client-logos .ce-gallery .ce-column:first-child { margin-left: 0; }
.client-logos .ce-gallery .ce-column figure { display: table-cell; vertical-align: middle; }
.client-logos .ce-gallery .ce-column img {
    cursor: default;
    opacity: .2;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.client-logos .ce-gallery .ce-column:hover img {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.image-embed-item { position: relative; /* cursor: move; */ }

header.home-header { position:absolute; left:0; top:0; right:0; z-index:10001; }
.banner.home-banner { height:auto; z-index:1;}
.banner-slider { position: relative; }
.banner-slider .slick-slide { height: 930px; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative;}
.banner-slider .slick-slide.slide-video { background: #000; }
.banner-slider .slick-prev,
.banner-slider .slick-next { width:40px; height:60px; text-align:center; background-color:rgba(255,255,255,0.5); z-index:1;
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;}
.banner-slider .slick-prev { left:20px;}
.banner-slider .slick-next { right:20px;}
.banner-slider .slick-prev:before,
.banner-slider .slick-next:before { opacity:1; font-family:'FontAwesome'; font-size:30px; line-height:60px; display:block; }
.banner-slider .slick-prev:before { content:"\f053"; }
.banner-slider .slick-next:before { content:"\f054"; }
.banner-slider .slick-slide video { height: 100%; width: 100%; }
.home-banner .btm-line {position: absolute;left: 0;bottom: -8px;width: 40%;height: 8px;background-color: #F8E71C; -o-transition: all 0.5s ease;
transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; }
.banner-slider .link-full { width:100%; height:100%; position:absolute; left:0; top:0; right:0; bottom:0; }

.copyright a {color: #000000;}
.project-list .filtered-items { margin-right: 194px;}

/*--- Hover text css  ----*/
span.color1:hover { color: #a6efde; transition: color 0s; }
span.color2:hover { color: #72a5ff; transition: color 0s; }
span.color3:hover { color: #ff4100; transition: color 0s; }
span.color4:hover { color: #ffa7da; transition: color 0s; }
span.color1, span.color2, span.color3, span.color4{ color: black; }
span.color1, span.color2, span.color3, span.color4 { transition: color 3s; transition-delay: 1s; padding: 0 !important; }
.hover-text h2 span { position: unset; }
.hover-text h2 > span { display: inline-block;}
.hover-text h2 span:after {position: unset;}

.page-title h2 span { position: unset; }
.page-title h2 > span { display: inline-block;}
.page-title h2 span:after {position: unset;}
.video-embed video{max-width: 100%; height: auto;}

#modal-sample .modal-content {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    border: 0;
    border-radius: 0;
}
#modal-sample .modal-body {padding: 0;}
#modal-sample .modal-content { border: 0 none; }

#modal-sample.modal {
    z-index: 99999;
}

#modal-sample .modal-dialog {
    padding: 25px;
    height: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#modal-sample .modal-dialog .embed-responsive {
    padding: 0;
    width: 100%;
    height: auto;
    margin: auto;
    max-height: 100%;
    overflow: visible;
}

#modal-sample .modal-dialog .embed-responsive video {
    position: static;
    max-height: calc(100vh - 150px);
    width: auto;
    max-width: calc(100vw - 30px);
}

#modal-sample button.close {
    color: #fff;
    opacity: 1;
    margin: 0 0 0 0;
    line-height: 10px;
    font-size: 35px;
    position: absolute;
    right: -5px;
    top: -24px;
}
/* 21-1-2021 start */
.bg-dark { background: #000; color: #fff;}
.bg-dark p, .bg-dark .project-info .project-title p a { color: #fff !important; }

/* 21-1-2021 end */

@media screen and (max-width: 1199px){
.banner-slider .slick-slide { height: 600px; }
}

/********* RESPONSIVE CSS START **********/
@media screen and (max-width: 1140px){
.container { max-width: 970px; }
.project-info { width: 433px; margin-right: 73px; }
.project-list .filtered-items { margin-right: 73px;}
.contact-section .text-block { padding-left: 80px; }
.impressum .text-block { padding: 0 60px 0 190px; }
.home-middle h2 { font-size: 60px; }
.home-middle h2 br { display: none; }
}

@media screen and (max-width: 991px){
.container {
    max-width: 100%;
    width: 100%;
    padding: 0 32px;
}
.footer-menu { float: left; }
header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 7px;
    margin-top: 0;
    height: 80px;
    background-color: #fff;
    border-bottom: solid 1px #eee;
}
header.main-header .container { position: relative; }
.logo { margin-top: 15px; }
.logo h1 { color: #222; }
.nav-toggle {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 15px;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.nav-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #222;
    margin-top: 7px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.nav-toggle.active span:nth-child(1) {
    margin-top: 0;
    transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
}
.nav-toggle.active span:nth-child(3) {
    margin-top: -10px;
    transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
}
.nav-toggle.active span { width: 25px; }
.nav-block {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 99;
    padding: 30px 32px 100px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.nav-block.open .clearfix {
    float: left;
    width: 100%;
    clear: both;
}
.nav-block .wrapper {
    position: relative;
    height: 100%;
    overflow-y: auto;
}
nav {
    float: left;
    width: 100%;
}
nav ul {
    height: 100%;
    overflow-y: auto;
}
nav ul li {
    display: block;
    margin: 0;
}
nav ul li a {
    position: relative;
    z-index: 1;
    font-family: 'LatinotypeBasicSansBold';
    font-size: 32px;
    color: #222;
    border: 0;
}
nav ul li a:hover,
nav ul li a:focus { color: #222; border-bottom: 0; }
nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
    width: 113%;
    height: 8px;
    background-color: transparent;
}
nav ul li a:hover:after { background-color: #F8E71C; }
nav ul li.active a { color: #222; }
.social-share {
    display: block;
    float: left;
    width: 100%;
}
.social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-share ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.social-share ul li:last-child { margin-right: 0; }
.social-share ul li a {
    display: inline-block;
    font-family: 'LatinotypeBasicSansBold';
    font-size: 16px;
    color: #222;
}
.social-share ul li a:hover {
    color: #222;
}
.project-info {
    width: 47.4%;
    margin-right: 5%;
}
.project-list .filtered-items { margin-right: 5%;}
.project-info.small { margin-top: 15%; }
.image-block,
.image-container { margin-bottom: 100px; }
.back-top { right: 15px; font-size: 24px; }
.page-title { margin-top: 80px; }
.page-title h2 { font-size: 48px; }
.page-title h2 span::after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 6px;
    z-index: -1;
    width: 100%;
    height: 16px;
    background-color: #F8E71C;
}
.project-description.p-0,
.project-description { padding: 0; }
.contact-section { padding-bottom: 100px; }
.contact-section .text-block { padding-left: 0px; }
.footer-logo { float: left; }
.copyright,
.imprint {
    float: left;
    clear: both;
    margin: 0;
}
.footer-menu,
.footer-menu p { width: 100%; }
.impressum .text-block { padding: 0 0 0 70px; }
nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.social-share {
    position: absolute;
    bottom: 0;
    line-height: normal;
}
.about-banner .toggle-down {
    top: -40px;
    right: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.about-banner .toggle-down .fa { font-size: 20px; }
nav ul { margin-top: -50px; }
.banner { margin-top: 80px; }
nav ul ul {
    position: static;
    width: 100%;
    min-width: 100%;
    margin: 0;
    background-color: transparent;
    border: 0;
}
nav li li { border: 0; }
nav li li a {
    font-size: 26px;
    padding: 5px 10px 5px 30px;
}
nav ul li .fa {
    position: absolute;
    top: 17px;
    right: 0;
    cursor: pointer;
    color: #000;
}
.augenauf-logo {
    top: 17px !important;
    max-width: 50px !important;
}
}

@media screen and (max-width: 767px){
.home-middle { padding-top: 255px; }
.home-middle h2 { font-size: 50px; }
.footer-logo { display: block; }
.footer-logo h1 {
    line-height: normal;
    margin: 0;
}
.copyright,
.imprint {
    float: left;
    clear: both;
    margin: 0;
    font-size: 16px;
}
.copyright {
    margin-top: -8px;
    font-family: 'LatinotypeBasicSansBold';
}
.copyright span {
    display: block;
    margin-top: -3px;
    font-weight: normal;
}
.footer-menu { float: left; width: 100%; }
.footer-menu p { font-size: 16px; display: block; }
.footer-menu ul li a,
.imprint {
    font-family: 'LatinotypeBasicSansBold';
    font-size: 16px;
    border-bottom-color: #fbfbfb;
}
footer { background-color: #fbfbfb; }
.project-info { text-align: left; }
.project-list { text-align: center; }
.load-more {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 20px 0 -25px;
    font-family: 'LatinotypeBasicSansBold';
    font-size: 16px;
    color: #222;
}
.load-more:hover { color: #222; }
.load-more:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 2px;
    width: 100%;
    height: 4px;
    background-color: #F8E71C;
}
.project-info p span::after { display: none; }
.load-more:focus,
.imprint:focus,
.footer-menu ul li a:focus { color: #222; }
.imprint::after,
.footer-menu ul li a::after { height: 6px; bottom: 2px; }
.home.banner { height: inherit; background: transparent; border-bottom: 0; }
.home.banner::after { display: none; }
.logo { margin-top: 18px; }
.banner .toggle-down,
.project-list .project-info .project-thumbnail .toggle-down { display: none; }
.related-projects { padding: 40px 0 25px; border-top: solid 1px #eee; }
.related-projects h3 { font-size: 16px; margin-bottom: 33px; }
.project-title { font-size: 13px; }
.related-projects .project-info { margin-bottom: 40px; }
.footer-menu { margin-top: 34px; }
.image-container,
.intro-video { padding: 40px; margin-bottom: 30px; }
.intro-video::after { width: 35%; }
.image-container.m-0 { margin: 0; }
.video-testimonial { padding: 25px 0 45px; font-size: 16px; }
.intro-video video, .intro-video iframe { height: 250px; }
.banner { height: 595px; }
.banner-text { bottom: 35px; }
.banner-text h1 { font-size: 24px; line-height: 1.3; }
.banner-text p { margin: 20px 0 0; font-size: 16px; }
.middle-section { padding: 37px 0; }
.intro-video { margin-top: 0; }
.image-block,
.image-container { margin-bottom: 30px; }
.media-block { margin-bottom: 47px; }
.media-caption {
    float: left;
    width: 100%;
    margin-top: 13px;
}
.media-caption p { font-size: 13px; }
.page-title { margin: 100px 0 70px; }
.page-title h2 { font-size: 24px; }
.contact .page-title h2 { font-size: 32px; }
.page-title h2 span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 6px;
    background-color: #F8E71C;
}
.contact .page-title h2 span:after {
    bottom: 4px;
    height: 9px;
}
.project-thumbnail { margin-bottom: 18px; }
.work-list .project-thumbnail { margin-bottom: 30px; }
.project-info p {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
}
.middle-section .load-more { margin-bottom: 50px; }
.video-testimonial .view-online { margin-top: 10px; }
.image-block .col-md-6:last-child .image-container { margin-bottom: 0; }
.media-caption p br { display: none; }
footer { padding: 42px 0 65px; }
.hide-xs:after { display: none; }
.show-xs:after { display: inline-block; }
.page-title h2 span::after { bottom: 1px; }
.project-thumbnail img { width: 100%; }
.work-row .row {
    display: inline-block;
    vertical-align: top;
    align-items: center;
    margin-bottom: 50px;
}
.order-2 {
    padding: 0 15px;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
}
.service-textblock { padding: 90px 0 30px; }
.project-description h3,
.project-description p,
.view-work,
.service-textblock .text-block h4,
.service-textblock .text-block p { font-size: 16px; }
.service-textblock .text-block h4 { margin-bottom: 9px; }
.project-description h3 { margin-bottom: 13px; }
.view-work { margin-top: 0; }
.view-work::after { height: 6px; bottom: 3px; }
.service-textblock .text-block p,
.project-description p { opacity: 1; }
.service-textblock .text-block,
.service-textblock .text-block .frame { margin-bottom: 30px; }
.page-title h2 br,
.our-work .title { display: none; }
.contact-section .text-block { margin-top: 30px; }
.contact-section .title,
.contact-section .text-block { font-size: 16px; }
.contact-section { padding-bottom: 35px; margin-top: -10px; }
.contact-section .contact-info, .work-withus { margin: 25px 0; }
.contact-section .contact-info .mailto { margin-top: 10px; }
nav {
    position: relative;
    top: auto;
    transform: none;
}
nav ul { margin-top: 0; }
.social-share {
    position: relative;
    bottom: 0;
    padding: 20px 0 0;
    line-height: normal;
}
.impressum { padding-bottom: 0px; }
.impressum .page-title { margin: 250px 0 40px; }
.impressum .page-title h2 { font-size: 32px; }
.impressum .page-title h2 span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 1px;
    z-index: -1;
    width: 102%;
    height: 9px;
    background-color: #F8E71C;
}
.impressum .text-block { padding: 0 0 35px; }
.whatwe-do { padding: 35px 0; }
.impressum .text-block,
.impressum .text-block h3,
.whatwe-do h2,
.whatwe-do p,
.explore,
.clients h2 { font-size: 16px; }
.whatwe-do p { margin-bottom: 16px; }
.impressum .text-block address { margin-bottom: 20px; }
.impressum .text-block p { margin-bottom: 15px; }
.impressum .text-block h4 { margin-top: 20px; font-size: 16px; }
.show-xs { display: inline-block; }
.aboutus .page-title { margin: 285px 0 30px; }
.aboutus .page-title h2 { font-size: 32px; }
.aboutus .page-title h2 span::after {
    bottom: 4px;
    height: 7px;
}
.explore:after { bottom: 2px; }
.logo { width: auto; }
.project-list .project-thumbnail img { border-width: 15px; }
.banner-slider .slick-prev { left:10px;}
.banner-slider .slick-next { right:10px;}
.cursor-follower{display: none;}

}

@media screen and (max-width: 575px){
.home-middle { padding: 185px 0 75px; }
.home-middle h2 {
    margin-bottom: 52px;
    font-size: 32px;
    line-height: 1.2;
}
.home-middle h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: -1;
    width: 100%;
    height: 8px;
    background-color: #F8E71C;
}
.project-list > .project-info:first-child > .project-thumbnail > .toggle-down { display: inline-block !important; }
.project-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
}
.project-info.small { margin-top: 0; }
.project-thumbnail .toggle-down {
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: auto;
    top: -40px;
    right: -9px;
}
.toggle-down .fa { font-size: 22px; }
.project-thumbnail img { width: 100%; }
.video-testimonial { float: left; width: 100%; }
.middle-section.contact { padding-top: 190px; }
.middle-section.aboutus { padding-top: 0px; }
.logo { width: 200px; }
.logo img { height: auto; }
.banner-slider .slick-slide { height: 300px;}
.client-logos .ce-gallery .ce-column {width: 50%;}
.client-logos .ce-gallery .ce-column img {margin: 0 auto;}
.augenauf-logo { left: 72% !important; }
}

@media screen and (max-width: 450px){
nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.social-share {
    position: absolute;
    bottom: 0;
    padding: 0;
    line-height: normal;
}
}

@media screen and (max-width: 359px){
.home-middle h2 { font-size: 28px; }
.logo { width: 170px; }
}

.catfilter label {
    position: relative;
    z-index: 1;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
.catfilter label::after {
    content: "";
    position: absolute;
    background: #000;
    right: -10px;
    top: 7px;
    height: 12.5px;
    width: 1px;
}
.catfilter label:last-child::after {
    display: none;
}

.catfilter input {
    visibility: hidden;
    position: absolute;
    width: 100%;
    bottom: -5px;
}

.catfilter input[type=checkbox]:checked:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: #F8E71C;
    visibility: visible;
}

.ProjectItemFilter {
    margin-bottom: 60px;
}

.catfilterName {
    font-size: 16px;
    margin: 10px;
    display: inline-block;
    position: relative;
}

.catfilterName:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 5px;
    background-color: #F8E71C;
}
/*
html, body, h1, h2, h3, h4, h5, h6, p, img, div {
    cursor: url(../images/mpc-cursor-circle-yellow_17x17.png),auto !important;
}

a:hover, a:hover img, label, .slick-arrow {
    cursor: url(../images/mpc-cursor-circle-orange_17x17.png),auto !important;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  Retina-specific stuff here
    html, body, h1, h2, h3, h4, h5, h6, p, img, div {
        cursor: url(../images/mpc-cursor-circle-yellow_34x34.png),auto !important;
    }
    a:hover, a:hover img, label, .slick-arrow {
        cursor: url(../images/mpc-cursor-circle-orange_34x34.png),auto !important;
    }
} */

/*
.project-thumbnail{
    position:relative;
    margin:0 auto;
    overflow:hidden;
}
.project-thumbnail-effect{
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:100px;
    border-radius:50%;
} */

/* .filtered-items:nth-child(2n+2) { margin-right: 0; } */

@media (min-width: 991px){
    .home-middle .frame, .home-middle .insta-content, footer .container, .page-title, .ProjectItemFilter,
    .client-logos, .contact-section .text-block, .main-header.black,
    .project-desc, .video-testimonial, .project-title,
    .main-header.white:not(.home-header),
    .related-projects .frame, .banner-text .frame, .media-caption {
        z-index: 10000;
        position: relative;
    }

    body {
        opacity: 0;
        background-color: rgba(238,100,5,0.3);
        -webkit-transition: all 1s ease;
           -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
             -o-transition: all 1s ease;
                transition: all 1s ease;
    }

    .loaded {
        opacity: 1;
        background-color: unset;
    }


    .cursor-follower {
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 9999;
    }

    .cursor-follower.hover circle{
        fill: rgba(238,100,5,0.7);
    }
    .cursor-follower.hover svg {
        transform: scale(2);
        transition: transform 0.3s linear;
        transition-duration: 300ms;
        -webkit-transition: transform 0.3s linear;
        -moz-transition:transform 0.3s linear;
        -ms-transition: transform 0.3s linear;
    }
    .cursor-follower svg {
        transition: transform 0.3s linear;
        transition-duration: 300ms;
        -webkit-transition: transform 0.3s linear;
        -moz-transition:transform 0.3s linear;
        -ms-transition: transform 0.3s linear;
    }

    .scale {
        transform: scale(100);
        transition: transform 5s linear;
        -webkit-transition: transform 5s linear;
        -moz-transition: transform 5s linear;
        -ms-transition: transform 5s linear;
    }


}

.augenauf-logo {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -23px;
    display: inline-block;
    width: 100%;
    max-width: 74px;
    cursor: pointer;
    z-index: 999;
}

/* Instagram section */
.insta-images { box-sizing: border-box; }
.instagram-element .insta-content {  margin-bottom: 30px; text-align: center; }
.instagram-element .grid:after {  content: ''; display: block; clear: both; }
.instagram-element .grid-item, .grid-sizer { width: 20%; padding: 15px;}
.instagram-element .grid-item { width: 20%; float: left; height: 218px; }
.instagram-element .grid-item img {height: 100%; width: 100%; z-index: 999;}
.instagram-element .grid-item--width2 { width: 40%; height: 436px; }
.ce-uploads img { padding: 10px 10px 0 0; }
.ce-uploads-filesize, .img-media .filesize { font-size: 15px; }

.black span.filesize { color: #000; }
.white span.filesize { color: #fff; }
.black .img-media .filesize{ background-image: url(../images/download_icon.png); background-size: 30px auto;
    background-position: left top;  padding-left: 30px;  height: 50px; background-repeat: no-repeat; }
.white .img-media .filesize{ background-image: url(../images/download_iconw.png); background-size: 30px auto;
    background-position: left top;  padding-left: 30px;  height: 50px; background-repeat: no-repeat; }

.black.home-middle h2, .white.home-middle h2 { margin-bottom: 20px; }

/* UFO  Start */
#egg {
    /*width: 10px;*/
    position: absolute;
    cursor: pointer
}

#egg.claimed {
    z-index: 109
}

#egg-scan {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background: #fbfbfb;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none
}

#egg-scan svg, #egg-scan img {
    position: absolute;
    width: 80px !important; height: auto !important;
}

#egg-scan img {
    width: 125px;
    z-index: 7
}

#footer-newsletter {
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "liga" 0,"dlig" 0;
    font-size: 13px;
    background: #fbfbfb;
    color: #262626;
    clear: both;
    position: relative;
    margin-top: 5rem;
    min-height: 15rem;
}
/* UFO  End */




/* Animate Start */

.hover-text .swing:hover,
.page-title .swing:hover {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing 1s infinite;
    -moz-animation: swing 1s infinite;
    -ms-animation: swing 1s infinite;
    animation: swing 1s infinite;
    /*color: #a6efde; */
    transition: color 0s;
}
.hover-text .bounce:hover,
.page-title .bounce:hover {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
    -ms-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
    /*color: #72a5ff; */
    transition: color 0s;
}
.hover-text .jello:hover,
.page-title .jello:hover {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: jello 1s infinite;
    -moz-animation: jello 1s infinite;
    -ms-animation: jello 1s infinite;
    animation: jello 1s infinite;
    color: #ff4100; transition: color 0s;
}
.hover-text .tada:hover,
.page-title .tada:hover {
    -webkit-animation: tada 1s infinite;
    -moz-animation: tada 1s infinite;
    -ms-animation: tada 1s infinite;
    animation: tada 1s infinite;
    color: #ffa7da; transition: color 0s;
}
.hover-text .pulse:hover,
.page-title .pulse:hover {
    -webkit-animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -ms-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    color: #ff0000; transition: color 0s;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-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);
        -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-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);
        -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-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);
        -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-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);
        -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-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);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-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);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        -ms-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
        -ms-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

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

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

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

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-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);
        -moz-transform: translate3d(0, 0, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-moz-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-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);
        -moz-transform: translate3d(0, 0, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-o-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-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);
        -moz-transform: translate3d(0, 0, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, 0, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-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);
        -moz-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);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-o-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}


@-webkit-keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@-moz-keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@-o-keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@keyframes ellipsis {
    to {
        width: 1.25em
    }
}
/* animate end*/

blockquote { border-left: none; }
@media only screen and (max-width : 991.5px) {
    .instagram-element .grid-item, .grid-sizer { width: 50%; height: auto; }
    .instagram-element .grid-item img {height: 100%; width: 100%;}
}

@media only screen and (max-width : 767px) {
    .instagram-element .insta-content h3 {font-size: 35px;}
    .instagram-element .grid-item, .grid-sizer { width: 100%; height: auto; }
    .instagram-element .grid-item img {height: 100%; width: 100%;}
}
