/*
Theme name: advan
Author: Right And Above
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,600,400);

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #5e6977;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h2{
    font-size: 36px;
    color: #333;
}

h3{
    font-size: 28px;
    color: #333;
}
a{ color:#267ef5; } a:hover, a:focus{ color:#2373db; }

/* Buttons */
.btn{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:focus,
.btn:focus:active{
    outline: none;
}

.btn-primary {
    background-color: #267ef5;
    border-color: #267ef5;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2373db;
    border-color: #2373db;
}


.btn-primary:focus:active{
    background-color: #1f66c2;
    border-color: #1f66c2;
}

.btn-orange {
    background-color: #f6a15b;
    border-color: #f6a15b;
    color:rgb(117, 117, 117);
}

.btn-shadow {
    box-shadow: 0 0 50px rgba(0,0,0,.5);
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #ea9955;
    border-color: #ea9955;
}


.btn-orange:focus:active{
    background-color: #ea9955;
    border-color: #ea9955;
}


.btn-default{
    background-color: transparent;
}

.btn-lg{
    height: 60px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 28px;
}

.btn-faq{
    line-height: 17px;
    text-transform: none;
}

/* Header */
.navbar-default{
    margin-bottom: 0;
    /*background-color: #fff;*/
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}

.affix-top{
    width: 100%;
    color: #aaa;
    z-index: 1;
}


.navbar-brand{
    display: block;
    float: none;
    width: 196px;
    height: 40px;
    background: url("images/logo.svg") center no-repeat;
    background-size: 196px 40px;
}

.navbar-default .navbar-brand{
    margin: 105px 0 20px 15px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .btn{
    color: #757575;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

    -webkit-transition: color 0.2s ease, border 0.2s ease, background-color 0.2s ease;
    -moz-transition: color 0.2s ease, border 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, border 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, border 0.2s ease, background-color 0.2s ease;
}

.navbar-default .btn{
    padding: 13px 30px;
    border: 2px solid #dadada;
}

.affix-top .btn:hover,
.affix-top .btn:focus,
.affix.navbar-default .btn:hover,
.affix.navbar-default .btn:focus{
    color: #333;
    border-color: rgba(0,0,0,.5);
    background-color: transparent;
}

.navbar-nav>.active>a{
    position: relative;
    border: 1px solid #eee;
}

.navbar-nav>.active>a:after{
    position: absolute;
    left: -1px;
    right: -1px;
    height: 8px;
    bottom: -9px;
    background-color: #f58426;
    content: "";
}
.navbar-nav>.current-menu-item>a{
    position: relative;
    border: 1px solid #eee;
}

.navbar-nav>.current-menu-item>a:after{
    position: absolute;
    left: -1px;
    right: -1px;
    height: 9px;
    bottom: -9px;
    background-color: #ddd;
    content: "";
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color: #757575;
    background-color: #f6f6f6;
}

.affix-top.inverse .btn-default,
.jumbotron .btn-default{
    background-color: transparent;
    border: 2px solid #757575;
}

/* affix */
.affix-top{
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.affix.navbar-default {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;
}

/* navbar toggle */
.navbar-toggle{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #757575;
}

.navbar-toggle .icon-bar{
    width: 16px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
    border-color: rgba(0,0,0,.5);
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #333;
}


/* Main Contant */
/* top padding for main when header has affix */
.navbar.affix-top:not(.inverse) + .main,
.navbar.affix:not(.inverse) + .main{
    padding-top: 62px;
    overflow: hidden;
}


/* Jumbotron */
.jumbotron{
    position: relative;
    padding: 160px 0 195px;
    margin-bottom: 0;
    background-image: url("images/bg/bg-image-solutions.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
}

.jumbotron:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.85);
    z-index: 0;
}

.jumbotron .container {
    position: relative;
}

.inverse + .main .jumbotron{
    padding: 200px 0 0;
    background: #000;
    /*background-image: url("images/bg/bg-image-home.jpg");*/
}

.jumbotron .h1,
.jumbotron h1{
    margin-top: 5px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 60px;
}

.jumbotron p{
    color: #ddd;
}

.jumbotron strong{
    color: #fff;
}

.jumbotron .btn-default{
    padding: 18px 40px;
    margin-top: 40px;
    color: #fff;
}

.jumbotron .btn-default:hover{
    border-color: #fff;
}

.jump-wrap{
    position: relative;
    margin: 0 0 -20px;
    padding: 10px 0 0;
    /*z-index: 1;*/
}

.jumbotron .btn-jump{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    z-index: 1;
    border-radius: 50%;
    line-height: 45px;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.jumbotron.pie-wrap{
    padding: 120px 0 105px;
    overflow: hidden;
}

.jumbotron.pie-wrap:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
}

.jumbotron.pie-wrap.green:after {background-color: #8dc73f;}
.jumbotron.pie-wrap.yellow:after{background-color: #fec709;}
.jumbotron.pie-wrap.orange:after{background-color: #f58426;}

.jumbotron.pie-wrap .bg-pie{
    left: auto;
    right: -400px;
    width: 800px;
    height: 800px;
    margin-top: -510px;
    border-width: 200px;
    z-index: -1;
}

.jumbotron.pie-wrap .green  {border-color: #75a635;}
.jumbotron.pie-wrap .yellow {border-color: #d6aa09;}
.jumbotron.pie-wrap .orange {border-color: #cf6f21;}

.clients-section{
    padding: 50px 0 40px;
    border-top: 1px solid #ddd;
}

.list-group{
    margin: 25px 0 15px;
    list-style: none;
}

/* Jumbotron Products Activities */
.product-activity{
    text-align: center;
    text-transform: uppercase;
}

.product-activity .title{
    display: block;
    height: 60px;
    font-size: 48px;
    line-height: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
}

.product-activity.admo .title{
    font-size: 30px;
    line-height: 30px;
}

.product-activity h4{
    margin: 20px 0;
    font-size: 20px;
}

.product-activity.delta h4 { color: #fec709; }
.product-activity.admo h4  { color: #f58426; }
.product-activity.pharos h4{ color: #8dc73f; }

.product-activity-icon{
    display: inline-block;
    width: 48px;
    height: 48px;
}

.product-activity .product-logo{
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid #333;
    line-height: 18px;
}

.product-activity .product-logo img{
    height: 18px;
    vertical-align: top;
}
/* End Jumbotron Products Activities */


/* Products Section */
.products-section{
    position: relative;
    padding: 25px 0 0;
    /* background-color: #f6f6f6; */
    overflow: hidden;
}

.products-section h2.text-center{
    position: relative;
    /*z-index: 1;*/
}

.products-section article{
    padding: 55px 0;
}

.products-section .col-sm-4 > img,
.products-section .col-sm-6 > img,
.products-section .col-sm-7 > img
{
    max-width: 90%;
}

.products-section h2 img{
    max-height: 43px;
}

.products-section > div > img{
    max-width: 100%;
    margin: 60px 0 120px;
}

.products-section h3{
    text-transform: none;
}

/* Circles */
.bg-pie{
    position: absolute;
    border-radius: 50%;
}

.bg-pie.yellow{
    left: -320px;
    width: 640px;
    height: 640px;
    margin-top: -160px;
    border: 160px solid #fec709;
}

.bg-pie.green{
    right: -310px;
    width: 620px;
    height: 620px;
    margin-top: -155px;
    border: 155px solid #8dc73f;
}

.bg-pie.orange{
    left: 67px;
    width: 446px;
    height: 446px;
    margin-top: -25px;
    border: 112px solid #f58426;
}

.bg-pie.gray-light{
    left: 67px;
    width: 446px;
    height: 446px;
    margin-top: -25px;
    border: 112px solid #8b97a3;
}

.bg-pie.gray-2{
    left: 67px;
    width: 446px;
    height: 446px;
    margin-top: -25px;
    border: 112px solid #5e6674;
}


.products-section .solutions-section{
    margin-top: 60px;
    border-top: 1px solid #ddd;
}

.solutions-section{
    padding: 100px 0 90px;
    background-color: #eee;
}

.solutions-section h2.text-center{
    margin: 25px 0 20px;
}

.solutions-section p.text-center{
    margin-bottom: 70px;
}

.products-section .solutions-section h2.text-center{
    margin: 10px 0 40px;
}

.solutions-section .thumbnail{
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    border: 0;
    border-radius: 8px;
    transition: box-shadow ease 0.3s;
}

.solutions-section .thumbnail:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    border-radius: 8px;
    z-index: 1;
}

.solutions-section .thumbnail:hover{
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}

.solutions-section .thumbnail .title-wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.solutions-section .thumbnail .title{
    width: 100%;
    text-align: center;
    /*  line-height: 36px;*/
    color: #fff;
    text-transform: uppercase;
}

.solutions-section .title small{
    color: #fff;
}

.solutions-section .thumbnail > img{
    width: 100%;
    border-radius: 8px;
}

.products-section .thumbnail .title{
    font-size: 22px;
    line-height: 24px;
}


.request-demo{
    padding: 60px 0 45px;
    background-color: #333;
}

.request-demo h2{
    margin: -4px 0 0;
    color: #fff;
    line-height: 36px;
}

.request-demo p{
    color: #757575;
}

.request-demo button,
.request-demo a {
    margin: 5px 7px;
}

form.form10 input[type="text"]{
    height: 60px;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 6px;
}
.form-control{ border: 2px solid #dadada; box-shadow:none; }

.input-group-lg>.form-control,
.input-group-lg>.form-control:first-child,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.subscribe-modal .form-control,
.selectize-input{
    height: 60px;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 6px;
}

.input-group-lg>.input-group-btn>.btn{
    min-width: 194px;
    margin-left: 15px;
    font-size: 14px;
}


/* top-block */
.top-block{
    position: relative;
    /*height: 678px;*/
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
    background-image: url("images/bg/bg-gray-grad.jpg");
    background-repeat: repeat-x;
    background-position: right bottom;
}
/*
.top-block.delta    {background-image: url("images/bg/bg-image-delta.jpg"), url("images/bg/bg-gray-grad.jpg");}
.top-block.pharos   {background-image: url("images/bg/bg-image-pharos.jpg"), url("images/bg/bg-gray-grad.jpg");}
.top-block.admo     {background-image: url("images/bg/bg-image-admo.jpg"), url("images/bg/bg-gray-grad.jpg");}
*/

.top-block h2{
    margin-bottom: 20px;
}

.top-block .text-left{
    margin-top: 240px;
    /*position: absolute;*/
    /*bottom: 165px;*/
    font-size: 32px;
    line-height: 36px;
}

.admo.top-block .text-left{
    margin-top: 100px;
}

.rpr.top-block .text-left,
.delta.top-block .text-left,
.pharos.top-block .text-left{
    margin-top: 140px;
}


.top-block .bg-pie{
    left: auto;
    right: -400px;
    width: 800px;
    height: 800px;
    margin-top: -473px;
    border-width: 200px;
    opacity: .75;
}

.top-block .image-wrap{
    position: relative;
    margin: 150px -12% 150px 0;
}

.top-block .image-wrap img{
    max-width: 100%;
}

.video-wrap{
    position: absolute;
    left: 12%;
    right: 12%;
    top: 6%;
    bottom: 12%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 35px;*/
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Intro */
.intro{
    position: relative;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.intro h2{
    color: #fff;
    line-height: 36px;
}

.intro.yellow   {background: url("images/bg/pattern-yellow.png");}
.intro.green    {background: url("images/bg/pattern-green.png");}
.intro.orange   {background: url("images/bg/pattern-orange.png");}
.intro.gray     {background: url("images/bg/pattern-gray.png");}
.intro.gray-1     {background: url("images/bg/pattern-gray-1.png");}
.intro.gray-2     {background: url("images/bg/pattern-gray-2.png");}

.intro.gray{
    padding-bottom: 60px;
}

.intro.gray img{
    position: relative;
    max-width: 100%;
    margin-top: -200px;
}

.intro.gray:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background-color: red;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    content: "";
}

.intro + .products-section{
    padding: 40px 0;
    background-color: #fff;
    color: #5e6977;
}

.intro + .products-section h2{
    margin-bottom: 20px;
}

.intro.gray + .products-section{
    padding-top: 0;
}

.bottom-img img{
    width: 100%;
}

.bottom-img {
    margin-bottom: 40px;
}

/* Press section */
.press-section{
    padding: 90px 0;
    background-color: #f6f6f6;
}

.products-section + .press-section{
    /* background: url("../images/bg/pattern-gray.png"); */
    background-color: #fff;
}

.products-section + .press-section h2.text-center{
    margin-bottom: 55px;
}

.products-section + .press-section .thumbnail{
    background-color: #f6f6f6;
}

.press-section .thumbnail{
    height: 245px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 8px;
}

.press-section.blog .thumbnail,
.press-section.blog .thumbnail .image-wrap{
    height: auto;
}

.press-section .thumbnail:hover,
.press-section .thumbnail:focus{
    text-decoration: none;
}

.press-section .thumbnail .image-wrap{
    height: 30px;
    margin-bottom: 25px;
}

.press-section.blog .thumbnail .image-wrap{
    margin: -30px 15px -30px -30px;
}

.press-section .thumbnail .image-wrap img{
    width: auto;
    height: 100%;
    vertical-align: top;
}

.press-section.blog .thumbnail .image-wrap img{
    width: 100%;
    height: auto;
    border-radius: 8px 0 0 8px;
}

.press-section .thumbnail .post-date{
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 10px;
    color: #454545;
    text-transform: uppercase;
}

.press-section .thumbnail h3{
    max-height: 78px;
    margin-top: 10px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
    text-transform: inherit;
    color: #267ef5;
    overflow: hidden;
}

.post-author{
    display: block;
    font-size: 14px;
    color: #242424;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-content p, .post-source p{ width:70%; margin:14px auto; }
.post-content p:first-child{ margin-bottom:30px; }
.post-content p img{ max-width:100%;height: auto; }

.post-content ul  {
    width:80%;margin:0 auto;margin-top: 10px;
}

.post-content ul,.post-content li,.post-content  ol {
    width:80%;margin:0 auto;
}
.post-content hr  {
    width:70%;margin:0 auto;
}
.post-content h1 { width:70%;margin:0 auto;  margin-top: 30px;
    margin-bottom: 20px;color:#333; }
.post-content h2 { width:70%;margin:0 auto;  margin-top: 30px;
    margin-bottom: 20px;color:#333; }
.post-content h3 { width:70%;margin:0 auto;   margin-top: 30px;
    margin-bottom: 20px;color:#333;}
.post-content h4 { width:70%;margin:0 auto;   margin-top: 30px;
    margin-bottom: 20px;color:#333;}
.post-content h5 { width:70%;margin:0 auto;  margin-top: 30px;
    margin-bottom: 20px; color:#333;}
.post-content h6 { width:70%;margin:0 auto;   margin-top: 30px; margin-bottom: 20px;color:#333;}
.post-content blockquote { width:70%;margin:0 auto;   margin-top: 30px; margin-bottom: 20px;}
.post-content p p {
    margin-bottom: 10px;
}
.post-source{
    font-size: 14px; color: #242424;
}
.twitter-tweet-rendered {
    margin: 0 auto;
}


/** post table begin */
.post-content table {width:100%;
    background: white;
    border-radius:3px;
    border-collapse: collapse;

    margin: 24px auto;
    max-width: 600px;
    padding:5px;
    width: 100%;

    animation: float 5s infinite;

}

/* Landing */
.landing .intro.gray:before{
    background: none;
}

.landing .intro{
    color: #333;
}

.landing .intro img{
    margin-top: 0px;
}

.landing .intro form{
    margin-top: -130px;
}

.landing .intro h2{
    margin-bottom: 45px;
    color: initial;
}

.landing .intro .input-group .form-control,
.landing .intro .input-group .btn,
.selectize-input{
    box-shadow: 0 0 50px rgba(0,0,0,.5);
}

.landing .intro .image-wrap{
    position: relative;
    display: inline-block;
    margin: 30px 0;
}

.landing .intro .video-wrap{
    top: 7%;
}

.landing .solutions-section{
    padding: 50px 0 10px;
    background-color: transparent;
}

.landing .clients-section{
    border-top: 1px solid #ddd;
}

.landing .list-group{
    margin: 15px 0 0px;
}

.landing .list-group li{
    line-height: 49px;
}

.markets-search .input-group-lg>.input-group-btn{
    vertical-align: top;
}

.markets-search .input-group-lg>.input-group-btn>.btn{
    min-width: inherit;
    padding: 15px 20px;
}

.payment-item-tags{
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.payment-item-tags li{
    position: relative;
    padding: 16px 25px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    background-color: #8dc73f;
    border-radius: 6px;
}

.race-tags li{
    background-color: #f18225;
}

.payment-item-tags .close{
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    border-radius: 0 6px 6px 0;
    opacity: .8;
    transition: all ease 0.3s;
}

.payment-item-tags .close:hover{
    opacity: 1;
    background-color: rgba(0,0,0,.2);
}

.icon{
    display: inline-block;
    width: 18px;
    height: 18px;
}
.icon-close{background-image: url("images/icons/close.svg");}
.icon-plus{background-image: url("images/icons/plus.svg");}

.box-shadow{
    border: 1px solid #dadada;
    box-shadow: 0 0 50px rgba(0,0,0,.12);
}

.landing .intro .input-group-lg>.form-control,
.landing .markets-search .input-group-lg>.form-control,
.selectize-input{
    font-size: 20px;
    font-weight: 600;
}

.selectize-input > input{
    line-height: 28px!important;
}

/* Placeholder */
.landing .intro input::-webkit-input-placeholder,
.landing .markets-search input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #5e6977;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
}
.landing .intro input::-moz-placeholder,
.landing .markets-search input::-moz-placeholder{ /* Firefox 19+ */
    color: #5e6977;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
}
.landing .intro input:-ms-input-placeholder,
.landing .markets-search input:-ms-input-placeholder { /* IE 10+ */
    color: #5e6977;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
}
.landing .intro input:-moz-placeholder,
.landing .markets-search input:-moz-placeholder{ /* Firefox 18- */
    color: #5e6977;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
}

.subscribe-modal .selectize-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: normal;
}

.subscribe-modal .selectize-input input::-moz-placeholder { /* Firefox 19+ */
    font-weight: normal;
}

.subscribe-modal .selectize-input input:-ms-input-placeholder { /* IE 10+ */
    font-weight: normal;
}
.subscribe-modal .selectize-input input:-moz-placeholder { /* Firefox 18- */
    font-weight: normal;
}

/* Subscribe Modal */
.subscribe-modal .modal-dialog{
    width: 100%;
    margin: 0;
}

.subscribe-modal .modal-body{
    width: 100%;
    padding: 0;
}

.subscribe-modal .modal-body>div{
    padding: 30px;
    vertical-align: top;
}

.bg-dark{
    background-color: #333;
}

.subscribe-modal .modal-body div.right{
    padding: 6%;
    background-color: #dedede;
}

.subscribe-modal .modal-body > .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    height: 88px;
    background-color: #242424;
    opacity: 1;
}

.subscribe-modal h3{
    margin-bottom: 60px;
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
}

.subscribe-modal h4{
    margin-top: 20px;
    color: #454545;
}

.subscribe-modal .form-horizontal{
    margin-top: 35px;
}

.subscribe-modal .form-horizontal .form-group{
    margin-bottom: 8px;
}

.subscribe-modal .right .btn{
    margin: 30px 0 0;
}

.total{
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
    line-height: 68px;
    color: #aaa;
    text-transform: uppercase;
}

.total span{
    float: right;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}





.post-content  th {
    color:#666B85;
    background:#fff;
    border-bottom:4px solid #C1C3D1;
    border-right: 1px solid #C1C3D1;
    font-size:23px;
    font-weight: 100;
    padding:24px;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
}

.post-content  th:first-child {
    border-top-left-radius:3px;
}

.post-content  th:last-child {
    border-top-right-radius:3px;
    border-right:none;
}

.post-content  tr {
    border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;
    color:#666B85;
    font-size:16px;
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.post-content tr:hover td {
    background:#4E5066;
    color:#FFFFFF;
    border-top: 1px solid #22262e;
    border-bottom: 1px solid #22262e;
}

.post-content  tr:first-child {
    border-top:none;
}

.post-content  tr:last-child {
    border-bottom:none;
}

.post-content  tr:nth-child(odd) td {
    background:#EBEBEB;
}

.post-content tr:nth-child(odd):hover td {
    background:#4E5066;
}

.post-content tr:last-child td:first-child {
    border-bottom-left-radius:3px;
}

.post-content tr:last-child td:last-child {
    border-bottom-right-radius:3px;
}

.post-content  td {
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;

}

.post-content  td:last-child {
    border-right: 0px;
}

.post-content  th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

.post-content  th.text-right {
    text-align: right;
}

.post-content  td.text-left {
    text-align: left;
}

.post-content td.text-center {
    text-align: center;
}

.post-content  td.text-right {
    text-align: right;
}






.press-section form{
    margin-top: 20px;
    margin-bottom: 50px;
}

.press-section form .form-control{
    height: 60px;
    padding-right: 50px;
    border-color: #dadada;
}
form .search-icon{
    position: absolute;
    top: 17px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url("images/icon-sprite.png") -5px -175px no-repeat;
    font-size: 18px;
    color: #757575;
}
.press-section form .search-icon{
    position: absolute;
    top: 17px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url("images/icon-sprite.png") -5px -175px no-repeat;
    font-size: 18px;
    color: #757575;
}

.press-section.blog .thumbnail p{
    padding-top: 20px;
    font-size: 18px;
    color: #5e6977;
}

.press-section .btn{
    min-width: 225px;
    margin-top: 30px;
}

/* Footer */
.footer{
    padding: 60px 0 45px;
    background: #454545 url("images/bg/pattern-dark-gray.png");
}

.footer .navbar-brand{
    background-image: url("images/logo-knockout.svg");
}

.footer-nav-item{
    min-width: 182px;
    float: left;
}

.footer-nav ul{
    padding: 0;
    list-style: none;
}

.footer-nav h5,
.footer .copyright{
    font-size: 10px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    color: #757575;
}

.footer-nav h5{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.footer-nav li > a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    color: #aaa;
}
.menu-404{
    font-size:14px;
}
.menu-404 li{
    list-style-type: none;
    font-size:20px ;
}
.menu-404 ul{
    padding-left:0px;
}
.footer .copyright{
    margin-top: 20px;
}


.footer .social-item{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 15px;
    background-image: url("images/icon-sprite.png");
    background-repeat: no-repeat;
}

.social-item:not(:first-child){
    margin-left: 15px;
}

.twitter    {background-position: -5px -5px;}
.youtube    {background-position: -5px -39px;}
.facebook   {background-position: -5px -73px;  }
.linkedin   {background-position: -5px -209px;  }
.blog-section{ background-color: #f6f6f6; padding: 90px 0; }
.blog-section .post-date { display: block; margin: 40px 0 10px; font-weight: 600; font-size: 10px; color: #454545; text-transform: uppercase; }
.blog-section .post-autor{ display: block; font-size: 14px; color: #242424; margin: 0 0 35px; }
.blog-section .image-wrap{ display: inline-block; margin-bottom: 35px; }
.blog-section .image-wrap img{ border-radius: 8px; }


.search-title{
    text-align: center;
    padding-bottom: 30px;
    font-size: 18px;
}
.ajax-load-more-wrap.blue button.alm-load-more-btn {
    background-color: #0081bf;
}
/* Left Menu */
.cbp-spmenu{
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 10px;
    background: #454545 url("images/bg/pattern-dark-gray.png");
    z-index: 1000;
}

.cbp-spmenu a:hover{
    background-color: transparent;
}

.cbp-spmenu-left {
    left: -100%;
    overflow: auto;
}

.cbp-spmenu-push-toright{
    left: 100%;
    overflow: hidden;
}

.cbp-spmenu .navbar-nav li a{
    color: #aaa;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border: 0;
}

.cbp-spmenu li a:hover{
    background-color: transparent;
    color: #fff;
}

.cbp-spmenu .navbar-nav li.active a{
    color: #fff;
}

.cbp-spmenu .navbar-brand,
.cbp-spmenu .navbar-brand:hover{
    width: 40px;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    background-image: url("images/logo.svg");
    background-position: left;
    background-size: 196px 40px;
}

.cbp-spmenu .close{
    width: 24px;
    height: 24px;
    background: url("images/icon-sprite.png") no-repeat;
    background-position: -5px -107px;
    opacity: 1;
}

.cbp-spmenu .close:hover{
    background-position: -5px -141px;
}

.cbp-spmenu .btn{
    padding: 24px 0;
    margin: 15px 0 0;
    border: 0;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    font-size: 14px;
    color: #aaa;
    border-radius: 0;
    text-align: left;
}

.cbp-spmenu .btn:hover{
    color: #fff;
    background-color: transparent;
}

.cbp-spmenu .footer{
    padding: 20px 0 0;
}

/* Button more */
.btn-more{
    background-color: #747474;
    border-color: #747474;
    color: #fff;
}

.btn-more:hover,
.btn-more:focus{
    background-color: #676767;
    border-color: #676767;
    color: #fff;
}

.projections-section{
    padding-top: 50px;
}

.projections{
    display: inline-block;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 48px;
    color: #464646;
    text-align: left;
}

.projections-year{
    color: #8ec741;
}

.projections-title{
    color: #232323;
}

.projections .btn{
    margin-top: 32px;
}

.subtitle{
    margin-bottom: 20px;
    font-size: 22px;
    color: #5e6977;
}

article .btn-more{
    margin-top: 20px;
}

hr{
    margin: 70px 0;
    border-color: #ddd;
}

/* Video */
.background-video{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    overflow: hidden;
}

.background-video video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 0.5;
    transition: opacity ease 0.3s;
}

@supports (object-fit: cover) {
    .background-video > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.jumbotron:hover .background-video,
.jumbotron:hover .video-info {
    z-index: 0;
}

.jumbotron:hover .background-video video{
    opacity: 1;
}

.video-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    color: #fff;
    text-align: left;
    z-index: -1;
}

.tagged{
    margin-bottom: 30px;
}

.video-info .title{
    color: #aaa;
}

/* STAFF SCREEN */
.staff .item h2 {
    font-size: 30px;
}

.staff, .staff-single {
    font-size: 18px;
}

.staff p,
.staff-single p {
    line-height: 28px;
    font-size: 16px;
}

.staff .archive-title{
    padding-bottom: 35px;
}

.staff .item {
    clear: both;
    margin-top: 60px;
    min-height: 260px;
}

.staff-thumbnail img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-transition: 0.2s all; /* Safari */
    transition: 0.2s all;
}

.staff-thumbnail {
    display: inline-block;
    width: 230px;
    height: 230px;
    line-height: 230px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}

.item.odd .staff-thumbnail {
    float: right;
    margin-left: 60px;
    margin-right: 0;
}

.staff-thumbnail.big {
    width: 360px;
    height: 360px;
    line-height: 360px;
}

.staff .item .staff-thumbnail:hover > img {
    border: 2px solid #337ab7;
    -webkit-transition: 0.2s all; /* Safari */
    transition: 0.2s all;
}

.staff-description {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.staff-title,
.staff-title:hover {
    text-decoration: none;
    color: #333;
}
/*Dropdown*/
.sub-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.sub-menu {
    position: absolute;
    margin-right: -118px;
    top: 73%;
    min-width: 60px;
}
.sub-menu a {
    text-transform: uppercase;
}
.sub-menu li a {
    padding: 10px 20px;
}
.sub-menu li a:hover {
    color: #1A1A1A;
    font-weight: 500;
}
.sub-menu .sub-menu {
    display: block!important;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1!important;
}
.sub-menu .sub-menu li a {
    padding: 10px 20px 10px 40px;
}
.nav .open>a:focus {
    background-color: transparent;
}
#cbp-spmenu .arrow:after {
    content: '\f054';
    position: unset;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    font-size: 14px;
    float: right;
}
#cbp-spmenu .arrow-down:after {
    content: '\f078';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    font-size: 14px;
    float: right;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    background-color: transparent !important;
}

/* SEARCH OF MARKETS */
.landing .selectize-dropdown, .landing .selectize-input, .landing .selectize-input input{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.selectize-control .selectize-input.has-options >.item,
.selectize-control .selectize-input.has-options >.item.active{
    margin: 0;
    padding: 0;
    line-height: 28px;
    background: none;
}

.selectize-control.multi .selectize-input.has-items{
    padding: 15px 25px;
}

.landing .selectize-input.focus{
    box-shadow: 0 0 50px rgba(0,0,0,.5);
}

.landing .selectize-dropdown [data-selectable],
.landing .selectize-dropdown .optgroup-header{
    padding: 5px 25px;
}

.landing .input-group .selectize-control + .input-group-btn{
    vertical-align: top;
}

/* PAYMENT FORM */

.control-group{
    margin-bottom: 8px;
}

.controls.StripeElement,
#wp_payeezy_payment_form input,
.controls .fullstripe-form-input{
    width: 100%;
    height: 60px;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #dadada;
    box-shadow: none;
}

.controls.focus,
#wp_payeezy_payment_form input:focus,
.subscribe-modal .selectize-input.focus,
.controls .fullstripe-form-input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.controls.StripeElement{
    background: #fff;
    padding: 15px 25px;
}

.controls.invalid input,
.controls.StripeElement.invalid{
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 0, 32, .60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 0, 32, .60);
}



.fullstripe-form-input[data-stripe="exp-month"],
.fullstripe-form-input[data-stripe="exp-year"]{
    width: 100px !important;
}

.subscribe-modal #wp_payeezy_payment_form .selectize-input input{
    height:28px;
}

.subscribe-modal .selectize-input{
    box-shadow:none;
}

.subscribe-modal .selectize-input .item{
    font-weight: normal;
    font-size: 16px;
}

#wp_payeezy_payment_form input {
    font-weight: normal;
}

.subscribe-modal .selectize-dropdown [data-selectable]{
    padding: 7px 25px;
    font-size: 16px;
    font-weight: normal;
}

#wp_payeezy_payment_form label,
.fullstripe-form-label,
.fullstripe-form-title{
    display: none;
}
#wp_payeezy_payment_form #submit,
.controls button[type="submit"]{
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 28px;
    background-color: #267ef5;
    border: 1px solid #267ef5;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.controls button[type="submit"]:hover,
.controls button[type="submit"]:focus{
    background-color: #2373db;
    border-color: #2373db;
}

.controls button[type="submit"]:disabled {
    background-color: #6b6b6b;
    border-color: #6b6b6b;
}


.width-100 {
    width: 100%!important;
}

/* bootstrap alert */
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}


/* stripe form */
.contact-sales {
    margin: 10px 0 30px 0;
    font-size: 12pt;
    font-weight: bold;
}

.payment-plan {
    font-size: 12pt;
    margin: 10px 0 10px 0;
}

.payment-plan label {
    font-weight: 300;
}

.form-cart-logo img{
    border-radius: 6px;
    width: 65px;
    margin: 0 2px;
}

.total-info span{
    font-size: 15px;
    font-weight: 300;
}

.top-block .title-small {
    font-size: 16.5pt;
    line-height: 28px;
}

.app-link-section {
    /* text-align: center; */
    margin-top: 20px;
}


.app-link-section h6 {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 13pt;
}

.app-link-section a{
    display: inline-block;
    margin-right: 10px;
}

.app-link-section a > img {
    width: 140px;
}

.hidden-xs .app-link-section {
    /* width: 200px; */
}

._clearfix {
    clear: both;
}

.top-block.admo{
    padding: 15px 0;
    background-image: none;
}

.top-block.admo .image-wrap{
    margin: 50px 0 30px;
}

.intro + .admo-section {
    margin-top: -72px;
    background-color: transparent;
}

.admo-section .btn {
    box-shadow: 0 0 50px rgba(0,0,0,.5);
}

.admo-section .container .form-group .input-group-btn {
    vertical-align: top;
}

.admo-section .selectize-control {
    text-align: left;
}

.admo-payment-logo {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 3px;
    width: 120px;
    height: auto;
}

.admo-section img {
    width: 100%;
}

.admo-section + .products-section {
    overflow: visible;
}

.products-section .img-alert{
    margin-top: -420px;
}

.products-section .img-mob-app{
    margin-bottom: -200px;
}

.products-section .col-sm-6 .img-laptop{
    max-width: 100%;
    margin: -25px 0 0 -55px;
}

.send-email-dialog p:not(.alert) {
    color: #aaa;
}

.race-section .modal-body > .left {
    background: #fff;
}

.race-section .modal-body > .left .total,
.race-section .modal-body > .left .total span,
.race-section .modal-body > .left h3{
    color: #5e6977;
}

.race-section .icon-close[aria-hidden="true"]{background-image: url("images/icons/close-dark.svg");}
.race-section .modal-body > .close {
    background: transparent;
}

.subscribe-modal.v-full-size .modal-body>div {
    width: 100%;
    height: 50vh;
}

.subscribe-modal.v-full-size {
    padding-right: 0 !important;
}

.send-email-dialog .modal-body > .close {
    position: absolute;
    top: -25px;
    right: -25px;
    height: 50px;
    width: 50px;
    background: #f58426;
    border-radius: 50%;
    border: #f58426;
}

.modal-backdrop.in {
    opacity: .9;
}

/* download app dialog */
.request-demo-dialog {
    top:50px;
}

.request-demo-dialog .modal-content,
.download-app-dialog .modal-content {
    border-radius: 0;
}

.download-app-dialog .container {
    width: 100%;
}

.download-app-dialog .footer  .copyright {
    font-size: 9px;
    line-height: 27px;
    margin-top: 8px;
}

.download-app-dialog .email-sign {
    font-size: 10px;
    color: #aaaaaa;
    line-height: 27px
}

.download-app-dialog .footer a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    text-transform: none;
    color: #aaa;
    vertical-align: bottom;
}

.download-app-dialog .body-text{
    font-size: 25px;
}

.download-app-dialog .input-field .btn {
    padding: 18px 21px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.download-app-dialog .input-field .form-control {
    padding: 25px
}

.download-app-dialog .body-wrapper .row {
    margin-bottom: 20px;
    margin-left: 20px;
}

.download-app-dialog .body-wrapper .row img {
    z-index: 9999;
    position: relative;
}

.download-app-dialog .phone-image {
    height: 75%;
    position: absolute;
    right: 15%;
}

.download-app-dialog .modal-bg-pie.orange {
    border: 200px solid #f58426;
}

.download-app-dialog .modal-bg-pie{
    left: auto;
    right: -400px;
    width: 800px;
    height: 800px;
    margin-top: -473px;
    border-width: 200px;
    opacity: .75;
    position: absolute;
    border-radius: 50%;
}

.download-app-dialog .content-inner {
    position: relative;
    background-color: transparent;
    min-height: 100%;
    overflow: hidden;
}

.request-demo-dialog .body-wrapper,
.download-app-dialog .body-wrapper{
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.download-app-dialog .body-wrapper:before {
    position: absolute;
    top: -130px;
    right: -140px;
    bottom: 0;
    content: "";
    width: 630px;
    height: 630px;
    background: url(images/logo-mini.svg) no-repeat;
    opacity: 0.05;
}

.download-app-dialog .footer {
    padding: 30px 0;
    z-index: 9999;
    position: relative;
}

.request-demo-dialog .close-button ,
.download-app-dialog .close-button {
    position: absolute;
    top: -25px;
    right: -25px;
    height: 50px;
    width: 50px;
    background: #f58426;
    border-radius: 50%;
    cursor: pointer;
    border: #f58426;
}

.request-demo-dialog .close-button:before ,
.download-app-dialog .close-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: white;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.request-demo-dialog .close-button:after ,
.download-app-dialog .close-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: white;
    transform: translate(-50%, -50%) rotate(45deg);
}

.what-we-do {
    text-align: left;
    margin: 0 auto;
    font-weight: 300;
}

.what-we-do strong {
    display: inline-block;
    margin-bottom: 30px;
}

img.who-we-are {
    max-width: 60%;
    margin: 60px auto 0;
    display: inherit;
}

strong {
    font-weight: bold;
}

.footer-nav-item li > a {
    font-size: 12pt;
}

.footer-nav h5 {
    font-size: 12pt;
    font-weight: bold;
}

a.read-link,
a.read-link:active,
a.read-link:hover {
    color: #272727;
    font-weight: 400;
    text-decoration: none;
}

.big-img {
    max-width: 95%;
}

.light-gray-bg {
    background: #f6f6f6;
}

.form-rpm input,
.form-rpm button {
    margin: 3px 5px 3px 5px;
}

/* Request Label */
.request-label{
    position: fixed;
    top: 20%;
    left: -20px;
    display: block;
    width: 100px;
    margin-top: 260px;
    padding: 10px 10px 10px 30px;
    background-color: #f38428;
    color: #fff;
    font: 700 12px/14px 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition: left ease 0.3s;
}

.request-label:hover{
    left:0;
    color: #fff;
    text-decoration: none;
}

.solution-items {
    text-align: center;
}

.solution-items > div {
    float: none;
    display: inline-block;
    margin-right: -6px;
}

.mb-120p { margin-bottom: 120px;}
.mt-15p { margin-top: 15px;}
.mt-0 { margin-top: 0 !important;}
.mb-0 { margin-bottom: 0 !important;}
.mb-40p { margin-bottom: 40px !important;}
.ml-5p { margin-left: 5px;}
.pt-0 { padding-top: 0 !important;}
.pl-0 { padding-left: 0;}
.pl-5 { padding-left: 5px;}
.pb-0 { padding-bottom: 0 !important;}
.mh-10p { margin-left: 10px; margin-right: 10px;}
.m-5 { margin: 5%}
.w-70 { width: 70%}
.w-600p {width: 600px;}


.automotive article {
    width: 800px;
    margin: 0 auto;
}

.automotive .entry-header h3 {
    font-family: 'Open Sans', sans-serif;
    margin: 40px 0 50px;
    font-size: 38pt;
    font-weight: 400;
    color: #747474;
    text-align: center;
    text-transform: none;
}

/* Responsive styles */
@media (max-width: 991px) {
    .request-demo{
        text-align: center;
    }

    .request-demo h2{
        font-size: 30px;
    }

    .request-demo p{
        font-size: 18px;
    }

    .download-app-dialog .body-wrapper .row {
        margin-left: -15px;
    }

    .download-app-dialog .body-wrapper {
        padding-bottom: 10%;
        padding-top: 50px;
    }

    .admo-auto.top-block h2 img{
        max-height: 55px;
    }

    .request-label {
        top: auto;
        bottom: 50px;
        margin-top: 0;
    }

    .automotive article {
        width: 550px;
        max-width: 100%;
    }

    .automotive .entry-header h3 {
        font-size: 30pt;
    }
}

@media (min-width: 768px) {
    .inverse{
        background-color: transparent;
    }

    .affix-top.inverse{
        border: 0;
    }

    .navbar {
        border-radius: 0px;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        margin-left: 0;
    }

    .affix .navbar-brand{
        margin-top: 20px;
    }

    .affix-top.inverse .navbar-brand{
        background-image: url("images/logo-knockout.svg");
    }

    .navbar-toggle{
        margin-top: 50px;
    }

    .navbar-right{
        margin-right: 0;
    }

    .navbar .btn{
        margin-right: -15px;
    }

    .navbar-default .navbar-nav>li>a{
        padding: 115px 30px 60px;
    }

    .navbar-default .btn{
        margin-top: 100px;
        margin-left: 30px;
    }

    .affix.navbar-default .navbar-nav>li>a{
        padding: 30px;
    }

    .affix.navbar-default .btn{
        margin-top: 15px;
        margin-left: 30px;
    }

    .affix-top.inverse .navbar-nav>li>a{
        color: #aaa;
    }

    .affix-top.inverse .navbar-nav>li>a:hover,
    .affix-top.inverse .btn,
    .affix-top.inverse .btn:hover{
        color: #fff;
    }

    .affix-top.inverse .btn:hover{
        border-color: #fff;
    }

    .navbar-default .navbar-nav>.current-menu-item>a:after{
        position: absolute;
        left: -1px;
        right: -1px;
        height: 9px;
        bottom: -9px;
        background-color: #ddd;
        content: "";
    }

    .navbar-default .navbar-nav>.current-menu-item.yellow>a:after{
        background-color: #fec709;
    }

    .navbar-default .navbar-nav>.current-menu-item.green>a:after{
        background-color: #8dc73f;
    }

    .navbar-default .navbar-nav>.current-menu-item.orange>a:after{
        background-color: #f58426;
    }
    .navbar-default .navbar-nav>.active.yellow>a:after{
        background-color: #fec709;
    }

    .navbar-default .navbar-nav>.active.green>a:after{
        background-color: #8dc73f;
    }

    .navbar-default .navbar-nav>.active.orange>a:after{
        background-color: #f58426;
    }


    .navbar.affix-top:not(.inverse) + .main {
        padding-top: 198px;
    }

    .navbar.affix:not(.inverse) + .main{
        padding-top: 175px;
    }

    /* the fix of submenu position*/
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .jumbotron .h1,
    .jumbotron h1{
        font-size: 60px;
    }

    .jumbotron p{
        width: 72%;
        margin: 0 auto 30px;
    }

    .list-group{
        display: flex;
        justify-content: space-around;
    }

    .subscribe-modal .modal-body{
        display: table;
        width: 100%;
    }

    .subscribe-modal .modal-body>div{
        display: table-cell;
        width: 50%;
        height: 100vh;
    }

    .subscribe-modal .right .col-sm-7{
        padding-right: 0;
    }

    .subscribe-modal .right .col-sm-5{
        padding-left: 8px;
    }

    .subscribe-modal .send-email-dialog  {
        width: 600px;
        margin: 30px auto;
    }

    .top-block.admo .image-wrap{
        margin: 50px -25% 15px 0;
    }
}

@media (max-width: 767px) {
    .affix-top,
    .affix {
        position: fixed;
        width: 100%;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        z-index: 999;
        opacity: 1;
    }

    .navbar-default .navbar-brand{
        width: 120px;
        height: 24px;
        margin: 17px auto 15px;
        background-size: 120px 24px;
    }

    .navbar-nav>.active>a:after{
        top: 15px;
        left: -10px;
        right: auto;
        width: 10px;
        height: 10px;
        bottom: auto;
        background-color: #757575;
    }

    .navbar-toggle{
        float: left;
        margin: 15px 0 10px 15px;
    }

    .affix-top.inverse .btn{
        border-color: #dadada;
    }

    .navbar-collapse{
        text-align: center;
    }

    .navbar-default .btn{
        margin-bottom: 15px;
    }

    .products-section article{
        padding: 30px 0;
    }

    .products-section *.text-left,
    .products-section *.text-right{
        text-align: center;
    }

    .products-section .col-sm-6 .img-alert{
        max-width: 50%;
        margin: 0 0 30px;
    }

    .products-section .col-sm-6 .img-laptop{
        margin: 0 0 30px;
    }

    .products-section .col-sm-6 .img-mob-app{
        max-width: 50%;
        margin-bottom: 30px;
    }

    .jumbotron .btn-default{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .inverse + .main .jumbotron {
        padding: 80px 0 0;
    }

    .inverse + .main .jumbotron .container {
        background: #000;
    }

    .jumbotron:hover .background-video, .jumbotron:hover .video-info {
         z-index: -2;
    }

    .top-block .text-left{
        margin: 30px 0;
        /*bottom: 80px;*/
        font-size: 16.5pt;
        line-height: 28px;
        text-align: center;
    }

    .top-block h2 img{
        max-height: 43px;
    }

    .top-block .image-wrap{
        margin: 50px 0 30px;
    }
    /** Reqest **/
    .request-demo h2{
        font-size: 18px;
    }

    .request-demo p{
        font-size: 14px;
    }

    .request-demo .input-group,
    .request-demo .input-group .form-control,
    .request-demo .input-group .btn{
        display: block;
    }

    .request-demo .input-group .input-group-btn .btn{
        width: 100%;
        margin: 10px 0 0;
    }
    .wdform-element-section .request_demo_email_input{
        width: 100% !important;
        margin: 10px 0 0;
    }
    .wdform_column .ui-sortable{
        width: 100%;
        margin: 10px 0 0;
        display: block;
    }
    form.form10 .button-submit{
        width: 100% !important;
        display: table;
        margin: 10px 0 0;
        align:center;
    }

    #wdform_1_element10{
        width: 100% !important;
        margin: 10px 0 0;
    }
    form.form10 .wdform_column
    {
        width: 100% !important;
        display: block !important;
    }
    .wdform_column .ui-sortable{
        width: 100% !important;
        display: block !important;
    }
    .wdform-element-section  {
        width: 100% !important;
        display: block !important;
    }
    .navbar-nav>.current-menu-item>a:after{
        background-color: none;
    }

    .press-section.blog .thumbnail .image-wrap{
        margin: -30px -30px 25px -30px;
    }

    .press-section.blog .thumbnail .image-wrap img {
        border-radius: 8px 8px 0 0;
    }

    .admo-section img {
        max-width: 90%;
    }
    .subscribe-modal .send-email-dialog {
        margin: 10px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .thumbnail .title{
        font-size: 48px;
        line-height: 48px;
    }

    .landing .thumbnail .title{
        font-size: 30px;
        line-height: 30px;
    }

    .footer-nav{
        float: right;
    }

    .subscribe,
    .controls button[type="submit"]{
        height: 77px;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .download-app-dialog .body-wrapper {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .navbar-default .navbar-nav>li>a,
    .affix.navbar-default .navbar-nav>li>a{
        padding-left: 15px;
        padding-right: 15px;
    }

    .affix-top.navbar-default .btn,
    .affix.navbar-default .btn{
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-default .navbar-nav>li>a,
    .affix.navbar-default .navbar-nav>li>a,
    .affix.navbar-default .btn{
        padding-top: 60px;
        padding-bottom: 30px;
        font-size: 10px;
    }

    .affix.navbar-default .btn,
    .affix-top.navbar-default .btn{
        margin: 0;
        padding: 30px 0 30px 15px;
        font-size: 10px;
        line-height: 20px;
        border: 0;
        color: #757575;
    }

    .affix.navbar-default .navbar-nav>li>a{
        padding-top: 30px;
    }

    .affix-top.navbar-default .btn{
        margin: 0;
        padding: 60px 0px 30px 15px;
    }

    .inverse.navbar-default .btn{
        color: #aaa;
    }

    .navbar-default .navbar-brand {
        width: 158px;
        height: 32px;
        margin: 40px 0 40px 15px;
        background-size: 158px 32px;
    }

    .affix .navbar-brand{
        margin: 25px 0 20px;
    }

    .navbar.affix-top:not(.inverse) + .main {
        padding-top: 113px;
    }

    .top-block .text-left{
        margin-top: 140px;
    }

    .admo.top-block .text-left{
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .download-app-dialog .modal-lg{
        width: 85%;
        margin: 100px auto;
    }
}


/*request demo dialog*/
.request-demo-dialog label {
    font-size: 18px;
}

.request-demo-dialog input {
    font-size: 10pt;
}

.request-demo-dialog .btn {
    font-weight: 600;
    margin: 20px 0 15px 0;
    background: #7f7f7f;
    color: #fff;
}

.request-demo-dialog .header {
    padding: 30px 20px;
}

.request-demo-dialog .header img {
    width: 220px;
}

.required-field {
    color:red;
}

.without-shadow .selectize-control .selectize-input,
.without-shadow .selectize-control .selectize-input:focus{
    box-shadow: none;
}


.products {
    text-align: center;
    font-size: 10pt;
    clear: both;
}

.products a {
    color: #424242;
}

.products > div {
    margin: 0;
    padding: 30px;
    border: 2px solid #fff;
    cursor: pointer;
}

.products img {
    margin-bottom: 5px;
}

.products .selected {
    background-color: #b9b9b9;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 740px;
    }
}

.request-demo-dialog .field-group input {
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #999999;
    border-radius: 0;
}

.request-demo-dialog .field-group input:focus {
    border-color: #999999;
    border-bottom-width: 2px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-center {
    text-align: center;
}

@media (min-width: 691px) {
    h1.projections {
        width: 564px;
    }
}

@media (max-width: 639px) {
    .request-demo-dialog a {
        font-size: 7pt;
    }

    .products img {
        height: 32px;
        margin-bottom: 5px;
    }

    .products > div {
        padding: 25px;
    }

    .request-demo-dialog .header img {
        height: 50px;
    }

    .projections {
        font-size: 40px;
        line-height: 36px;
    }
}

@media (max-width: 639px) {
    .automotive .entry-header h3 {
        font-size: 24pt;
    }
}

/* WEBINAR */
.webinar-container {
    max-width: 800px;
    display: inline-block;
}

.webinar {
    text-align: center;
    font-size: 10pt;
    clear: both;
    background-color: #f6f6f6;
}

.webinar article {
    margin: 0 2%;
}

.webinar h1,
.webinar h2 {
    color: #404040;
}

.webinar .entry-header {
    text-align: left;
    margin-top: 20px;
}

.webinar .digital {
    font-size: 28pt;
    display: block;
    margin: 0;
}

.webinar .entry-title {
    text-transform: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    margin-top: 0;
}

.webinar .entry-content {
    margin: 30px 10% 0 10%;
    font-size: 14.5pt;
}

.webinar .entry-content strong {
    font-family: Montserrat, sans-serif;
    font-size: 15pt;
    font-weight: normal;
}

.webinar .entry-content img {
    width:55px !important;
}

.webinar .entry-content .big-text strong,
.webinar .entry-content .big-text {
    font-size: 20pt;
    font-weight: 400;
}

/*
big-text - uses for webinar slider
*/
.webinar .entry-content .big-text strong {
    font-weight: bold;
}

.webinar .entry-content p {
    margin-bottom: 0;
}

.webinar .autohide-arrows .owl-nav {
    display: block !important;
}

.webinar .sa_owl_theme .owl-dots .owl-dot span {
    background-color: rgba(237,125,49,0.5) !important;
}

.webinar .sa_owl_theme .owl-dots .active span {
    background-color: rgba(237,125,49,1) !important;
}

.webinar .sa_owl_theme .owl-dots .owl-dot {
    margin: 0 6px !important;
}

.webinar .white .sa_owl_theme .owl-nav .owl-prev {
    background: url(images/narrows/icon_prev.png) no-repeat center center !important;
}

.webinar .white .sa_owl_theme .owl-nav .owl-next {
    background: url(images/narrows/icon_next.png) no-repeat center center !important;
}

.webinar .white .sa_owl_theme .owl-nav .owl-prev:hover,
.webinar .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: rgba(0,0,0,0.0) !important;
}

.webinar-form {
    margin: 51px auto 45px auto;
    font-size: 14pt;
    vertical-align: top;
    display: flex;
}

.webinar-form span {
    display: inline-block;
    width: 90px;
}

.webinar-form span,
.webinar-form button{
    font-weight: bold;
    text-transform: uppercase;
}

.webinar-form input {
    padding: 0 5px;
    width: 28%;
    border: 1px solid #a9a9a9;
}

.webinar-form button,
.webinar-form input {
    height: 38px;
    line-height: 38px;
    margin: 4px;
}

.webinar-form input[type="email"] {
    width: 44%;
}

.webinar-form button {
    /* background: #ed7d31; */
    /* border: 1px solid #ed7d31; */
    /* color: #fff; */
    padding: 0 15px;
}

.webinar-form .input-container {
    display: flex;
}

.download-app-dialog .navbar-brand {
    background-image: url(images/logo-knockout.svg);
    width: 122px;
    height: 25px;
    background-size: 122px 25px;
}

.video-mobile video {
    width: 100%;
}
