﻿@charset "utf-8";

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: 'robotolight';
    color: #6e6e6e;
    font-size: 14px;
}

* {
    /*padding: 0;*/
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    font-family: 'robotolight';
}

    a:hover {
        text-decoration: none;
    }

    a img {
    }

input, select, textarea {
}

h1 {
    font-size: 30px;
    color: #303030;
    font-weight: normal;
    font-family: 'robotolight';
    margin-bottom: 10px;
}

h2 {
    font-size: 20px;
    color: #006094;
    font-weight: normal;
    font-family: 'robotolight';
    padding: 5px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
}

h3 {
    font-size: 20px;
    color: #303030;
    font-weight: normal;
    font-family: 'robotolight';
    margin-bottom: 10px;
}

h1 span {
    font-size: 20px;
    color: #6d6d6d;
}

main {
    width: 100%;
    float: left;
    display: table;
    height: 100%;
}

.comman {
    width: 100%;
    float: left;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

header {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    margin-top: 30px;
}

.tagline {
    float: left;
    margin-left: 70px;
    margin-top: 80px;
    color: #303030;
    font-size: 30px;
}

.phone {
    float: right;
}

.font30_grn {
    color: #303030;
    font-size: 30px;
}

.font30_gry {
    color: #696969;
    font-size: 30px;
}

.top_email {
    float: right;
}

.link20_grn {
    font-size: 20px;
    color: #303030;
}

    .link20_grn:hover {
        color: #303030;
        text-decoration: underline;
    }

.gotizlogo {
    float: right;
    clear: right;
    margin-top: 65px;
}

nav {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #303030;
}

#slider_area {
    margin-top: 10px;
    width: 100%;
    float: left;
    position: relative;
}

#middle {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.middle_left {
    float: left;
    width: 70%;
}

.middle_right {
    float: right;
    width: 28%;
}

.contant {
    width: 100%;
    float: left;
}

.font_opensans {
    font-family: 'open_sansregular';
    line-height: 22px;
}

.font14 {
    font-size: 14px;
    font-family: 'robotolight';
}

.link14_grn {
    color: #303030;
    font-size: 14px;
    font-family: 'open_sansregular';
}

    .link14_grn:hover {
        text-decoration: underline;
    }

.mrgn_b20 {
    margin-bottom: 20px;
}

.homemap {
    width: 100%;
    float: left;
}

    .homemap img {
        width: 100%;
    }

.event_area {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.event_slider {
    width: 100%;
    float: left;
}

    .event_slider ul {
        width: 100%;
        float: left;
    }

        .event_slider ul li {
            width: 100%;
            float: left;
        }

            .event_slider ul li img {
                width: 100%;
            }

.event_arrow {
    float: right;
    display: inline;
}

.event_arrow_left {
    width: 19px;
    height: 19px;
    float: left;
}

.event_arrow_right {
    width: 19px;
    height: 19px;
    float: right;
    margin-left: 5px;
}

.social_area {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.social {
    width: 100%;
    float: left;
}

    .social ul {
        width: 100%;
        float: left;
    }

        .social ul li {
            float: left;
            margin-right: 10px;
        }

.btn_green {
    font-size: 26px;
    color: #FFF;
    background-color: #303030;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.btn_gray {
    font-size: 26px;
    color: #FFF;
    background-color: #a2a2a2;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.mrgn_b10 {
    margin-bottom: 10px;
}

footer {
    width: 100%;
    display: table-row;
    height: 1px;
    background: #303030;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    font-family: 'robotolight';
}

.link12_wht {
    color: #fff;
    font-size: 12px;
    font-family: 'robotolight';
}

    .link12_wht:hover {
        color: #bdbdbd;
    }

.ftr_left {
    float: left;
    padding: 10px 0;
    width: 60%;
}

.ftr_right {
    float: right;
}

.ftr_link {
    float: left;
    width: 100%;
}

    .ftr_link ul {
        float: left;
        width: 33%;
    }

        .ftr_link ul li {
            display: block;
        }

.ftr_logo {
    float: right;
    margin-top: 10px;
}

.copyright {
    float: right;
    clear: right;
}

.middle_inner {
    width: 100%;
    float: left;
}

.about_logo {
    width: 30%;
    float: left;
}

    .about_logo img {
        width: 100%;
    }

.about_text {
    width: 46%;
    float: left;
    text-align: justify;
    margin: 0 2%;
}

.about_img {
    width: 20%;
    float: right;
}

    .about_img img {
        width: 100%;
    }

.picname {
    font-size: 16px;
    color: #303030;
    text-align: center;
    width: 100%;
    float: left;
}

.lightbox {
    width: 100%;
    float: left;
}

    .lightbox ul {
        width: 100%;
        float: left;
    }

        .lightbox ul li {
            width: 23%;
            float: left;
            margin: 1%;
        }

            .lightbox ul li a img {
                width: 100%;
                float: left;
            }

.res_name {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #303030;
    box-sizing: border-box;
    background-color: #F2F2F2;
}

.pdng5 {
    padding: 5px 0;
}

.row {
    width: 100%;
    float: left;
}

.row_left {
    width: 30%;
    float: left;
}

    .row_left img {
        width: 100%;
    }

.row_right {
    width: 65%;
    float: right;
}

hr {
    width: 100%;
    float: left;
    height: 1px;
    border: 0;
    background-color: #a2a2a2;
    margin: 20px 0;
}

.form {
    width: 50%;
    float: left;
    margin-top: 20px;
}

    .form ul {
        width: 100%;
        float: left;
    }

        .form ul li {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

.form_name {
    width: 40%;
    float: left;
}

.form_field {
    width: 58%;
    float: right;
}

.field {
    width: 100%;
    padding: 5px;
    border: 1px solid #a2a2a2;
    box-sizing: border-box;
}

.u_button_grn {
    font-size: 16px;
    color: #FFF;
    background-color: #303030;
    float: left;
    width: auto;
    text-align: center;
    padding: 5px;
    border: 0;
    font-weight: normal;
    font-family: 'robotolight';
    cursor: pointer;
}

.u_button_gry {
    font-size: 16px;
    color: #FFF;
    background-color: #a2a2a2;
    float: left;
    width: auto;
    text-align: center;
    padding: 5px;
    border: 0;
    font-weight: normal;
    font-family: 'robotolight';
    cursor: pointer;
}

.mrgn_r20 {
    margin-right: 20px;
}

.contact_left {
    width: 50%;
    float: left;
}

    .contact_left ul {
        width: 100%;
        float: left;
    }

        .contact_left ul li {
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

.contact_right {
    width: 48%;
    float: right;
}

    .contact_right iframe {
        width: 100%;
        text-align: right;
    }

.roadmap {
    width: 100%;
    float: right;
}

.projects_list {
    float: left;
    width: 50%;
}

    .projects_list ul {
        float: left;
        width: 100%;
    }

        .projects_list ul li {
            float: left;
            width: 50%;
        }

.mrgn_t20 {
    margin-top: 20px;
}

.project_right_area {
    width: 40%;
    float: right;
    text-align: right;
}

/*Add css*/
.form_reg {
    width: 100%;
    float: left;
    margin-top: 20px;
    line-height: 24px;
}

    .form_reg ul {
        width: 100%;
        float: left;
    }

        .form_reg ul li {
            width: 49%;
            float: left;
            margin-bottom: 10px;
            clear: left;
        }

            .form_reg ul li:nth-child(2n) {
                width: 49%;
                clear: right;
                float: right;
                margin-bottom: 10px;
            }

            .form_reg ul li:last-child {
                width: 49%;
                float: left !important;
                margin-bottom: 10px;
                clear: left;
            }

.sub_ttl_main {
    width: 100%;
    float: left;
    border-bottom: 1px solid #303030;
}

.sub_ttl {
    width: auto;
    color: #FFF;
    font-size: 18px;
    background-color: #303030;
    float: left;
    padding: 1% 2%;
}

.termcondition {
    color: #303030;
}

.Bumperprize {
    float: left;
    width: 100%;
}

    .Bumperprize ul {
        float: left;
        width: 100%;
    }

        .Bumperprize ul li {
            float: left;
            margin: 1%;
        }
/*add css*/
.sitemap_main {
    width: 100%;
    float: left;
}

    .sitemap_main ul {
        width: 100%;
        float: left;
    }

        .sitemap_main ul li {
            float: left;
            width: 20%;
        }

            .sitemap_main ul li a {
                text-decoration: none;
                color: #303030;
            }

                .sitemap_main ul li a:hover {
                    text-decoration: underline;
                    width: 100%;
                }

.drawbtnactive {
    background: -moz-linear-gradient(center top, #59a610, #16660a) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #275c04;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    padding: 20px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #666666;
    width: 78px;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#59a610), to(#16660a));
}

.drawbtninactive {
    background: -moz-linear-gradient(center top, #adadad, #4d4d4d) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    padding: 20px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #666666;
    width: 78px;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#adadad), to(#4d4d4d));
}

.Pricename {
    background-color: #d6d2b7;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #000;
    font-size: 12px;
    /*padding: 3px;*/
    text-transform: uppercase;
    text-align: center;
    /*width: 80px;*/
    /*margin-left: 2px;*/
}

.priceimage {
    /*padding-top: 5px;
    margin-left: 5px;*/
}

.Bumper {
    color: #900;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
}

.winner {
    width: 100%;
    float: left;
}

    .winner ul {
        width: 100%;
        float: left;
    }

        .winner ul li {
            width: 19%;
            float: left;
            margin: 2px;
            box-sizing: border-box;
            min-height: 145px;
        }

.winnerpos {
    background-color: #d6d2b7;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #000;
    font-size: 12px;
    /*padding: 6px;*/
    text-transform: uppercase;
    text-align: center;
    /*width: 79px;*/
    /*margin-left: -8px;*/
}

.tokennumber {
    /*width: 88px;*/
    float: right;
}

.tokennumberDetail {
    border: 1px solid #d6d2b7;
    font-weight: bold;
    /*margin-left: -8px;
    margin-top: 1px;
    padding-top: 1px;*/
    text-align: center;
    /*width: 90px;*/
}

.VideoTab {
    background: url("images/button3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: inherit;
    border-style: none;
    border-width: medium;
    color: White;
    cursor: pointer;
    padding: 10px;
    width: 120px;
}

.Pro_Video {
    width: 100%;
    float: left;
}

    .Pro_Video ul {
        width: 100%;
        float: left;
    }

        .Pro_Video ul li {
            float: left;
        }

.PropertyName_Video {
    background-color: #d6d2b7;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #000;
    font-size: 14px;
    padding: 3px;
    text-transform: uppercase;
    text-align: center;
    width: 97px;
    margin-left: 4px;
}

    .PropertyName_Video:hover {
        background-color: #303030;
        color: #FFFFFF;
    }

/*add css 17-12-2014*/
.l_box_main {
    width: 98%;
    padding: 1%;
    float: left;
    background-color: #f5f5f5;
}

.c_vdo_box {
    width: 24%;
    float: left;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    margin-left: 0.5%;
}

    .c_vdo_box:nth-child(5n) {
        width: 24.3%;
        float: left;
        margin-right: 0%;
        margin-bottom: 1%;
    }

.resp-tab-item > a {
    color: white;
}

.video_pro_title {
    width: 98%;
    padding-left: 4px;
    background-color: #303030;
    color: white;
}