* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    /*color: #34495e;*/
    font-weight: normal;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #2d3e50;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: #1f8dd6;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    /*top: 87%;*/
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
.content-subhead i {
    margin-right: 7px;
}

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #111;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }
    /* We want to give the content area some more padding */
    .content {
        padding: 1em;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
    .home-menu ul {
        float: right;
    }

    /* We increase the height of the splash-container */
    /*    .splash-container {
            height: 500px;
        }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}

#map {
    height: 100%;
}
.driverinfo{
    padding: 1em;
    box-shadow: 0 2px 4px rgba(0, 0, 0,0.2);
}
.driverinfo-left{
    position: absolute;
    width:50px;
    text-align: center;
}
.driverinfo-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.driverinfo-right{
    margin-left: 60px;
}
.clear{
    clear: both;
}
.driverinfo-rating-star{
    background: url('../images/start.png?1') repeat-x 0 -16px;
    width:0px;
    height: 16px;
}
.driverinfo-rating-star-outer{
    float: left;
    background: url('../images/start.png?1') repeat-x 0 0;
    width:80px;
    margin-right: 5px;
    margin-top: 4px;
}
.driverinfo-order{
    margin-bottom: 5px;
}
.driverinfo-order span {
    display: none;
}
.order-done{
    color: red;
    font-weight:bold;
}
/*.en, .my{*/
/*display: none;*/
/*}*/
/*html:lang(en) .ru, html:lang(en) .my{*/
/*display: none;*/
/*}*/
/*html:lang(en) .en{*/
/*display: inline-block;*/
/*}*/
/*html:lang(my) .ru, html:lang(my) .en{*/
/*display: none;*/
/*}*/
/*html:lang(my) .my{*/
/*display: inline-block;*/
/*}*/

.messagebox-bg{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background: url('../images/alpha.png');
    z-index: 10000;
    text-align: center;
}

.messagebox-container {
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
}

.messagebox{
    display: inline-block;
    z-index: 10001;
    width: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #555;
}
.messagebox-inner{
    margin: 2em;
    text-align: center;
}
.messagebox-text{
    font-weight:bold;
    font-size: 1.2em;
}
.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}
.button-large {
    font-size: 110%;
}

.share-add{
    height: 100%;
    width: 100%;
}
.share-add-head{
    height: 140px;
    width: 100%;
}
.share-add-head-ride{
    background: url('../images/share/Picture.jpg') repeat-x;
}
.share-add-head-friend{
    background: url('../images/share/friend.jpg') repeat-x 100% 0;
}
.share-add-body{
    width: 100%;
    vertical-align: top;
    text-align: center;
    line-height: 1.8em;
}
.share-add-body-div{
    margin: 0 auto;
}
.share-add-body h1{
    margin-top: 1.3em;
    font-size: 1.8em;
}
.share-add-body h3{
    font-size: 1.1em;
    margin-bottom: 1em;
}
.share-add-btn{
    display: inline-block;
    min-width: 64px;
    max-width: 200px;
    width: 32%;
    color: #000;
    text-decoration: none;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 1em;
}
.share-add-btn-whatsapp{
    background-image: url('../images/share/whatsapp.png');
}
.share-add-btn-telegram{
    background-image: url('../images/share/telegram.png');
}
.share-add-btn-viber{
    background-image: url('../images/share/viber.png');
}
.share-add-btn-fb{
    background-image: url('../images/share/facebook.png');
}
.share-add-btn-vk{
    background-image: url('../images/share/vk.png');
}
.share-add-btn-ok{
    background-image: url('../images/share/odnoklassniki.png');
}
.share-add-btn-twitter{
    background-image: url('../images/share/twitter.png');
}
.share-add-btn-ok{
    background-image: url('../images/share/odnoklassniki.png');
}
.share-add-shareoff{
    margin-bottom: 1em;
}
.share-add-shareoff a{
    color: #c0c0c0;
    text-decoration: none;
    font-size: 1.1em;
}
.messagebox-download a{
    text-decoration: none;
}
.route-list {
    margin: 0;
    padding: 25px 35px 0;
}
.route-list li {
    list-style: none;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0px 0px 11px 0;
}
.route-list li >span:before {
    position: absolute;
    width: 18px;
    height: 18px;
    padding: 3px;
    left: 22px;
    text-align: center;
    color: white;
    border-radius: 50%;
    line-height: 19px;
    display: block;
    font-size: 16px;
    margin-top: -3px;
}
.route-list li:first-child>span:before{
    content: "A";
    background: #338FFC;
}
.route-list li:last-child>span:before {
    content: "B";
    background: #24AF34;
}

#smartbanner {
    position: absolute !important;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    color: #48484B;
    font-family: 'Helvetica Neue', sans-serif;
    background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%);
    background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
    background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
    /*background: #1C1C1D;*/
    /*background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);*/
    /*background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

#smartbanner, html.sb-animation {
    -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
    margin: 0 auto;
}

#smartbanner .sb-close {
    position: absolute;
    left: 8px;
    top: 30px;
    display: block;
    /* border: 2px solid #fff; */
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    color: #48484B;
    /* background: #070707; */
    text-decoration: none;
    text-shadow: none;
    /* border-radius: 14px; */
    /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); */
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa;
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner.no-icon .sb-icon {
    display: none;
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 43%;
    font-size: 11px;
    font-weight: 300;
    color: #6a6a6a;
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px;
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 15px;
    font-weight: 700;
}

#smartbanner .sb-info > span {
    display: block;
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}

#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 24px;
    padding: 0 10px;
    min-width: 10%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #5A91F7;
    text-transform: uppercase;
    text-decoration: none;
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
    color: #5a91f7b8;
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 10px 10px 12px 12px;
}

#smartbanner.windows .sb-icon {
    border-radius: 0px;
}
.smartbanner {
    display: none;
}
.smartbanner.active{
    background: #FFFFFF;
    padding: 20px 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.smartbanner img {
    width: 100%;
    height: 100%;
}
.smartbanner .logo-img-block {
    width: 30%;
}
.smartbanner .googleplay-img {
    padding-right: 4px;
}
.smartbanner .appstore-img {
    padding-left: 4px;
}
.smartbanner .market-img-block {
    width: 30%;
}
.market-blocks {
    display: inline-flex;
}
.smartbanner.active{
    height: 64px;
    justify-content: space-between;
}

.smartbanner .logo-img-block {
    width: 109px;
    justify-self: flex-start;
}
.smartbanner .market-img-block {
    width: 96px;
    height: 32px;
}