@charset "utf-8";

body {
    margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
    border: 0px;
}

::-moz-selection {
    background-color: #6ab344;
    color: #fff;
}

::selection {
    background-color: #6ab344;
    color: #fff;
}

.android-search-box .mdl-textfield__input {
    color: rgba(0, 0, 0, 0.87);
}

.android-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
    right: 60px !important;
    width: 150px !important;
}


.mdl-textfield--expandable {
    width: auto;
}

.android-fab {
    position: absolute;
    right: 20%;
    bottom: -26px;
    z-index: 3;
    background: #64ffda !important;
    color: black !important;
}

.android-mobile-title {
    display: none !important;
}


.android-logo-image {
    /*    height: 28px;*/
    width: 140px;
    border-radius: 2px 2px 0 0;
}


.android-header {
    overflow: visible;
    background-color: white;
}

.android-header .material-icons {
    color: #767777 !important;
}

.android-header .mdl-layout__drawer-button {
    background: white;
    color: #767777;
    border-radius: 30px;
    padding-left: 0;
}

.android-header .mdl-layout__drawer-button i{
    color: #4cc560 !important;
}

.android-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
}

.android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    /*width: 500px;*/
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 800px;
}

.android-search-box.is-focused + .android-navigation-container {
    opacity: 0;
    width: 100px;
}


.android-navigation .mdl-navigation__link {
    margin-top: 2%;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    /*background-color: transparent !important;*/
    border-bottom: 4px solid transparent;
}

.android-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #8bc34a;
}

.android-search-box {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 16px;
    margin-right: 16px;
}

.android-more-button {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: none;
}


.android-drawer {
    border-right: none;
}

.android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
}

.android-drawer .mdl-layout-title {
    position: relative;
    background: #6ab344;
    height: 160px;
}

.android-drawer .android-logo-image {
    position: absolute;
    bottom: 16px;
}

.android-be-together-section {
    position: relative;
    /*height: 800px;*/
    width: auto;
    background-color: #f3f3f3;
    background: url('images/slide01.jpg') center bottom no-repeat;
    background-size: cover;
}

.logo-font {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    color: #767777;
    font-weight: 500;
}

.android-slogan {
    max-width: 90%;
    margin: auto;
    padding-top: 50px;
    color: white;
    padding-bottom: 70px;
    
}
.android-slogan h2{
    border-radius: 5px;
    padding: 10px;
    font-size: 60px;
    line-height: 1.413;
    background: rgba(0,0,0,.5);
}
.android-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}

.android-create-character {
    font-size: 21px;
    padding-top: 400px;
}

.android-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
}

.android-screen-section {
    position: relative;
    max-width: 600px;
    /*padding-top: 60px;
    padding-bottom: 80px;*/
}

.android-screens {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.android-screen {
    text-align: center;
}
.android-image-link .android-screen-image{
    display:block;
    margin:auto;
    width: 96%;
    height: 50%;
    background: #fff;
    padding: 10px;
    border: 1px solid green;
    border-radius: 3px;
}
.android-screen .android-link {
    margin-top: 16px;
    display: block;
    z-index: 2;
}

.android-image-link {
    text-decoration: none;
}

.android-wear {
    display: inline-block;
    width: 160px;
    margin-right: 32px;
}

.android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
}


.android-phone {
    display: inline-block;
    width: 64px;
    margin-right: 48px;
}

.android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
}


.android-tablet {
    display: inline-block;
    width: 110px;
    margin-right: 64px;
}

.android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
}

.android-tablet .android-link {
    display: block;
    z-index: 2;
}


.android-tv {
    display: inline-block;
    width: 300px;
    margin-right: 80px;
}

.android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
}


.android-auto {
    display: inline-block;
    width: 300px;
    overflow: hidden;
}

.android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
}



.android-wear-section {
    position: relative;
    background: url('images/wear.png') center top no-repeat;
    background-size: cover;
    /*height: 800px;*/
}
.android-wear-section .video-preview{
    /*position: absolute;
    top: 2.5%;
        max-width: 600px;
        min-width: 300px;
        max-height: 275px;
        min-height: 175px;
    left: 20%;*/
}
.android-wear-section .video-preview video{
    max-height: 400px;
}
.android-wear-band {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #37474f;
}

.android-wear-band-text {
    max-width: 800px;
    /*margin-left: 25%;*/
    padding: 24px;
    text-align: left;
    color: white;
}

.android-wear-band-text p {
    padding-top: 8px;
}

.android-link {
    text-decoration: none;
    color: #8bc34a !important;
}
.join b{
    font-size: 42px;
}
.join span{
    font-size: 18px;
    color: rgba(255,255,255,.5);
}
.android-link:hover {
    color: #7cb342 !important;
}

.android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.android-alt-link {
    text-decoration: none;
    color: #64ffda !important;
    font-size: 16px;
}

.android-alt-link:hover {
    color: #00bfa5 !important;
}

.android-alt-link .material-icons {
    position: relative;
    top: 6px;
}

.android-customized-section {
    text-align: center;
}

.android-customized-section-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 16px 0 16px;
}

.android-customized-section-text p {
    padding-top: 16px;
}

.android-customized-section-image {
    background: url('images/devices.jpg') center top no-repeat;
    background-size: cover;
    height: 400px;
}

.android-more-section {
    padding: 80px 0;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}

.android-more-section .android-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
}

.android-card-container {
}

.android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
}

.android-card-container .mdl-card__media img {
    width: 100%;
}

.android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
}

.android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
}

.android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
}

.android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
}

.android-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
}

.android-footer {
    background-color: #fafafa;
    position: relative;
}

.android-footer a:hover {
    color: #8bc34a;
}

.android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}
.android-footer .mdl-mega-footer--top-section .mdl-mega-footer--social-btn{
    display: inline-block;
    background: transparent;
    border-radius: 5px;
}
.android-footer .mdl-mega-footer--top-section .mdl-mega-footer--social-btn img{
    display: block;
}

.android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.android-footer .mdl-mega-footer--bottom-section {
    position: relative;
}

.android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
}

.android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
}

.android-footer.mdl-mega-footer > .mdl-mega-footer--middle-section p:firs-child{
    float:left;
}
.android-footer.mdl-mega-footer > .mdl-mega-footer--middle-section p:eq(1){
    float:right;
}
.android-link-menu:hover {
    cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 500px) {
    #country-selection #signup_country_code {
        width: 96%;
        max-width: 100%;
    }
    .android-slogan h2{
        font-size: 70%;
    }
}
@media (min-width:501px ) and (max-width: 900px){
    .card .card-block .mdl-grid {
        margin-top: auto !important;
    }
    .android-slogan h2{
        font-size: 80%;
    }
}
@media (max-width: 900px) {
    .mdl-layout__header-row .android-navigation-container{
        display: none;
    }
    .mdl-layout__header-row .android-more-button{
        display: inline-block;
        top: 10px;
    }
    .android-navigation {
        height: auto
    }
    .android-header .mdl-layout__drawer-button {
        /*width: 90px !important;*/
        top: 10px;
    }

    .android-header .mdl-layout__drawer-button i{
        /*margin-left: -50px;*/
    }

    /*    .android-header .mdl-layout__drawer-button i:after{
            content: " EXTRAS";
            font-size: 14px;
            font-weight: lighter;
            font-family: "Roboto","Helvetica","Arial",sans-serif;
            position: absolute;
            top: 18px;
            color: #4cc560 !important;
        }*/
    .android-navigation-container a.mdl-navigation__link {
        display: block;
        width: 100%;
    }

    .android-title {
        display: none !important;
    }
    div.mail a.android-link{
        font-size:50%;
    }
    .join b{
        font-size: 1.2em;
    }
    .join span{
        font-size: 1.2em;
    }
    .android-mobile-title {
        display: block !important;
        position: absolute;
        left: calc(50% - 70px);
        top: 12px;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
       consecutive "+" operators in some cases. Therefore, we need to use both
       here to cover all the bases. */
    .android.android-search-box.is-focused ~ .android-mobile-title,
    .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
        opacity: 0;
    }

    .android-search-box.is-focused {
        width: calc(100% - 48px);
    }

    .android-search-box .mdl-textfield__expandable-holder {
        width: 100%;
    }

    .android-be-together-section {
        height: auto;
        background-size:100% 100%;
    }

    .android-slogan {
        font-size: 26px;
        margin: 0 16px;
        padding-top: 24px;

    }
    .mdl-typography--text-left div.welcome-text{
        margin-left:0% !important;
    }
    .android-sub-slogan {
        font-size: 16px;
        margin: 0 16px;
        padding-top: 8px;
    }

    .android-create-character {
        padding-top: 200px;
        font-size: 16px;
    }

    .android-create-character img {
        height: 12px;
    }

    .android-fab {
        display: none;
    }

    .android-wear-band-text {
        margin-left: 0;
        padding: 16px;
    }

    .android-footer .mdl-mega-footer--bottom-section {
        /*display: none;*/
    }
    .android-footer.mdl-mega-footer > *{
        margin:auto;
        text-align:center;
    }
    .android-footer.mdl-mega-footer > .mdl-mega-footer--middle-section p{
        float:none;
    }
    .catalogue-section p a, .blog-section p a{
        font-size: small !important;
        line-height: 1.413 !important;
    }
    .video-preview{
        width: 100%;
        height: auto;
        left: 0 !important;
        top: 0 !important;
    }

    .video-preview iframe{
        height: 30%;
        width: 90%;
    }

    .video-preview video{
        width: 100%;
        height: 70%;
    }

    .catalogue-section-col{
        width: auto !important;
    }

    .catalogue-section p a{
        width: fit-content !important;
    }

    .android-wear-section{
        /*height: 1000px;*/
    }

    .blog-section .mdl-progress{
        height: 90px !important;
    }

    .blog-section p a{
        height: auto;
    }

    .price{
        padding: 0% 0% !important;
        font-size: 16px;
    }
    .price .demo-card-event{
        width: auto;
    }
    .price .demo-card-event h4{
        font-size: 16px;
    }

    .price .demo-card-event .mdl-card__title h4 span{
        font-size: 22px;
    }

    .price .demo-card-event .mdl-card__title h4 hr{
        top: 35px !important;
    }

    .card .card-block .mdl-grid{
        margin-top: 40%;
        padding: 0;
    }
    .card .card-block .billing .mdl-grid{
        margin-top: 5%;
        padding: 0;
    }
    .mdl-textfield.mdl-textfield--full-width{
        width: 95% ;
    }
    .card .card-block .billing .mdl-grid .selectric-container{
        margin-top: 2%;
    }
    .card .card-block .mdl-grid .mdl-cell{
        margin: auto !important;
    }
    .card .card-block #country-selection .mdl-grid .mdl-cell{
        margin: 8px !important;
    }
    .card .card-block #country-selection .mdl-grid .mdl-cell .selectric-items{
        width: auto !important;
    }
    .card.mt-4{
        margin: 16% auto !important; 
    }
    .card.mt-4 .card-block form fieldset#buy-form.input-fields {
        padding: 0 !important;
        margin: 5% auto !important;
    }
    .card.mt-4 .card-block form fieldset#buy-form.input-fields h2{
        font-size: 1.1em !important;
        margin-top: 20%;
    }
    .card.mt-4 .card-block form fieldset#buy-form.input-fields .plan{
        padding: 0px !important;
        width: auto !important;
    }
    .card.mt-4 .card-block form fieldset#buy-form.input-fields .plan > *,
    .card.mt-4 .card-block form fieldset#buy-form.input-fields .plan .mdl-radio{
        font-size: 80% !important;
    }
    .card.mt-4 .card-block form fieldset#buy-form.input-fields .plan .mdl-radio span span{
        /*display: none;*/
    }
    .card.mt-4 .card-block form fieldset#buy-form.input-fields .plan .mdl-radio b{
        float: none !important;
    }
    .card.mt-4 .card-block .formation-block{
        margin: 30% auto !important;
        padding: 0 !important;
    }
    .card.mt-4 .card-block .formation-block .mdl-cell{
        width: auto;
    }
    .card.mt-4 .card-block .formation-block .mdl-cell .demo-card-event{
        width: auto;
    }
    .card.mt-4 .card-block .accordion-block{
        margin-top: 0%;
    }
    .card.mt-4 .card-block .accordion-block .mdl-grid{
        margin-top: 60%;
    }

    .android-image-link .android-screen-image{
        /*width:100%;*/
    }
}
.card.mt-4 .card-block form fieldset#buy-form.input-fields h2{
    font-size: 32px;
}
.card.mt-4 .card-block form fieldset#buy-form.input-fields .plan{
    padding: 20px;
    max-width: 600px;
    width: auto;
    border: 1px green solid;
    border-radius: 3px;
    margin: 2% auto;
}
.card.mt-4 .card-block form fieldset#buy-form.input-fields .plan .mdl-radio b{
    float: right;
}
.blog-section{
    padding: 1% 5%;
}
.price{
    padding: 5% 10%;
}
.price .demo-card-event .mdl-card__title h4 hr{
    position: absolute; 
    top: 65px; 
    background-color: red;
    width: 96%;
    height: 2px; 
}
.catalogue-section p a{
    /*width: 96%;*/
    font-size: 22px;
    height: auto;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
}
.video-preview iframe{
    margin: auto;
    display: block;
    vertical-align: middle;
}
.mdl-typography--text-left div p{
    background-color: #0caa2d;
    color: white;
    padding: 7px;
    font-weight: bolder;
}
.mdl-typography--text-left div.welcome-text{
    max-width: 500px;
    margin-left:50%;
}
.mdl-typography--text-left div p:last-child {
    padding: 0;
}
.mdl-typography--text-left div p:last-child b:first-child{
    display: block;
    background-color: #656665;
    padding: 7px;
    color: #fff;
}
.mdl-typography--text-left div p:last-child b:last-child{
    display: block;
    background-color: #ffe;
    padding: 7px;
    color: #000;
    font-weight: normal;
    text-align: center;
}
.mdl-typography--text-left div p:last-child b:last-child span:first-child{
    text-align: left;
}
.mdl-typography--text-left div p:last-child a{
    margin: 1% auto;
}
.mdl-layout__header{
    min-height: 100px;
    background-color: #0caa2d;
}
.mdl-layout__header .mdl-navigation a{
    margin-top: 2%;
    font-size: 1.2em;
    color: white;
}
.mdl-layout__header .mdl-navigation a i{
    color: white;
}
.mdl-typography--display-1-color-contrast{
    font-size: 24px;
}
.mdl-typography--display-2{
    font-size: 36px;
}
.mdl-typography--headline{
    font-size: 18px;
}
.backgrounded-blue-dark{
    background-color: #b6fcc5;
}
.mdl-textfield__input[name="email"]{
    background-color: #fff;
}
.catalogue-section{
    /*background: url(images/tv-on.jpg) fixed no-repeat;*/
    background-color: #3c8dbc;
    background-size: 100% 100%;
    padding-bottom: 40px;
}
.catalogue-section .mdl-typography--display-2{
    color: #fff;
    text-align: center;
    /*font-size: 21px;*/
    font-weight: 700;
}
.catalogue-section .mdl-grid img{
    width: 192px;
}
.catalogue-section-col{
    border-radius: 10px;
    box-shadow: 10px #000 inset;
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgba(0, 0, 0, 0.45098);
    margin-top: 40px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.498039);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.3);
    border-width: 3px;
    border-style: solid;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-color: rgba(0, 0, 0, 0.7);
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    width: 100%;
}
.catalogue-section-col p, .catalogue-section-col .mdl-typography--display-1-color-contrast{
    color: #fff !important;
}
.catalogue-section-col .mdl-typography--display-1-color-contrast{
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
}
.catalogue-section-col p button{
    margin-top: 30px;
}
.catalogue-section-col p span i{
    vertical-align: middle;
}
ul li{
    list-style-type: none;
}
.listed ul{
    margin-left: -40px;
}
.listed li i{
    position: relative;
    top: 10px;
    font-weight: 900;
}
.alert-box{
    margin-top: 30px; 
    outline: none; 
    font-family: Poppins, Helvetica, sans-serif !important;
}
.alert-box div{
    text-align: left; 
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    line-height: 1.8;
    font-size: 16px;
}
.alert-box .alert-danger{
    background-color: rgb(255, 238, 214); 
    border-color: rgb(255, 183, 0);
}
.alert-box .alert-success{
/*    background-color: #4cc560; */
    border-color: rgb(255, 183, 0);
background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat:repeat-x;
/*border-color:#b2dba1;*/
    /*color: white;*/
}
.alert-box .alert-warning{
    background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
    background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat:repeat-x;
    /*border-color:#f5e79e;*/
    border-color: rgb(255, 183, 0);
    /*color: white;*/
}
.alert-box .alert-info{
    background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat:repeat-x;
    border-color:#9acfea;
}
.alert-box .alert-grey{
    background-color: #777; 
    border-color: #999;
    color: white;
}
.blog-section .mdl-progress{
    height: 40px;
}
.blog-section .mdl-progress .progressbar{
    background-color: #37474f;
    border-bottom: 3px solid #323232;
}
.blog-section .mdl-progress .bufferbar{
    background-color: #eee;
    border-top: 2px solid #ccc;
}
/*BOX*/ 
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.box-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.price .demo-card-event{
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.price .demo-card-event .ribbon{
    display: block;
    width: 110%;
    /*height: 25px;*/
    position: absolute;
    left: -5%;
    top: -35px;
}
.price ul{
    padding-left: 0;
    text-align: center;
    margin: 0;
}
.price ul li i{
    position: relative;
    top: 5px;
}
.price ul li{
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
}
.price ul li:first-child{
    border-top: 1px solid #eee;
}
.price ul li:last-child{
    border-bottom: none;
    /*line-height: 1;*/
}
.price .mdl-card__supporting-text{
    width: 100%;
    padding:0;
}
.price .mdl-card__title h4{
    line-height: 2;
}
.price .mdl-card__title h4 span{
    font-size: 43px;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.clear{
    clear: both;
    float: none;
}
.android-navigation .mdl-navigation__link.active {
    border-bottom: 4px solid #8bc34a;
}
.wp-social-login-widget a{
    display: inline-block;
}
.wp-social-login-widget a:last-child{
    margin-left: 1%;
}
.card.mt-4{
    margin: 4% auto;
    max-width: 1200px;
    width: auto;
}
.card.mt-4 .card-block{
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}
.card.mt-4 .card-block form{
    position: relative;
    padding-bottom: 2%;
}
.card.mt-4 .card-block .form-header{
    position: absolute;
    top: -30px;
    left: 5%;
    width: 90%;;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}
.card.mt-4 .card-block .form-header h3{
    font-weight: 700;
    font-size: 24px;
}
.card.mt-4 .card-block form fieldset{
    /*padding: 20% 10% 5% 10%;*/
    margin-top: 20%;
}
.card.mt-4 .card-block .formation-block{
    /*padding: 10% 5% 5% 5%;*/
    margin-top: 10%;
}
.card.mt-4 .card-block form fieldset.input-fields{
    /*padding: 40% 10% 5% 10%;*/
}
.card.mt-4 .card-block form fieldset#buy-form.input-fields{
    /*padding: 10% 10% 5% 10%;*/
    margin-top: 10%;
}
div.status{
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    color: white;
    font-weight: 400;
}
.faqBlock:last-child{
    margin-bottom: 2%;
}
.faqBlock{
    margin-top: 2%;
}
.faqBlock .faqAnswer{
    margin-top: 2%;
}
.faqBlock i{
    position: relative;
    top: 5px;
}

/*Video scroll box*/
#video-box-intro {
    /*border: 10px solid #212223;*/
    transition: 0.5s;
}
#video-box-intro.in { animation: ac 1s; }

#video-box-intro.out {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: 999;
    animation: an 0.5s;
}
.video-js{
    height: auto;
}