* {
    padding: 0;
    margin: 0;
}
a, img {
    border: 0;
}
body {
    background-color: #FFF;
    font: 62.5%/1.4 'Lato', sans-serif;
    color: #000;
}
a {
    color: #fd400d;
    text-decoration: none;
}
a:hover {
    color:#e43a0c;
    text-decoration: none;
}

li {
    list-style-type: none;
}
#container {
    font-size:18px;
}
#content {
    padding-top: 155px;
}
header {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    opacity: 1;
}
#top_menu {
    background-color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 30px 0px 0;
    position: absolute;
    top: 0;
    height: 40px;
    overflow: inherit;
    display: block;
    text-align: right;
}
#top_menu .learn_more {
    display: inline-block;
}
#top_menu .learn_more a {
    background-color: #fd400d;
    padding: 3px 8px;
    margin: 10px 0px 10px 14px;
    height: 14px;
    line-height: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    transition: background-color 0.2s ease;
}
.hover-active #top_menu .learn_more a:hover {
    background-color: #e43a0c;
}
#header_menu_id .hs_cos_wrapper_type_menu {
    display: inline-block;
}
#header_menu_id .hs-menu-wrapper > ul {
    text-align: right;
    height: 40px;
}
#header_menu_id .hs-menu-wrapper > ul > li {
    display: inline-block;
    height: 40px;
    position: relative;
    margin-left:-3px;
}
#header_menu_id .hs-menu-wrapper > ul > li:nth-child(7), #header_menu_id .hs-menu-wrapper > ul > li:nth-child(8) {
    display: none;
} 
#header_menu_id .hs-menu-wrapper > ul > li > a {
    color: #bfbfbf;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px 0px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    height: 35px;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.2s ease;
}
#header_menu_id .hs-menu-wrapper > ul > li:after, #header_menu_id .hs-menu-wrapper > ul > li.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    margin: auto;
    height: 5px;
    width: 100%;
    background: transparent;
    transition: background-color .2s ease;
    z-index: 20;
}
.hover-active #header_menu_id .hs-menu-wrapper > ul > li:hover:after {
    width: 100%;
    background: #FFF;
}
.hover-active #header_menu_id .hs-menu-wrapper > ul > li:hover > a, #header_menu_id .hs-menu-wrapper > ul > li.active > a {
    color: #FFF;
}
#header_menu_id .hs-menu-wrapper > ul > li.active > a:after {
    left: 50%;
    bottom: -5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-left: -5px;
}
.hover-active #header_menu_id .hs-menu-wrapper > ul > li.active:hover > a:after {
    display:none;
}
#header_menu_id .hs-menu-wrapper > ul .hs-menu-children-wrapper {
    position: absolute;
    width: auto;
    background-color: transparent;
    white-space: nowrap;
    min-width: 100%;
    z-index: 2;
    top:40px;
    left: -1px;
    opacity: 0;
    visibility:hidden;
    border-left: 1px solid #000008;
    border-right: 1px solid #000008;
    border-bottom: 5px solid #000008;
    transition: visibility 0.2s ease, opacity 0.2s ease;
    background: #fff\9;
}
.hover-active #header_menu_id .hs-menu-wrapper > ul > li:hover .hs-menu-children-wrapper {
    opacity: 1;
    visibility:visible;
    transition-delay:0s;
}
#header_menu_id .hs-menu-wrapper > ul .hs-menu-children-wrapper li {
    height: 25px;
    text-align: center;
    padding: 0px 15px;
    background-color: rgba(255,255,255,0.95);
}
#header_menu_id .hs-menu-wrapper > ul .hs-menu-children-wrapper li:first-child {
    padding-top: 7px;
}
#header_menu_id .hs-menu-wrapper > ul .hs-menu-children-wrapper li:last-child {
    padding-bottom: 7px;
}
#header_menu_id .hs-menu-wrapper > ul .hs-menu-children-wrapper li a {
    display: inline-block;
    font-size: 14px;
    color: #000008;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 25px;
    transition: color 0.2s ease;
}
.hover-active #header_menu_id .hs-menu-wrapper > ul .hs-menu-children-wrapper li a:hover {
    color: #fd400d;
}
#login_btn {
    display:inline-block;
}
#login_btn a {
    font-size:14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fd400d;
    transition: color 0.2s ease;
    display: block;
    padding-left: 25px;
    line-height: 40px;
}
#login_btn a:hover {
   color: #ff7b2c; 
}
#header {
    height: 115px;
    padding-right: 30px;
    background-color: #FFF;
    position: relative;
    min-height: 115px;
    margin: 40px 0 0;
}
#header h1 {
    width: 200px;
    height: 58px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2079254249-png/images/logo_x2.png?v=4) 0 0 no-repeat;
    position: absolute;
    top: 32px;
    left: 30px;
    text-indent: -9999px;
    background-size: cover;
    background: url(//cdn2.hubspot.net/hub/451967/file-1971471709-png/images/logo.png) 0 0 no-repeat\9;
}
#header ul {
    padding: 0px 0 0 113px;
    background: #fff;
    overflow: hidden;
    background: #fff;
    height: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    margin: 0 0 0 auto;
}
#header li {
    display: table-cell;
    position: relative;
    transition: opacity 0.2s linear;
    padding: 0 0 0 27px;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
}
.hover-active #header li a:not(.skrollable-between):hover ~ span {
    transition:none;
}
.hover-active #header li a:hover ~ span:not(.skrollable-between) {
    width: 50% !important;
    opacity: 1 !important;
}
.hover-active #header li a:hover ~ span.skrollable-between {
    width: 100% !important;
    opacity: 1 !important;
    transition: width 0.2s linear;
}
.hover-active #header li a:hover {
    opacity: 1 !important;
}
#header li a {
    color: #000008;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.2s;
}
#header li span {
    display: block;
    position: absolute;
    bottom: -3px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 0%;
    height: 2px;
    background-color: #000;
    position: relative !important;
}
.header-toggle {
    margin: 32px 7px 0 0;
    width: 36px;
    height: 29px;
    float: right;
    padding: 7px 0 0;
    border: none;
    background: none;
    vertical-align: top;
    cursor: pointer;
    display: none;
}
.hover-active .header-toggle:hover, .header-toggle:active {
    background: none;
}
.header-toggle-ico {
    height: 2px;
    background: #000008;
    margin: 4px 8px 0 9px;
    display: block;
}
#main_image {
    height: 576px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
#main_image .main_image_bg {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#video_container {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    background: url(//cdn2.hubspot.net/hubfs/451967/images/web_thumb_1920x1080p_v4b.jpg) 0 0 no-repeat\9;
}
#main_image video {
    display: none;
    width: 100%;
    height: 100%;
}
#main_image_overlay {
    width: 76%;
    padding: 50px 12% 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
}
#main_image_overlay h2 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 30px;
    font-weight: normal;
    text-transform: capitalize;
}
#main_image_overlay .line {
    width: 60px;
    height: 5px;
    background-color: #FFF;
    margin: 25px auto 30px;
}
#main_image_overlay h4 {
    font-weight: normal;
    font-size: 24px;
}
#main_image_overlay .password_form h4 {
    margin-bottom: 20px;
}
#main_image_overlay .password_form #hs-pwd-widget-password {
    width: 224px !important;
    height: 41px !important;
    margin-top: 0px !important;
    margin-right: 10px;
    vertical-align: middle;
    border: none;
    font-size: 18px;
    text-align: center;
    line-height: 41px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    outline: 0;
    border-radius:0;
}
#main_image_overlay a.button, #main_image_overlay .hs-button {
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    display: inline-block;
    padding: 9px 30px;
    background: transparent;
    border: 3px solid #FFF;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    margin: 55px auto 0;
    text-transform: uppercase;
    transition: background-color 0.2s linear;
    vertical-align: middle;
}
#main_image_overlay .password_form .hs-button {
    margin: auto 0px;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius:0;
}
.hover-active #main_image_overlay a.button:hover, #main_image_overlay .hs-button {
    background-color: rgba(0,0,0,0.3);
}
#main_image_overlay a.button img {
    vertical-align: middle;
    padding-left: 7px;
    width:16px;
    line-height:0px;
    font-size:0px;
}
#main_image_overlay a.button span {
    vertical-align: middle;
}
#main_image_overlay a {
    transition:color 0.2s;
}
#main_image_overlay #password_error {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 20px;
}
#main_image_overlay #password_error a {
    color:#FFF;
    text-decoration: underline;
}
#main_image_overlay #password_error a:hover {
    color: #c4c4c4;   
}
#main_image #main_image_overlay_more {
    display: none;
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 66px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-animation: bounce 2s 3;
  -webkit-animation: bounce 2s 3;
  animation: bounce 2s 3;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
    
#main_image_overlay_more:before, #main_image_overlay_more:after {
    position: absolute;
    width: 20px;
    height: 4px;
    content: "";
    margin: 0;
    padding: 0;
    border: none;
    bottom: 38px;
    background: #000;
}
#main_image_overlay_more:before {
    left: 13px;
    -webkit-transform: skew(0deg, 46deg);
    -moz-transform: skew(0deg, 46deg);
    -o-transform: skew(0deg, 46deg);
    transform: skew(0deg, 46deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
#main_image_overlay_more:after {
    right: 13px;
    -webkit-transform: skew(0deg, -46deg);
    -moz-transform: skew(0deg, -46deg);
    -o-transform: skew(0deg, -46deg);
    transform: skew(0deg, -46deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.text_block {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    padding: 90px 17% 105px;
    text-align: center;
}
.text_block h3 {
    font-weight: bold;
    font-size: 36px;
    color: #000008;
}
.text_block p {
    font-weight: 300;
    font-size: 24px;
    color: #000008;
    line-height: 40px;
    padding-top: 60px;
}
.parallax {
    height: 378px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.parallax h2 {
    position: absolute;
    text-align: center;
    width: 90%;
    padding: 0 5%;
    font-size: 90px;
    font-weight: 900;
    color: #FFF;
    opacity: 0.5;
    text-transform: uppercase;
    line-height: 100px;
}
.parallax_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
#iphone_bg {
    height: 472px;
    width: 100%;
    background-color: #FFF;
    position: relative;
}
#iphone_bg_inner {
    height: 236px;
    width: 100%;
    background-color: #F2F2F2;
    position: absolute;
    top:236px;
}
#iphone_img {
    position: absolute;
    top:50%;
    left: 50%;
    margin-top:-200px;
    margin-left:-345px;
    height: 400px;
    width: 690px;
    background: url('../images/iphone.png') 0 0 no-repeat;
}
#how_it_works, #learn_more {
    padding: 70px 12%;
    background-color: #f3f3f3;
    text-align: center;
}
#how_it_works h4, #learn_more h4 {
    font-size: 30px;
    color: #000008;
    font-weight: bold;
    margin-bottom: 25px;
}
#how_it_works a, #learn_more a {
    display: inline-block;
    padding: 10px 18px;
    background-color: #fd400d;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    margin: 0 6px;
    text-transform: uppercase;
    transition:background-color 0.2s;
}
.hover-active #how_it_works a:hover {
    background-color:#e43a0c;
}
#learn_more a {
    background-color: #fd400d;
}
.hover-active #learn_more a:hover {
    background-color:#e43a0c;
}
#footer_content {
    position: relative;
    text-align: center;
    background-color: #000;
}
#iab_logo {
    position: absolute;
    left: 25px;
    margin-bottom: auto;
    margin-top: auto;
    top: -75px;
    bottom: 0;
    height: 42px;
    width: 41px;
    
}
#alwayson_logo {
    position: absolute;
    left: 85px;
    margin-bottom: auto;
    margin-top: auto;
    top: -61px;
    bottom: 0;
    height: 73px;
    width: 72px;
    
}
#adobe_logo {
    position: absolute;
    left: 180px;
    margin-bottom: auto;
    margin-top: auto;
    top: -61px;
    bottom: 0;
    height: 32px;
    width: 150px;
    
}
#adobe_logo img {
    width:150px;
}
#footer_social_links {
    position: absolute;
    right: 55px;
    margin-bottom: auto;
    margin-top: auto;
    top: -60px;
    bottom: 0;
    height: 26px;
}
#footer_social_links li {
    display: inline-block;
    line-height: normal;
    padding: 0 5px;
}
#footer_social_links a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.2s;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
}
.hover-active #footer_social_links a:hover {
    opacity: 0.7;
}
#footer_social_links a span {
    color: #fff;
    display: inline-block;
    background: url(//cdn2.hubspot.net/hub/451967/file-1973374481-png/images/social_ico.png) no-repeat;
    vertical-align: middle;
}
.footer_social_links_facebook span {
    width: 13px;
    height: 26px;
}
.footer_social_links_twitter span {
    width: 30px;
    height: 25px;
    background-position: -22px 0 !important;
}
.footer_social_links_instagramm span {
    width: 26px;
    height: 26px;
    background-position: -64px 0 !important;
}
#footer_menu_id .hs-menu-wrapper {
    height: 206px;
    text-align: center;
    display:inline-block;
}
#footer_menu_id .hs-menu-wrapper li {
    display: inline-block;
    line-height: 206px;
}
#footer_menu_id .hs-menu-wrapper li a {
    color: #fd400d;
    font-size: 14px;
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: 300;
    transition: color 0.2s ease;
}
.hover-active #footer_menu_id .hs-menu-wrapper li a:hover {
    color:#ff7b2c;
}
#footer_content .learn_more {
    padding-left: 10px;
    display: inline-block;
}
#footer_content .learn_more a {
    background-color: #fd400d;
    padding: 4px 8px;
    margin: 10px 0px;
    height: 14px;
    line-height: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    transition: background-color 0.2s ease;
}
.hover-active #footer_content .learn_more a:hover {
    background-color: #e43a0c;
}
#copy {
    height: 60px;
    background-color: #6d6e71;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    line-height: 60px;
}
#copy a {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 60px;
}
.hover-active #copy a:hover {
    text-decoration: underline;
}
/* Careers */
#team .text_block p {
    display:none;
}
.team_content {
    overflow: hidden;
    padding: 0 17% 118px 17%;
}
.team_content_row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.333333%;
    padding: 0 2.5%;
    text-align: center;
}
.team_content_table {
    display: table;
    height: 100%;
    width: 100%;
    margin-bottom:50px;
}
.team_content_cell {
    display: table-cell;
    width: 33.333333%;
    padding: 0 2.5%;
    text-align: center;
}
.team_content h4 {
    font-size: 18px;
    padding: 11px 0 0;
}
.team_content p {
    font-size: 14px;
    font-weight: 300;
}
.team_content .linkedin {
    display:inline-block;
    width: 31px;
    height: 31px;
    background:url(//cdn2.hubspot.net/hub/451967/file-2146397880-png/images/linkedIn_aboutPage.png) 0 0 no-repeat;
    background-size: cover;
    opacity:0.6;
    margin: 0 0 17px;
    transition: opacity 0.2s;
}
.team_content .linkedin:hover {
    opacity: 1;
}
.careers_content {
    padding: 0 12% 166px;
    text-align: left;
    overflow: hidden;
}
.careers_content a {
    color: #fd400d;
    transition:color 0.2s;
}
.hover-active .careers_content a:hover {
    color:#ff7b2c;
}
.careers_content .whr-items {
    overflow: hidden;
    margin-left: 16%;
}
.careers_content .whr-item {
    padding-bottom: 30px;
    width: 30%;
    padding-right: 3.3%;
    float: left;
}
.careers_content .whr-item .position_read_more {
    padding-top: 10px;
    display: inline-block;
}
.careers_content .whr-date {
    display: none;
}
.careers_content .whr-title {
    padding-bottom:10px;
}
.careers_content .whr-title a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.careers_content .whr-info li {
    font-size: 16px;
    font-weight: 300;
}
@media all and (max-width: 1500px) {
    .careers_content .whr-items {
        overflow: hidden;
        margin-left: 12%;
    }
}
@media all and (max-width: 1000px) {
    .careers_content .whr-items {
        overflow: hidden;
        margin-left: 6%;
    }
}
@media all and (max-width: 1100px) {
    .careers_content .whr-title a {
        font-size: 18px;
    }
    .careers_content {
        padding: 0 5% 166px;
    }
    .careers_content .whr-info li {
        font-size: 16px;
    }
}
@media all and (max-width: 768px) {
    .careers_content .whr-item {
        float:none;
        padding-right: 0px;
        margin: 0 auto;
        width: 75%;
        padding-bottom: 15px;
    }
    .careers_content .whr-items {
        margin-left: 26%;
    }
    .careers_content {
        padding-bottom: 50px !important;
    }
}
@media all and (max-width: 550px) {
   .careers_content .whr-items {
        margin-left: 23%;
    } 
}
@media all and (max-width: 480px) {
    .careers_content .whr-title a {
        font-size: 16px;
    }
    .careers_content .whr-info li {
        font-size: 14px;
    }
    .careers_content .whr-items {
        margin-left: 19%;
    }
}
.careers_content_bottom {
    font-size: 14px;
    border-top: 1px solid #6d6e71;
    margin: 45px 0 0;
    padding: 49px 0 0;
}
.careers_content_bottom h4 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 14px;
}
.careers_content_bottom p {
    line-height: 17px;
}
/* Production Apps */
#production_apps {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.cta_LP {
    padding: 38px 25%;
    background-color: #F3F3F3;
}
.cta_LP .bar {
    position: relative;
    background-color: #FFF;
    border-left: 10px solid #fd400d;
    padding: 10px 10px 10px 0px;
    text-align: center;
}
.cta_LP .text {
    font-size: 30px;
    color: #000008;
    font-weight:bold;
    text-align: center;
    padding-left: 140px;
}
.cta_LP .book {
    width:110px;
    height:154px;
    position:absolute;
    top:50%;
    margin-top:-77px;
    left:21px;
    background:url(//cdn2.hubspot.net/hub/451967/file-2597668278-png/images/book-1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.cta_LP .button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 140px;
    display: inline-block;
    padding: 8px 18px;
    background-color: #000;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    transition:background-color 0.2s;
}
.hover-active .cta_LP .button:hover {
    background-color:#333339;
}
.production_apps_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 20%;
    padding: 0 2px 0 0;
}
.production_apps_content:last-child {
    padding: 0;
}
.production_apps_content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.production_apps_row {
    overflow: hidden;
    height: 378px;
    text-align: center;
    position: relative;
    transition: background-color 0.35s ease;
    -webkit-transition: background-color 0.35s ease;
    background: none;
}
.production_apps_content .production_apps_img {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    display: block;
    position: relative;
    margin: 0 auto;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 156px;
    height: 132px;
}
.hover-active .production_apps_content:hover .production_apps_img {
    background-size: 70% 70%;
    -webkit-transform: translate3d(0px,-50px,0px);
    transform: translate3d(0px,-50px,0px);
}
.production_apps_img_content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.hover-active .production_apps_content:hover .production_apps_img_content {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.production_apps_content figcaption{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    padding: 93px 0 0;
    text-transform: uppercase;
}
.production_apps_content figcaption:before, .production_apps_content figcaption:after {
    pointer-events: none;
    display: block;
}
.production_apps_content h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    /*margin: -5px 0 0;*/
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -moz-box-transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    -moz-box-transform: translate3d(0,20px,0);
    cursor: default;
}
.hover-active .production_apps_content:hover h2 {
    -webkit-transform: translate3d(0,-45px,0);
    transform: translate3d(0,-45px,0);
    -moz-box-transform: translate3d(0,-45px,0);
}
.production_apps_content p {
    margin: 1em 0 0;
    padding: 3em 1.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-30px,0) scale(1.1);
    transform: translate3d(0,-30px,0) scale(1.1);
    font-size: 14px;
    text-transform: none;
    cursor: default;
    line-height: normal;
}
.hover-active .production_apps_content:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,-60px,0) scale(1);
    transform: translate3d(0,-60px,0) scale(1);
}
.production_apps_content figcaption img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
} 
.hover-active .production_apps_content figcaption:hover img {
    -webkit-transform: translate(0, -30px) scale(0.6);
    transform: translate(0, -30px) scale(0.6);
}
/* FAQ */
#faq_inner {
    padding: 0 5% 146px;
    overflow: hidden;
}
#faq h2 {
    font-size: 36px;
    background: #f3f3f3;
    text-align: center;
    padding: 45px 5% 53px;
    margin: 0 0 44px;
}
#faq p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
#faq h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 14px 0 0;
}
#faq a {
    color: #fd400d;
    transition:color 0.2s;
}
.hover-active #faq a:hover {
    color:#ff7b2c;
}
.faq-row {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2.5%;
    width: 50%;
}

/* Terms/Privacy */
#terms_inner {
    padding: 0 7% 105px;
}
#terms h2 {
    font-size: 36px;
    background: #f3f3f3;
    text-align: center;
    padding: 45px 5% 53px;
    margin: 0 0 58px;
}
h2.h2_top_title {
    font-size: 36px;
    background: #f3f3f3;
    text-align: center;
    padding: 45px 5% 53px;
}
#terms p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
#terms h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 14px 0 0;
}
#terms a {
    color: #fd400d;
    transition:color 0.2s;
}
.hover-active #terms a:hover {
    color:#ff7b2c;
}
/* Contact */
#map-canvas {
    width: 100%;
    height: 566px;
}
#contacts_inner {
    padding: 111px 0 0;
}
#contacts h2 {
    font-size: 36px;
    text-align: center;
    padding: 0px 5% 55px;
}
#contacts h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 0px 5% 55px;
}
#contacts p.city {
    font-size:18px;
    font-weight: 700;
    text-align: center;
    padding: 0px 5% 15px;
    text-transform: uppercase;
}
#contacts_form {
    background: #f3f3f3;
    margin: 67px 0 0;
}
#contacts_form label {
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    margin: 0 0 4px;
}
.contacts_form_inner {
    padding: 50px 12% 0;
    overflow: hidden;
}
#hs_form_target_contact_form .field  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 2.5%;
    margin: 0 0 25px;
}
#hs_form_target_contact_form .hs_submit {
    clear:both;
}
#hs_form_target_contact_form input[type="text"], #hs_form_target_contact_form input[type="email"], #hs_form_target_contact_form input[type="tel"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    background: #fff;
    border: 1px solid #bfbfbf;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.popup_form .hs_cos_wrapper_type_form .actions {
    text-align: center;
    padding: 3% 0 7%;
}
.popup_form .hs_cos_wrapper_type_form .hsformerror {
    z-index:1000 !important;
}
#hs_form_target_contact_form .actions {
    padding: 36px 0 65px;
}
#hs_form_target_contact_form .actions input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    min-width: 190px;
    padding: 0 20px;
    height: 40px;
    background: #fd400d;
    cursor: pointer;
    transition: background-color 0.2s;
}
.hover-active #hs_form_target_contact_form .actions input[type="submit"]:hover {
    background-color: #e43a0c;
}
/* Popup */
.popup_form .hs_cos_wrapper_type_form {
    width: 634px;
    background: #fff;
    position: absolute;
    z-index: 10005;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.popup_form .hs_cos_wrapper_type_form form, #retargetedPopup .retargetedPopup_inner {
    padding: 0px 8%;
}
.popup_form .hs_cos_wrapper_type_form h3 {
    font-weight: 700;
    font-size: 36px;
    padding: 5% 0;
    text-align: center;
}
.popup_form .hs_cos_wrapper_type_form label, .hs_cos_wrapper_type_blog_subscribe label {
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    margin: 0 0 4px;
}
.popup_form .hs_cos_wrapper_type_form .hs-error-msgs label, .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs label, #contacts_form .hs_cos_wrapper_type_form .hs-error-msgs label {
    font-size:14px;
    font-weight:400;
    color:red;
    margin:0;
}
.hs_cos_wrapper_type_form label .hs-form-required {
    color: #F00;
}
.hs_cos_wrapper_type_blog_subscribe .inputs-list {
    margin-bottom:15px;
    display: none !important;
}
.hs_cos_wrapper_type_blog_subscribe .inputs-list li {
    display:inline-block;
}
.hs_cos_wrapper_type_blog_subscribe .message {
    margin-bottom: 4%;
    color:#FFF;
}
.hs_cos_wrapper_type_blog_subscribe .message a, .hs_cos_wrapper_type_blog_subscribe .message a:hover {
    color:#000;
}
.popup_form .hs_cos_wrapper_type_form .hs-form-field, .hs_cos_wrapper_type_blog_subscribe .hs-form-field {
    margin: 0 0 4%; 
}
.popup_form .hs_cos_wrapper_type_form input[type="text"], .popup_form .hs_cos_wrapper_type_form input[type="email"], .popup_form .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    background: #fff;
    border: 1px solid #bfbfbf;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    
}
.hs_cos_wrapper_type_form .actions {
    text-align: center;
    padding: 3% 0 7%;
}
.popup_form .hs_cos_wrapper_type_form .actions input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    width: 190px;
    height: 40px;
    background: #fd400d;
    cursor: pointer;
    transition:background-color 0.2s;
}
.hover-active .popup_form .hs_cos_wrapper_type_form .actions input[type="submit"]:hover {
    background-color: #e43a0c;
}
.popup_updated_close {
    width: 22px;
    height: 22px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2076148573-png/images/close_btn.png) center center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 11px;
}
#overlay { 
    background: #000; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    z-index: 51; 
    left: 0; 
    top: 0; 
    opacity: 0.75;
    z-index: 1002;
    display: none;
}
/* Parallax Combo Box */
.parallax_blocks {
    overflow: hidden;
}
.parallax_blocks_gray {
    background: #f3f3f3;
}
.parallax_blocks_white {
    background: #fff;
}
.parallax_blocks_row {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.parallax_blocks_content-out {
    position: relative;
    height: 572px;
    vertical-align: middle;
}
.parallax_blocks_content {
    text-align: center;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12%;
    height: 100%;
}
.parallax_blocks_content_inner {
    display: table-cell;
    vertical-align: middle;
}
.parallax_blocks h3 {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 30px;
}
.parallax_blocks p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.parallax_blocks_row .parallax {
    height: 572px;
}
/* Blog */
.blog_top_icons {
    float: right;
    padding: 43px 0 0;
}
.blog_social_icons {
    /* float: right; */
}
.blog_social_icons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    background-size: cover !important;
    transition: opacity 0.2s;
    opacity: 0.5;
}
.hover-active .blog_social_icons a:hover {
    opacity: 1;
}
.blog_social_icons a img {
    display:none;
}
.blog_social_icons a:first-child {
    width: 13px !important;
    height: 26px !important;
    background: url(//cdn2.hubspot.net/hub/451967/file-2134101108-png/images/facebook_black_ico.png) no-repeat;
}
.blog_social_icons a:last-child {
    width: 30px !important;
    height: 21px !important;
    background: url(//cdn2.hubspot.net/hub/451967/file-2139041680-png/images/twitter_black_ico.png) no-repeat;
    top: 2px;
    left: -2px;
}
.blog_social_icons a:nth-child(2) {
    width: 26px !important;
    height: 26px !important;
    background: url(//cdn2.hubspot.net/hub/451967/file-2134101113-png/images/linked_black_ico.png) no-repeat;
}
/* 
.blog_search {
    float: right;
    margin: 2px 17px 0 0;
    position: relative;
}
.blog_search_ico {
    width: 26px;
    height: 26px;
    background: url(../images/search_ico_gray.png) no-repeat;
    cursor: pointer;
    background-size: cover;
    display: block;
}
.blog_search_content {
    border: 1px solid #bfbfbf;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 6px 0 11px;
    width: 200px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.blog_search_content input[type="text"] {
    border: none;
    height: 28px;
    padding: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 2px;
    vertical-align: top;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    width: 160px;
    outline: none;
}
.blog_search_content input[type="submit"] {
    border: none;
    width: 17px;
    height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    background: url(../images/search_ico_black.png) no-repeat;
    margin: -1px 0 0;   
    cursor: pointer;
    outline: none;
}
*/
.blog_featured_top {
    position: relative;
    padding: 0 12%;
}
.blog_featured_top a, .blog_featured_top span {
    display: block;
    width: 100%;
    height: 378px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.text_block_blog {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    text-align: center;
    padding: 52px 12% 79px
}
.date {
    font-size: 12px;
    font-weight: 300;
    padding: 12px 0 0px;
}
.date a {
    color: #fd400d;
    transition: color 0.2s ease;
}
.date a:hover {
    color: #e43a0c;
}
.text_block_blog h3, .text_block_blog h3 a {
    font-weight: bold;
    font-size: 36px;
    color: #000008;
    transition: color 0.2s ease;
}
.hover-active .text_block_blog h3 a:hover {
    color: #e43a0c;
}
.text_block_blog p {
    font-weight: 300;
    font-size: 24px;
    color: #000008;
    line-height: 40px;
    padding-top:50px;
}
.text_block_blog p img {
    max-width: 100%;
}
.text_block_blog p a {
    font-weight:500;
    transition: color 0.2s ease;
}
.resent_posts {
    background: #f3f3f3;
    padding: 0 12% 97px;
}
.resent_posts.no_padding {
    padding-bottom:0px;
}
.resent_posts h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 62px 0 19px;
}
.post, .feedreader_box .hs-rss-item {
    overflow: hidden;
    padding: 50px 0 0;
    margin-bottom:0;
}
.post_img {
    float: left;
    width: 329px;
    /*height: 189px;*/
    margin: 6px 0 0;
}
.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper {
    width: 23%;
    float: left;
    /*height: 189px;*/
    margin: 6px 0 0;
}
.post_img img, .feedreader_box .hs-rss-item .hs-rss-item-image-wrapper img {
    max-width: 100%;
    display: block;
}
.post_text {
    padding: 0 0 0 349px;
}
.feedreader_box .hs-rss-item .hs-rss-item-text {
    width: 75%;
    padding: 0 0 0 2%;
    float: right;
    box-sizing: content-box;
}
.post_text h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 1px;
}
#hs_cos_wrapper_recent_posts h3 {
    display:none;
}
.post_text h4, .post_text h4 a, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-title {
    color: #000;
    font-weight: bold;
    transition: color 0.2s ease;
}
.hover-active .post_text h4 a:hover, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-title:hover {
    color: #fd400d;
}
.post_text p, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description p {
    font-size: 14px;
    font-weight: 300;
}
.post_text p a, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description p a {
    color: #fd400d;
    font-weight: 500;
    transition: color 0.2s ease;
}
.feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description {
    padding-top:18px;
} 
.hover-active .post_text p a:hover, .hover-active .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description p a:hover {
    color: #e43a0c;
}
.post_text .date, .hover-active .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-byline {
    padding: 18px 0 0;
    font-size: 12px;
    font-weight: 300;
    opacity: 1;
}
.hover-active .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-byline a {
    color: #fd400d;
    transition: color 0.2s ease;
}
.hover-active .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-byline a:hover {
    color: #e43a0c;
}

.blog_pagination {
    text-align:center;
    padding: 60px 0px;
}
.blog_pagination li {
    display: inline-block;
    font-size:14px;
}
.blog_pagination li a {
    display: inline-block;
    padding: 3px 10px;
    background-color:#e9e9e9;
    color:#000;
    transition: color,background-color 0.2s ease;
}
.hover-active .blog_pagination li a:hover {
    background-color:#fd400d;
    color: #FFF;
}
.tags {
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    padding: 72px 0 0;
}
.tags a {
    color: #fd400d;
    transition: color 0.2s ease;
}
.hover-active .tags a:hover {
    color: #e43a0c;
}
.share_content {
    background: #fd400d;
    padding: 42px 12%;
    text-align: center;
    color: #fff;
}
.share_content h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 25px;
    text-transform: uppercase;
}
.share_content div {
    display: inline-block;
}
.share_content .hs-blog-social-share-item-facebook {
    margin-top:-5px;
}
.author_content {
    border-top: 1px solid #fff;
    background: #f3f3f3;
    overflow: hidden;
    padding: 74px 12% 67px;
}
.author_img {
    float: left;
    width: 147px;
}
.author_img img {
    border: 5px solid #fff;
    display: block;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.author_text {
    padding: 1.4% 0 0 203px;
}
.author_text h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 1px;
}
.author_text p {
    font-size: 14px;
    font-weight: 300;
}
.author_text a {
    color: #fd400d;
    font-weight: 500;
    transition: color 0.2s ease;
}
.hover-active .author_text a:hover {
    color: #e43a0c;
}
.author_text div {
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: 300;
}
.hs_cos_wrapper_type_blog_subscribe {
    display:block;
    background: #fd400d;
    padding: 42px 12% 54px;
    text-align: center;
    color: #fff;
}
.hs_cos_wrapper_type_blog_subscribe h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 25px;
    text-transform: uppercase;
}
.hs_cos_wrapper_type_blog_subscribe input[type="email"] {
    width:50%;
}
.hs_cos_wrapper_type_blog_subscribe label .hs-form-required {
    color: #000;
}
.hs_cos_wrapper_type_blog_subscribe input[type="submit"], .hs_cos_wrapper_type_blog_subscribe a.hs-button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    padding: 10px 38px;
    background-color: #000008;
    font-size: 18px;
    border:none;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    font-weight: normal;
    color: #FFF;
    margin: 0 auto;
    text-transform: uppercase;
    transition:background-color 0.2s;
}
.hover-active .hs_cos_wrapper_type_blog_subscribe input[type="submit"]:hover, .hs_cos_wrapper_type_blog_subscribe a.hs-button:hover {
    background-color:#333339;
}
.comments_content {
    padding: 66px 12% 60px;
}
.comments_content h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
/*Comments*/
#hs_cos_wrapper_blog_comments {
    padding: 0 12%;
    display: block;
}
#comment-form {
    padding: 24px 0 0;
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;    
    margin-bottom:75px;
}
#comment-form .hs-form-field {
    float: left;
    padding: 0 1.5%;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#comment-form .hs-form-field label {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 4px;
}
#comment-form .hs-form-required {
    color: #fd400d;
}
#comment-form .hs-button.primary {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    width: 220px;
    height: 40px;
    background: #fd400d;
    cursor: pointer;
    transition: background-color 0.2s;
    outline: none;
    float: left;
    margin: 3px 0 0;
    text-align: center;
}
#comment-form .hs-button.primary:hover {
    background-color: #e43a0c;
}
#comment-form .hs_submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px 1.5% 0;
    width: 50%;
}
#comment-form .hs-input[type="text"], #comment-form .hs-input[type="email"], #comment-form textarea.hs-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    background: #fff;
    border: 1px solid #bfbfbf;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 0 0 25px;
    outline: none;
}
#comment-form .hs_comment.field.hs-form-field {
    width: 50%;
    float: right;
    margin: -284px 0 0;
    padding-right: 0;
}
#comment-form .hs_subscribe.hs-form-field {
    float: right;
    width: 50%;
    margin: -20px 0 0;
    padding: 0 0 0 1.5%;
    line-height: 18px;
}
#comment-form .hs_website.hs-form-field, #comment-form .hs_email.hs-form-field, #comment-form .hs_lastname.hs-form-field {
    clear: left;
}
#comment-form .hs_firstName.hs-form-field, #comment-form .hs_lastName.hs-form-field {
    width: 25%;
}
#comment-form .hs_submit .hs-form-field {
    width: 50%;
    padding: 0;
    float: left;
}
#comment-form textarea.hs-input {
    height: 140px;
    resize: none;
    margin: 0;
    position: relative;
    z-index:100;
}
#comment-form .hs-form-field label.hs-form-booleancheckbox-display {
    display: block;
    margin: 0;
}
#comment-form .hs-form-field .hs-form-booleancheckbox-display input {
    margin: 0 14px 0 0;
}
input[type='checkbox']:checked + label {
    background: #000;
}
#comments-listing {
    padding: 0;
}
#comments-listing .comment-from {
    display: inline-block;
}
#comments-listing .comment-from h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 2px 0 0;
}
#comments-listing .comment-from h4 a {
    transition: color 0.2s linear;
}
#comments-listing .comment-date {
    font-size: 12px;
    font-weight: 300;
    padding: 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
#comments-listing .comment-body {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    clear: both;
    line-height: 18px;
}
#comments-listing .comment {
    padding: 27px 0 32px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #f3f3f3;
}
#comments-listing .comment.depth-1 {
    padding-left:20px;
}
.hs-blog-social-share-item-google-plus div, .hs-blog-social-share-item-google-plus iframe {
    width: 60px !important;
}
.hs-blog-social-share .hs-blog-social-share-list:after {
    content: "";
}
.hiw_bg {
    background: #fbfbfb;
    position: relative;
}
.hiw_moving_line {
    background: url(//cdn2.hubspot.net/hub/451967/file-2421853299-gif/images/bgLine_v1a.gif) repeat-y;
    width: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: -2.6%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0%;
}
.hiw_relative {
    position: relative;
    overflow: hidden;
}
.hiw_height_big {
    margin: 0 0 60px;
}
.hiw_scale {
    backface-visibility: hidden;
    height: 400px;
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-smoothing: antialiased;
}
.hiw_height_gif, .hiw_scale_gif {
    height: 1052px;
}
.hiw_height_big_gif, .hiw_scale_big_gif {
    height: 1293px;
}
.hiw_scale_big_gif img {
    margin: 0 auto;
    display: block;
    padding: 50px 0 100px;
    position: relative;
    width: 60%;
}
.hiw_scale_gif img {
    margin: 0 auto;
    width: 50%;
    display: block;
    padding: 50px 0;
    position: relative;
}

.hiw_scale_big {
    backface-visibility: hidden;
    height: 800px;
    width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-smoothing: antialiased;
    transform-origin: 50% 50%;
}

.hiw_text {
    width: 382px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 29px;
    background: rgba(255, 255, 255, .95);
    z-index: 500;
    padding: 21px 0;
}
.hiw_text h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding: 0 32px;
}
.hiw_text h2:after {
    position: absolute; 
    width: 10px;
    background: #fd400d;
    height: 100%;
    top: 0;
    left: 0;
    content: ""; 
}
.hiw_text h4 {
    padding: 0 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
.hiw_text_right {
    right: 0;
    left: inherit;
    text-align: right;
}
.hiw_text_right h2:after {
    left: inherit;
    right: 0;
}
.target_seamlessly_rel {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
}
.hiw_height {
    height: 570px;
}
.hiw_height {
    height: 800px;
}
#hiw_subnav {
    position: fixed;
    top: 115px;
    right: -43px;
    transform: scale(.4,.4);
    display: none;
    z-index: 499;
}

.hiw_tablet {
    display: none;
}
.prlx_img1 {
    position: absolute;
    left: 12%;
    width: 124px;
    height: 161px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2416000993-png/images/prlx_img1.png) no-repeat;
}
.prlx_img2 {
    position: absolute;
    left: 0;
    width: 112px;
    height: 151px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2421853204-png/images/prlx_img2.png) no-repeat;
}
.prlx_img3 {
    position: absolute;
    right: 20%;
    width: 86px;
    height: 86px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501121-png/images/prlx_img3.png) no-repeat;
}
.prlx_img4 {
    position: absolute;
    right: 0;
    width: 50px;
    height: 94px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501126-png/images/prlx_img4.png) no-repeat;
}
.prlx_img5 {
    position: absolute;
    left: 18%;
    width: 71px;
    height: 69px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2420448750-png/images/prlx_img5.png) no-repeat;
}
.prlx_img6 {
    position: absolute;
    right: 18%;
    width: 107px;
    height: 99px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2420448745-png/images/prlx_img6.png) no-repeat;
}
.prlx_img7 {
    position: absolute;
    left: 10%;
    width: 46px;
    height: 140px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2420448755-png/images/prlx_img7.png) no-repeat;  
}
.prlx_img8 {
    position: absolute;
    left: 0;
    width: 59px;
    height: 99px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2420448760-png/images/prlx_img8.png) no-repeat;  
}
.prlx_img9 {
    position: absolute;
    left: 15%;
    width: 94px;
    height: 108px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2420448765-png/images/prlx_img9.png) no-repeat;  
}
.prlx_img10 {
    position: absolute;
    right: 12%;
    width: 123px;
    height: 96px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2421853209-png/images/prlx_img10.png) no-repeat; 
}
.prlx_img11 {
    position: absolute;
    right: 0;
    width: 83px;
    height: 133px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501131-png/images/prlx_img11.png) no-repeat; 
}
.prlx_img12 {
    position: absolute;
    right: 21%;
    width: 51px;
    height: 51px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501136-png/images/prlx_img12.png) no-repeat; 
}
.prlx_img13 {
    position: absolute;
    left: 5%;
    width: 196px;
    height: 142px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501141-png/images/prlx_img13.png) no-repeat;
}
.prlx_img14 {
    position: absolute;
    left: 0;
    width: 75px;
    height: 301px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501146-png/images/prlx_img14.png) no-repeat;
}
.prlx_img16 {
    position: absolute;
    right: 0;
    width: 260px;
    height: 341px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501151-png/images/prlx_img16.png) no-repeat;
}
.prlx_img15 {
    position: absolute;
    right: 5%;
    width: 198px;
    height: 144px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2421853214-png/images/prlx_img15.png) no-repeat;
}
.prlx_img18 {
    position: absolute;
    left: 0;
    width: 287px;
    height: 433px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2420448775-png/images/prlx_img18.png) no-repeat;
}
.prlx_img17 {
    position: absolute;
    right: 0;
    width: 241px;
    height: 533px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2418501156-png/images/prlx_img19.png) no-repeat;
}
.prlx_img19 {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 299px;
    height: 299px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2421853219-png/images/prlx_img21.png) no-repeat;
}
.prlx_img20 {
    position: absolute;
    right: 0;
    width: 259px;
    height: 152px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2420448785-png/images/prlx_img22.png) no-repeat;
}
.prlx_img21 {
    position: absolute;
    right: 0;
    width: 197px;
    height: 77px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2421853279-png/images/prlx_img23.png) no-repeat;
}
#hiw_dotted_line_out {
    position: relative;
}
.hiw_circle {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #000;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    top: -4.3%;
    z-index: 5;
}
.hiw_circle:after {
    content: "";
    width: 29px;
    height: 29px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    top: 15px;
    left: 23px;
    position: absolute;
    z-index: 10;
    background: none;
    transform:rotate(135deg);
}
.hiw_circle_bottom {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #000;
    border-radius: 50%;
    display:block;
    left: 0;
    right: 0;
    bottom: 1.5%;
    margin:0 auto;
    z-index: 5;
}
.hiw_circle_bottom:after {
    content: "";
    width: 29px;
    height: 29px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    top: 30px;
    left: 23px;
    position: absolute;
    z-index: 10;
    background: none;
    transform:rotate(-45deg);
}
#howitworksDiagram-an-scene-10, #howitworksDiagram-an-scene-11, #howitworksDiagram-an-scene-12, #howitworksDiagram-an-scene-13, #howitworksDiagram-an-scene-15 {
    cursor: pointer;
}
/* Press */

.press_block {
    padding: 58px 12% 25px;
    overflow: hidden;
}
.press_logo {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 228px;
    padding: 7px 0 0;
}
.press_logo img {
    max-width: 100%;
}
.press_block_r {
    padding: 0 0 0 300px;
}
.press_block_r h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    padding: 0 0 10px;
}
.press_block_r h3 a {
    color: #000008;
    transition: color .2s ease;
}
.press_block_r h3 a:hover {
    color: #fd400d;
}
.press_block_r p {
    line-height: 22px;
    padding: 0 0 2px;
}
.press_block_r p a {
    color: #fd400d;
    transition: color 0.2s ease;
}
.press_block_r p a:hover {
    color: #e43a0c;
}
.press_block_r span {
    display: block;
    font-weight: 300;
    line-height: 22px;
}
.press_articles {
    padding: 0 12% 65px;
}
.press_articles .press_logo {
    float: none;
    width: auto;
    padding: 65px 0 55px;
    text-align: center;
}
.press_articles .press_logo img {
    min-width: initial;
}
.press_articles h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    padding: 0 0 40px;
    text-align: center;
}
.press_articles h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}
.press_articles a {
    color: #fd400d;
    transition: color .2s ease;
}
.press_articles a:hover {
    color: #e43a0c;
}
.press_articles_date {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    padding: 0 0 29px;
}
.press_articles p {
    font-weight: 300;
    padding: 14px 0 0;
}
/* Media Kit */
#media_kit_block h4, #team_block h4 {
    text-align:center;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    padding-bottom:35px;
}
#media_kit_block .media_kit_logos {
    padding: 0px 5% 75px 5%;
    overflow: hidden;
}
#media_kit_block .media_kit_logos li {
    width:30%;
    margin: 0% 1.5%;
    display:block;
    float: left;
}
#media_kit_block .media_kit_logos li .item {
    border: 1px solid #dcdcdc;
    font-size: 1px;
}
#media_kit_block .media_kit_logos li .item img {
    width:100%;
    height:100%;
}
#media_kit_block .media_kit_logos li .link {
    padding: 9px 0px;
    text-align: center;
    font-size: 14px;
    font-weight:300;
}
#media_kit_block .media_kit_logos li .link strong, #media_kit_block .media_kit_logos li .link a, #media_kit_block .media_kit_logos li .link strong span {
    font-weight:normal;   
}
#media_kit_block .media_kit_logos li .link strong a {
    font-size: 14px;
    font-weight: 300;
    transition: color .2s ease;
}
#media_kit_block .media_kit_logos li .link strong span {
    color:#dcdcdc;
}
#media_kit_block #brand_guide .item {
    border:none;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(204,204,204,1);
    box-shadow: 4px 4px 5px 0px rgba(204,204,204,1);
}
#team_block {
    width: 100%;
    padding-bottom:80px;
}
#team_block .persons {
    overflow: hidden;
    padding-left:10%;
    padding-right:10%;
}
#team_block .persons.two_cells {
    overflow: hidden;
    padding-left:22%;
    padding-right:22%;
}
#team_block .cell {
    width: 33%;
    float: left;
}
#team_block .persons.two_cells .cell {
    width: 50%;
}
#team_block .person {
    width:346px;
    margin: 0 auto 10px auto;
    border: 2px solid transparent;
    transition: all .2s ease;
}
#team_block .person .photo {
    height: 278px;
    width: 346px;
    position: relative;
    z-index: 10;
}
#team_block .person .info {
    padding-top: 25px;
    height: 63px;
    text-align: center;
    transition: all .2s ease;
    position: relative;
}
#team_block .person .info p {
    color: #000;
    transition: all .2s ease;
}
#team_block .person .info p.name {
    font-size: 18px;
    font-weight: bold;
}
#team_block .person .info p.position {
    font-size: 14px;
    font-weight: 300;
}
#team_block .person .info .in {
    width:30px;
    height:30px;
    display: block;
    position:absolute;
    top: 31px;
    right: 15px;
    background: url(//cdn2.hubspot.net/hub/451967/file-2652423713-png/images/linked_in_link.png) 0 0 no-repeat;
    background-size:cover;
    opacity:0;
    transition: all .2s ease;
}
#team_block .person.mobile .info {
    padding-top:0px;
    padding-bottom:15px;
}
#team_block .person.mobile .photo {
    height:292px;
}
#team_block .person.mobile .info .in {
    background-image:url(//cdn2.hubspot.net/hub/451967/file-2648139874-png/images/linked_in_link1.png);
    opacity:1;
    right:0;
    left:0;
    top:auto;
    bottom:0;
    margin-left:auto;
    margin-right:auto;
}


.hover-active #team_block .person:hover .info .in {
    opacity:1;
}
.hover-active #team_block .person:hover {
    border-color:#000;
}
.hover-active #team_block .person:hover .info {
    background-color: #000;
}
.hover-active #team_block .person:hover .info p {
    color: #FFF;
}
.hiw_bg_img {
    background: none;
}
.hiw_tablet_row img {
    max-width: 70%;
    max-height: 70%;
}
.hiw_tablet_row {
    padding: 77px 10% 3px;
    text-align: center;
    position: relative;
}
.hiw_tablet_row h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 19px 0 0;
    line-height: 32px;
}
.hiw_tablet_row h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.hiw_tablet_row img {
    max-width: 100%;
    max-height: 100%;
}
#google_web_traffic_conversion img {
    width: 0px !important;
    height: 0px !important;
    position: absolute;
}
#custom_popup_video {
    width:70%;
    background-color:transparent !important;
}

/* Showcases */
#showcases {
    padding: 90px 5% 25px;
}
#showcases h3 {
}
#showcases ul {
    padding-bottom:80px;
    overflow:hidden;
}
#showcases ul li {
    margin:50px 3% 0px;
    display:inline-block;
}
#showcases ul li a:focus {outline:none !important;}
#showcases ul li a *, #showcases ul li div * {
    transition: all 0.3s ease;
}
#showcases ul li p {
    font-weight: 300;
    font-size: 14px;
    color: #000008;
    line-height: normal;
    padding-top: 0px;
}
#showcases ul li h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000008;
}
.hover-active #showcases ul a:hover h5, .hover-active #showcases ul div:hover h5 {
    color: #fd400d;
}
#showcases li .image_bg {
    width: 325px;
    height:189px;
    overflow: hidden;
    margin: 0 auto 25px;
    -webkit-transform: scale3d(1,1,1) translateZ(0);
    transform: scale3d(1,1,1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    position:relative;
    box-sizing: border-box;
}
#showcases li .image_bg_inner {
    width: 100%;
    height:100%;
    background-size: 100% 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#showcases .filmstrip .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/filmstrip_ad_bg.jpg?1) center center no-repeat;
}
#showcases .portrait .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/portrait_ad_bg.jpg) center center no-repeat;
}
#showcases .slider .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/slider_ad_bg.jpg) center center no-repeat;
}
#showcases .pushdown .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/pushdown_ad_bg.jpg) center center no-repeat;
}
#showcases .sidekick .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/sidekick_ad_bg.jpg) center center no-repeat;
}
#showcases .bilboard .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/billboard_ad_bg.jpg) center center no-repeat;
}
#showcases .m_filmstrip .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/mobile_filmstrip_bg.jpg) center center no-repeat;
}
#showcases .m_pull .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/mobile_pushdown_bg.jpg) center center no-repeat;
}
#showcases .m_adhesion .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/mobile_adhesion_bg.jpg) center center no-repeat;
}
#showcases .m_flex .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/mobile_flex_bg.jpg) center center no-repeat;
}
#showcases .m_slider .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/mobile_slider_bg.jpg) center center no-repeat;
}
#showcases .c_takeover .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/custom_takeover_bg.jpg) center center no-repeat;
}
#showcases .c_expandable_popup .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/custom_expandable_popup_bg.jpg) center center no-repeat;
}
#showcases .c_personalized .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/custom_personalized_bg.jpg) center center no-repeat;
}
#showcases .p_playable .image_bg_inner {
    background: url(//www.revjet.com/hubfs/images/playable_bg.jpg) center center no-repeat;
}
.hover-active #showcases li a:hover .image_bg_inner, .hover-active #showcases li div:hover .image_bg_inner {
    opacity:0.2;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.hover-active #showcases li a:hover .image_bg {
    background-color: rgba(253,64,13,0.9);
    border-bottom: 5px solid #fd400d;
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}
.hover-active #showcases li.extended div:hover .image_bg {
    background-color: rgba(253,64,13,0.9);
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}
#showcases li .image_bg_img {
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-active #showcases li a:hover .image_bg_img {
    -webkit-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
}
.hover-active #showcases li.extended div:hover .image_bg_img {
    -webkit-transform: scale3d(0.7,0.7,1) translate3d(0px,-30px,0px);
    transform: scale3d(0.7,0.7,1) translate3d(0px,-30px,0px);
}
.mobile #showcases li.extended div .image_bg_img {
    -webkit-transform: scale3d(0.7,0.7,1) translate3d(0px,-30px,0px);
    transform: scale3d(0.7,0.7,1) translate3d(0px,-30px,0px);
}
#showcases .filmstrip .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/filmstrip_logo_ad_formats.png) center center no-repeat;
}
#showcases .portrait .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/portrait_logo_ad_formats.png) center center no-repeat;
}
#showcases .slider .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/slider_logo_ad_formats.png) center center no-repeat;
}
#showcases .pushdown .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/pushdown_logo_ad_formats.png) center center no-repeat;
}
#showcases .sidekick .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/sidekick_logo_ad_formats.png) center center no-repeat;
}
#showcases .bilboard .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/billboard_logo_ad_formats.png) center center no-repeat;
}
#showcases .m_filmstrip .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/mobile_filmstrip_icon.png) center center no-repeat;
}
#showcases .m_pull .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/mobile_pushdown_icon.png) center center no-repeat;
}
#showcases .m_adhesion .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/mobile_adhesion_icon.png) center center no-repeat;
}
#showcases .m_flex .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/mobile_flex_icon.png) center center no-repeat;
}
#showcases .m_slider .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/mobile_slider_icon.png) center center no-repeat;
}
#showcases .c_takeover .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/custom_takeover_icon.png) center center no-repeat;
}
#showcases .c_expandable_popup .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/custom_expandable_popup_icon.png) center center no-repeat;
}
#showcases .c_personalized .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/icon_adFormat_08192016.png) center center no-repeat;
}
#showcases .p_playable .image_bg_img {
    background: url(//www.revjet.com/hubfs/images/playable_icon.png) center center no-repeat;
}
#showcases li .extended_links {
    position:absolute;
    bottom:-1px;
    width:100%;
    height:45px;
    opacity:0;
    transition: opacity 0.3s ease;
    -webkit-transform: scale3d(1.02,1.02,1);
    transform: scale3d(1.02,1.02,1);
}
.hover-active #showcases li div:hover .extended_links {
    opacity:1;
}
.mobile #showcases li div .extended_links {
    opacity:1;
}
#showcases .extended_links a {
    display: block;
    width:50%;
    height:100%;
    line-height:45px;
    float: left;
    color:#FFF;
    font-weight: 300;
    font-size:18px;
    background-color:#fd400d;
}
#showcases .c_personalized .extended_links a {
    font-size:15px; 
}
.hover-active #showcases .extended_links a:hover {
    background-color:#FFF;
    color:#fd400d;
}
#showcases #playable_popup {
    display:none;
    border:1px solid #000;
    background-color:#FFF;
    position:relative;
    margin-top:-319px;
    margin-bottom:40px;
}
#showcases #playable_popup #playable_popup_close {
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
    width: 30px;
    height:30px;
    text-align:center;
    line-height:30px;
    font-size:18px;
    color:#000;
}
#showcases #playable_list {
    padding:70px 0px 50px 20px;
}
#showcases #playable_list li {
    margin:0;
    width:225px;
    border: 2px solid #f2f2f2;
    background-color:#FFF;
    margin-bottom:20px;
    margin-right:17px;
    position:relative;
}
.hover-active #showcases #playable_list li:hover {
    background-color:#f2f2f2;
}
#showcases #playable_list li a {
    display:block;
    padding:190px 0px 40px 0px;
    border-bottom:10px solid transparent;
    transition: border-bottom 0.35s;
    -webkit-transition: border-bottom 0.35s;
}
.hover-active #showcases #playable_list li:hover a {
    border-bottom:10px solid #000;
}
#showcases #playable_list .game_icon {
    width:150px;
    height:150px;
    position:absolute;
    top:40px;
    left:37.5px;
    border-radius:10px;
    background-size:100% 100%;
    background-repeat:no-repeat;
    margin:0 auto;
    transition: transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
}
.hover-active #showcases #playable_list li:hover .game_icon {
    transform:scale3d(1.2,1.2,1);
}
#showcases #playable_list .bubble_cloud_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/bubble_cloud_icon.jpg);   
}
#showcases #playable_list .candy_crush_saga_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/candy_crush_saga_icon.jpg);   
}
#showcases #playable_list .cookie_jam_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/cookie_jam_icon.jpg);   
}
#showcases #playable_list .criminal_case_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/criminal_case_icon.jpg);   
}
#showcases #playable_list .game_of_war_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/game_of_war_icon.jpg);   
}
#showcases #playable_list .mobile_strike_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/mobile_strike_icon.jpg);   
}
#showcases #playable_list .panda_pop_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/panda_pop_icon.jpg);   
}
#showcases #playable_list .toy_blast_p .game_icon {
    background-image:url(//www.revjet.com/hubfs/images/toy_blast_icon.jpg);   
}

#showcases #playable_list .game_title {
    font-size:18px;
    color:#000008;
    font-weight:normal;
    margin-top:40px;
    transition: transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
}
#showcases #playable_list .game_desc {
    font-size:14px;
    color:#000008;
    font-weight:300;
    margin-top:3px;
    transition: transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
}
.hover-active #showcases #playable_list li:hover .game_title {
    -webkit-transform:translate3d(0px,-12px,0px);
    transform:translate3d(0px,-12px,0px);
}
.hover-active #showcases #playable_list li:hover .game_desc {
    -webkit-transform:translate3d(0px,-12px,0px);
    transform:translate3d(0px,-12px,0px);
}
#showcases #playable_list li .hiw_circle_small {
    position: absolute;
	width: 24px;
	height: 24px;
	background: #000;
	border-radius: 50%;
	left: 0;
	right: 0;
	bottom: 10px;
	margin:0 auto;
	z-index: 5;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s, opacity 0.35s, background-color 0.35s, border-color 0.35s ease-out;
	transition: transform 0.35s, opacity 0.35s, background-color 0.35s, border-color 0.35s ease-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#showcases #playable_list li .hiw_circle_small:after {
	content: "";
	width: 2px;
	height: 12px;
	background-color: #FFF;
	top: 6px;
	left: 11px;
	position: absolute;
	z-index: 10;
}
#showcases #playable_list li .hiw_circle_small:before {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #FFF;
	top: 11px;
	left: 6px;
	position: absolute;
	z-index: 10;
}
.hover-active #showcases #playable_list li:hover .hiw_circle_small {
    opacity: 1;
    -webkit-transform: translate3d(0,-18px,0);
    	transform: translate3d(0,-18px,0);
}
.resources #resources_featured {
    background: #f3f3f3;
    padding: 0 12% 97px;
}
.resources #resources_featured_inner {
       
}
.resources #resources_featured h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 62px 0 19px;
}
.resources #resources_featured_item {
    padding-top:50px;
    overflow:hidden;
    text-align:left;
}
.resources #resources_featured_item_img {
    width:329px;
    float:left;
    font-size:1px;
    overflow:hidden;
}
.resources #resources_featured_item_img img {
    max-width:100%;
    transform:scale3d(1.1,1.1,1);
    transition: transform 0.35s ease;
}
.hover-active .resources #resources_featured_item_img a:hover img {
    transform:scale3d(1,1,1);
}
.resources #resources_featured_item_desc {
    margin-left: 20px;
    width:calc(100% - 20px - 329px);
    float:left;
    font-size: 1px;
    position: relative;
}
.resources #resources_featured_item_desc h4 {
    display:inline-block;
    font-size:12px;
    font-weight: bold;
    color:#000008;
    text-transform:uppercase;
    padding-bottom:4px;
    border-bottom: 3px solid #000;
    margin-bottom:13px;
}
.resources #resources_featured_item_desc h5 {
    font-size:18px;
    font-weight: bold;
    color:#000008;
}
.resources #resources_featured_item_desc p {
    font-size:14px;
    font-weight: 300;
    color:#000008;
}
.resources #resources_featured_item_desc a {
    margin-top:23px;
    display:inline-block;
    background-color:#fd400d;
    font-size:12px;
    font-weight: bold;
    color:#ffffff;
    text-transform:uppercase;
    text-align:center;
    padding:0px 15px;
    height:26px;
    line-height:26px;
    transition: background-color 0.2s ease;
}
.hover-active .resources #resources_featured_item_desc a:hover {
    background-color:#ff7b2c;
}
.resources #content > div > h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 80px 12%;
}
.resources_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0px 12%;
}

.resources .resources_item {
    margin: 0px 10px 10px;
    overflow: hidden;
    text-align:center;
    width:329px;
    display:block;
}
.resources_item .resources_item_img {
    font-size:1px;
    border:2px solid #f3f3f3;
    width:calc(100% - 4px);
    height:185px;
    background-size:cover;
    background-position: center center;
    transition: border 0.2s ease, transform 0.35s ease;
    transform:scale3d(1.1,1.1,1);
}
.hover-active .resources_item:hover .resources_item_img {
    border:2px solid #000;
    transform:scale3d(1,1,1);
}
.resources_item .resources_item_desc {
    font-size: 1px;
    padding:0px 20px 35px 20px;
    position: relative;
    background-color:#FFF;
    transition: background-color 0.2s ease;
}
.hover-active .resources_item:hover .resources_item_desc {
    background-color:#000;
}
.resources_item .resources_item_desc h4 {
    display:inline-block;
    font-size:12px;
    height:29px;
    line-height:29px;
    font-weight: bold;
    color:#FFF;
    background-color:#000;
    text-transform:uppercase;
    margin-top:-16px;
    padding:0px 10px;
    transition: background-color 0.2s ease, transform 0.35s ease;
    transform: translate3d(0px,7px,0px);
}
.hover-active .resources_item:hover .resources_item_desc h4 {
    background-color:#fd400d;
    transform: translate3d(0px,0px,0px);
}
.resources_item .resources_item_desc h5 {
    font-size:18px;
    font-weight: bold;
    color:#000008;
    margin-top:20px;
    transition: color 0.2s ease, transform 0.35s ease;
    transform: translate3d(0px,7px,0px);
}
.resources_item .resources_item_desc p {
    font-size:14px;
    font-weight: 300;
    color:#000008;
    transition: color 0.2s ease, transform 0.35s ease;
    transform: translate3d(0px,7px,0px);
}
.hover-active .resources_item:hover .resources_item_desc h5, .resources_item:hover .resources_item_desc p {
    color:#FFF;
    transform: translate3d(0px,0px,0px);
}
.resources_item .resources_item_desc .cta {
    margin-top:10px;
    display:inline-block;
    background-color:#FFF;
    font-size:12px;
    font-weight: bold;
    color:#fd400d;
    text-transform:uppercase;
    text-align:center;
    padding:0px 15px;
    height:29px;
    line-height:29px;
    position: relative;
    transition: transform 0.35s ease;
    transform: translate3d(0px,7px,0px);
}
.resources_item .resources_item_desc .cta:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width:50%;
    height:1px;
    background-color:#fd400d;
    transition: width 0.2s ease, height 0.2s ease;
}
.hover-active .resources_item:hover .resources_item_desc .cta {
    transform: translate3d(0px,0px,0px);
}
.hover-active .resources_item:hover .resources_item_desc .cta:after {
    height:3px;
    width:100%;
}
@media all and (max-width: 1730px) { 
    #comment-form .hs_subscribe.hs-form-field { 
        width: 50%; 
        margin: -25px 0 0; 
    } 
    #comment-form .hs_submit .hs-form-field { 
        width: 100%; 
        float: right; 
        padding: 0; 
    } 
    #comment-form .hs_submit { 
        width: 50%; 
        float: right; 
    } 
    #comment-form .hs-button.primary { 
        position: relative; 
        margin: 15px 0 0; 
    } 
}
@media all and (max-width: 1280px) {
    #team_block .persons {
        padding-left:0;
        padding-right:0;
    }
    #team_block .persons.two_cells {
        padding-left: 17%;
        padding-right: 17%;
    }
}
@media all and (max-width: 1280px) {
    .cta_LP {
        padding-left:8%;
        padding-right:8%;
    }
}
@media all and (max-width: 1160px) {
    html:not(.mobile) body:not(.hs-blog-name-revjet-blog) #header h1 {
        width:49px;
    }
}
@media all and (max-width: 1080px) {
    #team_block .persons,  #team_block .persons.two_cells {
        padding-left: 5%;
        padding-right: 5%;
    }
    #team_block .cell,  #team_block .persons.two_cells .cell {
        width: 50%;
    }
    #team_block .cell:nth-child(odd), #team_block .persons.two_cells .cell:nth-child(odd) {
        padding-right:2.5%;
        width:47.5%;
    }
    #team_block .cell:nth-child(even), #team_block .persons.two_cells .cell:nth-child(even) {
        padding-left:2.5%;
        width:47.5%;
    }
}
@media all and (min-width: 1025px) {
    #main_image video {
        display: block;
    }
}
@media all and (max-width: 1024px) {
    #target_seamlessly_circle, #dream_big, #iterate_quickly, #test_effortlessly, #target_seamlessly, #learn_exponentially, #hiw_subnav, #howitworksSubNav-an-anim {
        display: none;
    }
    .hiw_moving_line, .hiw_circle, .hiw_circle_bottom {
        display: none;
    }
    #video_container {
        width: 100%;
        height: 410px;
        background: url(//cdn2.hubspot.net/hubfs/451967/images/web_thumb_1920x1080p_v4b.jpg) center center no-repeat;
        background-size: cover;
    }
    #main_image {
        height: 410px;
    }
    .parallax h2 {
        opacity: 1;
        top:50%;
        transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
    }
    .production_apps_content .production_apps_img {
        width: 95px;
        height: 80px;
    }
    .hover-active .production_apps_content:hover .production_apps_img {
        -webkit-transform: translate3d(0px,-20px,0px);
        transform: translate3d(0px,-20px,0px);
    }
    .hover-active .production_apps_content:hover h2 {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-box-transform: translate3d(0,0,0);
    }   
    .production_apps_content p {
        padding-top: 49px;
        font-size: 12px;
    }
    #footer_social_links {
        right: 20px;
    }
    .popup_form .hs_cos_wrapper_type_form h3 {
        font-size: 30px;
    }
    .hiw_height_gif, .hiw_scale_gif {
        height: 492px;
    }
    .hiw_height_big_gif, .hiw_scale_big_gif {
        height: 606px;
    }
    .hiw_tablet {
        display: block;
        padding: 0 0 136px;
    }
    .production_apps_row p {
        font-size: 12px;
    }
    .press_logo {
        width: 219px;
    }
    .press_logo img {
        max-height: 100%;
        max-width: 100%;
    }
    .press_block {
        padding-bottom: 0;
    }
    .press_block_r {
        padding: 0 0 0 250px;
    }
    .press_block_r h3 {
        font-size: 22px;
        line-height: 29px;
        padding: 0 0 5px;
    }
    .press_block_r p {
        line-height: 20px;
        font-size: 16px;
    }
    .press_block_r span {
        line-height: 20px;
        font-size: 16px;
    }
    .press_articles {
        padding-bottom: 25px;
    }
    .resources #resources_featured_item_img {
        float:none;
        margin:0 auto;
    }
    .resources #resources_featured_item_img img {
        max-width:100%;
    }
    .resources #resources_featured_item_desc {
        margin-left: 0px;
        margin-top: 10px;
        width:auto;
        float:none;
        text-align:center;
    }
}
@media all and (max-width: 900px) {
    #login_btn {
        display:none;
    }
}
@media all and (min-width: 769px) {
    html:not(.mobile) #top_menu > ul > li:nth-child(7), #main_menu > ul > li:nth-child(8) {
        display: none;
    }
    html:not(.mobile) #top_menu {
        display: block !important;
    }
}

html.mobile #header {
    margin: 0;
    min-height: 100px;
    height: 100px;
}
html.mobile #header ul {
    display: none;
}
html.mobile #header h1 {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
html.mobile body:not(.hs-blog-name-revjet-blog) #header h1 {
    width: 200px;
}
html.mobile .header-toggle {
    display: block;
}
html.mobile.hover-active .header-toggle:hover {
    background: transparent; 
}
html.mobile #top_menu {
    display: none;
    padding: 0 30px 10px 23px;
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: left;
}
html.mobile #top_menu .learn_more {
    display: block;
    margin-top: -5px;
}
html.mobile #header_menu_id .hs-menu-wrapper > ul > li {
    height: 35px;
    clear: both;
    float: left;
    display: block;
}
html.mobile #header_menu_id .hs-menu-wrapper > ul > li:nth-child(7), html.mobile #header_menu_id .hs-menu-wrapper > ul > li:nth-child(8) {
    display: block;
} 
html.mobile.hover-active #header_menu_id .hs-menu-wrapper > ul > li:hover:after, html.mobile #header_menu_id .hs-menu-wrapper > ul > li.active:after {
    background: transparent;
}
html.mobile #header_menu_id .hs-menu-wrapper > ul {
    text-align: left;
    height: auto;
}
html.mobile #header_menu_id .hs-menu-wrapper ul.hs-menu-children-wrapper {
    display: none;
}
html.mobile #header_menu_id .hs-menu-wrapper  {
    float: none;
}
html.mobile header {
    position: static;
}
html.mobile #content {
    padding-top: 0;
}
@media all and (max-width: 768px) {
    #showcases #playable_list li {
        width: 175px;
        margin-bottom:10px;
        margin-right:10px;
    }
    #showcases #playable_list {
        padding:30px 0 20px 10px;
    }
    #showcases #playable_list li a {
        padding: 100px 0 20px 0;
        border-bottom: 5px solid transparent;
    }
    .hover-active #showcases #playable_list li:hover a {
        border-bottom:5px solid #000;
    }
    #showcases #playable_list .game_icon {
        width: 100px;
        height: 100px;
        top: 10px;
    }
    #showcases #playable_popup #playable_popup_close {
        top: 5px;
        right: 5px;
    }
    #showcases #playable_list .game_title {
        font-size: 14px;
        margin-top: 30px;
    }
    #showcases #playable_list .game_desc {
        font-size: 12px;
    }
    .hover-active #showcases #playable_list li:hover .game_icon {
        transform:scale3d(1.1,1.1,1);
    }
    .hover-active #showcases #playable_list li:hover .game_title {
        -webkit-transform:translate3d(0px,-9px,0px);
        transform:translate3d(0px,-9px,0px);
    }
    .hover-active #showcases #playable_list li:hover .game_desc {
        -webkit-transform:translate3d(0px,-9px,0px);
        transform:translate3d(0px,-9px,0px);
    }
    #showcases #playable_list li .hiw_circle_small {
        display:none;
    }
    #header {
        margin: 0;
        min-height: 100px;
        height: 100px;
    }
    #header ul {
        display: none;
    }
    #header h1 {
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
    html:not(.mobile) body:not(.hs-blog-name-revjet-blog) #header h1 {
        width: 200px !important;
    }
    .header-toggle {
        display: block;
    }
    .hover-active .header-toggle:hover {
        background: transparent; 
    }
    #top_menu {
        display: none;
        padding: 0 30px 10px 23px;
        position: relative;
        height: auto;
        overflow: hidden;
        text-align: left;
    }
    #top_menu .learn_more {
        display: block;
        margin-top: -5px;
    }
    #header_menu_id .hs-menu-wrapper > ul > li {
        height: 35px;
        clear: both;
        float: left;
        display: block;
    }
    #header_menu_id .hs-menu-wrapper > ul > li:nth-child(7), #header_menu_id .hs-menu-wrapper > ul > li:nth-child(8) {
        display: block;
    } 
    .hover-active #header_menu_id .hs-menu-wrapper > ul > li:hover:after, #header_menu_id .hs-menu-wrapper > ul > li.active:after {
        background: transparent;
    }
    #header_menu_id .hs-menu-wrapper > ul {
        text-align: left;
        height: auto;
    }
    #header_menu_id .hs-menu-wrapper ul.hs-menu-children-wrapper {
        display: none;
    }
    #header_menu_id .hs-menu-wrapper  {
        float: none;
    }
    #login_btn {
        display:none;
    }
    header {
        position: static;
    }
    #content {
        padding-top: 0;
    }
    #video_container {
        height: 410px;
    }
    #main_image_overlay h2 {
        font-size: 36px;
        line-height: 36px;
        padding: 0 0 21px;
    }
    #main_image_overlay h4 {
        font-size: 18px;
        line-height: normal;

    }
    #main_image_overlay a.button {
        margin: 26px 0 0;
    }
    .parallax {
        height: 230px;
    }
    .parallax h2 {
        font-size: 54px;
        line-height: 67px;
    }
    .text_block h3, .text_block_pad_new h3, .text_block_blog h3,  .text_block_blog h3 a, .resources #resources_featured h3, .resources #content > div > h3 {
        font-size: 26px;
    }
    .text_block p, .text_block_pad_new p, .text_block_blog p {
        font-size: 18px;
        line-height: 29px;
        padding: 29px 0 0;
    }
    .text_block, .text_block_pad_new, .text_block_blog {
        padding: 62px 12% 70px;
    }
    #how_it_works, #learn_more {
        padding: 35px 7%;
    }
    #how_it_works h4, #learn_more h4 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    #how_it_works a, #learn_more a {
        padding: 4px 18px 6px;
        font-size: 14px;
    }
    #footer_content {
        text-align: left;
    }
    #footer_content .learn_more {
        line-height: 60px;
        padding-left: 95px;
        float: left;
    }
    #footer_content .learn_more a {
        padding: 4px 16px;
    }
    #footer_menu_id, #footer_menu_id .hs-menu-wrapper {
        display: none !important;
    }
    #iab_logo {
        top:0;
        left: 20px;
        width:25px;
        height:28px;
    }
    #iab_logo img {
        width: 25px;
    }
    #alwayson_logo {
        top:3px;
        left: 55px;
        width:30px;
        height:30px;
    }
    #alwayson_logo img {
        width: 30px;
    }
    #adobe_logo {
        top:-5px;
        left: 97px;
        width:70px;
        height:15px;
    }
    #adobe_logo img {
        width: 70px;
    }
    #footer_social_links {
        top: 0;
        right: 20px;
        height: 17px;
    }
    #footer_social_links ul {
        margin-top: -6px;
    }
    #footer_social_links a {
        vertical-align: top;
    }
    #footer_social_links li {
        padding: 0 2px;
    }
    #copy {
        width: 100%;
        margin: 0 auto;
        background: none;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
    #copy a {
        color: #fff;
    }
    #footer_content {
        overflow: hidden;
    }
    #footer_social_links a span {
        background-size: cover;
    }
    .footer_social_links_facebook span {
        width: 9px;
        height: 17px;
        background-position: 0 0 !important;
    }
    .footer_social_links_twitter span {
        width: 19px;
        height: 14px;
        background-position: -11px center !important;
    }
    .footer_social_links_instagramm span {
        width: 17px;
        height: 17px;
        background-position: -42px 0 !important;
    }
    #contacts_inner {
        padding: 46px 0 0;
    }
    #contacts h2 {
        font-size: 26px;
        padding: 0px 10% 30px;
    }
    #contacts h3 {
        font-size: 18px;
        padding: 0px 10% 30px;
    }
    #contacts p.city {
        font-size: 12px;
        padding: 0px 10% 7px;
    }
    #contacts_form {
        margin: 34px 0 0;
    }
    #hs_form_target_contact_form .field  {
        float: none;
        width: 100%;
        padding: 0;
    }
    .contacts_form_inner {
        padding: 50px 22% 0;
    }
    #map-canvas {
        height: 326px;
    }
    .team_content {
        padding:0px 5% 70px 5%;
    }
    .team_content_table {
        margin-bottom:25px;
    }
    #terms_inner {
        padding: 0 9.7% 86px;
    }
    #main_image_overlay {
        /* padding: 50px 15% 54px; */
    }
    .production_apps_content h2 {
        font-size: 14px;
    }
    .hover-active .production_apps_content:hover h2 {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0px,0);
        -moz-box-transform: translate3d(0,0,0);
    }   
    .production_apps_row p {
        display: none;
    }
    .production_apps_content .production_apps_img {
        width: 95px;
        height: 80px;
    }
    .production_apps_row {
        height: 229px;
    }
    .production_apps_row figcaption {
        padding: 53px 0 0;
    }
    :not(#hs_cos_wrapper_contact_form).popup_form .hs_cos_wrapper_type_form {
        width: 90%;
    }
    .parallax_blocks_content-out {
        height: 364px;
    }
    .parallax_blocks h3 {
        font-size: 18px;
        font-weight: 700;
        padding: 0 0 18px;
    }
    .parallax_blocks p {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
    }
    .parallax_blocks_row .parallax {
        height: 364px;
    }
    .blog_top_icons {
        display: none;
    }
    .blog_featured_top {
        padding: 0;
    }
    .blog_featured_top a, .blog_featured_top span {
        height:250px;
    }
    .share_content, .hs_cos_wrapper_type_blog_subscribe {
        padding: 27px 2% 28px;
    }
    .share_content h3, .hs_cos_wrapper_type_blog_subscribe h3 {
        font-size: 22px;
        padding: 0 0 10px;
    }
    .author_content {
        padding: 51px 12% 53px;
    }
    .author_img {
        width: 93px;
        padding-top: 2px;
    }
    .author_text {
        padding: 0 0 0 124px;
    }
    .comments_content h3 {
        font-size: 26px;
    }
    .comments_content {
        padding: 65px 10% 53px;
    }
    .resent_posts {
        padding: 0 10% 54px;
    }
    .resent_posts.no_padding {
        padding-bottom: 0px;
    }
    .resent_posts h3 {
        font-size: 26px;
        padding: 38px 0 19px
    }
    .post_img {
        width: 201px;
        height: 116px;
        margin: 5px 0 0;
    }
    .feedreader_box .hs-rss-item .hs-rss-item-image-wrapper {
        width: 40%;
        height: 116px;
    }
    .post_text {
        padding: 0 0 0 214px;
    }
    .feedreader_box .hs-rss-item .hs-rss-item-text {
        width:58%;
    }
    .post_text p, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description {
        display: none;
    }
    .post_text .date, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-byline {
        padding: 11px 0 0 !important;
        font-size: 14px !important;
    }
    .post, .feedreader_box .hs-rss-item {
        padding: 24px 0 0;
    }
    .date {
        padding: 6px 0 0;
    }
    .tags {
        padding: 46px 0 0;
    }
    #comment-form .hs-form-field, #comment-form .hs_firstName.hs-form-field, #comment-form .hs_lastName.hs-form-field {
        width: 100%;
        float: none;
    }
    #comment-form .hs_comment.field.hs-form-field {
        float: none;
        width: 100%;
        margin: 0;
    }
    #comment-form .hs_subscribe.hs-form-field {
        float: none;
        width: 100%;
        margin: 0;
    }
    #comment-form .hs_submit {
        float: none;
        width: 100%;
    }
    #comment-form .hs-button.primary {
        position: inherit;
        margin: 15px 0 0;
    }
    .press_block_r h3 {
        font-size: 22px;
        line-height: 29px;
        padding: 0 0 5px;
    }
    .press_block_r p {
        line-height: 20px;
        font-size: 16px;
    }
    .press_block_r span {
        line-height: 20px;
        font-size: 16px;
    }
    .press_articles {
        padding-bottom: 25px;
    }
    .press_articles h3 {
        font-size: 22px;
        line-height: 29px;
        padding: 0 0 25px;
    }
    .press_articles h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .press_articles p {
        font-size: 16px;
        line-height: 20px;
    }
    .press_articles .press_logo {
        padding-bottom: 25px;
    }
    .press_articles_date {
        padding: 0 0 19px;
    }
    .press_logo {
        text-align: center;
    }
    .press_logo img {
        max-height: 100%;
        max-width: 100%;
    }
    .cta_LP {
        padding-left: 10%;
        padding-right: 10%;
    }
    .cta_LP .book {
        width: 80px;
        height: 114px;
        margin-top:-57px;
        left:10px;
    }
    .cta_LP .text {
        font-size: 18px;
        padding-left:100px;
    }
    .cta_LP .button {
        font-size:15px;
        margin-top:8px;
        margin-bottom:5px;
        margin-left:100px;
        padding:4px 10px;
    }
    #team_block .person {
        width: 100%;
    }
    #team_block .person .photo, #team_block .person .photo img, #team_block .person.mobile .photo, #team_block .person.mobile .photo img {
        width: 100%;
        height: 100%;
    }
    #team_block .person .info .in {
        width:20px;
        height:20px;
        display: block;
        position:absolute;
        top: 5px;
        right: 5px;
        background: url(//cdn2.hubspot.net/hub/451967/file-2652423713-png/images/linked_in_link.png) 0 0 no-repeat;
        background-size:cover;
        opacity:0;
        transition: all .2s ease;
    }
    #team_block {
        padding-bottom:50px;
    }
    #showcases {
        padding-top:50px;
        padding-bottom:0px;
    }
    #showcases .showcase_title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    #showcases ul {
        padding-bottom: 50px;
    }
    #showcases li .image_bg {
        margin-bottom: 8px;
        width: 250px;
        height: 145px;
    }
    #showcases .image_bg_img {
        background-size: 75% 75%;
    }
    #showcases ul li {
        margin-top: 12px;
    }
    #showcases li .extended_links {
        height:35px;
    }
    #showcases li .extended_links a {
        line-height: 35px;   
    }
    .resources #resources_featured {
        padding-bottom:40px;
    }
    .resources #resources_featured h3 {
        padding: 40px 0px 0px;
    }
    .resources #resources_featured_item {
        padding-top:40px;
    }
    .resources #content > div > h3 {
        padding:40px 12%;
    }
}
@media all and (max-width: 768px) 
and (orientation : landscape) {

    #target_seamlessly_circle, #dream_big, #iterate_quickly, #test_effortlessly, #target_seamlessly, #learn_exponentially, #hiw_subnav, #howitworksSubNav-an-anim {
        display: none;
    }
    .hiw_tablet {
        display: block;
        padding: 0 0 136px;
    }
    .hiw_tablet_row {
        padding: 77px 10% 3px;
        text-align: center;
    }
    .hiw_tablet_row h2 {
        font-size: 26px;
        font-weight: bold;
        padding: 19px 0 0;
        line-height: 32px;
    }
    .hiw_tablet_row h4 {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
    }
}
@media all and (max-width: 634px) {
    #copy {
        display: none;
    }
    #footer_content {
        text-align:center;
        height:60px;
    }
    #footer_content .learn_more {
        padding-left: 0px;
        float:none;
    }
    
    .press_block_r {
        padding-left: 0;
        padding-top: 25px;
    }
    .press_logo {
        float: none;
        margin: 0 auto;
    }
}
@media all and (max-width: 480px) {
    .popup_form .hs_cos_wrapper_type_form h3 {
        font-size: 18px;
        padding: 21px 0 19px;
    }
    .popup_form .hs_cos_wrapper_type_form label, .hs_cos_wrapper_type_blog_subscribe label {
        font-size: 14px;
        margin: 0 0 2px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-error-msgs label, .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs label, #contacts_form .hs_cos_wrapper_type_form .hs-error-msgs label {
        font-size:11px;
        margin:0;
    }
    .popup_form .hs_cos_wrapper_type_form input[type="text"], .popup_form .hs_cos_wrapper_type_form input[type="email"], .popup_form .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
        height: 30px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-form-field, .hs_cos_wrapper_type_blog_subscribe .hs-form-field {
        margin: 0 0 7px; 
    }
    .hs_cos_wrapper_type_blog_subscribe input[type="submit"], .hs_cos_wrapper_type_blog_subscribe a.hs-button {
        padding: 4px 38px 6px;
        font-size: 14px;
    }
    .popup_form .hs_cos_wrapper_type_form form, #retargetedPopup .retargetedPopup_inner {
        padding: 0 8%;
    }
    .popup_updated_row {
        padding: 0 14px;
    }
    .popup_form .hs_cos_wrapper_type_form .actions {
        padding: 18px 0 31px; 
    }
    #header h1 {
        width: 200px !important;
    }
    .header-toggle {
        margin-right: 1px;
    }
    #copy {
        display: none;
    }
    #footer_content .learn_more {
        padding-left: 0px;
    }
    #footer_social_links {
        right: 20px;
    }
    #main_image_overlay h2 {
        font-size: 28px;
        line-height:32px;
        white-space: normal;
    }
    #main_image_overlay h4 {
        font-size: 16px;
        line-height: 24px;
    }
    #main_image_overlay {
        padding: 21px 10% 39px;
        width: 80%;
    }
    .text_block h3, .text_block_pad_new h3, .text_block_blog h3, .text_block_blog h3 a {
        font-size: 18px;
    }
    .text_block p, .text_block_pad_new p, .text_block_blog p {
        font-size: 14px;
        padding: 25px 0 0;
        line-height: 20px;
    }
    .text_block, .text_block_pad_new, .text_block_blog {
        padding: 50px 10% 50px;
    }
    .parallax h2 {
        font-size: 36px;
        line-height: 43px;
    }
    #contacts h2 {
        font-size: 18px;
        padding: 0px 15% 25px;
    }
    #contacts h3 {
        font-size: 14px;
        padding: 0px 15% 25px;
    }
    #contacts p.city {
        font-size: 11px;
        padding: 0px 15% 5px;
    }
    #contacts_inner {
        padding: 51px 0 0;
    }
    #contacts_form {
        margin: 32px 0 0;
    }
    #contacts_form label {
        font-size: 18px;
    }
    .contacts_form_inner {
        padding: 34px 40px 0;
    }
    #contacts_form input[type="text"], #contacts_form input[type="email"], #contacts_form input[type="tel"] {
        margin: 0 0 10px;
        height:30px;
    }
    #contacts_form label {
        margin: 0 0 2px;
    }
    .popup_form .hs_cos_wrapper_type_form .actions, #hs_form_target_contact_form .actions {
        padding: 20px 0 31px;
    }
    #terms h2, #faq h2 {
        font-size: 30px;
        padding: 52px 5% 55px;
        margin: 0 0 49px;
    }
    h2.h2_top_title {
        font-size: 30px;
        padding: 52px 5% 55px;
    }
    #faq h2 {
        margin: 0 0 34px;
    }
    #terms_inner {
        padding: 0 9.7% 86px;
    }
    #terms h4 {
        padding: 12px 0 0;
    }
    #faq_inner {
        padding-bottom: 86px;
    }
    .production_apps_content {
        width: 50%;
        padding-bottom: 2px;
    }
    .production_apps_row {
        height: 140px;
    }
    .production_apps_content:last-child {
        width: 100%;
        padding-right: 2px;
    }
    .production_apps_content figcaption {
        padding: 28px 0 0;
    }
    .production_apps_content .production_apps_img {
        width: 66px;
        height: 56px;
    }
    #production_apps {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 18px 20px 20px;
    }
    .production_apps_content h2 {
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
        -moz-box-transform: translate3d(0,20px,0);
    }
    .hover-active .production_apps_content:hover h2 {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
        -moz-box-transform: translate3d(0,10px,0);
    }
    .careers_content {
        padding-bottom: 86px;
    }
    .team_content {
        padding:0px 0% 50px 0%;
    }
    .team_content_table {
        margin-bottom:10px;
    }
    .parallax_blocks_row {
        float: none;
        width: auto;
    }
    .parallax_blocks .parallax_blocks_row:last-child {
        display: none;
    }
    .share_content h3 {
        font-size: 22px;
    }
    .comments_content h3 {
        font-size: 18px;
    }
    .post_text, .feedreader_box .hs-rss-item .hs-rss-item-text {
        padding: 15px 0 0;
        text-align: center;
        width: auto;
        float: none;
    }
    .post_img, .feedreader_box .hs-rss-item .hs-rss-item-image-wrapper {
        float: none;
        height: auto;
        margin: 0 auto;
        width: 201px;
        display: block;
    }
    .post_text p, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description {
        display: none;
    }
    .post_img img, .post_img, .feedreader_box .hs-rss-item .hs-rss-item-image-wrapper, .feedreader_box .hs-rss-item .hs-rss-item-image-wrapper img {
        margin: 0 auto;
    }
    .resent_posts h3 {
        font-size: 18px;
        padding: 24px 0 0;
    }
    .post_text h4, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-title {
        font-size: 14px;
    }
    .post_text .date, .feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-byline {
        padding: 12px 0 12px !important;
    }
    .post {
        padding: 27px 0 13px;
    }
    .feedreader_box .hs-rss-item {
        padding: 0px 0 13px;
    }
    .blog_featured_top {
        padding: 0;
    }
    .author_img {
        float: none;
        margin: 0 auto 15px;
    }
    .author_text {
        padding: 0;
        text-align: center;
    }
    .author_text h3 {
        font-size: 14px;
        padding: 0 0 3px;
    }
    .author_text p {
        font-size: 12px;
        line-height: 14px;
    }
    .author_content {
        padding: 41px 10% 42px;
    }
    .author_text div {
        font-size: 12px;
        padding: 14px 0 0;
    }
    .comments_content {
        padding: 16px 10% 0px;
    }
    .resent_posts {
        padding: 0 10% 28px;
    }
    .resent_posts.no_padding {
        padding-bottom: 0px;
    }
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
        margin-right: 0px !important;
    }
    .hiw_tablet {
        display: block;
        padding: 0 0 136px;
    }
    .hiw_tablet {
        padding-bottom: 86px;
    }
    .hiw_tablet_row {
        padding: 57px 10% 3px;
    }
    .hiw_tablet_row h2 {
        font-size: 22px;
        padding: 19px 0 0;
        line-height: 32px;
    }
    .hiw_tablet_row h4 {
        font-size: 15px;
        line-height: 19px;
    }
    .press_text.text_block {
        padding: 25px 10% 25px;
    }
    .press_logo {
        width: 164px;
    }
    .press_logo img {
        max-height: 100%;
        max-width: 100%;
    }
    .press_block_r h3, .press_articles h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .press_block_r p, .press_block_r span, 
    .press_articles h4, 
    .press_articles_date, 
    .press_articles p {
        font-size: 14px;
        line-height: 18px;
    }
    .press_block {
        padding-top: 25px;
        padding-bottom: 0;
    }   
    .press_articles .press_logo {
        padding-top: 32px;
        width: 164px;
    }
    .press_title h2 {
        font-size: 30px;
        padding: 52px 5% 55px;
    }
    #main_image_overlay .password_form .hs-button {
        margin-top: 10px;
    }
    .cta_LP {
        padding: 15px 10px;
    }
    .cta_LP .bar {
        padding:8px 10px 8px 0px;
        border-left-width: 3px;
    }
    .cta_LP .book {
        width:64px;
        height:90px;
        margin-top:-45px;
        left:10px;
    }
    .cta_LP .button {
        font-size: 12px;
        margin-left:80px;
    }
    .cta_LP .text {
        font-size: 16px;
        padding-left:80px;
    }
    #media_kit_block h4, #team_block h4 {
        font-size: 13px;
    }
    #media_kit_block .media_kit_logos {
        padding-bottom: 30px;
    }
    #team_block .persons {
        padding-bottom: 20px;
    }
    #team_block .person .info p.name {
        font-size: 15px;
    }
    #team_block .person .info p.position {
        font-size: 12px;
    }
    #media_kit_block .media_kit_logos li .link strong {
        display:block;
    }
    #team_block {
        padding-bottom:40px;
    }
}
@media all and (max-width: 320px) {
    body:not(.hs-blog-name-revjet-blog) #header h1 {
        width: 49px !important;
    }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 

and (orientation : landscape) {
    .popup_form .hs_cos_wrapper_type_form h3 {
        font-size: 18px;
        padding: 7px 0;
    }
    .popup_form .hs_cos_wrapper_type_form label, .hs_cos_wrapper_type_blog_subscribe label {
        font-size: 14px;
        margin: 0 0 2px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-error-msgs label, .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs label, #contacts_form .hs_cos_wrapper_type_form .hs-error-msgs label {
        font-size:11px;
        margin:0;
    }
    .popup_form .hs_cos_wrapper_type_form input[type="text"], .popup_form .hs_cos_wrapper_type_form input[type="email"], .popup_form .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
        height: 30px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-form-field, .hs_cos_wrapper_type_blog_subscribe .hs-form-field {
        margin: 0 0 2px; 
    }
    .popup_form .hs_cos_wrapper_type_form form, #retargetedPopup .retargetedPopup_inner {
        padding: 0 5%;
    }
    .popup_updated_row {
        padding: 0 5px;
    }
    .popup_form .hs_cos_wrapper_type_form .actions {
        padding: 2.2% 0 2.5%;
    }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 

and (orientation : landscape) {
    .popup_form .hs_cos_wrapper_type_form h3 {
        font-size: 18px;
        padding: 7px 0;
    }
    .popup_form .hs_cos_wrapper_type_form label, .hs_cos_wrapper_type_blog_subscribe label {
        font-size: 14px;
        margin: 0 0 2px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-error-msgs label, .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs label, #contacts_form .hs_cos_wrapper_type_form .hs-error-msgs label {
        font-size:11px;
        margin:0;
    }
    .popup_form .hs_cos_wrapper_type_form input[type="text"], .popup_form .hs_cos_wrapper_type_form input[type="email"], .popup_form .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
        height: 30px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-form-field, .hs_cos_wrapper_type_blog_subscribe .hs-form-field {
        margin: 0 0 2px; 
    }
    .popup_form .hs_cos_wrapper_type_form form, #retargetedPopup .retargetedPopup_inner {
        padding: 0 5%;
    }
    .popup_updated_row {
        padding: 0 5px;
    }
    .popup_form .hs_cos_wrapper_type_form .actions {
        padding: 2.2% 0 2.5%;
    }
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
    .popup_form .hs_cos_wrapper_type_form h3 {
        font-size: 18px;
        padding: 7px 0;
    }
    .popup_form .hs_cos_wrapper_type_form label, .hs_cos_wrapper_type_blog_subscribe label {
        font-size: 14px;
        margin: 0 0 2px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-error-msgs label, .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs label, #contacts_form .hs_cos_wrapper_type_form .hs-error-msgs label {
        font-size:11px;
        margin:0;
    }
    .popup_form .hs_cos_wrapper_type_form input[type="text"], .popup_form .hs_cos_wrapper_type_form input[type="email"], .popup_form .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
        height: 30px; 
    }
    .popup_form .hs_cos_wrapper_type_form .hs-form-field, .hs_cos_wrapper_type_blog_subscribe .hs-form-field {
        margin: 0 0 2px; 
    }
    .popup_form .hs_cos_wrapper_type_form form, #retargetedPopup .retargetedPopup_inner {
        padding: 0 5%;
    }
    .popup_updated_row {
        padding: 0 5px;
    }
    .popup_form .hs_cos_wrapper_type_form .actions {
        padding: 2.2% 0 2.5%;
    }
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
    .popup_form .hs_cos_wrapper_type_form h3 {
        font-size: 18px;
        padding: 21px 0 19px;
    }
    .popup_form .hs_cos_wrapper_type_form label, .hs_cos_wrapper_type_blog_subscribe label {
        font-size: 14px;
        margin: 0 0 2px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-error-msgs label, .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs label, #contacts_form .hs_cos_wrapper_type_form .hs-error-msgs label {
        font-size:11px;
        margin:0;
    }
    .popup_form .hs_cos_wrapper_type_form input[type="text"], .popup_form .hs_cos_wrapper_type_form input[type="email"], .popup_form .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
        height: 30px;
    }
    .popup_form .hs_cos_wrapper_type_form .hs-form-field, .hs_cos_wrapper_type_blog_subscribe .hs-form-field {
        margin: 0 0 7px; 
    }
    .popup_form .hs_cos_wrapper_type_form form, #retargetedPopup .retargetedPopup_inner {
        padding: 0 8%;
    }
    .popup_updated_row {
        padding: 0 5px;
    }
    .popup_form .hs_cos_wrapper_type_form .actions {
        padding: 3.5% 0;
    }
}
@media only screen and (device-width: 768px) and (orientation: landscape) {
    #header_menu_id .hs-menu-wrapper ul.hs-menu-children-wrapper, #header ul {
        display: none;
    }
}