@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css');

@import url('https://fonts.cdnfonts.com/css/stag');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* @import url('https://dgs.straightarrowdev.com/app/utilities/css/'); Genroe 16 08 19  */
/* @import url("https://use.typekit.net/dcg5fzt.css"); */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
@charset "UTF-8";

/*!
AniCollection - http://anicollection.github.io/
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Dariel Noel

Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 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;
}

.duration-xs {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

.duration-sm {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.duration-md {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.duration-lg {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.duration-xl {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

/*animation-timing-function: sets the animation speed
( linear | ease | ease-in | ease-out | ease-in-out | cubic-bezier ).*/

.timing-linear {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.timing-ease-in {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

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

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

.timing-cubic-bezier {
    -webkit-animation-timing-function: cubic-bezier;
    animation-timing-function: cubic-bezier;
}

/*animation-delay: the delay before our animation will start.*/

.delay-xs {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.delay-sm {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-md {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-lg {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-xl {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

/*how many times it will iterate through animation.*/

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

.iteration-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.iteration-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.iteration-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.iteration-4 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.iteration-5 {
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
}

/* animation-direction: gives you the ability to change the loop direction, from start to end ,
or from end to start, or both.*/

.direction-normal {
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.direction-reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.direction-alternate {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.direction-alternate-reverse {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

/* animation-fill-mode: specifies which styles will be applied to the element when our animation is finished*/

.fill-mode-none {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.fill-mode-forwards {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fill-mode-backwards {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.fill-mode-both {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*
 *@name bounce
 *@className bounce animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -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 {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

/*
 *@name flash
 *@className flash animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

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

/*
 *@name pulse
 *@className pulse animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-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);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/*
 *@name rubberBand
 *@className rubberBand animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/*
 *@name shake
 *@className shake animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

/*
 *@name swing
 *@className swing animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-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);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-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);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-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);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

/*
 *@name tada
 *@className tada animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-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);
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/*
 *@name wobble
 *@className wobble animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes wobble {
    0% {
        -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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-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);
        -ms-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);
        -ms-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);
        -ms-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);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name bounceIn
 *@className bounceIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/*
 *@name bounceInDown
 *@className bounceInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name bounceInLeft
 *@className bounceInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name bounceInRight
 *@className bounceInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name bounceInUp
 *@className bounceInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/*
 *@name bounceOut
 *@className bounceOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

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

/*
 *@name bounceOutDown
 *@className bounceOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

/*
 *@name bounceOutLeft
 *@className bounceOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

/*
 *@name bounceOutRight
 *@className bounceOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

/*
 *@name bounceOutUp
 *@className bounceOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

/*
 *@name fadeIn
 *@className fadeIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

/*
 *@name fadeInDown
 *@className fadeInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeInDownBig
 *@className fadeInDownBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeInLeft
 *@className fadeInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeInLeftBig
 *@className fadeInLeftBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeInRight
 *@className fadeInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeInRightBig
 *@className fadeInRightBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeInUp
 *@className fadeInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeInUpBig
 *@className fadeInUpBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name fadeOut
 *@className fadeOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

/*
 *@name fadeOutDown
 *@className fadeOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

/*
 *@name fadeOutDownBig
 *@className fadeOutDownBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

/*
 *@name fadeOutLeft
 *@className fadeOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

/*
 *@name fadeOutLeftBig
 *@className fadeOutLeftBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

/*
 *@name fadeOutRight
 *@className fadeOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

/*
 *@name fadeOutRightBig
 *@className fadeOutRightBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

/*
 *@name fadeOutUp
 *@className fadeOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

/*
 *@name fadeOutUpBig
 *@className fadeOutUpBig animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

/*
 *@name flip
 *@className flip animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-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);
        -ms-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);
        -ms-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(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

/*
 *@name flipInX
 *@className flipInX animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-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);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

/*
 *@name flipInY
 *@className flipInY animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-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);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

/*
 *@name flipOutX
 *@className flipOutX animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-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;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
}

/*
 *@name flipOutY
 *@className flipOutY animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

/*
 *@name lightSpeedIn
 *@className lightSpeedIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        -ms-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;
}

/*
 *@name lightSpeedOut
 *@className lightSpeedOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-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;
}

/*
 *@name rotate
 *@className rotate animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection/
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */

@-webkit-keyframes rotate {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotate {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name rotateDownLeft
 *@className rotateDownLeft animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */

@-webkit-keyframes rotateDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotateDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name rotateDownRight
 *@className rotateDownRight animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */

@-webkit-keyframes rotateDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotateDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name rotateUpLeft
 *@className rotateUpLeft animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */

@-webkit-keyframes rotateUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotateUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name rotateUpRight
 *@className rotateUpRight animated
 *@cssCode
 *@editionLink codepen.io
 *@author Quinn Keaveney
 *@source AniCollection
 *@sourceUrl https://github.com/anicollection/anicollection
 *@issues https://github.com/anicollection/anicollection/issues
 *@license MIT
 */

@-webkit-keyframes rotateUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotateUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name rotateIn
 *@className rotateIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

/*
 *@name rotateInDownLeft
 *@className rotateInDownLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

/*
 *@name rotateInDownRight
 *@className rotateInDownRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

/*
 *@name rotateInUpLeft
 *@className rotateInUpLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

/*
 *@name rotateInUpRight
 *@className rotateInUpRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

/*
 *@name rotateOut
 *@className rotateOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

/*
 *@name rotateOutDownLeft
 *@className rotateOutDownLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

/*
 *@name rotateOutDownRight
 *@className rotateOutDownRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

/*
 *@name rotateOutUpLeft
 *@className rotateOutUpLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

/*
 *@name rotateOutUpRight
 *@className rotateOutUpRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

/*
 *@name hinge
 *@className hinge animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-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;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-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);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-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);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

/*
 *@name rollIn
 *@className rollIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/*
 *@name rollOut
 *@className rollOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Nick Pettit
 *@source Glide
 *@sourceUrl https://github.com/nickpettit/glide
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-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;
}

/*
 *@name zoomIn
 *@className zoomIn animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

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

/*
 *@name zoomInDown
 *@className zoomInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

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

/*
 *@name zoomInLeft
 *@className zoomInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

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

/*
 *@name zoomInRight
 *@className zoomInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

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

/*
 *@name zoomInUp
 *@className zoomInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

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

/*
 *@name zoomOut
 *@className zoomOut animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

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

/*
 *@name zoomOutDown
 *@className zoomOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

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

/*
 *@name zoomOutLeft
 *@className zoomOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

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

/*
 *@name zoomOutRight
 *@className zoomOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

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

/*
 *@name zoomOutUp
 *@className zoomOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

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

/*
 *@name slideInDown
 *@className slideInDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/*
 *@name slideInLeft
 *@className slideInLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/*
 *@name slideInRight
 *@className slideInRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/*
 *@name slideInUp
 *@className slideInUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/*
 *@name slideOutDown
 *@className slideOutDown animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

/*
 *@name slideOutLeft
 *@className slideOutLeft animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

/*
 *@name slideOutRight
 *@className slideOutRight animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

/*
 *@name slideOutUp
 *@className slideOutUp animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
} 
.row-fluid .itb-box { position:relative; padding:40px 0px; }  
.row-fluid .background-color { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.row-fluid .animation-images { position:relative; }
.row-fluid .display-none { visibility:hidden; }
.row-fluid .itb-box.text-center .counter { position: absolute; font-size: 28px; top: 45px; left: 0px; right: 0px; font-weight: 500; width: auto; line-height: 1; color: #303e48; font-family: 'Stag'; width:120px;  margin:0px auto; }
.row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(3) .itb-box.text-center .counter { left: -210px; top: 240px; }
.row-fluid .tc3-boxes.column2-1 > span > .hs_cos_wrapper:nth-child(2) .itb-box.text-center .counter { top: auto; bottom: 100px; right: -110px; }
.row-fluid .itb-box.text-center .counter:before { background: url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/assets/images/dot-4.png); position: absolute; content: ''; bottom: -3px; left: 1px; width: 100%; height: 3px; background-size: cover; }
.row-fluid .tc3-boxes.column2-1 > span > .hs_cos_wrapper:nth-child(2) .itb-box.text-center .counter { width:162px; }
.row-fluid .itb-box.text-center .counter.counter1 { top: 40%; left: -44%; }
.row-fluid .itb-box.text-center .counter.counter2 { top: 40%; right: -37%; }
.row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(3) .counter-box-counter { width: 355px; margin: 0px auto; position: relative; }
.row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(3) .itb-box.text-center .counter { left: 40px; top: 144px; margin: 0px; }
.row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(2) .counter-box-counter { width: 410px; margin: 0px auto; position: relative; }
.row-fluid .column2-1 .itb-box { padding:30px 0px !important; }
.row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(1) .counter-box-counter { width: 650px; margin: 0px auto; position: relative; }
.row-fluid .itb-box.text-center .counter.counter1 { top: 42%; left: 0; right: auto; }
.row-fluid .itb-box.text-center .counter.counter2 { top: 42%; left:auto; right: 50px; }
.row-fluid .itb-box h5 { font-weight:500; font-size:24px; }
.row-fluid .counter-box { background:transparent; position:relative; height:inherit; }
.row-fluid .counter-box h2 { position:relative; }
.row-fluid .titlebox { padding:0px 100px 0px 0px; }
.row-fluid .conetnt { position: absolute; top: 52%; left: 0px; width: 210px; text-align: left; }
.row-fluid .content-right.conetnt { left: auto; right: -40px; }
.row-fluid .two-box > span > .hs_cos_wrapper:nth-child(2) h5 { position: absolute; top: -110px; width: 200px; right: 23px; }
.row-fluid .animate-in { visibility:hidden; }
.row-fluid .animate-in.fadeIn { visibility:visible; } 

.row-fluid .tc3-boxes>span>.hs_cos_wrapper:nth-child(2) .counter-box-counter .counter:after,
.row-fluid .itb-box.text-center .counter.counter1:after, 
.row-fluid .itb-box.text-center .counter.counter2:after,
.row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(3) .itb-box.text-center .counter:after {
  content:' +';
}

@media(min-width:1366px){
  
  .row-fluid .counter-box h2 { font-size:130px; }
  .row-fluid .tc3-boxes>span>.hs_cos_wrapper:nth-child(2) .counter-box-counter { width:350px; }
  .row-fluid .itb-box { padding:20px; }
  .row-fluid .tc3-boxes>span>.hs_cos_wrapper:nth-child(2) .counter-box-counter .counter { font-size: 26px; /* width:110px; */ }
  
  .row-fluid .tc3-boxes.column2-1 > span > .hs_cos_wrapper:nth-child(2) .itb-box.text-center .counter { width:128px; }
  .row-fluid .itb-box.text-center .counter:before { left:4px; }
  .row-fluid .column2-1 .itb-box { padding:30px 0px; }
  
}

@media(max-width:1365px){
  .row-fluid .itb-box.text-center .counter { font-size:40px; width:118px; }
  .row-fluid .itb-box { padding:30px 0px; }
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(1) .counter-box-counter { width:600px; }	
  .row-fluid .itb-box.text-center .counter.counter2 { right:40px; }
  .row-fluid .tc3-boxes.column2-1 > span > .hs_cos_wrapper:nth-child(2) .itb-box.text-center .counter { width:130px; }
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(3) .itb-box.text-center .counter { left:15px; top:120px; }
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(2) .counter-box-counter { width:320px; }
  .row-fluid .itb-box.text-center .counter { font-size: 26px; }
  .row-fluid .itb-box h5 { font-size:24px; }   
  .row-fluid .tc3-boxes.column2-1 > span > .hs_cos_wrapper:nth-child(2) .itb-box.text-center .counter { bottom: 74px; right: -90px; }
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(3) .counter-box-counter { width:310px; }
  .row-fluid .three-box > span > .hs_cos_wrapper:nth-child(2) .itb-box.text-center .counter:before { /* width:49%; */ }
  .row-fluid .top-section { padding:49px 64px 30px 50px; }
  .row-fluid .titlebox { padding:0px 100px 0px 0px; }   
  .row-fluid .conetnt h5 { font-size:22px; }
  .row-fluid .content-right.conetnt { left: auto; right: -45px; }
  .row-fluid .conetnt { width:200px; }
  .row-fluid .two-box > span > .hs_cos_wrapper:nth-child(2) h5 { position: absolute; top: -90px; width: 180px; right: 24px; font-size: 22px; }
}

@media(max-width:1080px){
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(2) .counter-box-counter { width:270px; }
  .row-fluid .itb-box.text-center .counter { font-size:24px; width:104px; top:29px; }
  .row-fluid .two-box>span>.hs_cos_wrapper:nth-child(2) h5 { position: absolute; top: -75px; width: 150px; right: 22px; font-size: 18px; }
  .row-fluid .tc3-boxes.column2-1 > span > .hs_cos_wrapper:nth-child(2) .itb-box.text-center .counter { bottom: 60px; right: -80px; width: 110px; }
  .row-fluid .itb-box.text-center .counter.counter2 { right:50px; }
  .row-fluid .itb-box.text-center .counter.counter1 { left:10px; }
  .row-fluid .titlebox { padding:0px 60px 0px 0px; }
  .row-fluid .hs-blog-header h1 { font-size:46px; }
}

@media(max-width:991px){

  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(2) .counter-box-counter { width: 310px; }
  .row-fluid .two-box>span>.hs_cos_wrapper:nth-child(2) h5 { right:42px; }
  .row-fluid .titlebox { padding:0px; }
}

@media(max-width:767px){
  .row-fluid .itb-box { padding:50px 0px; }
  .row-fluid .column2-1 .itb-box { padding:50px 0px !important; }
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(1) .counter-box-counter { width:420px; }
  .row-fluid .itb-box.text-center .counter.counter1 { left: -10px; font-size: 22px; width: 87px; }
  .row-fluid .itb-box.text-center .counter.counter2 { right: 20px; font-size: 22px; width: 87px; }
  .row-fluid .itb-box.text-center .counter { top:34px; }  
  .row-fluid .content-left.conetnt { left: -10px; width: 120px; }
  .row-fluid .conetnt  { width:130px; }
  .row-fluid .content-right.conetnt { left: auto; right: -25px; }
}
@media(max-width:480px){ 
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(1) .counter-box-counter { width:340px; }
  .row-fluid .itb-box.text-center .counter.counter1 { left:-20px; }
  .row-fluid .itb-box.text-center .counter.counter2 { right:0px; }
  .row-fluid .content-left.conetnt { left: -10px; width: 120px; }
  .row-fluid .conetnt  { width:130px; }
  .row-fluid .content-right.conetnt { left: auto; right: -25px; }
  .row-fluid .conetnt h5 { font-size:16px; }
  .row-fluid .content-left.conetnt { left:-20px; }
  .row-fluid .content-right.conetnt { right:-15px; }
  .row-fluid .conetnt { width:100px; }
}
@media(max-width:400px){
  .row-fluid .content-left.conetnt { left: -40px; }
  .row-fluid .content-right.conetnt { right: -43px; }
  .row-fluid .itb-box.text-center .counter.counter2 { right: -30px; }
  .row-fluid .content-right.conetnt { right:-43px; }
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(1) .counter-box-counter { width:240px; }
  .row-fluid .conetnt { width:90px; }
  .row-fluid .content-right.conetnt { right:-34px; }
  .row-fluid .itb-box.text-center .counter.counter1 { left:-38px; }
}
@media(max-width:375px){
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(2) .counter-box-counter { width: auto; }
  .row-fluid .tc3-boxes > span > .hs_cos_wrapper:nth-child(3) .counter-box-counter { width: auto; }
}
 
body{
  font-family: "Open Sans", sans-serif !important;
}

@font-face {
    font-family: 'Objektiv Mk1';
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Regular.eot');
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Regular.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Regular.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Regular.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Regular.ttf') format('truetype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Regular.svg#ObjektivMk1-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Objektiv Mk1';
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Bold.eot');
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Bold.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Bold.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Bold.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Bold.ttf') format('truetype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Bold.svg#ObjektivMk1-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
 
@font-face {
    font-family: 'Objektiv Mk1';
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Light.eot');
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Light.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Light.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Light.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Light.ttf') format('truetype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/ObjektivMk1-Light.svg#ObjektivMk1-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



/* Macro CSS Declaration */








@font-face {
    font-family: 'Stag';
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Light.eot');
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Light.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Light.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Light.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Light.ttf') format('truetype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Light.svg#Stag-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Stag Book';
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Book.eot');
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Book.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Book.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Book.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stag';
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Medium.eot');
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Medium.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Medium.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Medium.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Stag-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Regular.eot#iefix') format('embedded-opentype'),  
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Regular.otf')  format('opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Regular.woff') format('woff'), 
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), 
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Bold.eot#iefix') format('embedded-opentype'),  
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Bold.otf')  format('opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Bold.woff') format('woff'), 
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Bold.ttf')  format('truetype'), 
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Bold.eot');
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Bold.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Bold.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-It.eot');
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-It.eot') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-It.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-It.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-It.ttf') format('truetype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-It.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Regular.eot');
    src: url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Regular.eot#iefix') format('embedded-opentype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Regular.woff') format('woff'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Resource%20Font/AvenirNextLTPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none !important; -webkit-outline:none; -moz-outline:none; -ms-outline:none; }
body { margin:0; padding:0; font-size:16px; line-height:28px; font-family: 'Objektiv Mk1'; font-weight:400; color:#bebebe;overflow-X:hidden; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.row-fluid h1 { margin:0 0 10px; padding:0; font-size:53px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
.row-fluid h2 { margin:0 0 10px; padding:0; font-size:53px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
.row-fluid h3 { margin:0 0 10px; padding:0; font-size:43px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
.row-fluid h4 { margin:0 0 10px; padding:0; font-size:34px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
.row-fluid h6 { margin:0 0 10px; padding:0; font-size:23px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }

.row-fluid h5 { margin:0 0 10px; padding:0; font-size:24px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-rendering: optimizeLegibility;
  font-family: 'Stag', sans-serif !important;
  font-weight:bold;
}
.row-fluid img { max-width:100%; height:auto; border:none; }
.row-fluid a { display:inline; text-decoration:none; color:#f15f3f; transition:all ease 0.3s; -moz-transition:all ease 0.5s; -o-transition:all ease 0.5s; -webkit-transition:all ease 0.5s; }  
.row-fluid a:hover { color:#000000; }   
.row-fluid p { margin:0 0 10px; text-rendering: optimizeLegibility; }
.row-fluid input[type=submit] { cursor:pointer; background-image:url(Images/blank.png) !important;  }
.row-fluid .wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1360px; }

.inner-padding { padding:0 30px; } 
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }

.set-bg { background-size:cover; background-position:center; position:relative; }
/*.set-bg > * { position:relative; z-index:2; }
.set-bg:before { content:''; background:rgba(25,150,255,0.3); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; } */
.get-bg { display:none !important; }

.font_white , .font_white h1 ,.font_white h2 ,.font_white h3 ,.font_white h4 ,.font_white h5 , .font_white h6 ,.font_white a { color:#fff; }
.font_white a:hover { color:#0dbd8d; }
.button a , a.button { padding:8px 25px; background:#1996ff; color:#fff; border:2px solid #1996ff; max-width:100%; display:inline-block;   }
.button a:hover , a.button:hover { background:#fff; color:#1996ff; }

strong { font-family: 'Objektiv Mk1'; font-weight:700; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.fullwidth { float:left; width:100%; }

/*unique paddings*/
 .p0-20 { padding-left:20px; padding-right:20px; }
 .p10-0 { padding-top:10px; padding-bottom:10px; }
 .p20-0 { padding-top:20px; padding-bottom:20px; }
 .p30-0 { padding-top:30px; padding-bottom:30px; }
 .p40-0 { padding-top:40px; padding-bottom:40px; }
 .p50-0 { padding-top:50px; padding-bottom:50px; }
 .p60-0 { padding-top:60px; padding-bottom:60px; }
 .p70-0 { padding-top:70px; padding-bottom:70px; }
 .pb10 { padding-bottom:10px; }
 .pb20 { padding-bottom:20px; }
 .pb30 { padding-bottom:30px  }
 .pb40 { padding-bottom:40px; }
 .pb50 { padding-bottom:50px; }
 .pb60 { padding-bottom:60px; }
 .pb70 { padding-bottom:70px; }
 .pt10 { padding-top:10px; }
 .pt20 { padding-top:20px; }
 .pt30 { padding-top:30px  }
 .pt40 { padding-top:40px; }
 .pt50 { padding-top:50px; }
 .pt60 { padding-top:60px; }
 .pt70 { padding-top:70px; }

/*START: Genroe Fix 16 08 19 */
.padTB25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padTB30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padTB35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.padTB40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padTB50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padTB55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.padTB70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padTB80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padLR15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padR60 {   padding-right: 60px;}

.padB40 {   padding-bottom: 40px;}

.marT20 {   margin-top: 20px;}
.marT40 {   margin-top: 40px;}
.marT45 {   margin-top: 45px;}
.marT50 {   margin-top: 50px;}

.marR30 {   margin-right: 30px;}

.marB40 {   margin-bottom: 40px;}
.marB50 {   margin-bottom: 50px;}

@media (max-width: 767px){
 
    .padTB20,
    .padTB25 {
        padding-top: 10px;
        padding-bottom: 10px;
    }  
      
    .padTB30,
    .padTB35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
  
    .padTB40,
    .padTB45 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
  
    .padTB50,
    .padTB55 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
  
    .padTB60,
    .padTB65,
    .padTB70,
    .padTB75,
    .padTB80,
    .padTB85,
    .padTB90,
    .padTB95,
    .padTB100,
    .padTB120,
    .padTB150 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padLR5, .padLR15 {
        padding-left: 10px;
        padding-right: 10px;
    }
  
    .padR60, .padR65, .padR70, .padR75, .padR80, .padR85, .padR90, .padR95, .padR100, .padR120,
    .padR150 {  padding-right: 30px;}
  
    .padB40,
    .padB45 {   padding-bottom: 20px;}
  
    .marT15, .marT20,
    .marT25 {   margin-top: 10px;}
    .marT30,
    .marT35 {   margin-top: 15px;}
    .marT40,
    .marT45 {   margin-top: 20px;}
    .marT50,
    .marT55 {   margin-top: 25px;}
  
    .marR30,
    .marR35 {   margin-right: 15px;}
  
    .marB30,
    .marB35 {   margin-bottom: 15px;}
    .marB40,
    .marB45 {   margin-bottom: 20px;}
    .marB50,
    .marB55 {   margin-bottom: 25px;}
}

/*END: Genroe Fix 16 08 19 */

textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { border:1px solid #93989f;  outline:none;
    background:#fff; font-size:16px;  line-height:24px; font-family: 'Stag Book';  font-weight:500;  color:#46485c;
    min-height:50px; margin:8px 0;  padding:10px 50px 10px 20px; border-radius: 3px; height:50px; }
input[type="submit"] { padding:10px 30px; text-align:center; background:#1996ff; outline:none; font-size:16px;  line-height:24px; font-family: 'Stag Book';
    font-weight:400; color:#fff; border:2px solid #1996ff; min-height:46px; margin:5px 0; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; transition:all ease 0.3s;    font-size: 18px;font-weight: 700;text-transform: uppercase; cursor: pointer; }
input[type="submit"]:hover { color:#1996ff; background:#fff; }
/*for Hubspot   >>>>>>*/
/*.hs-form-required { display:none; }*/
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px; color:#FF0000;/* color:#fff; */ }
::placeholder { color: #363636; }

.row-fluid .text-uppercase { text-transform:uppercase; }

.row-fluid .btn-style1 a { font-family:'Stag Book'; background: #00a0db; color: #FFF; padding: 12px 30px; line-height: 26px; border-radius: 30px; font-size:18px; }
.row-fluid .btn-style1 a:hover { background:#FFF; color:#00a0db; }

@-webkit-keyframes footer-link-hover{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50%{
        -webkit-transform:translateX(100%);
        transform:translateX(100%)
    }
    50.01%{
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
    to{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes footer-link-hover{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50%{
        -webkit-transform:translateX(100%);
        transform:translateX(100%)
    }
    50.01%{
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
    to{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}

@-webkit-keyframes top-link-hover{
    0%{
        -webkit-transform:translateX(-101%);
        transform:translateX(-101%)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    75%{
        -webkit-transform:translateX(101%);
        transform:translateX(101%)
    }
    75.01%{
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
    to{
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
}
@keyframes top-link-hover{
    0%{
        -webkit-transform:translateX(-101%);
        transform:translateX(-101%)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    75%{
        -webkit-transform:translateX(101%);
        transform:translateX(101%)
    }
    75.01%{
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
    to{
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
}


* Slick Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin:0px 0 70px; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.row-fluid .slick-slider button { position:absolute; cursor:pointer; outline:none; border:none;  bottom: 12px; z-index: 1; background:rgba(0,0,0,0.5); color: #FFF; width: 45px; height: 45px; font-size: 20px; }
.va-resources .hero-wrapper-resources {background-color: #f6f6f6;}
.row-fluid .slick-dots { text-align: center; margin-top:0; padding:0; }
.row-fluid .slick-dots li { float: none; display: inline-block; vertical-align: top; padding: 0 5px; }
.row-fluid .slick-dots li:before { display: none; }
.row-fluid .slick-dots li button { border-radius: 50%; background: #dedede; width: 11px; height: 11px; display: block; font-size: 0; position: static; margin:0 5px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .slick-dots li.slick-active button, .row-fluid .hero-slider .slick-dots li button:hover { background:#00a0db; }
.row-fluid .slick-slide { outline: 0; float: left }

.row-fluid .slick-slider button { /* width:50px; height:50px; */ font-size:0; background:transparent; }
.row-fluid .slick-slider .slick-prev { left:50%; margin-left:-130px; background:url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/left-arrow.png) no-repeat center; }
.row-fluid .slick-slider .slick-next { right:50%; margin-right:-130px; background:url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/right-arrow.png) no-repeat center; }


.row-fluid .video-container { position:relative; padding:56.25% 0 0; }
.row-fluid .video-container:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; z-index:1; background:rgba(0,0,0,0.5); }
.row-fluid .video-container iframe, .row-fluid .video-container video, .row-fluid .video-container embed, .row-fluid .video-container object { position:absolute; left:0; top:0; width:100%; height:100%; }

.row-fluid .top-section { position:static; left:0; top:0; width:100%; z-index:11; padding:49px 64px 30px 128px; background:#303e48; }
.home18 .row-fluid .top-section { position:fixed; background:transparent; }
.row-fluid .top-section:before { position: absolute; content: ''; left: 50%; top: 0; width: 100vw; height:100vh; background: #313e48; padding-top:130px; box-sizing:border-box; margin-left:150px; opacity:0; visibility:hidden; z-index:1;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.menuover .row-fluid .top-section:before { margin-left:0; opacity:1; visibility:visible; }

.row-fluid .hero-section { position:relative; }
.row-fluid .hero-section .wrapper { position: absolute; left: 0; bottom: 200px; right: 0; z-index:2; padding-right:150px; }
.row-fluid .hero-section h1 { color:#FFF; letter-spacing:3px; }

.row-fluid .topright { padding-right: 55px; position: relative; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul { float:right; padding:10px 0 0; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul li a { font-weight: 300; position:relative; z-index:11; font-family:'Stag'; font-size:16px; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li > a { color:#FFF; padding:8px 20px 28px; max-width:none; } 
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:last-child > a{ background: #00a0db; border-radius: 20px; margin-left: 15px; font-size:17px; padding:8px 25px; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:last-child:hover > a { background:#FFFFFF; color:#00a0db; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul { width:230px; margin:0 0 0 20px; } 
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul li { border-top:rgba(255,255,255,0.4) solid 1px; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul li:last-child { border-bottom:rgba(255,255,255,0.4) solid 1px; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul li a { padding:10px 0; overflow:visible !important; font-size:18px; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul li:hover a { color:#FFF; }
/* .row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper:before { left:-30px; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper:before { left:-153%; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:first-child:hover > ul.hs-menu-children-wrapper:before { left:-120px; } */
.row-fluid .custom-menu-primary2 ul.hs-menu-children-wrapper > li { position:relative; }
.row-fluid .custom-menu-primary2 ul.hs-menu-children-wrapper > li a { color:#a3a8ad; max-width:none; width:100% !important; border:none; }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul li a:before { opacity:0; position: absolute; content: ''; left: -40px; top: 5px; width: 40px; height: 40px; background: url(https://1621911.fs1.hubspotusercontent-ap1.net/hub/1621911/hubfs/Assets%20-%20imei/v.png) no-repeat center; background-size: 30px;  
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul li:hover a:before { opacity:1; }


.row-fluid .search-icon a { position: absolute; right: 0; top: 17px; z-index:11; }
.row-fluid .g-search form { display:none; position: absolute; right: 0; top: 100%; z-index:11; margin-top:21px !important; }
.row-fluid .g-search form .hs-button { cursor:pointer; position: absolute; right: 0; top: 8px; width: 50px; height: 51px; background: url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/search-blue.png) no-repeat center; font-size: 0; }

.row-fluid .service-provider h2 { color: #FFF; font-family: 'Stag'; font-weight: 300; font-size:42px; }
.row-fluid .service-provider h2 strong { font-weight:500; }
.row-fluid .topicon img { transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); position: relative; z-index: 1; transition: ease all 0.3s; }
/* .row-fluid .topicon img:hover { transform:translateY(-50%) rotate(-90deg); } */
.row-fluid .topicon + div { margin:0; }
.row-fluid .topicon + div strong { font-family: 'Stag'; font-weight:500; }

.row-fluid .tv-text { font-size: 26px; line-height: 36px; color: #47617e; }
.row-fluid .tv-video { transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); }
.row-fluid .tv-video > span { display:block; position:relative;  
-webkit-box-shadow: rgba(68,68,68,0.4) 0 0 35px 0px;
-moz-box-shadow: rgba(68,68,68,0.4) 0 0 35px 0px;
-o-box-shadow: rgba(68,68,68,0.4) 0 0 35px 0px;
-ms-box-shadow: rgba(68,68,68,0.4) 0 0 35px 0px;
box-shadow: rgba(68,68,68,0.4) 0 0 35px 0px;
 }
.row-fluid .tv-video > span:before { opacity:0; position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(72,83,91,0.5);  
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .tv-video > span:after { opacity:0; position:absolute; content:''; left:50%; top:50%; width:120px; height:120px; background:url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/right.png) no-repeat center; background-size:contain;  
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .tv-video:after { display:none; position:absolute; content:''; right:0; bottom:-10px; width:50px; height:30px; z-index:1; background:url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/Youtube-Logo.png) no-repeat center top; background-size:contain;  
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
 }
.row-fluid .tv-video:hover > span:before, .row-fluid .tv-video:hover > span:after { opacity:1 }
.row-fluid .tv-video > span:hover:after { opacity:0.5; }
.row-fluid .full-width-fixed { position:fixed; width:100%; height:100%; top:0px; left:0px; display:none; z-index:9999;  background:rgba(73,84,93,0.8); }
.row-fluid .iframe-container { position: absolute; top: 50%; left: 0; width: 70%; height: 70%; right: 0; margin: 0px auto; transform: translateY(-50%); }
.row-fluid .iframe-container iframe { position: absolute; left: 0; right: 0; margin: 0px auto; top: 0; width: 100%; height: 100%; }
.row-fluid .full-width-fixed.open { display:block }
.row-fluid .close-icon { position:absolute; top:-15px; right:-15px; background:url('https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/assets/images/fancybox_sprite.png')no-repeat; width:37px; height:37px; z-index:999; cursor:pointer; }


.row-fluid .solution-boxes { color:#545757; }
.row-fluid .slick-dots li { margin:5px 0 0; }
.row-fluid .solution-boxes > span { position:relative; float:left; width:100%; }
/*.row-fluid .solution-boxes > span > div { float: left; width: 30%; margin: 80px 5% 0 0; }*/
/*.row-fluid .solution-boxes > span > div:nth-child(3n) { margin-right:0; clear:right; }*/
/*.row-fluid .solution-boxes > span > div:nth-child(3n+1) { clear:left; }*/
.row-fluid .solution-boxes .slick-track > .slick-slide { padding-right:45px; padding-left:5px; }
.row-fluid .solution-boxes .sicon { position:relative; }
.row-fluid .solution-boxes.home-solution .sicon { height:130px; }
.row-fluid .solution-boxes .sicon img { max-width:130px; }
.row-fluid .solution-boxes.home-solution .sicon img { height:130px; }
.row-fluid .solution-boxes .sicon.hover-img, .row-fluid .solution-boxes .sicon .hoverimage { opacity:0; }
.row-fluid .solution-boxes .sicon .hoverimage { position:absolute; left:0; top:0; width:100%; height:100%; }
.row-fluid .solution-boxes .slick-track > .slick-slide:hover .sicon > img { opacity:0; }
.row-fluid .solution-boxes .slick-track > .slick-slide:hover .hoverimage { opacity:1; }
.row-fluid .solution-boxes .slick-track > .slick-slide { margin:40px 0 0; }
.row-fluid .solution-boxes .title { margin:15px 0 20px; }
.row-fluid .solution-boxes .title span { color:#00a0db; }
.row-fluid .solution-more a { font-size:14px; margin: 10px 0 0; padding: 0 0 0 30px; position:relative; color:#8f8f8f; }
.row-fluid .solution-more a:before { position: absolute; content: ''; left: 0; top: 50%; width: 20px; height: 2px; background: #8f8f8f;  
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .solution-more a:after { position: absolute; content: ''; left: 9px; top: 4px; width: 2px; height: 20px; background: #8f8f8f;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .solution-toptext { color:#545757; margin:30px 0 0; }

.row-fluid .solution-boxes .slick-track > .slick-slide:hover .solution-more a { color:#f15f3f; }
.row-fluid .solution-boxes .slick-track > .slick-slide:hover .solution-more a:before, .row-fluid .solution-boxes .slick-track > .slick-slide:hover .solution-more a:after { background:#f15f3f; }

.row-fluid .itb-section { position:relative; background-color:#00426c; }
.row-fluid .itb-image { position:absolute; left:0; top:0; width:50%; height:100%; }
.row-fluid .itb-image img { display:none; }
.row-fluid .itb-right { padding:150px 0 150px 150px; float:right; width:50%; margin:0; }
.row-fluid .itb-right h2 { color:#FFF; font-weight:300; font-family:'Stag'; }
.row-fluid .itb-right h2 strong { color:#00a0db; font-family:'Stag'; font-weight:500; } 
.row-fluid .itb-section .white-arrow { position:absolute; left:50%; top:50%; max-width:210px;  
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
 }

.row-fluid .feedback-outer { position:relative; margin-bottom:90px; }
/* .row-fluid .fimage { position:absolute; right:0; top:0; bottom:0; } */
.row-fluid .slider-full-width { width: 100%; float: left; display: table; }
.row-fluid .slider-full-width .equal-height { width:50%; display:table-cell; float:none; vertical-align:middle; }
.row-fluid .fimage.set-bg.equal-height { border-left: 50px solid #fff; border-right: 10px solid #fff; background-size:contain !important; background-position:center center !important; background-repeat:no-repeat !important; } 
.row-fluid .feedback-slider .slick-slide { border-top: #d2d4d5 dotted 4px; border-bottom: #d2d4d5 dotted 4px; padding:20px 0px; }
.row-fluid .feedback-boxes { padding: 20px 0; }
.row-fluid .feedback-boxes .slick-list { margin:0 0 10px; }
.row-fluid .feedback-boxes h4 { font-weight:300; color:#00a0db; font-family:'Stag'; font-size:30px; letter-spacing:1px; min-height:150px; }
.row-fluid .feedback-boxes h6 { color:#00a0db; margin:25px 0 0; font-size:24px; }
.row-fluid .feedback-boxes .slick-dots { padding-left:40px; position: absolute; left: 0; bottom: -70px; }
.row-fluid .feedback-boxes .slick-dots li { float:left; }
.row-fluid .feedback-boxes .slick-slider .slick-prev { left: -10px; margin-left: 0; bottom: -70px; }
.row-fluid .feedback-boxes .slick-slider .slick-next { left:210px; bottom:-70px; }

.row-fluid .logo-section { background:#e4e9ea; }
.row-fluid .logo-boxes { text-align:center; }
.row-fluid .logo-boxes > span > div { float:none; display:inline-block; padding:0px 10px; vertical-align:middle; width:12%; }
.row-fluid .top-section.sticky .logo { margin:8px 0; }


.row-fluid .footer-section { background-color:#303e48; padding:100px 128px; }
.row-fluid .partners-section { padding:20px 128px; background-color: #ffffff;border-top: 1px solid #eee; }
.row-fluid .partners-section img:not(:last-child) { margin-right: 50px; }
.row-fluid .footer-menu { padding-right:15px; }
.row-fluid .footer-menu.option2 { padding:0 0 0 15px; }
.row-fluid .footer-menu ul.hs-menu-children-wrapper { position: static !important; visibility: visible !important; opacity: 1 !important; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li ul { visibility:visible !important; opacity:1 !important; overflow:visible; display:block; height:auto; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li a { font-family:'AvenirNextLTPro-Regular'; max-width:none; white-space:normal; color:#a3a8ad; padding:2px 10px 2px 0;  font-size:13px; line-height:20px; border:none; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { color:#FFF; padding-top: 10px; border-top: #a3a8ad solid 1px; margin-top: 10px; } 

.row-fluid .copyright-text { font-size:12px; line-height:28px; padding-top:20px; color:#a0a5a9; text-align: right; }
.row-fluid .copyright-text a { color:#a0a5a9; }
.row-fluid .subscribe-box h4 { color:#7fcfed; font-weight:400; margin:0 0 60px; }
.row-fluid .subscribe-box h4 a { text-decoration:none; color:#FFFFFF; font-family:'Stag Book'; }
.row-fluid .subscribe-box h3.form-title { font-size:18px; color:#90959b; font-weight:400; }
.row-fluid .subscribe-box form input[type=email] {  
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
 }
.row-fluid .subscribe-box form input[type=submit] { display:none; }

.row-fluid .footer-logo { text-align:right; margin:0 0 150px; }
.row-fluid .footer-right { text-align:right; font-size:15px; color:#a0a5a9; font-family:'AvenirNextLTPro-Regular'; }
.row-fluid .footer-right a { color:#a0a5a9; }

.row-fluid .connect-title { font-size: 14px; color: #ffffff; padding: 0px 0 10px 30px; margin: 10px 0 0 !important; line-height:28px; font-family:'AvenirNextLTPro-Regular'; } 
.row-fluid .connect-title > div { padding: 10px 0 0; border-top: #a3a8ad solid 1px; }
.row-fluid .footer-social { list-style: none; padding: 0 0 0 30px; margin:0; }
.row-fluid .footer-social li { float: left; font-size: 27px; margin-right: 20px; line-height:30px; }
.row-fluid .footer-social li a { color:#828b91; }
.row-fluid .footer-social li a:hover { color:#00a0db; }
.row-fluid .blog-subscription { padding:35px 0; background:#00a0db; }
.row-fluid .blog-subscription .hs-error-msgs { float:left; width:100%; }
.row-fluid .blog-subscription .hs_error_rollup { display:none; }
.row-fluid .blog-subscription .wrapper { padding-left:60px; }
.row-fluid .blog-subscription h3 { color:#FFF; font-size:18px; font-weight:400; float:left; max-width:50%; padding-right:30px; margin:12px 0 0; } 
.row-fluid .blog-subscription h3 + div { float:left; max-width: 550px; width: 100%; }
.row-fluid .blog-subscription h3 + div input[type=email] { margin: 0; padding: 10px 20px; border: none; border-radius: 25px; }
.row-fluid .hs_submit.hs-submit { display: inline-block; /*width: 21%; margin-left: 20px; float: right;*/  } /*Genroe 19 04 05 */
.contact-us-form .hs_submit.hs-submit {width: 100% !important;} /*added by HubSpot Support on 3 Jul 2018 for Contact Us page */
/*.row-fluid .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field { width:75%; float:left; } Genroe 19 04 05 */
.blog-subscription form {display: flex;align-items: center;} /*Genroe 19 04 05 to correct newsletter form*/
.contact-us-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {width:100% !important;} /*added by HubSpot Support on 3 Jul 2018 for Contact Us page */
.row-fluid .blog-subscription input[type=submit] { margin:0px; background: #49545d; border: 2px solid #49545d; border-radius: 20px; font-weight: 400; }
.row-fluid .blog-subscription input[type=submit]:hover { color:#49545d; background:#fff; border-color:#fff; }
.row-fluid .counter-box h2 { font-size: 150px; font-weight: 700; line-height: 1; color: #303e48; font-family: 'Stag'; font-weight: 400; }
.row-fluid .tc3-boxes > span > div { float: left; width: 33.33%; }
.row-fluid .counter-box { background: #b3dfee; float: left; width: 100%; padding: 25px 120px 25px 40px; text-align: right; }
.row-fluid .titlebox h5 { font-size: 26px; font-weight: 300; }
.row-fluid .titlebox { min-height: 100px; position: relative; margin: 20px 0 0; padding: 0 100px 0; }
.row-fluid .titlebox img { position: absolute; right: 0; top: -30px; max-width: 80px; }

.row-fluid .itb-box { padding:100px; height:inherit; }
.row-fluid .itb-box h5 { font-size: 26px; font-weight: 400; margin: 20px 0 0; }

.row-fluid .tc3-boxes.column2-1 > span > div:nth-child(2n+1) { width:66.67%; }

.row-fluid .hero-section2 { background:#d8eff6; margin:0 0 100px; position:relative; }
.row-fluid .hero-section2 .hero-left { padding-top:180px; float:left; width:50%; }


/* Technology Page */
.technology-page .row-fluid .partner-boxes { padding:0 0 40px; }
.technology-page .row-fluid .partner-boxes .itb-box { padding:40px 0 0; }

.row-fluid .partner-boxes .itbimage { margin:0 0 40px; min-height: 100px; background-size:contain !important; background-repeat: no-repeat !important; background-position: center !important;}
.row-fluid .partner-boxes .itbimage img{ display:none;}
.row-fluid .partner-boxes>span>div { position:relative; margin: 10px 5% 30px 0; border:none; }
.row-fluid .partner-boxes{ overflow:hidden; position:relative; }
.row-fluid .partner-boxes .itb-box { padding: 40px 0 70px;}
/* .row-fluid .partner-boxes:after { content: ''; width: 118%; height: 1px; background: #989fa4; position: absolute; bottom: 30px; left: 0; }  */
.row-fluid .partner-boxes.noborder:after { background:transparent; }

.technology-page .row-fluid .hero-section2 .hero-left { padding-top:160px; }
.row-fluid .hero-section2 .hero-left > span { position:relative; bottom:-60px; }
.technology-page .row-fluid .hero-section2 .hero-left > span { bottom:0; margin:0 0 20px; }
.row-fluid .hero-section2 .hero-right { position: absolute; right: 0; top: 0; width: 50%; height: 100%; background-size:cover !important; }
body.option2 .row-fluid .hero-section2 .hero-right { background-position:left center !important; }
.row-fluid .comp-icon img { max-width: 200px;  
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-o-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
 }

/* .row-fluid .partner-section .title h3 { color:#00a0db; font-weight:400; } */
.row-fluid .partner-boxes > span > div { float:left; width:30%; margin:60px 5% 20px 0; border-top:#989fa4 solid 1px; }
.row-fluid .partner-boxes > span > div:nth-child(3n) { margin-right:0; clear:right; }
.row-fluid .partner-boxes > span > div:nth-child(3n+1) { clear:left; }
.row-fluid .partner-boxes .itb-box { padding:40px 0 0; background:transparent !important; text-align:left; color:#333e48; }
.row-fluid .partner-boxes .itb-box img { max-width:90%; margin:0 0 40px; }
.row-fluid .partner-boxes .itbimage { text-align:center; }




/* About Us*/

.row-fluid .who-we-are-section { 
  padding:50px 0 80px;
  position: relative;
}
.row-fluid .who-we-wrapper .title { margin:0 0 47px;}
.row-fluid .who-we-are-text{ line-height:32px; font-size:27px; color:#323e48;}
.row-fluid .who-we-are-left { margin-left:0; margin-bottom:20px; }
.row-fluid .who-we-are-right .who-we-are-text{ font-size:16px; line-height:24px; }
.row-fluid .who-we-are-right .who-we-are-text p { margin: 0 0 20px; }
.row-fluid .brochure-cta a{ font-family: 'Stag Book'; font-size:18px; font-weight:400; margin:46px 0 0; text-align:center;  background: #f15f3f; padding: 5px 33px;color: #fff; border-radius: 30px;-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.17); -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.17); box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.17);}
.row-fluid .brochure-cta a:hover { background: rgba(241, 95, 63, 0.74);}
.about-us-page .row-fluid .itb-image { background-position:center left !important;}
.about-us-page .row-fluid .itb-right .title strong { color:#fff; display:block;}
.about-us-page .row-fluid .itb-right .title { color:#00a0db;}
.about-us-page .row-fluid .itb-right {  padding: 97px 0 93px 138px;}
.about-us-page .row-fluid .itb-right .btn-style1 { display:none;}
.about-us-page .row-fluid .our-solution { background:#d8eff6;}
.about-us-page .row-fluid .solution-boxes .sicon img, .solutions .row-fluid .solution-boxes .sicon img { margin-bottom:30px; max-height: 90px; object-fit: contain; object-position: left;}
.about-us-page .row-fluid .solution-boxes .title, .solutions .row-fluid .solution-boxes .title { font-size:26px; font-weight: 500;}
.about-us-page .row-fluid .solution-boxes .stext{ font-size:16px;}
.about-us-page .row-fluid .solution-more a { color:#303e48;}
.about-us-page .row-fluid .solution-more a:before, .about-us-page .row-fluid .solution-more a:after { background:#303e48;}
.about-us-page .row-fluid .slick-slider .slick-prev { background:url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/left-arrow.png) no-repeat center;}
.about-us-page .row-fluid .slick-slider .slick-next { background:url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/rightarrow.png) no-repeat center;}
.about-us-page .row-fluid .solution-boxes .slick-dots li button { background:#fff;}
.about-us-page .row-fluid .solution-boxes .slick-dots li.slick-active button { background:#00a0db; }
.about-us-page .row-fluid .itb-section .white-arrow { margin-left:-15px; }

.row-fluid .work-section { padding:80px 0 25px;}
.about-us-page .row-fluid .our-solution .slick-list { margin:70px 0; }
.row-fluid .hwr-section .title{ /* color:#00a0db; font-family: 'Objektiv Mk1';*/ font-weight:700;}
.row-fluid .hwr-small-text { font-size:16px; padding:20px 0 0;}
.row-fluid .hwr-section-column{  padding:33px 0 0;}   
.row-fluid .hwr-section-column > span > div { width: 48%; float: left; margin-left: 2%; margin-bottom:75px; color:#323e48;}
.row-fluid .hwr-section-column > span > div:nth-child(2n+1) { margin-left: 0; clear:left; }
.row-fluid .title-bullet-text{ padding-top: 20px; font-size:16px;}
.row-fluid .title-bullet-text span{  font-family: 'Objektiv Mk1'; font-weight:700; }
.row-fluid .title-bullet-text ul{ list-style:none; padding:0;}
.row-fluid .title-bullet-text ul li { position:relative;margin:5px 0; padding-left:70px;}
.row-fluid .title-bullet-text ul li:before{ content:''; position:absolute; left:35px; top:50%; background:#323e48;width:5px; height:5px; border-radius:50%; transform:translateY(-50%);}

.row-fluid .meet-the-team { padding:100px 0 60px; background:#ebebec; }
.row-fluid .team-image-bg { background-size:cover; background-position:center top; background-repeat:no-repeat; }
.row-fluid .meet-team-main > span > div { width: 32%; float: left; margin:0 1.5% 60px 0; }
.row-fluid .name-position { margin:20px 0 0; color:#00426c;font-size:16px;}
.row-fluid .name-position h6 { margin:0 0 5px; font-family: 'Objektiv Mk1'; font-weight:700; color:#00426c;}
.row-fluid .meet-team-main > span > div:nth-child(3n) { margin-right: 0; }
.row-fluid .meet-team-main > span > div:nth-child(3n+1) { clear:left; }

.about-us-page .row-fluid .blog-subscription h3 + div input[type=email]::placeholder{ color:#a8a8a8;}

/* Solutions Page */
.solutions .row-fluid h1 span{ color:#00a0db; }
.solutions .row-fluid .hero-left{ width:50%;}
.row-fluid .hero-icon-image { position:relative; display:inline-block; margin:0 0 30px; }
.solutions .row-fluid .hero-left .hover-image{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; }
.row-fluid .hero-icon-image:hover .hover-image{ opacity:1;}
.row-fluid .hero-small-text, .row-fluid .types-related-text { padding-right: 60px; font-size:16px; color:#323e48;}
.hero-left .hero-small-text {
  font-size: 18px;
}
/* .solutions .hero-right.set-bg { background-position:center left;} */
.solutions .row-fluid .slick-slider button { z-index:9; }

.row-fluid .user-comm-text { width:50%; color:#303e48; font-size:16px; }
.solutions .row-fluid .slick-dots { margin-bottom:16px;}
.solutions .our-solution .brochure-cta{ position: relative; z-index: 1; margin-top: -131px; float:left; width:auto; }

.row-fluid .our-support-section { background:#e1f2f8; padding:130px 0 90px;}
.row-fluid .support-halfwidth .hero-small-text{ padding:0 0 40px; line-height:24px;}
.row-fluid .support-halfwidth h2 { line-height:initial;}
.row-fluid .our-support-section .wrapper > div > div { display:flex;}
.row-fluid .support-types-section { position:relative; padding-left:72px; margin:0 0 30px;}
/* .row-fluid .support-types-text h6 { margin: 0 0 2px; font-family: 'Objektiv Mk1'; font-weight:700; font-size:18px;} */
.row-fluid .types-dot{ width:40px; height:40px; position:absolute; left:0; top:0; border-radius:50%; }
.row-fluid .types-related-text{ padding:0; line-height:24px; }
.row-fluid .support-halfwidth-right { display:flex; position:relative; }
.row-fluid .support-halfwidth-right img{ position:absolute; left:0; top:50%; transform:translateY(-50%); }
.row-fluid .topicon img { transform:translateY(-50%) rotate(-90deg); }
.row-fluid .topicon.rotate img{ transform:translateY(-50%) rotate(0); }

.header-container .span12 > div > div + div > div { padding-bottom:145px; }
.home18 .header-container .span12 > div > div + div > div { padding-bottom:0px; }
.row-fluid .top-section { position: fixed; transition: ease all 0.3s; }
.row-fluid .top-section.sticky { padding:10px 64px 0px 128px; }
.row-fluid .text-video { padding-bottom:181px; }
.gsc-control-cse.gsc-control-cse-en { border:0px; padding:0px; border:0px; }
button.gsc-search-button.gsc-search-button-v2 { outline:none; cursor: pointer; position: absolute; right: 3px; top: 8px; width: 50px; height: 51px; background: url(https://1621911.fs1.hubspotusercontent-ap1.net/hubfs/1621911/Assets%20-%20imei/fonts/search-blue.png?t=1530593872350) no-repeat center; font-size: 0; border: 0px; }
.row-fluid .g-search form { width:264px; top:48px; right:-10px; }
.new-blog .row-fluid .g-search form { top:78px; }
.new-blog .sticky .row-fluid .g-search form { top:48px; }
.new-blog button.gsc-search-button.gsc-search-button-v2 { top:0px; }
.gsc-search-box-tools .gsc-search-box .gsc-input { padding-right:0px !important; padding-top:5px; }
button.gsc-search-button.gsc-search-button-v2 svg { display:none; }
.row-fluid  .gsc-search-button-v2:focus { box-shadow:none; }
.gsst_a .gscb_a { color:#00a0db !important; }
td#gs_tti50  { width:190px; }
.gsc-input-box   {  border-radius:5px;}

.gsc-adBlock {
  display: none !important;
}
.gsc-result .gs-title {
  height: auto !important;
}
.gsc-selected-option-container {
  max-width: 100% !important;
}

/*--------------------------------- Mobile Menu CSS ----------------------------*/
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary2 .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary2 .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary2 .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary2 .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary2 .hs-menu-wrapper > ul ul{}
.custom-menu-primary2 .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary2 .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary2 .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary2 .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.row-fluid .authorbio { font-size: 16px; color: #00426c; margin: 10px 0 0; display:none; }
.row-fluid .authorbio > a { text-transform:uppercase; }   

/*Harun Css 7-6-2018*/

.row-fluid .blog-case-left {width: 100%;}
.row-fluid .blog-case-sidebar {   display: none;}
.row-fluid .blog-case-comment { display: none; }
.case-study .row-fluid .post-item { float: left;width: 32%; padding:0 10px; }
.case-study .row-fluid .post-item:nth-child(3n) {margin-right: 0;}
.case-study .row-fluid .post-row { margin:0 0 40px; position:relative; }
.case-study .row-fluid .post-row .slick-list { margin:0 -10px 30px; }
.case-study .row-fluid .post-row .slick-dots { margin:25px 0 0; }
.case-study .row-fluid .post-row > button { bottom:-6px; } 
.case-study .row-fluid .post-body h2 a {color: #00426c;   font-size: 18px;}
.case-study .hs-featured-image { margin: 0px; }
.case-study .row-fluid #hubspot-topic_data a.topic-link { display:none; color: #00426c;   font-size: 18px;}
.case-study .row-fluid .post-body h2 {   margin-bottom: 0;     font-family: 'Avenir Next LT Pro';}
.case-study .row-fluid .hs-featured-image-link { height: 300px; background-position: center center; display: block; }
.case-study .row-fluid .hero-section2 .hero-right {   background-position: top 20% center !important;}
.row-fluid .case-studies-outer {padding: 90px 0px;}
.row-fluid .post-link { background: #f5f5f6; padding: 25px 0px;}
.row-fluid .back-link a { font-size: 12px; color: #323e48;     font-family: 'Avenir Next LT Pro';} \
.row-fluid .back-link .fa { font-size: 12px;color: #323e48;}
.case-study.hs-blog-listing .row-fluid .post-link { display: none; }
.case-study.hs-blog-listing .hero-section2.new {  display: none;}
.row-fluid .hero-left.new h1 {   color: #00426c;    font-size: 24px;font-family: 'Avenir Next LT Pro';}
.case-study.hs-blog-post .row-fluid .hero-section2  {  display: none;}
.case-study.hs-blog-post .row-fluid .hero-section2.new  {  display: block;background: #fff;margin: 0px;}
.row-fluid .hero-left.new img {margin-bottom: 70px;}
.row-fluid .hero-small-text.new {   color: #00426c; font-family: 'Avenir Next LT Pro';}
.row-fluid .hero-section2 .hero-left.new { padding-bottom: 110px;padding-top: 30px !important; }
.row-fluid .outer-text { margin-top: 60px; }
.row-fluid .outer-text h3 span {font-weight: bold;}
.row-fluid .outer-text h3 {font-weight: normal;font-size: 18px;color: #323e48;font-family: 'Avenir Next LT Pro';}
.row-fluid span.space-now {margin: 0px 10px;}
.row-fluid .resource-section { background: #d9eff7;  padding: 90px 0px 90px 0px;}
.row-fluid .resource-title h2 {font-size: 36px; font-weight: bold;    margin-bottom: 20px;}
.row-fluid .resource-content { font-size: 18px; color: #323e48;font-family: 'Avenir Next LT Pro';}
.row-fluid .list-pagination {  position: relative;}
.row-fluid .list-pagination a {color: #323e48 !important;   font-size: 18px;text-transform: uppercase;font-family: 'Avenir Next LT Pro';}
.row-fluid a.pagination-btn.list-prev-post {  position: absolute;    left: 0;}
.row-fluid a.pagination-btn.list-next-post {   position: absolute;   right: 0;}
.row-fluid a.pagination-btn.list-prev-post img {   margin-right: 20px;}
.row-fluid a.pagination-btn.list-next-post img {   margin-left: 20px;}
.row-fluid .outer-pagination {   padding: 65px 0px 0px 0px;}
.row-fluid .related-project-section {   padding: 80px 0px;}
.case-study.hs-blog-post .case-studies-outer {    padding: 0px 0px;}
.row-fluid .post-related  {  float: left;width: 32%; margin-right: 2%;margin-bottom: 2%;}
/*.row-fluid .post-related:nth-child(3n) {   margin-right: 0;}*/
.row-fluid .post-related h2 a {color: #00426c;   font-size: 18px;}
.row-fluid .related-slider { float: left; width: 100%; position: relative;}
.row-fluid .post-related { margin-right: 0.5%;     margin-bottom: 0;}
.row-fluid .related-project-section .slick-list { margin: 0px; }
.row-fluid .related-project-section .slick-dots  { margin-top: 40px; }
.case-study.hs-blog-listing .row-fluid .resource-section { display: none; }
.case-study.hs-blog-listing .row-fluid .related-project-section { display: none; }
.case-study.hs-blog-post .row-fluid .resource-section { display: block; }
.case-study.hs-blog-post .row-fluid .related-project-section { display: block; }
.case-study .row-fluid .hero-section2.new .hero-right.new {   background-position: left 20% center !important;}
.row-fluid .list-text h6 a {color: #00426c;   font-weight: normal;       font-family: 'Avenir Next LT Pro';}
.row-fluid .list-text h6 { font-size: 18px;    font-family: 'Avenir Next LT Pro'; }
.row-fluid .inner-related h2 {font-family: 'Avenir Next LT Pro';}
.case-study p#hubspot-topic_data {   font-family: 'Avenir Next LT Pro';}
.case-study .row-fluid .outer-rs:nth-child(3n+2) h2 { color:#00a0db; } 
.case-study .row-fluid .post-listing > h4 { font-size:36px; float:left; width:100%; }
.case-study .row-fluid .related-title h2 { font-size:36px; } 
/*End*/ 

/* Blog Comments */
.new-comments .comment {
	padding: 20px 10px;
}
.new-comments .comment-from h4 {
	font-size: 20px;
}
.new-comments .comment-from a {
  color: #5e6062;
}

.slick-slide .span4 .image a {
  display: block;
}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .custom-menu-primary2 .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 991px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary2. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary2,
  .custom-menu-primary2 .hs-menu-wrapper > ul,
  .custom-menu-primary2 .hs-menu-wrapper > ul li,
  .custom-menu-primary2 .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -30px;          /* Position Button at right of screen  */
    right: 40px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background:transparent; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #49545d; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color:transparent; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color:#FFF; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    z-index:99;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary2.js-enabled{
       position: relative;
       padding-top: 0; /* Makes room for button */
       margin: 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary2.js-enabled .hs-menu-wrapper,
  .custom-menu-primary2.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary2 ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary2.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 20px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    float:left;
  }
  .custom-menu-primary2 .hs-menu-wrapper{
    background-color:#49545d; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary2 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary2 .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary2 .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary2 .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary2 .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



.tc3-boxes > span, .tc3-boxes > span > div {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width:1801px) {
	.about-us-page .row-fluid .itb-right { box-sizing:content-box; margin-right:-138px; }
}

@media (min-width:1401px) and (max-width:1800px){
  .row-fluid .footer-left .detailbox { width:60%; }
  .row-fluid .footer-left .subscribe-box { width:40%; padding-left:35px; margin:0; }
  .row-fluid .footer-social li { margin-right:10px; }
}

@media (min-width:1365px) and (max-width:1700px){
  .row-fluid .top-section:before  { left:36%; }
}

@media (max-width:1400px){
    
    h1 { margin:0 0 10px; padding:0; font-size:48px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; } 
    h2 { margin:0 0 10px; padding:0; font-size:42px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; } 
    h3 { margin:0 0 10px; padding:0; font-size:36px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
    h4 { margin:0 0 10px; padding:0; font-size:30px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
    h6 { margin:0 0 10px; padding:0; font-size:24px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
    
    .row-fluid .wrapper { max-width:100%; padding:0px 50px; }
    .row-fluid .top-section { padding:49px 40px; }
	  .row-fluid .top-section:before { left:26%; }
    .row-fluid .topright { margin-left:0px; width:76%; }
  	.sticky .topright {
  		 padding-top: 10px;
  	}
  	.row-fluid .titlebox { padding:0 100px 0 0; }
  	.row-fluid .itb-box { padding: 80px 50px; }
  	.row-fluid .blog-subscription .wrapper { padding-left: 20px; }
  	.row-fluid .subscribe-box h4 { text-align:right; }
  .row-fluid .hero-section2 .hero-left { padding-top:50px !important; }
  
  	.row-fluid .search-icon a { top:10px; }
  .sticky .search-icon a { top:15px; }
    .row-fluid .solution-boxes .slick-track>.slick-slide { padding-right:40px; }
    .row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul { padding-top:0px; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li > a { padding:8px 20px }
    .row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:last-child > a { margin-left:0px; }
    .row-fluid .itb-section .white-arrow { max-width:150px; }
    .row-fluid .itb-right { padding:110px 0px 110px 110px; }
  	.row-fluid .titlebox br { display:none; }
    .row-fluid .footer-left { width:100% !important; }
    .row-fluid .footer-right { width:100% !important; margin-left:0px !important; text-align:center; } 
    .row-fluid .footer-section { padding:60px 128px 50px 128px; }
  .row-fluid .partners-section { padding:20px 128px 20px 128px; }
  	.row-fluid .footer-social li { margin-right:10px; }
    .row-fluid .footer-logo { margin:0px 0px 30px; text-align:center; }
  	.row-fluid .copyright-text { width:100% !important; margin:0; text-align:center; font-family: 'Objektiv Mk1'; letter-spacing: 0.1px; }
  	.header-container .span12 > div > div + div > div { padding-bottom:142px; } 
  	.row-fluid .partner-section h3 { font-weight:400; }
}

/* chnage 1270 to 1400 */
@media(min-width:1401px){
  .home18 .service-provider {
    min-height: 479px;
  }
  
}
@media(max-width:1400px){
    
    .row-fluid h1 { margin:0 0 10px; padding:0; font-size:40px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
    .row-fluid h2 { margin:0 0 10px; padding:0; font-size:36px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
    .row-fluid h3 { margin:0 0 10px; padding:0; font-size:30px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
    .row-fluid h4 { margin:0 0 10px; padding:0; font-size:28px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
    .row-fluid h6 { margin:0 0 10px; padding:0; font-size:24px; line-height:1.2; font-family: 'Stag Book'; font-weight:700; color:#323e48; }
		.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li > a { padding: 8px 10px; font-size: 16px; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:last-child > a { margin-left:10px; }
  
    .row-fluid .topicon img { max-width:250px; }  
  	.row-fluid .hero-section .wrapper { bottom:130px; padding-right:100px; }
  	.row-fluid .hero-section h1 { font-size:33px; }
  
  	.row-fluid .topicon img { max-width: 150px; }
  	.row-fluid .titlebox { padding:0 60px 0 0; margin:0; }
  
  	.row-fluid .hero-section2 .hero-right { background-position:left 20% center !important; }
  .technology-page .row-fluid .hero-section2 .hero-right { background-position:center !important; }
  
  	.row-fluid .tv-text { font-size:20px; line-height:26px; }
  	.row-fluid .counter-box h2 { text-align:right; font-size:100px; }
  	.row-fluid .titlebox img { top:0; max-width:50px; }
  	.row-fluid .blog-subscription h3 + div { max-width:450px; }
  	.row-fluid .footer-section { padding:50px; }
    	.row-fluid .partners-section { padding:20px 50px; }
    .row-fluid .our-solution.p70-0 { padding-top:40px; padding-bottom:40px; }
    .row-fluid .feedback-section.p70-0 { padding-top:40px; padding-bottom:40px; } 
    .row-fluid .logo-section.p70-0 { padding-top:50px; padding-bottom:50px; } 
    .row-fluid .feedback-boxes h4 { font-size:24px; }
  	.row-fluid .top-section.sticky { padding:15px 30px; }
  
  	.row-fluid .service-provider h2 { font-size:36px; }
		/* About Us */
  	.row-fluid .who-we-are-text { font-size:24px;}
  	.about-us-page .row-fluid .solution-boxes .title { font-size: 23px;}
  	.about-us-page .row-fluid .itb-right { padding-left:122px;}
  	.row-fluid .team-image-bg { padding:  0 0;}
  	/* .row-fluid .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field { width:74%; } Genroe 19 04 05 */
  	.solutions .row-fluid .solution-boxes .title { min-height:62px; }
     
  	
  
}    
@media (max-width:1366px){
  .solutions .support-halfwidth-right img {
    max-width: 500px;
  }
  .solutions .hero-small-text img {
        max-height: 490px;
    width: auto !important;
    
  }
  .solutions .slick-list {
    margin-bottom: 0;
  }
/*   .solution-boxes .sicon img, .solution-boxes .title, .stext.fullwidth ul {
    margin-bottom: 0 !important;
  }
  .solution-boxes .title {
    margin-top: 0 !important;
  } */
  .solutions .stext.fullwidth ul {
    line-height: 1.4;
    margin-bottom: 0 !important;
  } 
/*   .solutions .slick-dots, .about-us-page .slick-dots {
    margin-top: -40px;
  } */
  .about-us-page .our-solution .slick-list {
    margin-bottom: 0 !important;
  }
   .home18 .slick-list {
     margin-bottom: 30px !important;
  }
  .solutions .solution-boxes .title {
     margin-bottom: 0 !important;
  }
 
}
@media (max-width:1365px){
    .case-study .header-container .span12 > div > div + div > div {   padding-bottom: 122px;}
}

@media(max-width:1270px){
	.row-fluid .wrapper { max-width:100%; }
	.case-study .header-container .span12 > div > div + div > div {   padding-bottom: 122px;}
  
}
@media (max-width:991px) and (min-width:768px){
/* .solutions .hero-right.set-bg { background-position: center left -150px; } */
}
@media (min-width:768px){
	.row-fluid .hero-section2 .hero-right img { display:none; }
}

@media (max-width:991px){  
  	.tc3-boxes > span, .tc3-boxes > span > div {
      display: block;
  	}
  
    .row-fluid .top-section.sticky { padding:15px; }
    .row-fluid .wrapper { max-width:700px; padding:0px; }
  	.header-container .span12 > div > div + div > div { padding-bottom:88px; }
    .row-fluid .logo-boxes > span > div { width:auto; } 
    .row-fluid .top-section { padding:30px 15px; } 
  	.case-study .row-fluid .top-section { padding:30px 15px; }
  	.home18	.row-fluid .top-section { padding:30px 15px; }
  	.row-fluid .top-section:before { display:none; }
  	.row-fluid .hero-section .wrapper { bottom:70px; padding-right:100px; } 
  	.row-fluid .hero-section h1 { font-size:20px; }
  	.row-fluid .g-search form { margin-top:0; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li > a { padding:8px 7px; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:last-child > a { padding:8px 15px; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li > a { padding: 8px 10px; font-size: 16px; }
  	.row-fluid .custom-menu-primary2 ul.hs-menu-children-wrapper:before { display:none; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul li a { line-height:28px; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul { margin:0; width:100%; }
  	.row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li:last-child > a { margin:0; border-radius:0; }
  	.row-fluid .topright { padding:0; width:100%; }
  	.row-fluid .search-icon a { top:-25px; }
    .row-fluid .solution-boxes .slick-track>.slick-slide { padding:0px 10px; }
    .row-fluid .slick-slider .slick-next { margin-right: -140px; }
    .row-fluid .slick-slider .slick-prev { margin-left: -140px; }
    .row-fluid .topicon { width: 40%; float: left; padding-top: 30px; }
    .row-fluid .topicon + .span7 { padding-top: 30px; }
  	.row-fluid .topicon img
    .row-fluid .topicon img { transform:none; } 
  	.row-fluid .topicon img { transform: translateY(-75%) rotate(-90deg); }
  	.row-fluid .tv-video { padding-top: 30px;  
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
 } 
    .row-fluid .tv-video img { transform:none; width:100% !important;  }
  	.row-fluid .tv-video > span:after{ width:80px; height:80px; }
  	.row-fluid .itb-section .white-arrow { max-width: 100px; }
  	.row-fluid .itb-right { padding: 60px 0px 60px 80px; } 
  	.row-fluid .itb-right h2 { font-size:30px; }
  	.row-fluid .counter-box { padding:50px 30px; }
  	.row-fluid .counter-box h2, .row-fluid .tc3-boxes > span > div { width:100%; text-align:center; }
  	.row-fluid .titlebox { text-align:center; padding-right:0 }
  	.row-fluid .titlebox img { position:static; float:none; display:inline-block; }
  	.row-fluid .itb-box { padding:50px 30px; }
  	.row-fluid .tc3-boxes.column2-1 > span > div:nth-child(2n+1) { width:100%; }
  	.row-fluid .tc3-boxes > span > div { height:auto !important; }
  	.row-fluid .blog-subscription  { text-align:center; float:left; width:100%; }
    .row-fluid .blog-subscription h3 { width: 100%; padding: 0 0 20px; text-align: center; max-width: 100%; }
  	.row-fluid .blog-subscription h3 + div { float: none; display: inline-block; }
  	.row-fluid .titlebox br { display:block; }
  	.row-fluid .footer-section .detailbox, .row-fluid .footer-section .subscribe-box { float:left; width:100%; margin:0; }
  	.row-fluid .subscribe-box h4 { text-align:center; } 
  	.row-fluid .partner-boxes > span > div { width:47.5%; }
  	.row-fluid .partner-boxes > span > div:nth-child(3n), .row-fluid .partner-boxes > span > div:nth-child(3n+1) { margin:10px 5% 20px 0; clear:none; }
  	.row-fluid .partner-boxes > span > div:nth-child(2n) { margin-right:0; }
    .about-us-page .row-fluid .itb-right { padding: 60px 0px 60px 80px; }
    .row-fluid .meet-the-team { padding: 80px 0 50px; }
    .row-fluid .team-image-bg { padding: 0 0; }
    .row-fluid .meet-team-main > span > div { margin-bottom:40px;}
    .solutions .our-solution .brochure-cta { margin-top:-50px; text-align:center; }
    .row-fluid .user-comm-text{ width:75%; }
    .row-fluid .our-support-section { padding: 70px 0 70px; }
  	.row-fluid .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field { width:100%; }
  	.row-fluid .hs_submit.hs-submit { width:100%; margin-left:0px; margin-top:20px; }  
    .blog-subscription form .hs-submit {margin-top: 0px !important;} /*Genroe 19 04 05 to correct newsletter form*/
  	.row-fluid .hero-section2 .hero-left { padding-top: 30px !important; }
  	.row-fluid .hero-section2 { margin:0 0 50px; }
  	.row-fluid .hero-small-text, .row-fluid .types-related-text { font-size:14px; line-height:24px; }
  	.row-fluid .comp-icon img { max-width:80px; }
  	.row-fluid .hero-icon-image { max-width:120px; margin:0 0 15px; }
  	.row-fluid .g-search form { top:4px; }
  	.new-blog .row-fluid .g-search form { top:5px; }
	.new-blog .sticky .row-fluid .g-search form { top:5px; }
	.case-study .row-fluid .post-item { width: 49%; }
	.case-study .row-fluid .post-item:nth-child(3n) { width: 49%; margin-right: 0;} 
	.case-study .row-fluid .post-item:nth-child(2n) { width: 49%; margin-right: 0;} 
	.case-study .row-fluid .hs-featured-image-link {    height: 250px;}
	.row-fluid .case-studies-outer {   padding: 50px 0px;}
	.row-fluid .outer-rs { float: left;width: 100%;    margin-bottom: 30px;}
	.row-fluid .outer-rs:last-child { margin-bottom: 0px; }
	.row-fluid .resource-section {   background: #d9eff7;    padding: 40px 0px 70px 0px;}
	.row-fluid .hero-left.new img {margin-bottom: 30px;} 
	.row-fluid .outer-text {   margin-top: 30px;}
	.row-fluid .resource-title h2 {    font-size: 28px;}
	.row-fluid .resource-content {  font-size: 16px;}
	.row-fluid .outer-pagination {   padding: 50px 0px 0px 0px;}
	.row-fluid .related-project-section {   padding: 30px 0px;}
	.row-fluid .related-title h2 { font-size: 28px; }
	.case-study .header-container .span12 > div > div + div > div {padding-bottom: 86px;}
  .case-study .row-fluid .hero-section2 .hero-left > span { bottom:-30px; }
}
  .row-fluid .video-container2 { height:100vh; overflow:hidden; }
@media (max-width:767px){
  .row-fluid .tv-video .video > a {
    width: 100%;
  }
  	.row-fluid .wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
  
    /*unique paddings*/
   .p0-20 { padding-left:10px; padding-right:10px; }
   .p10-0 { padding-top:5px;  padding-bottom:5px; }
   .p20-0 { padding-top:10px; padding-bottom:10px; }
   .p30-0 { padding-top:15px; padding-bottom:15px; }
   .p40-0 { padding-top:20px; padding-bottom:20px; }
   .p50-0 { padding-top:25px; padding-bottom:25px; }
   .p60-0 { padding-top:30px; padding-bottom:30px; }
   .p70-0 { padding-top:35px; padding-bottom:35px; }
   .pb10 { padding-bottom:5px; }
   .pb20 { padding-bottom:10px; }
   .pb30 { padding-bottom:15px; }
   .pb40 { padding-bottom:20px; }
   .pb50 { padding-bottom:25px; }
   .pb60 { padding-bottom:30px; }
   .pb70 { padding-bottom:35px; }
   .pt10 { padding-top:5px; }
   .pt20 { padding-top:10px; }
   .pt30 { padding-top:15px; }
   .pt40 { padding-top:20px; }
   .pt50 { padding-top:25px; }
   .pt60 { padding-top:30px; }
   .pt70 { padding-top:35px; }
  
  .row-fluid .slick-dots li { padding:0 2px; }
  
  .row-fluid .logo img { max-width:150px !important; }
  .row-fluid .top-section.sticky .logo { margin:0px; }
  .row-fluid .mobile-trigger { top:-28px; }
  .row-fluid .custom-menu-primary2 .hs-menu-wrapper > ul > li ul li a:before { display:none; }
  .row-fluid .video-container { height:610px; overflow:hidden; }
  .row-fluid .video-container2 { height:510px; overflow:hidden; }
    .row-fluid .video-container2 iframe {
      max-width: initial;
  }
  .row-fluid .video-container iframe, .row-fluid .video-container video, .row-fluid .video-container embed, .row-fluid .video-container object {  
-webkit-transform: scale(4.4);
-moz-transform: scale(4.4);
-o-transform: scale(4.4);
-ms-transform: scale(4.4);
transform: scale(4.4);
 }
  .row-fluid .hero-section .wrapper { padding-right:20px; }
  .row-fluid .hero-section h1 br { display:none; }
  .row-fluid .hero-section h1 { font-size: 20px; line-height:1.1; }
  .row-fluid .topright { width:100%; }
  .row-fluid .search-icon a { top:-25px; }
  
  .row-fluid .service-provider { text-align:center; }
  .row-fluid .service-provider h2 { font-size:30px; }
  .row-fluid .service-provider .topicon , .row-fluid .topicon + .span7{ float:left; width:100%; }
  .row-fluid .text-video { padding-bottom:60px; }
  .row-fluid .tv-text { font-size:18px; line-height:24px; }
  
  .row-fluid .fimage { background-image:none !important; position: static; margin: 30px 0 0; }
  .row-fluid .fimage .get-bg { display:block !important; }
  
  .row-fluid .logo-section h2 { text-align:center; }
  .row-fluid .logo-boxes > span > div { width:200px; padding:15px 10px; }
  
  .row-fluid .solution-boxes .slick-list { margin:30px 0 90px; } 
/*   .row-fluid .solution-boxes .slick-slider button.slick-arrow { margin:-110px 0 0; left:0; top: 100%; bottom: auto; } */
/*   .row-fluid .solution-boxes .slick-slider button.slick-next { left:auto; right:0; } */
  .row-fluid .solution-boxes { font-size: 16px; line-height: 24px; }
  
  .row-fluid .titlebox h5, .row-fluid .itb-box h5 { font-size:18px; }   
  .row-fluid .feedback-boxes h6 { font-size:20px; }
  
  .row-fluid .itb-image { position:static; width:100%; height:auto; }
  .row-fluid .itb-image img { display:block; }
  .row-fluid .itb-right { width:100%; padding:50px 0 30px; }
  .row-fluid .itb-section .white-arrow {  max-width: 50px; margin: -15px 0 0;  
-webkit-transform:  translate(-50%,-50%) rotate(90deg);
-moz-transform:  translate(-50%,-50%) rotate(90deg);
-o-transform:  translate(-50%,-50%) rotate(90deg);
-ms-transform:  translate(-50%,-50%) rotate(90deg);
transform:  translate(-50%,-50%) rotate(90deg);
 }
  
  .row-fluid .itb-section .white-arrow { display:none; }
  .row-fluid .feedback-boxes .slick-slider .slick-next { left:180px; }
  .row-fluid .footer-section { padding:50px 20px; }
    .row-fluid .partners-section { padding:20px 20px; }
  .row-fluid .footer-menu.option2 { padding:15px 0 0; }
  .row-fluid .connect-title { padding:15px 0 10px 0; }
 	.row-fluid .footer-social { float:left; width:100%; padding:0 0 40px; } 
  .row-fluid .hero-section2 { margin:0 0 30px; }
  .row-fluid .hero-section2 .hero-right { position:static; background-image:none !important; width: auto; margin: 0 -15px; background-size:cover !important; }
  .row-fluid .hero-section2 .hero-right .get-bg { display:block !important; }
  .row-fluid .hero-section2 .hero-left { padding-top:30px; }
  .row-fluid .comp-icon img { max-width:50px; }
  .row-fluid .partner-boxes > span > div, .row-fluid .partner-boxes > span > div:nth-child(3n), .row-fluid .partner-boxes > span > div:nth-child(3n+1) { margin:10px 5% 20px 0; }
  .row-fluid .partner-boxes > span > div:nth-child(2n) { margin-right:0; }
  .row-fluid .partner-boxes .itb-box { padding:20px 0 0; } 
  .row-fluid .partner-boxes .itb-box img { margin:0 0 20px; }
  .row-fluid .who-we-are-left { margin-bottom:30px;}
  .row-fluid .who-we-are-section { padding: 30px 0 30px; }
  .row-fluid .work-section { padding:40px 0 10px;}
  .about-us-page .row-fluid .itb-right { padding: 40px 0px 30px 0; }
  .row-fluid .hwr-section-column > span > div { width:100%; margin:0 0 30px;}
  .about-us-page .row-fluid .our-solution { padding:30px 0 20px;}
  .row-fluid .meet-the-team { padding:40px 0 10px;}
  .row-fluid .meet-team-main > span > div { margin-bottom: 30px; }
  .row-fluid .team-image-bg { padding: 0 0; }
  
  .about-us-page .row-fluid .itb-image { margin:0 -15px; width:auto; }
  .row-fluid .hero-section2 .hero-left > span { bottom:0; margin:0; }
  
  .technology-page .row-fluid .hero-section2 .hero-left { padding-top:30px; width:100%; }
  
  /* Solutions */
  .solutions .row-fluid .hero-left{ width:100%;}
  .row-fluid .our-support-section .wrapper > div > div { display:block; }
  .row-fluid .support-halfwidth-right  { display:block; text-align:center; }
  .row-fluid .support-halfwidth-right img {max-width:450px; width:100% !important; position:static; transform:none; }
  .solutions .row-fluid .brochure-cta a{ margin:30px 0 10px;}
  .solutions .our-solution .brochure-cta { margin:0;}
  .row-fluid .our-support-section { padding:40px 0;}
  .row-fluid .support-halfwidth .hero-small-text { padding:0 0 30px;}
  .row-fluid .support-types-section { margin-bottom:30px;}
  .row-fluid .user-comm-text { width: 90%; }
  .row-fluid .hero-small-text { padding-right:0;}
  .row-fluid .slider-full-width .equal-height { width:100%; display:block; }
  .row-fluid .feedback-boxes { padding:0px; }
  .row-fluid .fimage.set-bg.equal-height { border-left:10px solid #fff; text-align:center; }
  .row-fluid .fimage.set-bg.equal-height img { margin:0px auto; }
  .row-fluid .text-video { height:auto !important; }
  .row-fluid .service-provider { height:auto !important; }
  .case-study .row-fluid .post-item { width: 100%; }
	.case-study .row-fluid .post-item:nth-child(3n) { width: 100%;margin-right: 0;} 
	.case-study .row-fluid .post-item:nth-child(2n) { width: 100%; margin-right: 0;} 
	.case-study .row-fluid .hs-featured-image-link { height: 250px;}
	.row-fluid .case-studies-outer {   padding: 30px 0px;} 
	.row-fluid .hero-section2 .hero-left.new {width: 100%; padding-bottom: 30px;}
  .row-fluid .hero-section2 .hero-left { width:100%; }
	
}  
@media(max-width:600px){
  .row-fluid .meet-team-main > span > div { width: 49%; margin-right:2% !important;}
  .row-fluid .meet-team-main > span > div:nth-child(2n){ margin-right:0 !important;}
  .row-fluid .team-image-bg { padding: 0 0; }
  
  /* Solutions */
  .row-fluid .types-dot { width: 25px; height: 25px;}
  .row-fluid .support-types-section { padding-left: 50px;}
  
  .row-fluid .meet-team-main > span > div:nth-child(3n+1) { clear:none; }
  .row-fluid .meet-team-main > span > div:nth-child(2n+1) { clear:left; }
  .row-fluid .list-pagination a { font-size: 16px; }
  
}

@media (max-width:480px){
  .row-fluid .partner-boxes > span > div { margin-right:0 !important; width:100%; }
  .row-fluid .meet-team-main > span > div { width: 100%; margin-right:0 !important; }
  .row-fluid .team-image-bg { padding:0; background:none !important;}
  .row-fluid .team-image.get-bg{ display:block !important;}
  .row-fluid .title-bullet-text ul li { padding-left:50px;}
  .row-fluid .title-bullet-text ul li:before{ left:25px;}
  .case-study .row-fluid .hs-featured-image-link {   height: 200px;}
  .row-fluid .list-pagination a { font-size: 12px; }
  .row-fluid a.pagination-btn.list-prev-post img {    margin-right: 10px; max-width: 18px;vertical-align: middle;}
  .row-fluid a.pagination-btn.list-next-post img {    margin-left: 10px; max-width: 18px;vertical-align: middle;}
  .row-fluid .post-link { padding: 20px 0px; }
}
@media (max-width:320px){
    .row-fluid a.pagination-btn.list-next-post {position: relative;}
    .row-fluid a.pagination-btn.list-prev-post {position: relative;}
    .row-fluid .list-pagination { text-align: center; }
}


/* Home */
.home18 .row-fluid .top-section { transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -ms-transition:ease all 0.4s; -moz-transition:ease all 0.4s; }
  .home18 .row-fluid .top-section.sticky { background:#37444e; padding:10px 64px 0 128px; }
  .home18 .row-fluid .top-section.sticky .logo { margin:10px 0 0; }
  .row-fluid .column2-1 .itb-box { padding:80px 100px;  }
  .row-fluid .itb-section .white-arrow { margin:-45px 0 0 -18px; }
  .row-fluid .solution-boxes .title { margin:20px 0; }
  
  @media (max-width:1400px){
    .home18 .row-fluid .top-section.sticky { padding:30px  }
    .home18 .row-fluid .top-section.sticky .logo { margin:0; }
    .row-fluid .column2-1 .itb-box { padding:80px 50px; }
  }
  @media (max-width:991px){
    .row-fluid .text-video { padding-bottom:40px; }
    .row-fluid .top-section:before { display:none; }
  } 

.solutions .contact-us-form fieldset {
    max-width: none;
}
.solutions .contact-us-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.submitted-message,
.solutions .contact-us-form {
    font-size: 15px;
  	color: #3b3b3b;
}
.solutions .contact-us-form legend {
  	color: #bebebe;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    right: -270px;
    top: -1px;
    left: auto;
}