

.main-page
{
padding-left: 0px;
}

.header
{
    /*opacity:0;*/
    height: 64px;
    padding: 0px;
    margin: 0 auto;
    position: fixed;
    z-index: 2000;
    border-bottom: 1px solid rgba(101, 109, 139, 0.26);
    top: 0px;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px -17px 89px -14px rgba(111,121,171,1);
    -moz-box-shadow: 0px -17px 89px -14px rgba(111,121,171,1);
    box-shadow: 0px -17px 89px -14px rgba(111,121,171,1);

}
.header .logo-menu a
{
    vertical-align: -webkit-baseline-middle;

}
.header .logo-menu
{
    margin-top: 10px;
    width: 75px;
    display: inline-block;
}

.header-item
{
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px;
}

.bg-image
{
    width: 100%;
}


.no-side-padding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-side-margin
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.mm-menu {
    position: relative;
    z-index: 99;
    margin: 0 auto;


    text-align: center;
    font-size: 0;
    display: inline-block;
    height: 64px;
    width: 160px;
}

[class*=item-nav] {
    min-width: 125px;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: gray;
    transition: .3s;
}

.mm-item-nav {
    display: inline-block;
    background: white;
    width: 173px;
    line-height: 50px;
    height: 63px;
}

[class*=item-nav]:hover {
    background: #ffffff;
    color: blue;
}

.dd-menu {
    position: absolute;
    width: 155px;
    z-index: -1;
    top: -400px;
    margin-left: 10px;
    transition: .3s ease-in-out;
    border: 1px solid rgba(101, 109, 139, 0.26);
    border-top: none;

    background-color: white;
}

.header-item[data-position="3"]
{
    margin-left: 10px;
}

.mm-menu.header-item[data-position="2"]
{
    margin-left: -40px;
}
.mm-item-nav:hover > .dd-menu,
.mm-item-nav:focus > .dd-menu {
    top: 63px;
}

*:focus {
    outline: none;
}

button:focus {outline:0;}


.button
{
    border-color: transparent;
    text-align: center;
    background-color: #4437ce;
    padding: 3px 15px;
    border-radius: 8px;
    /*width: 100% ;*/
    cursor: pointer;

    font-size: 14px;
    color: white;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
    -moz-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
    box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);

}



.button-outline
{
    border-color: #4437ce;
    text-align: center;
    background-color: transparent;
    padding: 3px 20px;
    border-radius: 7px;
    /*width: 100% ;*/
    cursor: pointer;

    font-size: 15px;
    color: #4437ce;
    /*-webkit-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);*/
    /*-moz-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);*/
    /*box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);*/

}


.btn-white
{
    background-color: white;
    color: #4437ce;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
    -moz-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
    box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
}

.dd-item-nav {
    display: block;
    background: #ffffff;
    line-height: 36px;
    font-size: 85%;
    width: 100%;
    text-align: left;
    padding-left: 20px;

}

a.dd-item-nav:hover
{
    background-color: #f2f2f2;
}

.footer
{
    height: 400px;
    background-color: #f6f8fc;
    width: 100%;
    color: #646c8e;
    position: relative;
}

.inner-footer
{

    margin: 0 auto;
}

.inner-footer .logo-section svg
{
    width: 100px;
    margin-top: 120px;
}
.header-item a:hover
{
    text-decoration: none;
    color: #656d8b;
}



.header-item a
{
    color: #656d8b;
    height: 45px;
    background-color: white;
    padding-top: 3px;
    font-size: 14px;
}

.menu-b
{
    cursor: pointer;
}


.right-buttons
{
    padding-top: 18px;
    text-align: right;
}


.right-buttons .signup-button
{
    padding: 10px 22px;
}

.right-buttons .login-button
{
    margin-right: 20px;
}

.top8
{
    padding-top: 8px;
}


.footer-element a,
.footer-element a:visited,
.footer-element a:focus,
.footer-element a:active
{
    color: #646c8e;
}
.footer-element
{
    display: block;
    margin: 10px 0px;
}

.top-pad-70
{
    padding-top: 70px;
}

.about-section
{
    margin-top: 80px;
    border-left: 2px solid #646c8e;
    padding-left: 70px;

}


.about-section .title
{
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.about-section .description
{
    font-weight: 300;
    display: block;
    font-size: 13px;
    line-height: 18px;
}

.about-section .social
{
    margin-top: 15px;
}

.about-section .social .facebook svg
{
    width: 10px;
    margin-right: 10px;
}
.about-section .social .twitter svg
{
    width: 24px;
}


.testimonials
{
    margin: 105px auto 0px;

}
.testimonials .person
{

    width: 120px;
    border-radius: 50%;
}

.testimonials .testimonial-text
{
    color: white;
    margin-top: 10px;
}

.testimonials .testimonial-text-title
{
    margin-top: 20px;
}

.testimonials-section
{

    position: relative;
    overflow: hidden;
    background: #505885; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,  #505885 , #7fa8e5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,  #505885, #7fa8e5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #505885, #7fa8e5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,  #505885 , #7fa8e5); /* Standard syntax */

    min-height:320px;
}

.right-circle-deco, .left-circle-deco
{
    position: absolute;
    display: inline-block;

}


.right-circle-deco
{
    width: 8%;
    top: 10px;
    right: -2%;
}

.left-circle-deco
{
    width: 11%;
    bottom: -10px;
    left: 0px;
}


.mobile-menu
{
    display: none;
    text-align: right;
}

.mobile-menu .logo-menu
{
    float: left;
    margin-top: 19px;
    margin-left: 5px;
}

.reg-menu
{
    text-align: left;
    padding-top: 10px;
}
.reg-menu.right-buttons .login-button
{
    vertical-align: middle;
    color: #656d8b;
}
.reg-menu.right-buttons
{
    text-align: right;
    padding-top: 18px;

}


.vrlps-trigger.short
{
    width: 150px ;
    display: inline-block;
    padding: 4px 15px;
    font-size: 12px;
}

.vrlps-trigger.right
{
    float: right;
    padding: 7px;
    margin-right: 60px !important;
}
.vrlps-trigger.wide
{
    width: 30% ;
    min-width: 180px;
    margin: 10px auto 30px;
    margin-left: auto !important;
    font-size: 16px;

}

.vrlps-trigger:focus {outline:0;}
.vrlps-trigger
{
    border-color: transparent;
    text-align: center;
    display: inherit;
    margin-left: 0px !important;
    background-color: #4437ce;
    padding: 12px 15px;
    border-radius: 8px;
    width: 100% ;
    cursor: pointer;

    font-size: 16px;
    color: white;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
    -moz-box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
    box-shadow: 0px 4px 11px 0px rgba(111,121,171,1);
}

@media (max-width: 1000px) {
    .reg-menu
    {
        display: none;
    }
    .mobile-menu
    {
        display: inline-block;


    }

    .testimonials {
        margin: 35px auto 0px;
    }
}

.usage-element
{
    cursor: pointer;
}


.info-mobile-nav .inner-div
{
    height:830px;
    padding-top: 20px;
}

.info-mobile-nav
{

    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    background-color: #fcfcfc;
    z-index: 5;

    display: none;

    top: 0px !important;
    padding-top: 80px;
}




.mobile-menu .icon {
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 50px;
    float: right;
    margin: auto;
    transition: all .3s ease;
    border-radius: 7.2px;
    margin-top: 3px;
}
.mobile-menu .icon .top, .icon .mid, .icon .bot {
    background-color: #4537ce;
    height: 6px;
    width: 40px;
    position: absolute;
    left: 3px;
    transition: all .3s ease;
    border-radius: 21.6px;
}
.mobile-menu .icon .top {
    top: 15px;
}
.mobile-menu .icon .mid {
    top: 25.6px;
}
.mobile-menu .icon .bot {
    top: 35px;
}
.mobile-menu .icon.active {
    transform: rotate(90deg);
}
.mobile-menu .icon.active .top {
    top: 24.6px;
    transform: rotate(45deg);
}
.mobile-menu .icon.active .mid {
    opacity: 0;
    transform: rotate(45deg);
}
.mobile-menu .icon.active .bot {
    top: 24.6px;
    transform: rotate(-45deg);
}



.info-mobile-nav .logo-menu
{
    width: 100px;
    margin: 0px auto 20px;
}

.info-mobile-nav .dd-item-nav
{
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    margin-top: 15px;
    padding-left: 0px;
    font-size: 14px;
}

.info-mobile-nav .dd-item-nav.inner
{
    /*padding-left: 90px;*/
    font-size: 18px;
}

.info-mobile-nav .dd-item-nav.reg{
    font-weight: 500;
}


.vlns.vl-ldrbrd
{
    display: none !important;
}


.social .facebook
{
    cursor: pointer;
}

.social .twitter
{
    cursor: pointer;
}







nav
{

}
nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}



.nav {
    display: inline-block;
    width: 500px;
    margin: 0 auto;
    /*background: #ffffff;*/
    color: #666e88;
}
.nav a {
    display: block;
    padding: 0 16px;
    line-height: inherit;
    cursor: pointer;
    color: #666e88;
}
.nav__menu {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    line-height: 30px;
    /*text-transform: uppercase;*/
}

.cta-login
{
    cursor: pointer;
}
.nav__submenu-item
{
    line-height: 40px;
    font-size: 14px;
}
.nav__menu-item {
    display: inline-block;
    position: relative;
    color: #666e88;
    font-size: 15px;
}
.nav__menu-item:hover {
    background-color: #fff;

}
/*.nav__menu-item .nav__submenu {*/
.nav__menu-item:hover .nav__submenu {
    display: block;
}





.nav__submenu {
    font-weight: 300;
    text-transform: none;
    display: none;
    padding-top: 15px;
    position: absolute;
    width: 180px;
    background-color: #fff;
    -webkit-box-shadow: -2px 21px 17px 0px rgba(111, 121, 171, 0.2);
    -moz-box-shadow: -2px 21px 17px 0px rgba(111, 121, 171, 0.2);
    box-shadow: -2px 21px 17px 0px rgba(111, 121, 171, 0.2);
}
.nav__submenu-item:hover {
    background: rgba(0, 0, 0, 0.1);
}




.row.header button.cta-sign-up
{
    margin-left: 20px;
}


/*.nav__submenu.lon*/
/*{*/
    /*display: block !important;*/
/*}*/













