
.hidden_au .login.australia{
    display: none;
}
header{
    position: relative;
}
header .header_angle{
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background-image: linear-gradient(-190deg, #293A42 0%, #46556A 81%);
    position: absolute;
    z-index: 1;
}
.logged header .header_angle{
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background-image: linear-gradient(-190deg, #293A42 0%, #46556A 81%);
    position: absolute;
    z-index: 1;
}
header .banner_top{
    display: block;
    padding: 20px;
    color: #000;
    background-color: #AAD316;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    line-height: 1.2rem;
}
header .banner_top strong{
    color: #333;
    font-weight: bold;
    padding-right: 10px;
    font-size: 1.2rem;
}
header .banner_top span{
    padding: 0 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(0,0,0,0.2);
}
header .banner_top i{
    padding: 2px 10px;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 3px;
}
header .banner_top:hover i{
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
}
@media screen and (max-width: 768px){
    header .banner_top strong{
        display: block;
        padding-bottom: 4px;
    }
    header .banner_top span{
        padding: 0;
        margin-left: 0;
        border-left: none;
        display: block;
    }
    header .banner_top i{
        padding: 2px 10px;
        margin-top: 6px;
        border: 1px solid rgba(0,0,0,0.4);
        border-radius: 3px;
        display: inline-block;
    }
}
header .navbar-wrapper{
    background-color: transparent;
    color: #fff;
}
header .navbar .navbar-nav li a{
    color: #fff;
    text-shadow: none;
    border-bottom: none;
}
header .navbar .navbar-nav li a:hover{
    color: #9CBE26;
    text-shadow: none;
    border-bottom: none;
}
header .nav .dropdown .arrow{
    background: url(../img/arrow_select2_simple.png) no-repeat 50% -77px !important;
    background-size: 7px !important;
}

header #top .navbar-brand > img{
    display: block;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: url(../img/landing/bigml_white@2x.png) no-repeat;/* La imagen sustituta */
      width: 98px; /* La anchura de la nueva imagen */
      height:50px; /* La altura de la nueva imagen */
      padding-left: 98px;
      background-size: 98px;
}
header #top{
    box-shadow: none;
    background-color: transparent;
    z-index: 2;
}
header section#principal{
    background: none;
    position: relative;
    z-index: 2;
}
header section#principal h1{
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    text-shadow: 0 1px 20px rgba(0,0,0,0.5);
    padding-top: 0;
    padding-bottom: 14px;
    font-family:"Helvetica Neue-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 2;
}
.logged header section#principal h1{
    text-align: center;
    font-size: 42px;
    line-height: 1em;
}
header section#principal h2{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    text-shadow: 0 1px 14px rgba(0,0,0,0.5);
    padding-bottom: 20px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 2;
}
.logged header section#principal h2{
    text-align: center;
}
header section#principal .container{
    max-width: 980px;
    position: relative;
}
.logged header section#principal .container{
    max-width: 100%;
}
header .sign_form{
    width: 40%;
    min-height: 300px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
header .sign_form .separation{
    margin:10px 0;
}
header .sign_form .separation .separator{
    width: 33.3333%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}
header .sign_form .separation .separator.line{
    opacity: 0.3;
    border-bottom: 1px solid #FFFFFF;
    height: 7px;
}
header .sign_form .sign_with_btn{
    width: 48.4%;
    margin: 0 0.8% 6px;
    display: block;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    padding: 11px 11px 11px 50px;
    font-weight: 500;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.22px;
    text-align: left;
    max-height: 40px;
    background-repeat: no-repeat;
    background-position: 11px 10px;
}
header .sign_form .sign_with_btn:hover{
    background-color: #EEEEEE;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
}

header .sign_form .sign_with_btn.amazon{
    background-image: url(../img/landing/logo_amazon.png);
    background-size: 21px;
}
header .sign_form .sign_with_btn.github{
    background-image: url(../img/landing/logo_github.png);
    background-size: 20px;
    background-position: 11px 9px;
}
header .sign_form .sign_with_btn.google{
    background-image: url(../img/landing/logo_google.png);
    background-size: 18px;
}
header .sign_form .sign_with_btn.gitlab{
    background-image: url(../img/landing/logo_gitlab.png);
    background-size: 18px;
}
header .sign_form #home_registration {
    visibility: hidden;
}
header .sign_form #home_registration input{
    width: 100%;
    margin:0;
    background: #FFFFFF;
    border: none;
    border-radius: 4px;
    height: 36px;
    margin-bottom: 6px;
    font-size: 18px;
    padding: 4px 10px;
    color: #425164;
}
header #div_id_country{
    margin-bottom: 6px;
}
header .sign_form .button{
    background: #9CBE26;
    border-radius: 4px;
    border:none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    outline: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    height: 40px;
    margin-bottom: 6px;
}
header .email_suggestion{
    margin-top:-10px;
    margin-bottom: -9px;
}
header #div_id_country .select2-container .select2-choice{
    height: 36px;
    border:none;
    padding-left: 10px;
}
header .select2-container .select2-choice > .select2-chosen{
    line-height: 36px;
    font-size: 18px;
    color: #425164;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.select2-results .select2-result-label {
    padding: 4px 7px 5px;
    font-size: 14px;
}
header .sign_form a.button:hover{
    box-shadow: 0 1px 12px rgba(0,0,0,0.5);
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    background: #9CBE26;
    border:none;
    color: #fff;
}
header .sign_form a.button:focus,
header .sign_form a.button:active,
header .sign_form a.button:hover{
    outline: none;
}
header .sign_form #home_registration ::-webkit-input-placeholder{
    color: #C1C2C6;
}
header .sign_form #home_registration #div_id_username{
    width: 49%;
    margin-right: 2%;
    float: left;
}
header .sign_form #home_registration #div_id_password1{
    width: 49%;
    float: left;
}
header .sign_form a.sign_link{
    font-size: 12px;
    color: #A1B6D4;
    display: block;
    font-weight: 500;
}

header .sign_form a.sign_link strong{
    color: #B8CDEC;
    font-weight: 600;
}
header .sign_form a.sign_link:hover strong{
    text-decoration: underline;
}
header .sign_form a.sign_link.autralian_link{
    color: #fff;
    display: block;
    background-image: url(../img/landing/icon_australian_link.png);
    background-size: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 7px 0 7px 30px;
    margin-top: 2px;
    margin-bottom: 4px;
}
header .sign_form a.sign_link.autralian_link strong{
    color: #fff;
    font-weight: 600;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    header .sign_form a.sign_link.autralian_link{
        background-image: url(../img/landing/icon_australian_link@2x.png);
    }
}
header .logged_buttons{
    margin-top: 10px;
}
header .logged_buttons a{
    width: 100%;
    padding: 10px 5px;
    background: #293A42;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.50);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .logged_buttons a span{
    display: inline-block;
    width: 32px;
    height: 30px;
    margin-right: 8px;
    background-repeat: no-repeat;
    opacity: 0.45;
}
header .logged_buttons a:hover{
    background: #9CBE26;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
header .logged_buttons a:hover span{
    opacity: 1;
}
header .logged_buttons a span.features {
    background-image: url(../img/landing/landing_features_icon.png);
    background-size: 31px;
}
header .logged_buttons a span.documentation {
    background-image: url(../img/landing/landing_documentation_icon.png);
    background-size: 32px;
}
header .logged_buttons a span.tools {
    background-image: url(../img/landing/landing_tools_icon.png);
    background-size: 31px;
}
header .logged_buttons a span.friend {
    background-image: url(../img/landing/landing_friend_icon.png);
    background-size: 30px;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    header .logged_buttons a span.features {
        background-image: url(../img/landing/landing_features_icon@2x.png);
    }
    header .logged_buttons a span.documentation {
        background-image: url(../img/landing/landing_documentation_icon@2x.png);
    }
    header .logged_buttons a span.tools {
        background-image: url(../img/landing/landing_tools_icon@2x.png);
    }
    header .logged_buttons a span.friend {
        background-image: url(../img/landing/landing_friend_icon@2x.png);
    }
}
@media screen and (max-width: 768px){
    header .logged_buttons{
    }
}
@media screen and (max-width: 767px){
    header .logged_buttons a{
        margin-bottom: 6px;
    }
    header .logged_buttons{
    }
}



/* temporary */
#div_id_remember_me{
    display: none;
}
/* endtemporary */

#bigml_animation {
    width: 580px;
    height: 530px;
    position: absolute;
    right: -40px;
    top: -66px;
    z-index: 1;
}
section#price{
    padding-top: 0;
}
.logged section#price{
    padding-top: 40px;
}
section#price h2{
    font-size: 38px;
    color: #3B485A;
}
section#price p{
    font-size: 18px;
    color: #777777;
}
section#price .solutions{
    padding-top: 40px
}
section#price .solutions .free a, section#price .solutions .prime a{
    display: block;
    padding: 24px 10px 20px;
    min-height: 156px;
    width: 100%;
    text-align: center;
    position: relative;
}
section#price .solutions .free a{
    min-height: auto;
}
.logged section#price .solutions .prime a{
    min-height: 182px;
}
@media screen and (max-width: 992px){
    section#price .solutions .free{
        margin-bottom: 40px;
    }
    .simply_angle{
        display: none;
    }
    section#simply ul{
        margin-left: 36px;
        margin-top: 20px;
    }
    .logged .solutions .col-sm-12 {
        margin-bottom: 26px;
    }
    .logged .solutions .col-sm-12:last-child {
        margin-bottom: 0;
    }
}
.banner_empty .banner_ambassador{
    width:100%;
    max-width:552px;
    position: relative;
    margin:0 auto 0;
    min-height: 182px;
    overflow: hidden;
    background-color: #353934;
}
.banner_empty  .banner_ambassador img{
    width: 100%;
    max-width: 578px;
    min-width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner_empty  .banner_ambassador span{
    position: absolute;
    width: 68%;
    top: 30px;
    right: 30px;
    color: #fff;
    text-align: right;
    font-size: 40px;
}
@media screen and (max-width: 1200px){
    .banner_empty  .banner_ambassador span{
        font-size: 38px;
    }
}
@media screen and (max-width: 992px){
    .banner_empty  .banner_ambassador span{
        font-size: 40px;
    }
}

section#price .solutions .free ul, section#price .solutions .prime ul{
    padding-left: 16px;
    margin: 0;
    color: #2B3337;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
section#price .solutions .free ul{
    padding-left: 0;
    text-align: center;
    list-style: none;
}
section#price .solutions .free a ul span, section#price .solutions .prime a ul span{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #777;
    text-align: left;
}

section#price .solutions .free ul li, section#price .solutions .prime ul li{
    padding-bottom: 0;
}
section#price .solutions .free ul li:last-child, section#price .solutions .prime ul li:last-child{
    padding-bottom: 0;
}
section#price .solutions .prime a span{
    font-size: 18px;
    color: #2B3337;
    line-height: 22px;
    display: block;
    padding-bottom: 8px;
    padding-top: 4px;
}
section#price .solutions .free a span{
    font-size: 24px;
    color: #2B3337;
    line-height: 24px;
    display: block;
    padding-bottom: 12px;
    padding-top: 4px;
}
section#price .solutions .free a ul span{
    font-size: 17px;
    line-height: 21px;
    margin: 0;
    color: #777;
    padding-bottom: 6px;
    text-align: center;
}
section#price .solutions .prime span em{
    border:1px solid #979797;
    font-size: 16px;
    color: #2B3337;
    text-align: center;
    text-transform: uppercase;
    padding: 0 4px 1px;
    border-radius: 3px;
    font-weight: 600;
}
section#price .solutions .free span em{
    border:1px solid #979797;
    font-size: 20px;
    color: #2B3337;
    text-align: center;
    text-transform: uppercase;
    padding: 0 4px 1px;
    border-radius: 3px;
    font-weight: 600;
}
section#price .solutions .free a:hover span  em, section#price .solutions .prime a:hover span  em{
    background-color: #2B3337;
    border:1px solid #2B3337;
    color: #fff;
}
section#price .solutions .free i, section#price .solutions .prime i{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -25px;
    background-size: 50px;
    background-repeat: no-repeat;
}
section#price .solutions span.solution_list{
    display: block;
    text-align: center;
    color: #777;
    font-size: 16px;
    line-height: 1.1em;
    padding-bottom: 0;
    padding-top: 10px;
}
section#price .solutions .free a{
    background: rgba(156,190,38,0.16);
}
section#price .solutions .prime{
    background: rgba(177,187,221,0.25);
}
section#price .solutions .free a:hover{
    background: rgba(156,190,38,0.25);
}
section#price .solutions .prime:hover{
    background: rgba(177,187,221,0.35);
}
.logged section#price .solutions .prime{
    background: transparent;
}
.logged section#price .solutions .prime a{
    background: rgba(177,187,221,0.25);
    padding: 24px 28px 20px;
}
.logged section#price .solutions .prime:hover{
    background: transparent;
}
.logged section#price .solutions .prime a:hover{
    background: rgba(177,187,221,0.35);
}

section#price .solutions .free i{
    background-image: url(../img/landing/free_account.png);
}
section#price .solutions .prime i{
    background-image: url(../img/landing/prime_account.png);
}
section#simply{
    background-color: #717992;
    position: relative;
}
section#simply.logged{
    background-color: #717992;
    position: relative;
    padding-bottom: 80px;
}
section#simply.logged.standalone{
    background-color: #717992;
}
section#simply h2{
    color: #fff;
    text-align: center;
    padding-bottom: 24px;
}
section#simply a{
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 27px;
    padding: 12px 10px;
    background: #1C1F29;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
    border-radius: 4px;
    margin: 26px auto 0;
    text-transform: uppercase;
}
section#simply a.button{
    margin: 24px auto 0;
    border:none;
    padding: 12px 30px;
}
section#simply a:hover{
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.6);
}

section#simply a i{
    font-weight: 300;
    font-size: 22px;
    text-transform: capitalize;
}
section#simply .simply_angle{
    width: 44%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-17deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background-color: #C8D0E8;
    position: absolute;
    top: 0;
    left: -10%;
}
section#simply .features_mosaic{
    display: flex;
    flex-wrap: wrap;
}
section#simply .row{
    display: flex;
}
section#simply .row .features_button{
    align-self: center;
}
section#simply .features_mosaic a{
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    border-right: 1px solid rgba(255,255,255,0.18);
    padding: 10px 5px 20px;
    width: 25%;
    text-transform: none;
    background: transparent;
    box-shadow: none;
    border-radius: inherit;
    margin-top: 0;
    font-weight: 300;
    font-family: HelveticaNeue-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
section#simply .features_mosaic a:hover{
    text-decoration: underline;
}
section#simply .features_mosaic a:nth-child(4), section#simply .features_mosaic a:nth-child(8){
    border-right: none;
}
section#simply .features_mosaic a:nth-child(-n+4){
    border-bottom: 1px solid rgba(255,255,255,0.18);
}

section#simply .features_mosaic a span{
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
section#simply .features_mosaic a span img{
    height: 42px;
}
@media screen and (max-width: 1160px){
    section#simply .features_mosaic a{
        font-size: 14px;
    }
}
@media screen and (max-width: 991px){
    section#simply .features_mosaic{
        margin-top: 50px;
    }
    section#simply .features_mosaic a{
    }
    section#simply .row{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 930px){
    section#simply .features_mosaic{
    }
    section#simply .features_mosaic a{

    }
}
@media screen and (max-width: 768px){
    section#simply .features_button{
        width: 100%;
    }
    section#simply .features_mosaic{
        width: 100%;
    }
    section#simply .features_mosaic a{
        width: 50%;
        max-width: 50%;
    }
    section#simply .features_mosaic a:nth-child(-n+6){
        border-bottom: 1px solid rgba(255,255,255,0.18);
    }
    section#simply .features_mosaic a:nth-child(2), section#simply .features_mosaic a:nth-child(6){
        border-right: none;
    }
    section#price .solutions .free a span{
        font-size: 20px;
    }
    section#price .solutions .free a ul span{
        font-size: 15px;
    }
    section#price .solutions .free span em{
        font-size: 18px;
    }
}


#banners, .banners{
    position: relative;
}
#banners button:hover,
#banners button:focus,
#banners button:active{
    outline: none;
}
#banners .slick-arrow{
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
    height: 97%;
    background-image: linear-gradient(-90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.00) 100%);
    z-index: 999999;
    border:none;
    color: transparent;
    background-color: transparent;
}

#banners .slick-arrow.slick-next{
    right: 0;
    left: auto;
}
#banners .slick-arrow.slick-next:hover{
    color: transparent;
}
#banners .banner_empty a{
    color: #fff;
    font-size: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: block;
    max-width: 470px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.22);
    margin: 0 auto 0;
    position: relative;
    max-height: 172px;
}
#banners .banner_empty a img{
    width: 100%;
    display: block;
}
#banners .banner_empty a span:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: right;
    padding: 32px 104px 10px 0;
}
#banners .banner_empty a span:nth-child(3){
    position: absolute;
    top: 84px;
    right: 0;
    display: block;
    text-align: right;
    padding: 0 66px 0 0;
}
.solutions .banners.two_banners:first-child{
    padding-right: 34px;
    border-right: 1px solid #ddd;
}
.solutions .banners.two_banners:last-child{
    padding-left: 34px;
}
@media screen and (max-width: 992px){
    .solutions .banners.two_banners:first-child{
        padding-right: 15px;
        border-right: none;
        margin-bottom: 30px;
    }
    .solutions .banners.two_banners:last-child{
        padding-left: 15px;
        padding-top: 30px;
        border-top:1px solid #ddd;
    }
}
@media screen and (max-width: 470px){
    #banners.banner_empty span {
        font-size: 32px;
        width: 70%;
        right: 20px;
    }
}
.slick-list.draggable{
    height: 182px !important;
    position: relative;
    z-index: 2;
}

section#relevant_info{
    padding:0;
    background-color: #E8ECF6;
}
section#relevant_info.standalone{
    background-color: #fff;
}
#relevant_info .container-fluid{
    max-width: 1240px;
}
#relevant_info h3{
    font-size: 20px;
    color: #5D6479;
    border-bottom: 1px solid #BDC3D6;
    text-align: center;
    padding: 60px 0 12px;
    margin-bottom: 26px;
}
#relevant_info.standalone h3{
    color: #717992;
    border-bottom: 1px solid #C5CCE2;
}
#relevant_info .col-md-4{
    padding-bottom: 60px;
}
#relevant_info .col-md-4.color{
    background-color: rgba(255,255,255,0.3);
}
#relevant_info.standalone .col-md-4.color{
    background-color: #F5F6FB;
}
#relevant_info .item {
    position: relative;
    display: block;
    min-height: 94px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}
#relevant_info.standalone .item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#relevant_info .item .detail_image{
    display: block;
    overflow: hidden;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #F5F6FB;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
#relevant_info.standalone .item .detail_image{
    background-color: #F5F6FB;
}

#relevant_info .item .detail_image img{
    text-align: center;
    height: 80px;
    width: auto;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: 0.7;
}
#relevant_info .item:hover .detail_image img{
    -webkit-filter: grayscale(85%);
    filter: grayscale(0%);
    opacity: 1;
}
#relevant_info .item.release .detail_image img{
    position: absolute;
    top: 0;
    left: -26px;
}
#relevant_info .item .texts{
    padding-left: 90px;
    font-size: 13px;
    line-height: 1.3em;
    color: #333;
    font-weight: normal;
}
#relevant_info.standalone .item .texts{
    color: #333;
}
#relevant_info .item .texts strong{
    color: #333;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
#relevant_info .item .texts strong.title{
    display: block;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#relevant_info.standalone .item .texts strong{
    color: #333;
}
#relevant_info .item .texts em{
    font-style: italic;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#relevant_info .item .texts a{
    font-weight: bold;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
#relevant_info.standalone .item .texts a{
    color: #333;
}
#relevant_info .item.release .texts a{
    font-weight: normal;
    color: #333;
}
#relevant_info.standalone .item.release .texts a{
    color: #333;
}
#relevant_info .item .texts a:hover{
    font-weight: bold;
    color: #749201;
}
#relevant_info.standalone .item .texts a:hover{
    color: #749201;
}
#relevant_info .item.release .texts a:hover{
    font-weight: normal;
    color: #333;
}
#relevant_info.standalone .item.release .texts a:hover{
    color: #333;
}
#relevant_info .item .texts p{
    font-size: 13px;
    line-height: 18px;
}
#relevant_info .item .date{
    padding-bottom: 10px;
    color: #333;
}
#relevant_info.standalone .item .date{
    color: #333;
}
#relevant_info .item .date span{
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}
#relevant_info .item .date span.month{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-right: 8px;
    margin-right: 5px;
    border-right: 1px solid rgba(0,0,0,0.2);
}
#relevant_info.standalone .item .date span.month{
    border-right: 1px solid rgba(0,0,0,0.2);
}
#relevant_info .link_button{
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #9CBE26;
    padding: 0;
    min-width: 100%;
    margin: 0 auto;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
#relevant_info .link_button:hover{
    text-decoration: underline;
}

@media screen and (max-width: 768px){
    section#announcements h2{
        border-right:none;
    }
    #relevant_info .col-md-4{
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }
}
@media screen and (max-width: 470px){
    section#announcements #banners .banner_empty a span:nth-child(2){
        padding: 24px 90px 10px 0;
        font-size: 0.85em;
    }
    section#announcements #banners .banner_empty a span:nth-child(3){
        top: 68px;
        padding: 0 58px 0 0;
        font-size: 0.85em;
    }
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    header .sign_form .sign_with_btn.amazon{
        background-image: url(../img/landing/logo_amazon@2x.png);
    }
    header .sign_form .sign_with_btn.github{
        background-image: url(../img/landing/logo_github@2x.png);
    }
    header .sign_form .sign_with_btn.google{
        background-image: url(../img/landing/logo_google@2x.png);
    }
    section#price .solutions div.free i{
        background-image: url(../img/landing/free_account@2x.png);
    }
    section#price .solutions div.prime i{
        background-image: url(../img/landing/prime_account@2x.png);
    }
    section#simply ul li{
        background-image: url(../img/landing/check_white@2x.png);
    }
}
@media screen and (max-width: 992px){
    header .sign_form{
        width: 60%;
    }
}
@media screen and (max-width: 768px){
    header .sign_form{
        width: 60%;
    }
    header section#principal h1{
        line-height: 36px;
    }
}
@media screen and (max-width: 767px){
    header .navbar-header {
        border-bottom: none;
    }
    header .sign_form{
        width: 100%;
    }
    header section#principal h1{
        line-height: 36px;
    }
}

@media screen and (max-width: 767px){
   .container .navbar-collapse {
        background-color: #F7F7F7;
    }
    header .navbar .navbar-collapse.collapse.in .navbar-nav li a{
        color: #3a4f5a;
    }
    header .navbar-collapse.collapse.in .nav .dropdown .arrow{
        background-position: 50% 6px !important;
    }
    header .navbar .navbar-collapse.navbar-collapse.in .nav li.login a{
        color: #fff;
    }
    header section#principal h1{
        font-size: 34px;
    }
    header section#principal h2{
        font-size: 22px;
    }
    section#price h2{
        font-size: 34px;
        padding: 10px 0px 10px;
    }
    section#simply h2{
        font-size: 34px;
    }
    #bigml_animation{
        display: none;
    }
}

/* static banners */
.banner{
    position: relative;
}
.banner .announcement{
    padding-bottom: 8px;
}
.banner_release_image{
    width:100%;
    max-width:552px;
    position: relative;
    margin:0 auto 0;
    min-height: 182px;
    overflow: hidden;
    background: url(../img/landing/banner_release_object_detection.jpg) no-repeat -10px 50% #434B53;
    background-size: 552px;
}
.banner_release_image a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 182px;
}
.banner_release_image img{
    width: 18%;
    margin: 0 0 0 20px;
}
.banner_release_image span{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
    padding: 0 20px 0 140px;
}
.banner_release_image span strong{
    color: #fff;
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 6px;
}
.banner_release_image span i{
    display: block;
    padding-top: 4px;
    font-style: italic;
    font-weight: normal;
    font-size: 0.95em;
    color:#DDFF89;
}
@media screen and (max-width: 470px){
    .banner_release_image span{
        font-size: 18px;
    }
    .banner_release_image span strong{
        font-size: 22px;
        line-height: 26px;
    }
}

.banner_mlsn{
    width:100%;
    max-width:552px;
    position: relative;
    margin:0 auto 0;
    min-height: 182px;
    overflow: hidden;
    background: url(../img/landing/banner_mlsn22.jpg) no-repeat -0 50% #2648A8;
    background-size: 552px;
}
.banner_mlsn a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 182px;
    width:100%;
}

/* end static banners */
