body {
    background: #f9f7f7;
    color: #5b5b5b;
    font-family: 'Lato', Arial, sans-serif;
}
.container {
    position: relative;
}

/*hello bar*/
.hello-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    background: #b42225;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.075);
}
.hello-bar p {
    margin: 0;
    font-weight: 700;
    line-height: 25px;
}
.with-bar {
    padding-top: 45px;
}
.with-bar .main-header {
    top: 45px;
}
.btn-inverse {
    color: #fff;
    background: #333;
}
.btn-inverse:hover,
.btn-inverse:focus {
    color: #fff;
    background: #000;
}
.hello-bar .btn-sm {
    padding: 5px 20px;
    margin: 0 5px;
    font-size: 13px;
    line-height: 13px;
    vertical-align: top;
}

/*above the fold*/
.above-the-fold-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    height: 100%;
    min-height: 765px;
    background: url("../img/above_the_fold.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 7% 0 5%;
    -webkit-transition-timing-function: cubic-bezier(.72,1.9,.61,.72);
       -moz-transition-timing-function: cubic-bezier(.72,1.9,.61,.72);
            transition-timing-function: cubic-bezier(.72,1.9,.61,.72);
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:    -moz-transform;
            transition-property:         transform;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
            transition-duration: 1s;
}
.above-the-fold-bar.fadein {
    display: block;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
}
.above-the-fold-bar.fadeout {
    display: block;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
}
.above-the-fold-bar .close-bar-big {
    position: absolute;
    top: 60px;
    right: 15px;
    z-index: 10;
}
.close-bar-big {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}
.social-icon-bar {
    color: #fff;
    text-align: center;
    margin-bottom: 5%;
}
.social-icon-bar li {
    padding-left: 25px;
    padding-right: 25px;
}
.social-icon-bar li a {
    color: #fff;
    font-size: 24px;
}
.close-bar-big:hover,
.close-bar-big:focus {
    color: #fff;
    text-decoration: none;
}
.above-the-fold-subheading {
    margin: 0 0 2%;
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 15px;
}
.above-the-fold-heading {
    margin: 0 0 2%;
    color: #fff;
    font-size: 140px;
}
.above-the-fold-lead {
    color: #fff;
    font-size: 36px;
    margin: 0;
}
.above-the-fold-bar p {
    margin: 0 0 5%;
}
.above-the-fold-bar .icon-container {
    position: absolute;
    bottom: 2%;
    left: 0;
    height: 80px;
    width: 100%;
}
.above-the-fold-bar .fa-angle-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    color: #fff;
    font-size: 64px;
    -webkit-animation: load-bottom 4s infinite ease-in-out;
            animation: load-bottom 4s infinite ease-in-out;
}
.popup-end {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
}

/*backgrounds header*/
.background-main {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 46%;
    -ms-behavior: url("backgroundsize.min.htc");
}
.background-a4d {
    background-image: url("../img/header_image_alt_wider.png");
    padding-top: 40%;
}
.background-notebook {
    position: relative;
    background-image: url("../img/header_image_notebook.png");
    padding-top: 52%;
}
.background-sea {
    background-image: url("../img/header_image_sea.png");
    background-size: auto;
    padding-top: 640px;
}
.background-video {
    background-image: url("../img/header_image_video.png");
    background-size: auto;
    padding-top: 640px;
}
.background-product {
    background-image: url("../img/header_image_product.png");
    background-size: auto;
    padding-top: 760px;
}
.background-acquisition {
    background-position: center 120px;
    background-image: url("../img/header_image_acquisition.png");
    padding-top: 54%;
}
.background-careers {
    background-image: url("../img/header_image_careers.png");
    padding-top: 60%;
}
.background-ecommerce {
    background-image: url("../img/header_image_ecommerce.png");
    padding-top: 50%;
}
.background-ecommerce .main-heading-container {
    top: 0;
    margin-top: 18%;
}
.background-ecommerce .main-heading-container .main-heading {
    position: absolute;
    top: 0;
    right: 5%;
}
.background-blog {
    background-image: url("../img/header_image_blog.png");
    background-size: 1199px;
    padding-top: 600px;
}
.background-about {
    background-image: url("../img/header_image_about.png");
    background-size: auto;
    padding-top: 640px;
    overflow: hidden;
}
.background-contact {
    background-image: url("../img/header_image_contact.png");
    padding-top: 800px;
}
.background-algorithms {
    background-image: url("../img/header_image_algorithms.png");
    background-size: auto;
    padding-top: 460px;
    overflow: hidden;
}
.background-simple {
    padding-top: 120px;
}
.background-simple .main-heading-container {
    position: static;
}
.background-simple .main-heading-container .main-heading {
    color: #000;
    margin-bottom: 30px;
}
.background-main .main-heading-container{
    z-index: 2;
}
.background-main-godown {
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 0%;
}
.background-main-godown-link {
    color: inherit;
}
.background-main-godown-link:hover,
.background-main-godown-link:focus {
    color: #ac2925;
    text-decoration: none;
}
.background-main-godown-icon {
    position: relative;
    font-size: 64px;
    -webkit-animation: load 4s infinite ease-in-out;
            animation: load 4s infinite ease-in-out;
}
.background-acquisition .background-main-godown {
    padding-top: 54%;
    color: #000;
    text-shadow: 0 0 5px #fff;
}
@media (min-width: 1358px) { .background-acquisition .background-main-godown { padding-top: 50%; } }
@media (max-width: 991px) { .background-acquisition .background-main-godown  { padding-top: 560px; } }
@media (max-width: 767px) { .background-acquisition .background-main-godown  { padding-top: 540px; } }

.background-video .background-main-godown {
    padding-top: 640px;
    color: #000;
    text-shadow: 0 0 15px #fff;
}
@media (min-width: 1358px) { .background-video .background-main-godown { padding-top: 46%; } }

.background-algorithms .background-main-godown {
    padding-top: 460px;
    color: #000;
    text-shadow: 0 0 15px #fff;
}
@media (min-width: 1358px) { .background-algorithms .background-main-godown { padding-top: 38%; } }
@media (max-width: 520px) { .background-algorithms .background-main-godown { padding-top: 380px; } }

.background-product .background-main-godown {
    padding-top: 760px;
    color: #000;
    text-shadow: 0 0 5px #fff;
}
@media (min-width: 1358px) { .background-product .background-main-godown { padding-top: 54%; } }
@media (max-width: 767px) { .background-product .background-main-godown { padding-top: 640px; } }
@media (max-width: 520px) { .background-product .background-main-godown { padding-top: 600px; } }

.background-sea .background-main-godown {
    padding-top: 640px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
@media (min-width: 992px) { .background-sea .background-main-godown { padding-top: 52%; } }
@media (max-width: 520px) { .background-sea .background-main-godown { padding-top: 700px; } }

/*backgrounds*/
.main-container-inner {
    position: relative;
    z-index: 6;
}
.background-layer {
    background-color: #f9f7f7;
    background-repeat: no-repeat;
}
.background-line {
    background-image: url("../img/background_line.png");
    background-position: left bottom;
}
.background-line-2 {
    background-position: left 840px;
}
.background-circles {
    background-image: url("../img/background_circles.png");
    background-repeat: repeat-y;
    background-position: left center;
}
.background-stars {
    background-image: url("../img/background_stars.png");
    background-position: left bottom;
}
.background-lightbulbs {
    background: url("../img/background_lightbulbs.png") no-repeat left bottom;
}
.background-play {
    background: url("../img/background_video.png") no-repeat left bottom;
}
.background-gears {
    background: url("../img/background_gears.png") no-repeat left top;
}
.background-acquisition-user {
    background-image: url("../img/background_acquisition.png");
    background-position: left center;
}
.background-users {
    background-image: url("../img/background_users.png");
    background-position: left center;
}
.background-balloons {
    background-image: url("../img/background_balloons.png");
    background-position: left center;
}

/*header*/
.header-top {
    position: relative;
    z-index: 6;
    background: #cacaca;
    padding: 2px 0;
    border: 0 none;
    border-radius: 0;
}
.header-top .list-inline {
    float: right;
    margin: 4px 0;
}
.header-top .list-inline > li {
    padding: 0 20px;
    border-left: 1px solid #5b5b5b;
}
.header-top .list-inline > li:first-child {
    border-left: 0 none;
}
.header-top .list-inline > li > a,
.header-top .list-inline > li > .btn-group > a {
    color: #5b5b5b;
    font-size: 12px;
    text-transform: uppercase;
}
.header-top .list-inline > li .fa {
    margin-right: 5px;
}
.header-top p {
    margin: 0;
    padding: 0 20px;
    color: #5b5b5b;
    font-size: 12px;
    line-height: 30px;
}
.header-top p .fa {
    margin-right: 5px;
}
/*.dropdown-menu {
    z-index: 1000;
    width: 360px;
    border: 0 none;
    border-radius: 0;
    padding: 20px;
    font-size: 14px;
}*/
.dropdown-heading {
    font-size: 18px;
    margin: 0 0 20px;
}
.dropdown-arrow {
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    right: 8%;
    border-width: 0 10px 10px 10px;
    border-color: #fff transparent #fff transparent;
    border-style: solid;
    background-color: transparent;
}
.header-top .dropdown-menu {
    top: 35px;
}
.header-top .dropdown-menu-right {
    right: -20px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.main-header {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.navbar-brand {
    padding: 15px 0 10px;
}
.main-heading-container {
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}
.main-heading {
    margin: 0;
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.4;
}
.main-heading-container .list-icons {
    margin-top: 40px;
}
.main-heading-container .list-icons .fa {
    font-size: 32px;
}
.main-heading-container .list-icons li {
    margin: 0 10px;
}
.main-heading-container .list-icons li a {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.main-heading-container .list-icons li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-heading strong {
    font-weight: 700;
}
.main-heading-container .fa {
    position: relative;
    color: #fff;
    font-size: 64px;
}
.main-header .navbar {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    z-index: 7;
}
.main-header .navbar-brand {
    height: auto;
}
.main-header .navbar-nav > li > a,
.main-header .navbar-nav > li > .btn-group.dropdown > a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: none;
            transition: none;
}
.main-header .navbar-nav>.open>a,
.main-header .navbar-nav>.open>a:focus,
.main-header .navbar-nav>.open>a:hover {
    color: #c9302c;
    background: transparent;
}
.main-header .navbar-nav > li > a > span,
.main-header .navbar-nav > li > .btn-group.dropdown > a > span {
    -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
}

.main-header .nav li .open.btn-group.dropdown a,
.main-header .nav > li > a:focus,
.main-header .nav > li > a:hover {
    color: #c9302c;
    text-decoration: none;
    background-color: transparent;
}
.main-header .nav > li > a.active > span {
    border-bottom: 2px solid #fff;
}
.main-header .nav > li > a.active:focus > span,
.main-header .nav > li > a.active:hover > span {
    border-color: #c9302c;
}
.nav .open > a :focus,
.nav .open > a:hover
.brand {
    position: relative;
    z-index: 5;
    text-decoration: none;
}
.navbar-default .navbar-toggle-container {
    float: right;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #5b5b5b;
    border-radius: 3px;
    margin: 20px 0;
}
.navbar-default .navbar-toggle-container .login-toggle {
    float: right;
    padding-right: 5px;
    border-right: 1px solid #5b5b5b;
    margin-right: 5px;
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle {
    padding: 2px 0;
    border: 0 none;
    margin: 0;
    color: #5b5b5b;
    background-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(255,255,255,0.9);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #5b5b5b;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #000;
}
.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > .active > a:focus span,
.navbar-default .navbar-nav > .active > a:hover span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}
.main-header .popup {
    position: absolute;
    top: 90px;
    right: 40px;
    width: 360px;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 20px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.popup-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popup.bottom .popup-arrow {
    top: -10px;
    right: 8%;
    border-width: 0 10px 10px;
    border-bottom-color: #fff;
}
.background-video .main-heading-container .main-heading {
    color: #000;
}
.background-video .main-heading-container {
    top: 0;
    margin-top: 180px;
}
.viderian-play {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-top: 326px;
    margin-right: -150px;
}
.background-product .main-heading-container .main-heading {
    color: #000;
}
.background-product .main-heading-container {
    top: 0;
    margin-left: 40%;
    margin-top: 120px;
    width: 60%;
}
.background-notebook .main-heading-container {
    top: 0;
    margin-top: 26%;
}
.background-sea .main-heading-container {
    top: 0;
    margin-top: 120px;
}
.background-acquisition .main-heading-container {
    top: 0;
    margin-top: 10%;
}
.background-acquisition .main-heading-container .main-heading {
    color: #000;
}
.background-careers .main-heading-container {
    top: 0;
    margin-top: 12%;
}
.background-careers .main-heading-container .main-heading {
    color: #000;
}
.background-ecommerce .main-heading-container .main-heading {
    color: #000;
}
.background-blog .main-heading-container {
    top: 0;
    margin-top: 200px;
}
.background-about .main-heading-container {
    top: 0;
    margin-top: 190px;
}
.background-about .main-heading-container .main-heading {
    color: #000;
}
.background-algorithms .main-heading-container {
    top: 0;
    margin-top: 190px;
}
.background-algorithms .main-heading-container .main-heading {
    color: #000;
}

/*slider*/
.header-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border: 0 none;
    background-color: transparent;
}
.flex-direction-nav a {
    height: 60px;
    margin: -30px 0 0;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    border-radius: 7px;
    opacity: 0.7;
    background: #c7c6c6;
    text-align: center;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 60px;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
    right: 60px;
}
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
    color: #000;
    font-size: 24px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    display: inline-block;
}
.flex-direction-nav .flex-prev:before {
    content: "\e079" !important;
}
.flex-direction-nav .flex-next:before {
    content: "\e080" !important;
}
.header-slider .slides {
    position: relative;
    z-index: 4;
}
.header-slider .flex-control-nav {
    z-index: 5;
    bottom: 12%;
}
.flexslider.standard-slider {
    background: transparent;
    border: 0 none;
    margin: 0 80px 60px;
}
.header-slider .flex-direction-nav .flex-prev,
.header-slider .flexslider:focus .flex-direction-nav .flex-prev,
.header-slider .flexslider:hover .flex-direction-nav .flex-prev {
    left: 60px;
}
.header-slider .flex-direction-nav .flex-next,
.header-slider.flexslider:focus .flex-direction-nav .flex-next,
.header-slider.flexslider:hover .flex-direction-nav .flex-next {
    right: 60px;
}
.standard-slider .flex-direction-nav .flex-prev,
.standard-slider.flexslider:focus .flex-direction-nav .flex-prev,
.standard-slider.flexslider:hover .flex-direction-nav .flex-prev {
    left: -80px;
}
.standard-slider .flex-direction-nav .flex-next,
.standard-slider.flexslider:focus .flex-direction-nav .flex-next,
.standard-slider.flexslider:hover .flex-direction-nav .flex-next {
    right: -80px;
}
.flexslider.standard-slider {
    padding-bottom: 40px;
}
.flexslider.standard-slider .flex-control-nav {
    bottom: 5px;
}
.flexslider .slides .viderian-features-list img,
.viderian-features-list img {
    display: inline-block;
    width: auto;
    max-width: 45px;
    margin-right: 10px;
}
.viderian-features-list li {
    margin-bottom: 10px;
}
.viderian-slide-1 {
    margin-top: 100px;
}
.advertisers-slider .main-heading-container {
    position: absolute;
    top: 28%;
    right: 0;
}
.advertisers-slider li .main-heading-container .container {
    margin-left: auto;
    margin-right: auto;
}
.advertisers-slider .main-heading-container .main-heading {
    position: absolute;
    right: 8%;
    color: #000;
}

/*sections*/
.section {
    position: relative;
    margin-bottom: 140px;
}
.section-text-wider {
    margin-bottom: 160px;
}
.section-clients {
    margin-bottom: 110px;
}
.section-clients .section-heading-1 {
    margin-bottom: 40px;
}
.section-clients-2 {
    margin-bottom: 160px;
}
.section-master-algorithms {
    margin-bottom: 100px;
}
.section-training-programs {
    margin-bottom: 60px;
}
.section-mvt {
    margin-bottom: 120px;
}
.section-product-innovation {
    margin-bottom: 200px;
}
.section-image {
    margin-bottom: 160px;
}
.section-advertisers-form {
    margin-bottom: 160px;
}
.section-performance {
    margin-bottom: 80px;
}
.section-all-things {
    margin-bottom: 160px;
}
.section-goal {
    margin-bottom: 160px;
}
.section-goal .section-heading-4 {
    margin-bottom: 0;
}
.section-goal .btn {
    margin-top: 20px;
}
.section-algorithms {
    margin-bottom: 160px;
}
.section-career-slider {
    margin-bottom: 160px;
}
.section-manager {
    margin-bottom: 160px;
}
.section-experience {
    margin-bottom: 120px;
}
.section-personalization {
    margin-bottom: 220px;
}
.section-video {
    margin-bottom: 160px;
}
.section p,
.section ul.section-list,
.section .lead {
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 400;
}
.section p .btn-danger.btn-lg {
    margin-top: 20px;
}
.section-heading-1 {
    margin: 0 0 20px;
    color: #5b5b5b;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
}
.section-heading-2 {
    margin: 0 0 20px;
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.section-heading-3 {
    margin: 0 0 20px;
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.section-heading-4 {
    margin: 0 0 20px;
    color: #5b5b5b;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}
.section-heading-5 {
    margin: 0 0 20px;
    color: #5b5b5b;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
}
.section-subheading-1 {
    margin: 0;
    color: #5b5b5b;
    font-size: 18px;
    line-height: 1.4;
}
.section-subheading-2 {
    margin: 0 0 20px;
    color: #5b5b5b;
    font-size: 20px;
    line-height: 1.4;
}
.img-featured {
    margin-bottom: 10px;
}
.performance-line {
    margin: 80px auto 0;
}
.section-founders {
    margin-bottom: 160px;
}
.section-performance .section-heading-4 {
    margin: 0 0 20px;
}
.section-user-acquisition {
    padding-bottom: 180px;
    margin-bottom: 160px;
}
.section-clients img {
    margin: 0 auto;
}
.section-all-things p {
    margin-bottom: 60px;
}
.icon-item {
    margin-bottom: 40px;
}
.icon-item img {
    margin: 0 auto 10px;
}
.list-icon-1,
.section .list-icon-1 {
    margin: 180px 0 0;
}
.list-icon-1 .icon-item {
    margin: 0;
}
.list-icon-1 .icon-item p,
.list-icon-1 .icon-item .section-heading-3 {
    margin: 0;
}
.list-icon-2 .icon-item {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}
.list-icon-2 .icon-item-2 {
    position: relative;
    top: 0;
}
.list-icon-3 .icon-item {
    float: left;
    width: 20%;
    padding: 0 20px;
    margin: 0;
    text-align: center;
}
.standard-box-outer {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.standard-box-inner {
    position: relative;
    z-index: 11;
    padding: 50px;
}
.shadow {
    position: absolute;
    bottom: -12px;
    left: -3%;
    z-index: 10;
    height: 260px;
    width: 106%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(249,247,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(249,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(249,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(249,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(249,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(249,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f9f7f7',GradientType=0 );
}
.contact-shadow {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.contact-overlay {
    position: absolute;
    bottom: -99px;
    left: -0;
    width: 100%;
    height: 100px;
    z-index: 10;
    background: rgba(249,247,247,1);
}
.contact-shadow-2 {
    position: absolute;
    bottom: -198px;
    left: -0;
    width: 100%;
    height: 100px;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(249,247,247,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,247,247,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(249,247,247,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(249,247,247,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(249,247,247,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(249,247,247,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f7f7', endColorstr='#00ffffff',GradientType=0 );
}
.contact-box textarea.form-control,
.contact-box textarea.form-control.input-lg {
    height: 150px;
}
.contact-container {
    z-index: 11;
}
.standard-box-heading {
    margin: 0 0 20px;
    color: #5b5b5b;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
}
.section-quote {
    padding-left: 40px;
    padding-right: 40px;
}
.section-quote p {
    font-size: 24px;
}
.security-logos {
    margin: 80px auto 0;
}
.security-logos-real {
    position: relative;
    z-index: 11;
    margin: 40px 50px 0;
}
.universal-ssl {
    margin-top: -20px;
}
.comodo-secure {
    margin-top: -34px;
}
.security-logos-real img {
    max-width: 100px;
    width: 100%;
}
.security-logos-real img,
.security-logos-real .cloudflare-badge {
    margin-left: auto;
    margin-right: auto;
}
.clients-logos {
    margin: 80px auto 0;
}
.section-advertisers-form .btn-group,
.section-affiliates-form .btn-group {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.section-advertisers-form .btn-group .btn,
.section-affiliates-form .btn-group .btn {
    border-color: #ccc;
    cursor: default;
}
.section-advertisers-form .btn-group .btn .glyphicon-ok,
.section-affiliates-form .btn-group .btn .glyphicon-ok {
    display: none;
}
.section-advertisers-form .btn-group .btn.active,
.section-affiliates-form .btn-group .btn.active {
    background: #6db7ff;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.section-advertisers-form .btn-group .btn.unactive,
.section-affiliates-form .btn-group .btn.unactive {
    background: #abd6ff;
    color: #fff;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.section-advertisers-form .btn-group .btn.unactive .glyphicon-ok,
.section-affiliates-form .btn-group .btn.unactive .glyphicon-ok {
    display: inline;
}
.section-advertisers-form .help-block,
.section-affiliates-form .help-block {
    margin-bottom: 40px;
}
.section-advertisers-form .help-block small,
.section-affiliates-form .help-block small {
    font-size: 13px;
}
.section-advertisers-form .alert,
.section-affiliates-form .alert {
    margin-bottom: 40px;
}
.section-affiliates-form .help-block,
.section-advertisers-form .help-block {
    text-align: left;
}
.img-partnership {
    margin: 60px auto 120px;
}
.media-heading {
    font-size: 22px;
    line-height: 1.4;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}
.section-partnership {
    margin-bottom: 60px;
}
.section-affiliates-choose .section-heading-4 {
    margin-bottom: 40px;
}
.section-affiliates-choose .media {
    margin-top: 0;
    margin-bottom: 40px;
}
.affiliates-choose-list {
    margin-bottom: 40px;
}
.section-affiliate-managers .section-heading-1 {
    margin-bottom: 80px;
}
.section-program .section-heading-1 {
    margin-bottom: 80px;
}
.section-program .img-responsive {
    display: inline-block;
}
.img-gaming {
    position: absolute;
}
.section-magic .section-heading-1 {
    margin-bottom: 80px;
}
.section-magic .icon-item img {
    margin-bottom: 10px;
}
.client-active-logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.client-active-logo img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
.client-active-logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
            transition: opacity 0.5s;
    backface-visibility: hidden;
}
.client-active-logo.active .client-active-logo-hover  {
    opacity: 1;
    filter: alpha(opacity=1);
}
.logos-list {
    padding-left: 25px;
    font-size: 18px;
}
.logos-list li {
    margin-bottom: 35px;
}
.logos-list .client-active-logo {
    margin: 0 15px;
}
.section-video-optimization-2 img {
    margin-left: -15px;
}
.section-experience-2 p {
    margin-bottom: 0;
}
.section-personalization .section-quote {
    padding: 0;
}
.section-personalization p {
    margin-bottom: 40px;
}
.section-products .section-heading-1 {
    margin-bottom: 40px;
}
.products-list {
    margin: 0 -30px;
    text-align: center;
}
.products-list li {
    padding: 0;
    margin: 20px 30px;
}
.development-step-circle {
    width: 80px;
    height: 80px;
    border: 4px solid #9c9c9c;
    border-radius: 50%;
}
.development-header {
    margin: 0 0 20px;
}
.development-step .media .img-responsive {
    max-width: none;
}
.section-personalization .section-quote {
    margin-bottom: 0;
}
.development-image {
    margin: 0 auto;
}
.section-experience .media {
    margin-bottom: 40px;
}
.section-development .development-step p {
    text-align: left;
}
.section-conversions .section-heading-1 {
    margin-bottom: 80px;
}
.section-conversions .img-responsive {
    display: inline-block;
}
.section-offer-works .list-unstyled li {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 40px;
}
.section-offer-works .list-unstyled li .img-responsive {
    display: inline-block;
    margin-right: 20px;
}
.section-users-stats .img-responsive {
    margin: 80px auto 40px;
}
.section-benefits .section-heading-1 {
    margin-bottom: 20px; /*80px*/
}
.benefit-item {
    margin-top: 40px;
}
.benefit-item .img-responsive {
    margin: 0 auto 10px;
}
.section-manager .lead {
    margin-bottom: 80px;
}
.section-headline-features .section-heading-1 {
    margin-bottom: 80px;
}
.section-founders .section-heading-1 {
    margin-bottom: 80px;
}
.section-experience-2 .section-heading-1 {
    margin-bottom: 40px;
}
.section-quote-full1 {
    position: relative;
    overflow: hidden;
    padding-top: 33.676470588%; /* 458/1360 */
    background-repeat: no-repeat;
    background-image: url("../img/section_quote_jason1.jpg");
    background-position: top center;
    background-size: cover;
    background-color: rgba(251, 252, 254, 1); /* #FBFCFE */
}
.section-dreamteam .nav-tabs {
    margin: 0 0 80px;
    border: 0 none;
    text-align: center;
}
.section-dreamteam .nav-tabs>li {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.section-dreamteam .nav-tabs>li>a,
.section-dreamteam .nav-tabs>li.active>a,
.section-dreamteam .nav-tabs>li.active>a:focus,
.section-dreamteam .nav-tabs>li.active>a:hover {
    background: none;
    border: 0 none;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 24px;
}
.section-dreamteam .nav-tabs>li>a:focus,
.section-dreamteam .nav-tabs>li>a:hover {
    color: #000;
}
.section-dreamteam .nav-tabs>li.active>a {
    color: #000;
    font-weight: 700;
}
.section-dreamteam .tab-content {
    position: relative;
}
.section-dreamteam .tab-pane {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: hidden;
}
.section-dreamteam .tab-pane.active {
    position: relative;
    height: auto;
    overflow: visible;
}
.section-dreamteam .tab-content {
    margin-bottom: 80px;
}
.icon-item-link {
    display: block;
    color: inherit;
    text-decoration: inherit;
    -webkit-transition: none;
            transition: none;
}
.icon-item-link:hover,
.icon-item-link:focus {
    color: inherit;
    text-decoration: none;
}
.icon-item-link small {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    padding-bottom: 2px;
    -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
}
.icon-item-link:hover small,
.icon-item-link:focus small {
    color: #000;
    border-color: #000;
}
.icon-item-link .section-heading-3 {
    line-height: 1;
}
.contact-icon {
    color: #b4b4b4;
    cursor: pointer;
}
.contact-icon:hover,
.contact-icon:focus,
.contact-icon.active {
    color: #b42225;
}
.section-standard-slider {
    margin-bottom: 160px;
}
.section-right-market p {
    margin-bottom: 10px;
}
.section-right-market .section-right-market-left,
.section-right-market .section-right-market-right {
    text-align: center;
    margin-bottom: 40px;
}
.section-right-market .main-img {
    margin: 0 auto 40px;
}

/*solid box*/
.solid-box {
    background: #fff;
    padding: 30px;
    border: 3px solid #000;
    -webkit-border-radius: 7px;
            border-radius: 7px;
}

/*refresh box*/
.refresh-box {
    padding: 15px 30px;
    border: 3px solid #6eb35b;
    border-radius: 7px;
    margin-bottom: 80px;
}
.refresh-box-a {
    display: block;
}
.refresh-box,
.refresh-box-a {
    color: #6eb35b;
}
.refresh-box-a:hover,
.refresh-box-a:focus {
    color: #406536;
    text-decoration: none;
}
.refresh-box .fa-refresh {
    position: relative;
    top: -2px;
    float: left;
    margin-right: 25px;
    font-size: 48px;
    line-height: 48px;
}
.section .refresh-box p,
.refresh-box p {
    margin: 0;
    font-size: 16px;
    text-align: left;
}


/*person box*/
.person-box {
    margin-bottom: 40px;
}
.person-box img {
    margin: 0 auto 10px;
    border-radius: 50%;
    width: 100px;
}
.person-box .list-inline {
    margin: 10px 0 0;
    color: #b4b4b4;
    font-size: 28px;
    text-align: center;
}
.person-box .list-inline li a {
    color: #b4b4b4;
}
.person-box .list-inline li a:focus,
.person-box .list-inline li a:hover {
    color: #b42225;
}
.person-box p {
    text-align: center;
    margin: 0;
}
.person-box-2 {
    margin-bottom: 80px;
}
.person-box-2 .img-responsive {
    margin-bottom: 15px;
}
.person-box-2 h4 {
    margin: 0;
    font-weight: 700;
}
.person-box-2 p {
    margin: 0;
}
.person-box-2 .list-inline {
    float: right;
    margin: 0;
    font-size: 28px;
}
.person-box-2 .list-inline > li > a {
    color: #9c9c9c;
}
.person-box-2 .list-inline > li > a:hover,
.person-box-2 .list-inline > li > a:focus {
    color: #b42225;
}

/*articles list*/
.standard-list-item {
    border-bottom: 1px dashed #5b5b5b;
    margin-bottom: 20px;
}
.standard-list-item:last-child {
    border-bottom: 0 none;
}
.standard-list-item p {
    margin-bottom: 20px;
}
.standard-article-header {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
}
.standard-article-header a {
    color: #5b5b5b;
}
.standard-article-header a:hover,
.standard-article-header a:focus {
    color: #000;
    text-decoration: none;
}
.standard-article-toolbar {
    padding: 9px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    margin-bottom: 20px;
}
.standard-article-toolbar li,
.standard-widget .standard-article-toolbar li {
    padding: 0 10px;
    margin-bottom: 0;
}
.standard-article-toolbar a {
    color: #5b5b5b;
}
.standard-widget {
    margin-bottom: 40px;
}
.standard-widget a {
    color: #5b5b5b;
}
.standard-widget ul > li {
    margin-bottom: 5px;
}
.standard-widget .text ul > li {
    margin-bottom: 5px;
}
.blog-list-widget {
    margin-bottom: 160px;
}

/*comments*/
.comments > li,
.standard-widget .comments > li {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.comments li:last-child {
    border-bottom: 0 none;
}
.comments .comment {
    margin-bottom: 15px;
}
.comments > li > .comments > li {
    margin-left: 80px;
    border-bottom: 0 none;
}
.comment-header {
    margin: 0 0 10px;
}

/*typography*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
ol, ul {
    margin-bottom: 20px;
}
sub, sup {
    font-size: 50%;
    top: -.95em;
}

/*footer*/
.main-container-outer .footer {
    padding: 50px 40px;
}
.footer-container {
    position: relative;
    z-index: 7;
    background: #fff;
}
.footer-container > .container {
    padding: 0;
}
.footer a {
    color: #5b5b5b;
}
.footer .btn {
    color: #fff;
}
.footer-header {
    border-bottom: 1px solid #5b5b5b;
    margin-top: 0;
    padding-bottom: 5px;
}
.social-icons-list > li {
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
.social-icons-list > li > a {
    color: #5b5b5b;
    font-size: 26px;
}
.social-icons-list > li > h4 {
    margin: 0;
    vertical-align: top;
}
.social-icons-list > li > a:focus,
.social-icons-list > li > a:hover {
    color: #b42225
}
.scroll-up {
    position: absolute;
    top: -40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #FA5456;
    line-height: 40px;
    text-align: center;
}
.copyright {
    margin-top: 40px;
}
.copyright p {
    margin: 0;
}

/*forms*/
.form-control {
    /*border-radius: 0;*/
    height: 40px;
}
.form-control.input-lg {
    height: 50px;
    font-size: 18px;
}
.form-control:focus {
    border-color: #b42225;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,34,37,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,34,37,.6);
}
.submit-group {
    margin-top: 40px;
}
.form-login .checkbox {
    margin-top: 0;
    margin-bottom: 20px;
}
label.error {
    /*font-weight: 300;*/
    font-size: 14px;
    color: #b42225;
}
.checkbox label.error,
.radio label.error {
    font-weight: 700;
}
.step {
    position: relative;
}
.step .btn-back {
    position: absolute;
    top: -60px;
    right: 0;
    color: #5b5b5b;
}
.step .btn-back:hover,
.step .btn-back:focus {
    color: #5b5b5b;
}
form .nav.nav-tabs {
    float: left;
    margin-bottom: 0;
}
form .nav-tabs-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
form .nav-tabs {
    border: 0 none;
}
form .nav-tabs-container .nav-tabs>li.active>a,
form .nav-tabs-container .nav-tabs>li.active>a:focus,
form .nav-tabs-container .nav-tabs>li.active>a:hover {
    color: #5b5b5b;
}
form .nav-tabs>li>a {
    padding: 5px 25px;
    border-radius: 0;
    color: #5b5b5b;
    font-weight: 700;
    text-transform: uppercase;
}
form .nav.nav-tabs li .close {
    position: absolute;
    top: 1px;
    right: 7px;
    font-size: 16px;
    line-height: 16px;
    opacity: 0.5;
}
form .nav.nav-tabs li .close:hover,
form .nav.nav-tabs li .close:focus {
    opacity: 0.75;
}
form .add-offer-item {
    display: block;
    position: relative;
    float: left;
    padding: 4px 15px;
    cursor: default;
    line-height: 1.42857143;
    font-weight: 700;
}
form .add-offer-item a {
    color: #5b5b5b;
}
textarea.form-control,
textarea.form-control.input-lg {
    height: 100px;
}
.thank-you-alert {
    background: #ac2925;
    max-width: 310px;
    min-height: 159px;
    margin: 10% auto;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    position: relative;
}
.thank-you-alert:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 15%;
    width: 69px;
    height: 25px;
    background: url('/assets/img/red-tip.png') no-repeat top center;
}
.input-rounded {
    border-radius: 5px;
}
.checkbox label label.error,
.radio label label.error {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.select2-search__field {
    height: 28px;
}
.radio.website-radio {
    margin-top: 0;
}
.radio .input-container {
    display: block;
    padding-bottom: 15px;
}
.radio .input-container input[type="radio"] {
    top: 10px;
}
.radio.website-radio label label.error {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
}

/* material design inputs */
.material-group {
    position: relative;
    margin-bottom: 45px;
}
.material-input {
    display: block;
    width: 100%;
    height: 46px;
    background-color: transparent;
    padding: 10px 10px 10px 5px;
    border:none;
    border-bottom:1px solid #757575;
    color: #757575;
    font-size: 18px;
}
select.material-input {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-appearance:none;
}
textarea.material-input {
    -webkit-transition: 0.2s ease all;
            transition: 0.2s ease all;
}
textarea.material-input:focus {
    height: 120px;
}
.material-input:focus {
    outline: none;
}
.material-group .material-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: 0.2s ease all;
            transition: 0.2s ease all;
}
.material-input:focus ~ .material-label,
.material-input.not-empty ~ .material-label {
    top: -20px;
    font-size: 14px;
    color: #757575;
}
.material-group .bar {
    display: block;
    position: relative;
}
.material-group .bar:before,
.material-group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #757575;
    -webkit-transition: 0.2s ease all;
            transition: 0.2s ease all;

}
.material-group .bar:before {
    left: 50%;
}
.material-group .bar:after {
    right: 50%;
}
.material-input:focus ~ .bar:before,
.material-input:focus ~ .bar:after {
    width: 50%;
}
.material-group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.material-group label.error {
    position: absolute;
    bottom: -22px;
    right: 0;
    margin: 0;
    padding: 0 0 0 20px;
    color: #b42225;
    font-size: 14px;
}
.material-group.error .material-label {
    color: #b42225;
}
.material-group.error .bar:before,
.material-group.error .bar:after {
    background: #b42225;
}
.material-group.error .material-input {
    border-color: #b42225;
}

/*modals*/
.modal-content {
    background-color: #f7f7f7;
}
.modal-support .modal-header {
    border: 0 none;
    padding-bottom: 0
}
.modal-support .modal-header img {
    float: left;
    margin: 2px 15px 0 0;
}

/*links*/
a,
button,
.contact-icon {
    -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
}

/*buttons*/
.btn {
    padding: 10px 60px;
}
.btn.uppercase {
    font-size: 16px;
    font-weight: 700;
}
.btn-sm {
    padding: 5px 40px;
    font-size: 13px;
}
.btn-primary {
    color: #fff;
    background-color: #6db7ff;
    border-color: #4ba6ff;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active,
.btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #4ba6ff;
    border-color: #3f9efb;
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 15px 45px;
    line-height: 1;
}
.btn-line {
    background-color: transparent;
    border: 2px solid #5b5b5b;
    color: #5b5b5b;
}
.btn-line:focus,
.btn-line:hover {
    background-color: #b42225;
    border-color: #b42225;
    color: #fff;
}
.btn-vlg {
    padding: 25px 75px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
}
.btn-group-vertical>.btn,
.btn-group>.btn {
    padding: 10px 20px;
}
.btn-square {
    border-radius: 0 !important;
}
.btn-default {
    background: #676767;
    border-color: #676767;
    color: #fff;
}
.btn-white {
    background: #fff;
    border-color: #676767;
    color: #676767;
}
.btn-white:focus,
.btn-white:hover {
    background: #eee;
    border-color: #676767;
    color: #676767;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #535353;
    border-color: #535353;
}
.btn-danger {
    background: #ac2925;
}
.btn-warning {
    border-color: #fe4918;
    background: #fe4918;
}
.btn-warning:hover,
.btn-warning:focus {
    border-color: #d12d00;
    background: #d12d00;
}
.btn-xxl {
    padding: 20px 100px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 15px;
}

/*pagination*/
.pagination {
    display:block;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a,
.pagination>li>span {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 18px;
    font-weight: 700;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #000;
    background: transparent;
}
.pagination>li>.btn.btn-sm.btn-line {
    border-radius: 3px;
    border: 2px solid #5b5b5b;
    padding: 6px 30px;
    font-size: 14px;
}
.pagination>li>.btn.btn-sm.btn-line:hover,
.pagination>li>.btn.btn-sm.btn-line:focus {
    background-color: #b42225;
    border-color: #b42225;
    color: #fff;
}

/*brackets hover*/
.no-touchevents .brackets-inner::before,
.no-touchevents .brackets-inner::after,
.no-js .brackets-inner::before,
.no-js .brackets-inner::after,
.bracket::before,
.bracket::after {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 0.15s, opacity 0.075s;
       -moz-transition:    -moz-transform 0.15s, opacity 0.075s;
            transition:         transform 0.15s, opacity 0.075s;
}
.no-touchevents .brackets-inner::before,
.no-js .brackets-inner::before,
.bracket::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
            transform: translateX(20px);
}
.no-touchevents .brackets-inner::after,
.no-js .brackets-inner::after,
.bracket::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
            transform: translateX(-20px);
}
.no-touchevents .brackets-outer:hover .brackets-inner::before,
.no-touchevents .brackets-outer:hover .brackets-inner::after,
.no-js .brackets-outer:hover .brackets-inner::before,
.no-js .brackets-outer:hover .brackets-inner::after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
            transform: translateX(0px);
}
.bracket::before,
.bracket::after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
            transform: translateX(0px);
}

/*tooltip*/
.tooltip,
.tooltip .tooltip-inner {
    max-width: none;
    min-width: 350px;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip-inner {
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #c2c2c2;
    color: #464646;
    text-align: left;
    padding: 15px;
}
.tooltip.top {
    padding: 5px 0 10px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #c2c2c2;
}
.tooltip.top .tooltip-arrow::before {
    content: "";
    position: absolute;
    margin-left: -10px;
    bottom: 2px;
    background: transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    border-top-color: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.tooltip h4 {
    color: #000;
    line-height: 1.2;
    font-size: 18px;
    margin: 0 0 5px;
}
.tooltip p,
.tooltip ul {
    font-size: 14px !important;
    margin-top: 0;
    margin-bottom: 5px;
}
.tooltip p:last-child,
.tooltip ul:last-child {
    margin-bottom: 0;
}

/*helper classes*/
.no-background {
    background: none !important;
}
.background-clear {
    background: #f9f7f7 !important;
}
.position-static {
    position: static !important;
}
.uppercase {
    text-transform: uppercase;
}
.no-margin {
    margin: 0 !important;
}
.visible-360 {
    display: none;
}
.visible-400 {
    display: none;
}
.visible-479 {
    display: none;
}

/*support*/
.placeholder-hidden {
    display: none;
}
.no-placeholder .placeholder-hidden {
    display: block;
}

/*animations*/
@-webkit-keyframes load {
    0%{
        top: 0;
    }
    20% {
        top: 0;
    }
    30% {
        top: 15px;
    }
    40% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@keyframes load {
    0%{
        top: 0;
    }
    20% {
        top: 0;
    }
    30% {
        top: 15px;
    }
    40% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes load-bottom {
    0%{
        bottom: 0;
    }
    20% {
        bottom: 0;
    }
    30% {
        bottom: 15px;
    }
    40% {
        bottom: 0;
    }
    100% {
        bottom: 0;
    }
}
@keyframes load-bottom {
    0%{
        bottom: 0;
    }
    20% {
        bottom: 0;
    }
    30% {
        bottom: 15px;
    }
    40% {
        bottom: 0;
    }
    100% {
        bottom: 0;
    }
}
.main-heading-container .icon-animated {
    -webkit-animation: load 4s infinite ease-in-out;
            animation: load 4s infinite ease-in-out;
}
.animation-skrollr {
    webkit-backface-visibility:hidden;
      -moz-backface-visibility:hidden;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
}

/*grid*/
.row.row-solid {
    margin-left: -1px;
    margin-right: -1px;
}
.row.row-solid .col-xs-1,
.row.row-solid .col-sm-1,
.row.row-solid .col-md-1,
.row.row-solid .col-lg-1,
.row.row-solid .col-xs-2,
.row.row-solid .col-sm-2,
.row.row-solid .col-md-2,
.row.row-solid .col-lg-2,
.row.row-solid .col-xs-3,
.row.row-solid .col-sm-3,
.row.row-solid .col-md-3,
.row.row-solid .col-lg-3,
.row.row-solid .col-xs-4,
.row.row-solid .col-sm-4,
.row.row-solid .col-md-4,
.row.row-solid .col-lg-4,
.row.row-solid .col-xs-5,
.row.row-solid .col-sm-5,
.row.row-solid .col-md-5,
.row.row-solid .col-lg-5,
.row.row-solid .col-xs-6,
.row.row-solid .col-sm-6,
.row.row-solid .col-md-6,
.row.row-solid .col-lg-6,
.row.row-solid .col-xs-7,
.row.row-solid .col-sm-7,
.row.row-solid .col-md-7,
.row.row-solid .col-lg-7,
.row.row-solid .col-xs-8,
.row.row-solid .col-sm-8,
.row.row-solid .col-md-8,
.row.row-solid .col-lg-8,
.row.row-solid .col-xs-9,
.row.row-solid .col-sm-9,
.row.row-solid .col-md-9,
.row.row-solid .col-lg-9,
.row.row-solid .col-xs-10,
.row.row-solid .col-sm-10,
.row.row-solid .col-md-10,
.row.row-solid .col-lg-10,
.row.row-solid .col-xs-11,
.row.row-solid .col-sm-11,
.row.row-solid .col-md-11,
.row.row-solid .col-lg-11,
.row.row-solid .col-xs-12,
.row.row-solid .col-sm-12,
.row.row-solid .col-md-12,
.row.row-solid .col-lg-12 {
    padding-left: 1px;
    padding-right: 1px;
}
.aligned-logos {
    position: relative;
    z-index: 11;
    max-width: 480px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 0;
}
.aligned-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2%;
    max-width: 20%;
}
.aligned-logo img,
.section .aligned-logo img { /*yay*/
    display: block;
    max-width: 100%;
    height: auto;
}
.aligned-logo-comodo-secure {
    margin-top: -3%;
}
.aligned-logo-cloudflare {
    max-width: 89px;
    width: 20%;
    padding-top: 6.966292134%; /*20%*31/89*/
    overflow: hidden;
    position: relative;
}
.cloudflare-badge {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: -541.573033708% !important; /*482/89*/
    width: 778.651685393% !important; /*693/89*/
    height: auto !important;
    padding-top: 242.696629213% !important; /*216/89*/
    background-size: contain !important;
    background-position: 0 0 !important;
}

/* skype block */
span[class^='skype_pnh_container'] {display:none !important;}
span[class^='skype_pnh_print_container'] {display:inline !important;}

.career-slider {
    text-align: center;
    margin-bottom: 100px;
}
.career-slider-img {
    display: inline-block !important;
    max-height: 569px !important;
    width: auto !important;
}
.flexslider.career-slider .flex-control-paging {
    bottom: -40px;
}
.flexslider.career-slider .slides {
    position: relative;
    z-index: -1;
}
.flexslider.career-slider {
    padding-bottom: 0;
}

.form-ajax,
.form-ajax-success-show,
.form-ajax-success-hide {
    -webkit-transition: opacity 0.3s;
       -moz-transition: opacity 0.3s;
            transition: opacity 0.3s;
}
.form-ajax-processing {
    opacity: 0.8;
}
.form-ajax-success-show {
    display: none;
}
.form-ajax-success .form-ajax-success-show {
    display: block;
}
.form-ajax-success .form-ajax-success-hide {
    display: none;
}
@media (min-width: 768px) {
    .form-ajax-success-show {
        opacity: 0;
    }
    .form-ajax-success .form-ajax-success-show {
        opacity: 1;
    }
    .form-ajax-success .form-ajax-success-hide {
        display: block;
        opacity: 0;
    }
}

.form-ajax-modal {
    position: relative;
    background: #AC2925;
    color: #fff;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.form-ajax-modal:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 25%;
    width: 69px;
    height: 25px;
    background: url("/assets/img/red-tip.png");
}
@media (min-width: 768px) {
    .form-ajax {
        position: relative;
    }
    .form-ajax-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .form-ajax-modal {
        margin-top: 5%;
    }
}

.form-ajax-error-msg,
.form-ajax-field-invalid-msg {
    color: #AC2925;
}
.form-ajax-field-invalid-msg {
    display: block;
    margin-top: 5px;
}

.pad-top {
    margin-top: 0 !important;
}

.viderianPlayer {
    position: relative;
    padding-bottom: 56%;
    padding-top: 20px;
    height: 0;
}
.viderianPlayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #b42225;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,34,37,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,34,37,.6);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 33px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 5px;
}

.section-dreamteam .nav-tabs-logos {
    margin-top: -50px;
}
.section-dreamteam .nav-tabs-logos > li {
    margin: 10px;
}
.section-dreamteam .nav-tabs-logos > li > a {
    display: block;
    padding: 0;
    -webkit-transition: background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: background-color ease-in-out .15s,         box-shadow ease-in-out .15s;
            transition: background-color ease-in-out .15s,         box-shadow ease-in-out .15s;
}
.section-dreamteam .nav-tabs-logos > li > a.nav-tabs-logos-pixelwise {
    padding: 0 10px;
}
.section-dreamteam .nav-tabs-logos > li.active > .mawelous {
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.175);
            box-shadow: 5px 5px 15px rgba(0,0,0,.175);
    background-color: #fff;
}
.viderian-sprite {
    width: 282px;
    height: 70px;
    background: url("../img/viderian_sprite.png") no-repeat top left;
}
.section-dreamteam .nav-tabs-logos > li.active .viderian-sprite {
    background-position: bottom left;
}
.pixlwise-sprite {
    width: 180px;
    height: 83px;
    background: url("../img/pixlwise_sprite.png") no-repeat top left;
}
.section-dreamteam .nav-tabs-logos > li.active .pixlwise-sprite {
    background-position: bottom left;
}

.form-navistep {
    position: relative;
}
.form-navistep .step {
    position: static;
}
.form-navistep .step .btn-back {
    top: 48px;
}

.clients-linking-logos-list {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.clients-linking-logos-item {
    padding: 25px 0 0;
    position: relative;
    z-index: 2;
}
.clients-linking-logos-link {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.clients-linking-logos-img {
    display: block;
    margin: 0;
    padding: 0;
}
.clients-linking-logos-hover {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
            transition: opacity 0.5s;
    backface-visibility: hidden;
}
.clients-linking-logos-link:hover,
.clients-linking-logos-link:focus {
    text-decoration: none;
}
.clients-linking-logos-link:hover .clients-linking-logos-hover,
.clients-linking-logos-link:focus .clients-linking-logos-hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
.clients-linking-logos-item .btn-line {
    border-radius: 5px;
    font-size: 18px;
}
.tooltip-header {
    margin-top: 0;
}
.tooltip-logo {
    display: block;
    margin: 0 auto 10px;
    max-width: 240px;
}
.tooltip-list {
    margin: 0 auto 15px !important;
    max-width: 65%;
}
.tooltip-list .glyphicon,
.tooltip-list .fa {
    margin-right: 5px;
}
@media (min-width: 480px) {
    .clients-linking-logos-item {
        display: inline-block;
        vertical-align: middle;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .clients-linking-logos-link {
        display: block;
    }
}
@media (min-width: 992px) {
    .clients-linking-logos-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .clients-linking-logos-item-wide {
        margin-left: 25px;
        margin-right: 25px;
    }
    .clients-linking-logos-item-wider {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media (min-width: 1200px) {
    .clients-linking-logos-item {
        padding-left: 30px;
        padding-right: 30px;
    }
    .clients-linking-logos-item-wide {
        margin-left: 35px;
        margin-right: 35px;
    }
    .clients-linking-logos-item-wider {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media (min-width: 1358px) {
    .clients-linking-logos-item {
        padding-left: 25px;
        padding-right: 25px;
    }
    .clients-linking-logos-item-wide {
        margin-left: 35px;
        margin-right: 35px;
    }
    .clients-linking-logos-item-wider {
        margin-left: 60px;
        margin-right: 60px;
    }
}

.navbar-main .navbar-nav .open .dropdown-menu > li > a {
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}

.navbar-main .navbar-nav > .open > a:focus,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a.active,
.navbar-main .navbar-nav > .open .dropdown-menu > li > a:hover,
.navbar-main .navbar-nav > .open .dropdown-menu > li > a:focus,
.navbar-main .navbar-nav > .open .dropdown-menu > .active > a,
.navbar-main .navbar-nav > .open .dropdown-menu > .active > a:focus,
.navbar-main .navbar-nav > .open .dropdown-menu > .active > a:hover {
    background: #c9302c;
    color: #fff;
}
.main-nav .dropdown-menu {
    padding: 0;
}
@media (min-width: 767px) {
    .navbar-main .navbar-nav > .open > a:focus,
    .navbar-main .navbar-nav > .open > a:hover,
    .navbar-main .navbar-nav > .open > a.active {
        background: transparent;
        color: #c9302c;
    }
    .main-nav .dropdown-menu {
        background-color: rgba(255,255,255,0.85);
        border: 0 none;
        border-radius: 5px !important;
        overflow: hidden;
        box-shadow: none;
    }
}
.advertisers-slider .flex-direction-nav {
    display: none;
}
.video-slider .flex-direction-nav {
    display: none;
}
.career-slider .flex-direction-nav {
    display: none;
}

.login-widget-processing .login-widget-view.collapse.fade.in {
    opacity: 0.25;
    filter: alpha(opacity=50);
}

@media (min-width: 768px) {
    .main-header .navbar {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media (min-width: 992px) {
    .main-header .navbar {
        margin-left: 0;
        margin-right: 0;
    }
}


.layout-contact {
    background-image: url("../img/header_image_algorithms.png"); /*1360x1049*/
    background-size: 100%;
    /*background-size: contain;*/
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20%;
    padding-bottom: 20%;
}
/*@media (min-width: 1920px) {
    .layout-contact {
        min-height: 1500px;
    }
}*/
.contact-form-box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 50px;
}
.contact-form-header {
    text-align: center;
    margin: 0 0 25px;
}

.popover-title {
    color: #333;
}

.popover-recaptcha {
    max-width: 400px;
}
button.popover-recaptcha-close {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px; /* same as .popover-title */
    line-height: 0.8; /* to match .popover-title */
}
button.popover-recaptcha-close:focus {
    outline: none;
}

/*ecommerce*/
.shield-icon {
    float: left;
}
.reasons-list {
    font-size: 16px;
    margin: 60px 0;
}
.reasons-list li {
    margin-bottom: 40px;
}
.reasons-list li p {
    margin: 0 0 0 65px;
    text-align: left;
}
.reasons-list li strong {
    font-size: 1.2em;
}
.section-reasons p .btn-danger.btn-lg {
    margin-top: 80px;
}
.inventors-list {
    list-style-type: none;
    padding: 0;
}
.inventors-list li {
    position: relative;
}
.inventors-list li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}
.inventors-list li p {
    margin-left: 45px;
    text-align: left;
}
.section-inventors .img-responsive {
    display: inline-block;
}
.img-client-decoration,
.section .img-client-decoration {
    width: 75%;
    float: left;
    margin-right: -15%;
}
.client-profile {
    width: 40%;
    float: left;
    margin-top: 20%;
}
.client-profile .img-responsive {
    margin-bottom: 10px;
}
.client-profile .section-heading-2 {
    font-size: 18px;
}
.section-clients-saying .section-heading-1 {
    margin-bottom: 80px;
}
.section-new-ideas .section-heading-1 {
    margin-bottom: 80px;
}

#contactForm {
  position: relative;
}
#contactForm:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 30px 20px #d43f3a;
          box-shadow: 0 0 30px 20px #d43f3a;
  background: #d43f3a;
  opacity: 0;
  -webkit-animation: none;
     -moz-animation: none;
      -ms-animation: none;
          animation: none;
}
#contactForm:target:before {
  -webkit-animation: 1.5s ease-in 2 alternate bgpulse;
     -moz-animation: 1.5s ease-in 2 alternate bgpulse;
      -ms-animation: 1.5s ease-in 2 alternate bgpulse;
          animation: 1.5s ease-in 2 alternate bgpulse;
}

@keyframes bgpulse {
    0% { opacity: 0; }
   75% { opacity: 0; }
  100% { opacity: 0.9; }
}
@-moz-keyframes bgpulse {
    0% { opacity: 0; }
   75% { opacity: 0; }
  100% { opacity: 0.9; }
}
@-webkit-keyframes bgpulse {
    0% { opacity: 0; }
   75% { opacity: 0; }
  100% { opacity: 0.9; }
}
@-ms-keyframes bgpulse {
    0% { opacity: 0; }
   75% { opacity: 0; }
  100% { opacity: 0.9; }
}


.modal-full {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-full .modal-content {
  height: 100%;
  position: relative;
}
.modal-full .modal-header,
.modal-full .modal-footer {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.modal-full .modal-header { top: 0; }
.modal-full .modal-footer { bottom: 0; }
.modal-full .modal-body {
  padding: 56px 0 31px;
  margin: 0;
  height: 100%;
}

.embed-responsive-full {
    height: 100%;
}
.embed-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
.embed-responsive-inventors {
    height: 100%;
    min-height: 2000px;
}
.embed-responsive-item {
    z-index: 2;
}
.embed-loader {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 200px;
    margin: -38px 0 0 -100px;
    text-align: center;
}
.embed-loader img {
    display: block;
    margin: 0 auto;
}
.embed-loader p {
    font-size: 24px;
    font-weight: 400;
}
.embed-gradient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100px;
    background: url("../img/white_gradient.png") repeat-x top left;
}
.background-embed {
    position: relative;
    z-index: 2;
}
.background-embed .background-main {
    background-size: 100%;
    z-index: 2;
}
.background-embed .background-ecommerce {
    background-color: #f9f7f7;
}