@import url(https://fonts.googleapis.com/css?family=Alfa+Slab+One);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

html,
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.bg-white{
    background-color: #f4f4f4;
    overflow-x: hidden;
}
.bg-grey{
    background-color: #f4f4f4;
}
.no-padding{
    padding: 0;
}
.m-b-40{
    margin-bottom: 40px
}
.m-r-30{
    margin-right: 30px;
}
.navbar-default{
    background-color: transparent;
    border: none;
}
.btn-default{
    color: #666666 !important;
    background-color: rgba(230, 230, 230, 0.5) !important;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover{
    color: #666666 !important;
    background-color: rgba(230, 230, 230, 0.7) !important;
}
.btn-visit{
    font-weight: 100;
    text-transform: uppercase;
    color: #666666;
    border-color: #666666;
}
.jumbotron{
    background-color: transparent;
}
.jumbotron h1{
    color: #000;
    font-weight: 700;
    font-size: 87px;
}
.jumbotron p{
    color: #000;
    font-weight: 300;
    font-size: 25px;
}
.blue-ribbon{
    background-color: #0d75a6;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ty-container{
    color: #fff;
}
.ty-container img{
    float: left;
    margin-right: 40px;
}
.ty-container h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 54px;
    float: left;
}
.ty-container p{
    font-size: 17px;
    float: left;
}
.trust{
    font-family: 'Alfa Slab One', cursive;
}
.advantages{
    padding-bottom: 100px;
}
.advantages h2,
.title h2{
    font-weight: 100;
    font-size: 44px;
    text-align: center;
    margin: 50px 0;
}
.advantages h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 28px;
    text-transform: uppercase;
    color: #0d75a6;
}
.advantages p{
    font-weight: 100;
    font-size: 20px;
    color: #444444;
}
.stripe{
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background: url(../img/stripe.jpg) repeat;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    visibility: inherit;
    width: 100%;
    height: 100%;
    max-height: 309px;
    margin-bottom: 100px;
}
.devices{
    position: absolute;
    top: -230px;
}
.stripe p.small{
    font-weight: 100;
    font-size: 27px;
    text-transform: uppercase;
}
.stripe p.big{
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}
.flex-v{
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.stripe .container{
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 309px;
}
.screenshot_wrap {
    position: relative;
    margin-top: 135px;
    margin-bottom: 135px;
}
.phone-frame {
    position: absolute;
    top: -8px;
    z-index: 2;
    left: 50%;
    margin-left: -178.5px;
}
.phone-frame img {
    max-width: 357px;
    margin: 0 auto;
    display: block;
}
.slick-slide:hover {
    cursor: pointer;
}
.slick-slide {
    opacity: 0.5;
}
.slick-current {
    opacity: 1;
}
.slick-prev,
.slick-next{
    display: none !important;
}
.footer{
    background-color: #222222;
    padding: 30px 0;
}
.logo-footer{
    float: left;
    margin-right: 30px;
}
.footer p{
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: 0;
}
/*.badges-footer{*/
    /*float: right;*/
/*}*/
.video-container{
    position: relative;
    overflow: hidden;
    height: 85vh;
}
#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/poster.jpg') no-repeat;
    background-size: cover;
}
.fadeInLeft {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.fadeInRight {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.fadeIn{
    -webkit-animation-delay: 0.5s;
}
.app-download:hover{
    opacity: 0.8;
}
.app-badge{
    max-width: 186px;
}
.badges-footer{
    text-align: right;
}
.badges-footer .app-badge{
    max-width: 100px;
}
/**
 * @MEDIA
 */
@media (min-width: 1025px){
    .ty-container h2 {
        font-size: 53px;
    }
}

@media (min-width: 1024px){
    .jumbotron h1 {
        font-size: 78px;
    }
    .jumbotron p {
        font-size: 24px;
    }
    .ty-container h2 {
        font-size: 53px;
    }
    .ty-container p {
        font-size: 14px;
    }
}
@media (min-width: 769px) and (max-width: 1023px){
    .jumbotron h1 {
        font-size: 54px;
    }
    .jumbotron p {
        font-size: 18px;
    }
    .ty-container h2 {
        font-size: 40px;
    }
    .ty-container p {
        font-size: 11px;
    }
    .ty-container img {
        margin-right: 20px;
    }
    .advantages img{
        margin: 0 auto;
        display: block;
    }
    .advantages .row{
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .advantages h3{
        font-size: 24px;
    }
    .advantages p{
        font-size: 15px;
    }
    .stripe{
        max-height: 235px;
    }
    .stripe .container{
        min-height: 235px;
    }
    .devices {
        top: -127px;
    }
    .stripe p.small{
        font-size: 17px;
    }
    .stripe p.big{
        font-size: 24px;
    }
    .stripe .app-badge{
        max-width: 130px;
    }
    .logo-footer{
        float: none;
    }
    .badges-footer .app-badge{
        max-width: 90px;
    }
    .footer{
        padding: 10px 0;
    }
}
@media (min-width: 480px) and (max-width: 768px){
    .video-container{
        height: 78vh;
    }
    .jumbotron h1 {
        font-size: 38px;
    }
    .jumbotron p {
        font-size: 16px;
    }
    .ty-container h2 {
        font-size: 29px;
        text-align: center;
        float: none;
    }
    .ty-container p {
        font-size: 12px;
        text-align: center;
        float: none;
    }
    .ty-container img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .navbar-brand,
    .navbar-brand>img{
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }
    .advantages img{
        margin: 0 auto;
        display: block;
    }
    .advantages .row{
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .advantages h3{
        font-size: 24px;
    }
    .advantages p{
        font-size: 15px;
    }
    .stripe{
        max-height: 235px;
    }
    .stripe .container{
        min-height: 235px;
    }
    .devices {
        top: -127px;
    }
    .stripe p.small{
        font-size: 17px;
    }
    .stripe p.big{
        font-size: 24px;
    }
    .stripe .app-badge{
        max-width: 130px;
    }
    .logo-footer{
        float: none;
    }
    .badges-footer .app-badge{
        max-width: 90px;
    }
    .footer{
        padding: 10px 0;
    }
}
@media (max-width: 768px){
    .jumbotron.text-center{
        padding: 0;
    }
    .jumbotron p img{
        margin: 10px;
    }
}
@media (min-width: 415px) and (max-width: 479px){
    .video-container{
        height: 60vh;
    }
    .jumbotron h1 {
        font-size: 38px;
    }
    .jumbotron p {
        font-size: 16px;
    }
    .ty-container h2 {
        font-size: 29px;
        text-align: center;
    }
    .ty-container p {
        font-size: 12px;
        text-align: center;
    }
    .ty-container img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .navbar-brand,
    .navbar-brand>img{
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }
    .advantages-anchor img,
    .advantages h3,
    .advantages p{
        text-align: center;
    }
}
@media (min-width: 376px) and (max-width: 414px){
    .video-container{
        height: 60vh;
    }
    .jumbotron,
    .jumbotron .container{
        padding-left: 0;
        padding-right: 0;
    }
    .jumbotron h1 {
        font-size: 34px;
    }
    .jumbotron p {
        font-size: 15px;
    }
    .advantages-anchor img,
    .advantages h3,
    .advantages p{
        text-align: center;
    }
    .ty-container h2 {
        font-size: 29px;
        text-align: center;
    }
    .ty-container p {
        font-size: 12px;
        text-align: center;
    }
    .ty-container img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .navbar-brand,
    .navbar-brand>img{
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }
    .stripe p.small {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .stripe p.big {
        font-size: 27px;
        text-align: center;
    }
    .stripe img.app-badge {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
    .stripe img.app-badge.m-r-30{
        margin-bottom: 20px;
    }
    .stripe{
        margin-bottom: 0;
    }
    .logo-footer{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .footer p{
        font-size: 11px;
        text-align: center;
    }
    .footer{
        padding: 10px 0;
    }
}
@media (min-width: 321px) and (max-width: 375px){
    .video-container {
        height: 58vh;
    }
    .jumbotron,
    .jumbotron .container{
        padding-left: 0;
        padding-right: 0;
    }
    .jumbotron h1 {
        font-size: 30px;
    }
    .jumbotron p {
        font-size: 14px;
    }
    .jumbotron p img {
        margin: 10px;
        max-width: 160px;
    }
    .trust {
        font-size: 35px;
    }
    .advantages-anchor img,
    .advantages h3,
    .advantages p{
        text-align: center;
    }
    .ty-container h2 {
        font-size: 29px;
        text-align: center;
    }
    .ty-container p {
        font-size: 12px;
        text-align: center;
    }
    .ty-container img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .navbar-brand,
    .navbar-brand>img{
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }
    .stripe p.small {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .stripe p.big {
        font-size: 27px;
        text-align: center;
    }
    .stripe img.app-badge {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
    .stripe img.app-badge.m-r-30{
        margin-bottom: 20px;
    }
    .stripe{
        margin-bottom: 0;
    }
    .logo-footer{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .footer p{
        font-size: 11px;
        text-align: center;
    }
    .footer{
        padding: 10px 0;
    }
}
@media (max-width: 320px){
    .video-container {
        height: 58vh;
    }
    .jumbotron,
    .jumbotron .container{
        padding-left: 0;
        padding-right: 0;
    }
    .jumbotron p {
        font-size: 14px;
    }
    .jumbotron h1 {
        font-size: 28px;
    }
    .jumbotron p img {
        margin: 10px;
        max-width: 120px;
    }
    .advantages-anchor img,
    .advantages h3,
    .advantages p{
        text-align: center;
    }
    .stripe p.small {
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }
    .stripe p.big {
        font-size: 30px;
        text-align: center;
    }
    .stripe img.app-badge {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
    .stripe img.app-badge.m-r-30{
        margin-bottom: 20px;
    }
    .stripe{
        margin-bottom: 0;
    }
    .trust {
        font-size: 36px;
    }
    .ty-container h2 {
        font-size: 29px;
        text-align: center;
    }
    .ty-container p {
        font-size: 12px;
        text-align: center;
    }
    .ty-container img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .navbar-brand,
    .navbar-brand>img{
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }
    .logo-footer{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .footer p{
        font-size: 11px;
        text-align: center;
    }
    .footer{
        padding: 10px 0;
    }
}
@media (max-width: 480px){
    .slick-slide img {
        margin: 0 auto;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .video-container {
        height: 73vh;
    }
    .jumbotron h1 {
        font-size: 68px;
    }
    .jumbotron p {
        font-size: 24px;
    }
    .ty-container h2 {
        font-size: 45px;
    }
    .ty-container p {
        font-size: 16px;
    }
    .jumbotron p img {
        margin: 50px;
    }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px)  {
    .video-container {
        height: 73vh;
    }
    .jumbotron h1 {
        font-size: 82px;
    }
    .jumbotron p {
        font-size: 30px;
    }
    .ty-container h2 {
        font-size: 51px;
    }
    .ty-container p {
        font-size: 15px;
    }
    .jumbotron p img {
        margin: 50px;
        width: 300px;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {
    .jumbotron p {
        font-size: 12px;
    }
    .ty-container img {
        max-width: 60px;
    }
}
