﻿@import url('/css/fonts.css');

html, body
{
    font-family: 'Open Sans',arial,sans-serif;
    color: #444;
    line-height: 1;
    direction: ltr;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: normal;
    background-color: #fbfbfb;
    min-width: 270px\0/;
    font-size: 1em;
}

.container
{
    min-height: 100%;
    position: relative;
}

.holder
{
    min-height: 600px;
    background-color: #fafafa;
    position: relative;
    color: #efefef;
}

.wrapper
{
    max-height: 325px;
    padding-bottom: 40px;
    background-color: #ffffff;
    padding-top: 20px;
}

.center
{
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.footer
{
    position: absolute;
    bottom: 0;
    height: 40px;
    background-color: #f8f8f8;
    width: 100%;
}

.header_mask
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    min-height: 72px;
    opacity: 0.34;
    filter: alpha(opacity:34);
}

.header_holder
{
    width: 100%;
    top: 0px;
    left: 0px;
    min-height: 72px;
    background-color: #2b0439;
    position: fixed;
    z-index: 9999;
}

.content_holder
{
    position: absolute;
    width: 100%;
    min-height: 483px;
    top: 95px;
    left: 0px;
}

.slider-c
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.slider-cont
{
    position: absolute;
    top: 44px;
    left: 204px;
    width: 164px;
    height: 290px;
}

.slider
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}

.slide-BG-1
{
    background-image: url('../Images/GCloud_Web_View_Hand2.png');
    background-position: -447px -39px;
    background-repeat: no-repeat;
    z-index: 99;
}

.slide-BG-2
{
    background-image: url('../Images/GCloud_Web_View_Hand2.png');
    background-position: -632px -39px;
    background-repeat: no-repeat;
    z-index: 98;
}

.slide-BG-3
{
    background-image: url('../Images/GCloud_Web_View_Hand2.png');
    background-position: -814px -39px;
    background-repeat: no-repeat;
    z-index: 97;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

ul#menu
{
    font-size: 0.95em;
    font-weight: 300;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    line-height: 40px;
    display: none;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
        padding-left: 15px;
        color: #e4e3e4;
    }

        ul#menu li a
        {
            color: #56545f;
            text-decoration: none;
        }

            ul#menu li a.selected
            {
                color: #e4e3e4;
            }

ul#footer_menu
{
    font-size: 0.95em;
    font-weight: 300;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
    line-height: 40px;
}

    ul#footer_menu li
    {
        display: inline;
        list-style: none;
        padding-left: 7px;
        color: #e4e3e4;
    }

        ul#footer_menu li a
        {
            color: #888;
            text-decoration: none;
            font-size: 0.85em;
            text-decoration: underline;
        }

            ul#footer_menu li a:hover
            {
                color: #444;
                text-decoration: none;
            }

.homeBG
{
    height: 100%;
    width: 100%;
    background-image: url('../Images/GCloud_Web_View_BG.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #3b0550;
}

.site-title
{
    font-size: 2.3em;
    margin: 0;
}

.signIn-btn
{
    display: block;
    text-decoration: none;
    min-width: 107px;
    padding: 14px 9px;
    color: #444;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.75em;
    text-transform: uppercase;
    margin: 0px 10px;
    background-color: #fab03e\0/;
    background-image: linear-gradient(bottom, rgb(249,164,26) 21%, rgb(250,175,62) 100%);
    background-image: -o-linear-gradient(bottom, rgb(249,164,26) 21%, rgb(250,175,62) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(249,164,26) 21%, rgb(250,175,62) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(249,164,26) 21%, rgb(250,175,62) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(249,164,26) 21%, rgb(250,175,62) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, rgb(249,164,26)), color-stop(1, rgb(250,175,62)) );
}

    .signIn-btn:hover
    {
        text-decoration: none;
    }

.signIn-btn-green
{
    display: block;
    text-decoration: none;
    min-width: 118px;
    padding: 14px 9px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.75em;
    text-transform: uppercase;
    margin: 0px 10px;
    background-color: #00a664;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a664), to(#00a664));
    background-image: -webkit-linear-gradient(#00a664, #00a664);
    background-image: -moz-linear-gradient(#00a664, #00a664);
    background-image: -ms-linear-gradient(#00a664, #00a664);
    background-image: -o-linear-gradient(#00a664, #00a664);
    background-image: linear-gradient(#00a664, #00a664);
    margin: 10px auto;
}

    .signIn-btn-green:hover
    {
        text-decoration: none;
    }

.mobile_section
{
    width: 432px;
    height: 483px;
}

.data_section
{
    max-width: 492px;
    padding-left: 50px;
}

#rating_section
{
    position: relative;
    top: 100px;
    color: #a6a6a6;
    font-size: 0.95em;
    max-width: 400px;
}

p#text_title
{
    color: #efefef;
    font-size: 3.3em;
    font-weight: 700;
}

p#text_body
{
    color: #b8c1c5;
    font-size: 1.3em;
}

.mobile_holder
{
    height: 100%;
    width: 100%;
    background-image: url('../Images/GCloud_Web_View_Hand2.png');
    background-position: 0px center;
    background-repeat: no-repeat;
}

#img_slider
{
    display: none;
}

    #img_slider img
    {
        width: 100%;
    }

.relative
{
    position: relative;
}

.clear
{
    clear: both;
}

.master_header
{
    background-color: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
}

.master_center
{
    max-width: 950px;
    margin: auto;
    font-size: 0.95em;
}

.title
{
    font-size: 1.7em;
}

.textbox-container
{
    margin: 20px 5px;
    position: relative;
}

.text-box-small
{
    width: 300px;
    height: 33px;
    font-size: 1.1em;
}

.text-box-large
{
    font-size: 1.6em;
    width: 415px;
    height: 38px;
}

.input-text, .input-password
{
    line-height: 2;
    opacity: 0.56;
    filter: alpha(opacity=56);
    padding: 0px 10px;
    background-color: #fbfbfb;
    border: 1px solid #c7cacc;
    z-index: 10;
}

select
{
    background-color: #fbfbfb;
    border: 1px solid #c7cacc;
}

    select:focus
    {
        border: 1px solid #9acdf2 !important;
        outline: none;
    }

textarea:focus
{
    border: 1px solid #9acdf2 !important;
    outline: none;
}

input[type=text]:focus, input[type=password]:focus
{
    border: 1px solid #9acdf2 !important;
    outline: none;
}

.text-label
{
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 0.938em;
    color: #000;
    z-index: -99;
}

.text-label-fancy
{
    position: absolute;
    top: -20px;
    left: 3px;
    font-size: 1.0em;
    color: #5d5d5d;
    z-index: -9 !important;
}

.blue
{
    background-color: #4a8bf5;
    background-image: -webkit-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: -moz-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: -ms-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: -o-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: linear-gradient(top,#4a8bf5,#4788ee);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn-link
{
    text-decoration: none;
    display: block;
}

.btn
{
    min-width: 126px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

a
{
    text-decoration: none;
    color: #4498d5;
}

    a:hover
    {
        text-decoration: underline;
    }

.m-l-20
{
    margin-left: 20px;
}

.m-t-60
{
    margin-top: 60px;
}

.w-200
{
    max-width: 200px;
}

#google_translate_element
{
    margin-top: 7px;
    left: 67px;
    position: relative;
}

.sprite
{
    background-image: url(/images/gcloud_info_sprite.png);
    background-repeat: no-repeat;
    display: block;
}


.c-blue
{
    color: #1484cd;
    font-size: 1em;
}

.p-title
{
    font-size: 1.875em;
}

.m-b-10
{
    margin-bottom: 10px;
}

.m-b-80
{
    margin-bottom: 80px;
}

.m-t-10
{
    margin-top: 10px;
}

.m-t-0
{
    margin-top: 0px;
}

.m-t-28
{
    margin-top: 28px;
}

.hor-sep
{
    border-bottom: 1px solid #dfdfdf;
    margin: 5px 0px;
    display: block;
}

.no_selection
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.t-h-divs
{
}

.t-h-div-selected
{
    /* border-bottom: 2px solid #0093B4 !important;*/
    background-color: #1985d5 !important;
    color: #fff;
}

.t-h-divs div
{
    width: 140px;
    padding: 5px;
    font-size: 0.938em;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #d5e0e2;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .t-h-divs div:hover
    {
        /*  border-bottom: 2px solid #eb5548;*/
        background-color: #f2f9fa;
    }

.t-h-c-divs
{
    position: relative;
    border-top: 2px solid #c0c0c0;
}

    .t-h-c-divs div
    {
        border: 1px solid #f2f2f2;
        height: 470px;
        padding: 10px;
        overflow: auto;
    }

::-webkit-scrollbar
{
    width: 10px;
}

::-webkit-scrollbar-track
{
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb
{
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover
    {
        background: #AAA;
    }

    ::-webkit-scrollbar-thumb:active
    {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }

.btnClose
{
    cursor: pointer;
    background-color: #2d78ba;
    padding: 10px;
    color: #FFF;
    width: 150px;
    margin: 20px auto;
}

.goog-te-banner-frame.skiptranslate
{
    display: none !important;
}

body
{
    top: 0px !important;
}

.animation-parts
{
    height: 5px;
    width: 5px;
    text-align: center;
    border-radius: 50%;
    top: 0px;
    background-color: #732794;
    position: absolute;
}

.ball-1
{
    animation-name: loaderAnimation;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running; /* Safari and Chrome: */
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    left: 0px;
}

.ball-2
{
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    left: 10px;
}

.ball-3
{
    left: 20px;
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

.ball-4
{
    left: 30px;
    -webkit-animation-name: loaderAnimation;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}


@-webkit-keyframes loaderAnimation /* Safari and Chrome */
{
    0%
    {
        background: #732794;
        top: 0px;
        width: 5px;
        height: 5px;
    }

    50%
    {
        background: #f6b3ff;
        top: 20px;
        width: 5px;
        height: 5px;
    }

    100%
    {
        background: #f9f9f9;
        top: 0px;
        width: 5px;
        height: 5px;
    }
}



#features_part
{
    color: #444;
}

    #features_part h2
    {
        font-size: 1.7em;
        font-weight: normal;
    }

    #features_part p
    {
        color: #6d7175;
        line-height: 20px;
        position: relative;
        font-weight: 300;
    }

.txt-center
{
    text-align: center;
}

.c-gray
{
    color: #6d7175;
}

.c-red
{
    color: #de424f;
}

.c-green
{
    color: #1baca9;
}

.c-bblue
{
    color: #00aeef;
}

.c-orange
{
    color: #f04e23;
}

.c-navy
{
    color: #2c2d8b;
}

.c-purple
{
    color: #91278f;
}

.c-333
{
    color: #333;
}

.c-444
{
    color: #444;
}

.review_slider
{
    position: relative;
}

#review_content
{
    max-width: 800px;
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 190px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0px 4px 24px -13px #ccc;
    box-shadow: 0px 4px 24px -13px #ccc;
    background-color: #fff;
    text-align: left;
}

    #review_content .rev
    {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 10px 15px;
        height: 170px;
        background-color: #ffffff;
    }

    #review_content p
    {
        margin-top: 5px;
    }

#review_prev
{
    background-position: -305px 5px;
}

#review_next
{
    background-position: -306px -34px;
}

#review_prev:hover
{
    background-position: -156px 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
}

#review_next:hover
{
    background-position: -156px -34px;
    -webkit-box-shadow: 0px 0px 3px 0px #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
}

#review_prev, #review_next
{
    width: 119px;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    position: relative;
    margin: 10px auto;
}

    #review_prev:active, #review_next:active
    {
        border: 1px solid #dfdfdf;
        -webkit-box-shadow: 0px 0px 0px 0px #ccc;
        box-shadow: 0px 0px 0px 0px #ccc;
        cursor: pointer;
    }

.review_writer
{
    color: #333;
    font-weight: 300;
    line-height: 24px;
    font-size: 0.85em;
}

.p-l
{
    padding-left: 10px;
}

.p-l-54
{
    padding-left: 54px;
}

.p-l-3
{
    padding-left: 3px;
}

.f-s-15
{
    font-size: 0.938em;
}

.f-s-16
{
    font-size: 1em;
}

.f-s-17
{
    font-size: 1.063em;
}

.f-s-19
{
    font-size: 1.188em;
}

.f-s-27
{
    font-size: 1.688em;
}

.f-s-28
{
    font-size: 1.750em;
}

.f-s-30
{
    font-size: 1.875em;
}

.f-w-3
{
    font-weight: 300;
}

.o-quotation, .c-quotation
{
    color: #de424f;
    font-weight: bold;
    font-size: 1.5em;
}


#hearder_block
{
    max-width: 525px;
    margin: auto;
    cursor: pointer;
}

.down-arrow
{
    background-position: 0px 0px;
    width: 38px;
    height: 28px;
    margin: auto;
}

.p-imgs
{
    line-height: 140px;
    margin: 15px 15px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}

.p-msgs
{
    background-position: 1px -122px;
    width: 68px;
    height: 56px;
}

.p-logs
{
    background-position: -60px -122px;
    width: 68px;
    height: 56px;
}

.p-contacts
{
    background-position: -121px -122px;
    width: 68px;
    height: 56px;
}

.p-photos
{
    background-position: -180px -122px;
    width: 68px;
    height: 56px;
}

.p-music
{
    background-position: -240px -122px;
    width: 68px;
    height: 56px;
}

.p-videos
{
    background-position: -300px -122px;
    width: 68px;
    height: 56px;
}

.p-docs
{
    background-position: -361px -122px;
    width: 68px;
    height: 56px;
}

.p-sett
{
    background-position: -422px -122px;
    width: 68px;
    height: 56px;
}

.p-bdata
{
    background-position: -482px -122px;
    width: 68px;
    height: 56px;
}

.c-header
{
    color: #9da2a7;
}

.checked-list
{
    color: #9da2a7;
    font-weight: 300;
}

    .checked-list li
    {
        list-style-image: url(/images/GCloud_check_icon.png);
        line-height: 32px;
        padding: 15px 0px;
        text-align: left;
    }


.inline
{
    display: inline-block;
    vertical-align: top;
}

.w-447
{
    max-width: 447px;
}

.w-922
{
    max-width: 922px;
}

.w-839
{
    max-width: 839px;
}

.m-w-300
{
    max-width: 300px;
    margin: auto;
}

#web-acc-bg
{
    background-color: #14191e;
    padding: 20px 0px;
}

#secure-img
{
    background-position: -5px -189px;
    width: 78px;
    height: 90px;
}

#dev-img
{
    background-position: -90px -208px;
    width: 145px;
    height: 69px;
}

#free-img
{
    background-position: -242px -200px;
    width: 107px;
    height: 77px;
}

#cust-img
{
    background-position: -353px -203px;
    width: 66px;
    height: 77px;
}

.ui-btn-up-b
{
    background: #00a664;
    text-shadow: 0 1px 1px #00a664;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00a664),to(#00a664));
    background-image: -webkit-linear-gradient(#00a664,#00a664);
    background-image: -moz-linear-gradient(#00a664,#00a664);
    background-image: -ms-linear-gradient(#00a664,#00a664);
    background-image: -o-linear-gradient(#00a664,#00a664);
    background-image: linear-gradient(#00a664,#00a664);
    color: #fff;
    padding: 5px;
    min-width: 160px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border-bottom: 2px solid #4c4849;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    max-width: 164px;
    margin: 10px auto;
}

    .ui-btn-up-b:hover
    {
        text-decoration: none;
    }


#goog-btn
{
    background-position: -190px -292px;
    width: 135px;
    height: 44px;
    cursor: pointer;
    margin: 10px auto;
}

#goog-play-header-btn
{
    background-position: -50px -292px;
    width: 135px;
    height: 44px;
    cursor: pointer;
    margin: 0px 0px 0px 10px;
}


.avatar
{
    width: 48px;
    height: 48px;
    background-image: url(/images/avatar.png);
    border-radius: 50%;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -moz-box-shadow: 0 1px 2px #8d8d8d;
    -ms-box-shadow: 0 1px 2px #8d8d8d;
    -webkit-box-shadow: 0 1px 2px #8d8d8d;
    box-shadow: 0 1px 2px #8d8d8d;
}


.author-image
{
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -moz-box-shadow: 0 1px 2px #8d8d8d;
    -ms-box-shadow: 0 1px 2px #8d8d8d;
    -webkit-box-shadow: 0 1px 2px #8d8d8d;
    box-shadow: 0 1px 2px #8d8d8d;
    height: 48px;
    width: 48px;
}

.star
{
    width: 70px;
    height: 14px;
    background-repeat: repeat-x;
    background-image: url(/images/star.png);
    display: block;
}

#fb_like
{
    display: none;
    display: block\0/;
    opacity: 0;
    width: 130px;
    margin: auto;
}

#loader
{
    display: none\0/;
}

#drawer
{
    background: #fff;
    width: 100%;
    display: none;
    min-height: 0px;
    overflow: hidden;
}

    #drawer.opened
    {
        min-height: 300px;
    }

    #drawer.closed
    {
        min-height: 0px;
    }

    #drawer #close_btn
    {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        background-image: url(/images/drawer_close_x.png);
        background-position: 0px 0px;
        z-index: 999;
    }

    #drawer #drawer_back
    {
        background-image: url(/images/Drawer_Back.png);
        background-position: 0px 0px;
        position: absolute;
        top: 20px;
        left: 20px;
        cursor: pointer;
        padding-left: 35px;
        height: 27px;
        line-height: 24px;
        background-repeat: no-repeat;
        display: none;
        z-index: 999;
    }

.drawer-zoolz .home
{
    background-image: url(/images/drawer_pc_home.png);
    background-position: 24px 0px;
    width: 156px;
    height: 94px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin: auto;
}

.drawer-zoolz .business
{
    background-image: url(/images/drawer_pc_business.png);
    background-position: 25px 0px;
    width: 156px;
    height: 94px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin: auto;
}

.pc-ico
{
    background-image: url(/images/Drawer_PC_Icon.png);
    background-position: 28px 0px;
    background-repeat: no-repeat;
    width: 251px;
    height: 172px;
    margin: auto;
    cursor: pointer;
}

.android-ico
{
    background-image: url(/images/Drawer_Andriod_Icon.png);
    background-position: 28px 0px;
    background-repeat: no-repeat;
    width: 251px;
    height: 172px;
    margin: auto;
    padding-left: 30px;
    cursor: pointer;
}

.drawer_link_pc
{
    display: block;
    text-decoration: none;
    background: #00a9ec;
    width: 310px;
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    margin: auto;
    cursor: pointer;
    border-bottom: 2px solid #007dae;
    margin-bottom: 50px;
}

.drawer_link_android
{
    background: #97c024;
    border-bottom: 2px solid #678b04;
}

.drawer_sep_line
{
    height: 200px;
    width: 1px;
    border-right: 1px solid #dfdfdf;
    margin: 0px 40px;
}

.drawer_link_pc:hover, .drawer_link_android:hover
{
    text-decoration: none;
}

#drawer_intro, #zoolz_info
{
    position: absolute;
    width: 100%;
    top: 30px;
}

#zoolz_info
{
    left: 2000px;
    top: 84px;
}

#drawer_zoolz_home_link, #drawer_zoolz_biz_link
{
    padding: 6px;
    border: 1px solid transparent;
    height: 150px;
    width: 150px;
    margin: auto;
    text-decoration: none;
    color: #444;
    display: block;
}

    #drawer_zoolz_home_link:hover
    {
        background: #e1fff9;
        border: 1px solid #ededed;
        text-decoration: none;
    }

    #drawer_zoolz_biz_link:hover
    {
        background: #e6f6fe;
        border: 1px solid #ededed;
        text-decoration: none;
    }

#drawer #small_btn_z_h
{
    display: block;
    text-decoration: none;
    background: #1abc9c;
    width: 130px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin: auto;
    cursor: pointer;
    border-bottom: 2px solid #03997b;
}

#drawer #small_btn_z_b
{
    display: block;
    text-decoration: none;
    background: #00a9ec;
    width: 130px;
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    margin: auto;
    cursor: pointer;
    border-bottom: 2px solid #007dae;
}

#select_product_arrow
{
    width: 189px;
    position: relative;
    left: 228px;
}

.rotate_arrow
{
    transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    left: -20px !important;
    top: 21px;
}

    .rotate_arrow img
    {
        width: 50%;
    }

#goog_box
{
    top: 5px;
    position: relative;
}

@media only screen and (max-width: 977px)
{
    .data_section
    {
        max-width: 400px;
        padding-left: 10px;
    }

    #rating_section
    {
        top: 50px;
    }

    p#text_title
    {
        margin-bottom: 20px;
    }

    #google_translate_element
    {
        left: 0px;
    }

    #review_content
    {
        height: 190px;
    }

        #review_content .rev
        {
            height: 170px;
        }
}

@media only screen and (max-width: 850px)
{
    .data_section
    {
        max-width: 320px;
        padding-left: 10px;
    }

    #play_btn
    {
        float: none;
    }

    #rating_section
    {
        top: 25px;
    }

    #google_translate_element
    {
        left: 0px;
    }

    .m-b-80
    {
        text-align: center;
    }

        .m-b-80 div
        {
            margin: auto;
        }

    .review_slider p
    {
        padding: 0px;
        font-size: 1em;
    }

    #web-access-img
    {
        float: none;
    }

    #features_part div, #features_part p
    {
        float: none;
    }

    .drawer_sep_line
    {
        margin: 0px 20px;
    }

    #drawer_zoolz_home_link, #drawer_zoolz_biz_link
    {
        padding: 2px;
    }
}

@media only screen and (max-width: 768px)
{
    .float-left, .float-right
    {
        float: none;
        text-align: center;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .site-title
    {
        margin: 10px;
        text-align: center;
    }

    .signIn-btn
    {
        margin: auto;
        width: 50%;
    }

    .content_holder
    {
        top: 220px;
    }

    .mobile_section, .data_section
    {
        margin: auto;
    }

    .data_section
    {
        padding: 0;
    }

    #rating_section
    {
        top: 0px;
    }

    p#text_title
    {
        color: #6f1d8c;
    }

    .header_mask
    {
        height: 150px;
    }

    .mobile_holder
    {
        left: -200px;
    }

    #rating_section
    {
        top: -513px;
        position: relative;
        left: 195px;
        width: 209px;
        font-size: 1.2em;
    }

    #play_btn
    {
        margin-top: -336px;
    }

    #fb_like
    {
        position: relative;
        top: -17px;
    }

    #google_translate_element
    {
        left: 0px;
    }

    .m-b-80
    {
        text-align: center;
    }

        .m-b-80 div
        {
            margin: auto;
        }

    .o-quotation, .c-quotation
    {
        display: none;
    }

    #goog-play-header-btn
    {
        margin: auto;
    }

    .header_holder
    {
        position: absolute;
        top: 0px;
    }

    #goog_box
    {
        top: -9px;
        margin: auto;
    }
}

@media only screen and (max-width: 480px)
{
    .mobile_holder
    {
        display: none;
    }

    .mobile_section
    {
        width: 100%;
        height: 100%;
    }

    #img_slider
    {
        display: none;
    }

    p#text_title
    {
        color: #ffffff;
        margin-top: 0px;
        font-size: 2.0em;
    }

    p#text_body
    {
        margin-bottom: 52px;
        font-size: 1.1em;
    }

    #rating_section
    {
        top: 0px;
        position: initial;
        margin: auto;
    }

    #play_btn
    {
        margin-top: 0;
    }

    .homeBG
    {
        background-position-y: -57px;
    }

    .header_mask
    {
        height: 148px;
    }

    .content_holder
    {
        top: 220px;
    }

    #google_translate_element
    {
        left: 0px;
    }

    .review_slider p
    {
        padding: 0px;
        font-size: 0.8em;
    }

    #review_content
    {
        height: 228px;
    }

        #review_content .rev
        {
            height: 208px;
        }

    .header_holder
    {
        position: absolute;
        top: 0px;
    }

    .p-bdata
    {
        font-size: 0.8em;
    }
}



/*window size 977px*/
.data_section_977
{
    max-width: 400px;
    padding-left: 10px;
}

#rating_section._977
{
    top: 50px;
}

p#text_title._977
{
    margin-bottom: 20px;
}

#google_translate_element._977
{
    left: 0px;
}

#review_content._977
{
    height: 190px;
}

#review_content .rev._977
{
    height: 170px;
}


/*window size 850px*/
.data_section_850
{
    max-width: 320px;
    padding-left: 10px;
}

#play_btn._850
{
    float: none;
}

#rating_section._850
{
    top: 25px;
}

#google_translate_element._850
{
    left: 0px;
}

.m-b-80._850
{
    text-align: center;
}

.m-b-80 div._850
{
    margin: auto;
}

.review_slider p._850
{
    padding: 0px;
    font-size: 1em;
}

#web-access-img._850
{
    float: none;
}

#features_part div._850, #features_part p._850
{
    float: none;
}

.drawer_sep_line._850
{
    margin: 0px 20px;
}

#drawer_zoolz_home_link._850, #drawer_zoolz_biz_link._850
{
    padding: 2px;
}

    #goog_box._768
    {
        top: -9px;
        margin: auto;
    }

/*window size 768px*/

.float-left_768, .float-right_768
{
    float: none;
    text-align: center;
}

ul#menu._768
{
    margin: 0;
    padding: 0;
    text-align: center;
}

.site-title_768
{
    margin: 10px;
    text-align: center;
}

.signIn-btn_768
{
    margin: auto;
    width: 50%;
}

.content_holder_768
{
    top: 220px;
}

.mobile_section_768, .data_section_768
{
    margin: auto;
}

.data_section_768
{
    padding: 0;
}

#rating_section._768
{
    top: 0px;
}

p#text_title._768
{
    color: #6f1d8c;
}

.header_mask_768
{
    height: 150px;
}

.mobile_holder._768
{
    left: -200px;
}

#rating_section._768
{
    top: -513px;
    position: relative;
    left: 195px;
    width: 209px;
    font-size: 1.2em;
}

#play_btn._768
{
    margin-top: -336px;
}

#fb_like._768
{
    position: relative;
    top: -17px;
}

#google_translate_element._768
{
    left: 0px;
}

.m-b-80._768
{
    text-align: center;
}

.m-b-80 div._768
{
    margin: auto;
}

.o-quotation._768, .c-quotation._768
{
    display: none;
}

#goog-play-header-btn._768
{
    margin: auto;
}

.header_holder._768
{
    position: absolute;
    top: 0px;
}




/*window size 480px*/
.mobile_holder._480
{
    display: none;
}

.mobile_section._480
{
    width: 100%;
    height: 100%;
}

#img_slider._480
{
    display: none;
}

p#text_title._480
{
    color: #ffffff;
    margin-top: 0px;
    font-size: 2.0em;
}

p#text_body._480
{
    margin-bottom: 0px;
    font-size: 1.1em;
}

#rating_section._480
{
    top: 50px;
    position: relative;
    width: 230px;
    left: 0px;
    text-align: center;
    margin: auto;
}

#play_btn._480
{
    margin-top: 0px;
}

.homeBG._480
{
    background-position-y: -57px;
}

.header_mask._480
{
    height: 148px;
}

.content_holder._480
{
    top: 220px;
}

#google_translate_element._480
{
    left: 0px;
}

.review_slider p._480
{
    padding: 0px;
    font-size: 0.8em;
}

#review_content._480
{
    height: 228px;
}

#review_content .rev._480
{
    height: 208px;
}

.header_holder._480
{
    position: absolute;
    top: 0px;
}
