* {
    margin: 0px;
    padding: 0px;
}

.clearfix {
    clear: both;
}

a img {
    border: none;
}

body {
    margin: 0px;
    padding: 0px;
}

.margin-right {
    margin-right: 0px !important;
}

.body-register {
    margin: 0px;
    padding: 0px;
    background: url(../images/register-bg.jpg) no-repeat;
    background-size: cover;
}

#register-main {
    width: 1000px;
    margin: 107px auto;
    background: #aacf43;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.login-part {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    height: 560px;
    padding: 30px;
    width: 313px;
    float: left;
}

    .login-part h1 {
        font-family: "montserrat";
        font-size: 24px;
        color: #000 !important;
        margin: 0 0 47px 0px;
    }

    .login-part input[type="text"] {
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: solid 1px #711b5a;
        font-family: "open-sans";
        font-size: 16px;
        margin: 0 0 32px 0px;
        color: #711b5a;
    }

    .login-part input[type="Password"] {
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: solid 1px #711b5a;
        font-family: "open-sans";
        font-size: 16px;
        color: #711b5a;
        margin: 0 0 5px 0px;
    }

    .login-part p {
        padding: 0 0 0 65px;
        width: 80%;
    }

        .login-part p a {
            font-family: "open-sans";
            font-size: 13px;
            color: #711b5a;
            width: 100%;
            text-align: right;
            text-decoration: none;
        }

    .login-part input[type="submit"] {
        width: 100%;
        height: 41px;
        border-radius: 5px;
        background: #aacf43 url(../images/lock.png) no-repeat;
        font-family: "open-sans";
        font-size: 16px;
        color: #711b5a;
        margin: 40px 0 15px 0px;
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .login-part span {
        font-family: "open-sans";
        font-size: 12px;
        color: #711b5a;
        width: 100%;
        text-align: right;
        text-decoration: none;
        padding: 0 12px;
    }

.Signup-part {
    width: 565px;
    height: 480px;
    float: left;
    padding: 30px;
}

    .Signup-part h1 {
        font-family: "montserrat";
        font-size: 24px;
        color: #333 !important;
        margin: 0 0 28px 0px;
        font-weight: lighter;
        float: left;
    }

    .Signup-part span {
        font-family: "open-sans";
        font-size: 24px;
        color: #fff;
        margin: 0 0 28px 0px;
        font-weight: lighter;
        float: right;
    }

    .Signup-part input[type="text"] {
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: solid 1px #333;
        font-family: "open-sans";
        font-size: 14px;
        margin: 0 0 15px 0px;
        color: #333;
        background: none;
    }

.gender {
    clear: both;
    float: left;
    height: auto;
    margin: 2px 25px 0 0;
    width: 140px;
}

    .gender h2 {
        font-family: "open-sans";
        font-size: 14px;
        font-weight: lighter;
        color: #333;
    }

.btn-part {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
    margin: 7px 0 0;
    width: 143px;
}

.btn-part-participate {
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
        padding-left: 18px;
        height: 13px;
        display: inline-block;
        line-height: 13px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 13px;
        color: #333;
        vertical-align: middle;
        cursor: pointer;
        margin: 0 20px 0 0px;
    }

        input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
            background-position: 0 -13px;
        }

label.css-label {
    background-image: url(../images/btn.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "open-sans";
    font-size: 14px;
    color: #fff;
}

.pass-gen {
    width: 100%;
    height: auto;
}

    .pass-gen input[type="text"] {
        width: 60%;
        height: 30px;
        border: none;
        border-bottom: solid 1px #333;
        font-family: "open-sans";
        font-size: 14px;
        margin: 0 0 15px 0px;
        color: #333;
        background: none;
        float: left;
    }

    .pass-gen input[type="submit"] {
        width: 38%;
        height: 31px;
        margin: 0 0 0 10px;
        background: #fff;
        font-family: "open-sans";
        font-size: 14px;
        color: #711b5a;
        border: none;
        cursor: pointer;
        float: left;
    }

.Signup-part h3 {
    text-align: right;
    font-family: "open-sans";
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
}

    .Signup-part h3 a {
        text-decoration: none;
        color: #fff;
    }

.Signup-part h4 {
    text-align: right;
    font-family: "open-sans";
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    float: left;
}

    .Signup-part h4 a {
        text-decoration: none;
        color: #fff;
    }

.select-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/select-arrow.png) no-repeat right center;
    margin: 0px 0 20px 0px;
}

    .select-box select {
        width: 104%;
        background: none;
        border: none;
        font-family: "open-sans";
        font-size: 14px;
        color: #333;
        border-bottom: solid 1px;
        padding: 0 0 8px 0px;
    }

/*======================participate=======================*/
#participate-main {
    width: 100%;
    height: auto;
}

.top-part {
    width: 100%;
    height: 50px;
    background: #d5b36a;
}

.inner-header {
    width: 100%;
    height: auto;
    background: url(../images/header-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    position: relative;
    float: left;
}

.inner-header-center {
    width: 1170px;
    height: 150px;
    margin: 0 auto;
}

.inner-nav {
    width: auto;
    height: auto;
    float: right;
    margin: 52px 0 0 0px;
}

    .inner-nav ul {
    }

        .inner-nav ul li {
            display: inline;
        }

            .inner-nav ul li a {
                font-family: "montserrat";
                text-decoration: none;
                color: #37B1C1;
                font-size: 22px;
                margin: 0 0 0 57px;
            }

                .inner-nav ul li a:hover {
                    color: #d5b36a;
                }

.current-menu {
    color: #AACF43 !important;
}

.page-direction {
    width: 100%;
    height: auto;
}

.page-direction-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

    .page-direction-center p {
        /*font-family:"open-sans"; 	font-size:15px; 	color:#711b5a; 	padding:15px 0px;*/
        color: #fff;
        float: left;
        font-family: "open-sans";
        font-size: 15px;
        padding: 15px 0;
        width: 460px;
    }

        .page-direction-center p span {
            color: #878787;
        }

.participate-content {
    width: 100%;
    height: auto;
    /*background: #711b5a url(../images/participate-content-bg.png) center no-repeat;*/
}

.participate-content-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

    .participate-content-center h1 {
        font-family: "montserrat";
        font-size: 30px;
        color: #fff;
        font-weight: lighter;
        margin: 40px 0 20px 0px;
        float: left;
    }

.group-event {
    width: 100%;
    height: auto;
}

    .group-event table {
        width: 100%;
        text-align: center;
    }

        .group-event table th {
            background: #333;
            font-family: "montserrat";
            font-size: 14px;
            color: #fff;
            padding: 13px 0px;
            border-right: solid 1px #fff;
        }

        .group-event table td {
            font-family: "open-sans";
            font-size: 16px;
            color: #666;
            padding: 7px 0px;
            border-bottom: #ccc solid thin;
        }

.solo-event {
    width: 100%;
    height: auto;
}

    .solo-event table {
        width: 100%;
        text-align: center;
    }

        .solo-event table th {
            background: #fff;
            font-family: "open-sans";
            font-size: 14px;
            color: #711b5a;
            padding: 13px 0px;
            border-right: solid 1px #711b5a;
        }

        .solo-event table td {
            font-family: "open-sans";
            font-size: 16px;
            color: #fff;
            padding: 6px 0px;
        }

.Add-Participant-btn {
    background: #aacf43;
    font-family: "montserrat";
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    padding: 10px 40px;
    float: left;
    margin: 10px 5px 20px 0px;
    border: none;
    border-radius: 30px;
    cursor: pointer !important;
}

#add-participate-area {
    width: 100%;
    height: auto;
    float: left;
}

.event-add-name {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

.event-from-area {
    width: 433px;
    height: auto;
    float: left;
}

    .event-from-area input[type="text"] {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color #333;
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        color: #333;
        font-family: "open-sans";
        font-size: 14px;
        height: 30px;
        margin: 0 0 25px;
        width: 100%;
    }

.gender-new {
    width: 188px !important;
}

    .gender-new .btn-part {
        width: 188px !important;
    }

.add-list {
    width: 696px;
    height: auto;
    float: right;
}

    .add-list table {
        width: 100%;
        text-align: center;
    }

        .add-list table th {
            background: #333;
            font-family: "montserrat";
            font-size: 14px;
            color: #fff;
            padding: 13px 0px;
            border-right: solid 1px #fff;
        }

        .add-list table td {
            font-family: "open-sans";
            font-size: 16px;
            color: #666;
            padding: 7px 0px;
            border-bottom: #ccc solid thin;
        }

.created-event {
    width: 100%;
    text-align: center;
}

    .created-event th {
        background: #333;
        font-family: "montserrat";
        font-size: 14px;
        color: #fff;
        padding: 13px 0px;
        border-right: solid 1px #fff;
    }

    .created-event td {
        font-family: "open-sans";
        font-size: 16px;
        color: #666;
        padding: 7px 5px;
        border-bottom: #ccc solid thin;
    }
/*================================payment failed=================================*/
#payment-failed {
    width: 100%;
    height: auto;
}

.payment-failed-center {
    width: 1000px;
    height: 440px;
    margin: 107px auto;
    background: #711b5a;
    border-radius: 5px;
}

    .payment-failed-center h1 {
        background: #fff url("../images/failed-icon.png") no-repeat scroll left center;
        border-radius: 5px 5px 0 0;
        color: #711b5a;
        font-family: "open-sans";
        font-size: 30px;
        padding: 10px 0 10px 80px;
    }

    .payment-failed-center h2 {
        background: #fff url(../images/sucess-icon.png) no-repeat scroll left center;
        border-radius: 5px 5px 0 0;
        color: #711b5a;
        font-family: "open-sans";
        font-size: 30px;
        padding: 10px 0 10px 80px;
    }

    .payment-failed-center p {
        font-family: "open-sans";
        font-size: 18px;
        color: #fff;
        padding: 0px 20px;
        margin: 27px 0 0 0px;
    }

        .payment-failed-center p a {
            background: #fff none repeat scroll 0 0;
            border-radius: 5px;
            color: #711b5a;
            padding: 10px;
            text-decoration: none;
        }
/*================================payment success=================================*/
#payment-success {
    width: 100%;
    height: auto;
}

.payment-success-center {
    width: 1000px;
    height: 440px;
    margin: 107px auto;
    background: #711b5a;
    border-radius: 5px;
}

    .payment-success-center h1 {
        background: #fff url("../images/sucess-icon.png") no-repeat scroll left center;
        border-radius: 5px 5px 0 0;
        color: #711b5a;
        font-family: "open-sans";
        font-size: 30px;
        padding: 10px 0 10px 80px;
    }

    .payment-success-center p {
        font-family: "open-sans";
        font-size: 18px;
        color: #fff;
        padding: 0px 20px;
        margin: 34px 0 0 0px;
    }

select > option {
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    border: none;
    height: 30px;
    line-height: 30px;
}

#main-container {
    width: 100%;
    height: auto;
}

#top-part {
    width: 100%;
    height: auto;
    padding: 6px 0;
    background: #37B1C1;
    float: left;
    position: relative;
    z-index: 2;
}

#header {
    background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll 0 0;
    height: auto;
    width: 100%;
    background-size: cover;
    position: relative;
    float: left;
}

.header {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

    .header .inr-container {
        width: 1170px;
        height: auto;
        margin: 0 auto;
    }

.logo {
    float: left;
}

nav {
    float: right;
}

    nav ul {
        margin: 50px 0;
    }

        nav ul li {
            display: inline;
            margin: 0 0 0 60px;
        }

            nav ul li a {
                font-family: "montserrat";
                font-size: 22px;
                color: #fff;
                text-decoration: none;
            }

                nav ul li a:hover {
                    color: #d5b36a;
                }

.s-logo {
    margin: 0px auto 0;
    float: left;
    width: 100%;
    text-align: center;
}

    .s-logo img {
        width: 100%;
    }


.date-location {
    width: 100%;
    height: auto;
    background: #1C1C24;
    padding: 80px 0px;
    float: left;
}

.date-location-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

.date-box {
    width: 565px;
    height: 279px;
    border: solid 1px #AACF43;
    float: left;
}

.date-box-inner {
    width: 541px;
    height: 253px;
    border: solid 1px #AACF43;
    margin: 14px auto;
    text-align: center;
}

    .date-box-inner > img {
        margin: -66px 0 0;
    }

    .date-box-inner h2 {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-family: "montserrat";
        font-size: 38px;
        margin: 20px auto;
        padding: 15px 0;
        width: 95%;
        color: #37B1C1;
    }

    .date-box-inner p {
        color: #fff;
        font-family: "montserrat";
        font-size: 22px;
        margin: 0 auto;
        width: 100%;
    }

.location-box {
    width: 565px;
    height: 279px;
    border: solid 1px #AACF43;
    float: right;
}

.location-box-inner {
    width: 541px;
    height: 253px;
    border: solid 1px #AACF43;
    margin: 14px auto;
    text-align: center;
}

    .location-box-inner > img {
        margin: -66px 0 0;
    }

    .location-box-inner h2 {
        border-bottom: 1px solid #fff;
        color: #37B1C1;
        font-family: "montserrat";
        font-size: 38px;
        margin: 20px auto;
        padding: 15px 0;
        width: 95%;
    }

    .location-box-inner p {
        color: #fff;
        font-family: "open-sans";
        font-size: 18px;
        margin: 0 auto;
        width: 100%;
    }

.about {
    width: 100%;
    height: 384px;
    /*background: url(../images/about-bg.png) no-repeat center left;*/
    padding: 50px 0;
}

.about-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

    .about-center h1 {
        width: 100%;
        height: auto;
        text-align: center;
        font-family: "montserrat";
        font-size: 46px;
        color: #2b2a29;
        float: left;
        margin: 30px 0;
    }

    .about-center p {
        font-family: "montserrat";
        font-size: 22px;
        color: #2b2a29;
        text-align: center;
        line-height: 35px;
    }

    .about-center h3 {
        text-align: center;
        margin: 20px 0 0 0px;
    }

.guest {
    width: 100%;
    height: auto;
    position: relative;
}

.guest-img {
    width: 50%;
    height: auto;
    float: left;
    background: url(../images/arrow.png) no-repeat right center;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

    .guest-img img {
        width: 100%;
    }

.guest-content {
    width: 50%;
    height: 459px;
    float: right;
    //background: #a61380;
    background: #f5f5f5;
    padding: 50px 0;
}

    .guest-content > img {
        margin: 150px 0 0 -88px;
        position: absolute;
    }

    .guest-content h1 {
        color: #fff;
        font-family: "montserrat";
        font-size: 29px;
        font-weight: normal;
        margin: 40px 0 30px 80px;
    }

    .guest-content h3 {
        font-family: "montserrat";
        font-size: 22px;
        color: #333;
        font-weight: normal;
        background: url(../images/star.png) no-repeat left center;
        padding: 0 40px;
        margin: 0 0 0 80px;
    }

        .guest-content h3 span {
            font-family: "montserrat";
            font-size: 17px;
            color: #AACF43;
            font-weight: normal;
        }

    .guest-content p {
        color: #666;
        font-family: "open-sans";
        font-size: 18px;
        font-weight: normal;
        line-height: 35px;
        margin: 30px 0 0 80px;
        padding: 0 30px 0 0;
        text-align: justify;
    }

.register-fee {
    width: 100%;
    height: auto;
    background: #f5f5f5 url(../images/register-bg-1.png) no-repeat bottom;
    /*background: url(../images/register-bg-main.jpg) no-repeat left center;*/
    background-size: 100% auto;
    float: left;
    padding: 50px 0;
}

.register-fee-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

    .register-fee-center h1 {
        width: 100%;
        height: auto;
        text-align: center;
        font-family: "montserrat";
        font-size: 46px;
        color: #fff !important;
        margin: 30px 0;
        font-weight: lighter;
    }

        .register-fee-center h1 span {
            font-size: 16px;
        }

.register-box {
    width: 377px;
    height: 377px;
    float: left;
    background: #2b2a29;
    transition: all 0.4s ease;
    margin: 0 0 0 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.register-box-gradient {
    background: url(../images/gradient.jpg) repeat-x;
    background-size: auto 100%;
}

.register-box-inner {
    /*border: 2px solid #fff;*/
    height: 320px;
    margin: 30px auto 20px;
    width: 320px;
}

.register-box:hover {
    background: #f5f5f5;
    box-shadow: 0 0 20px 0 rgba(0,0,0,1);
    transform: scale(1.05);
    z-index: 1000;
    position: relative;
}

    .register-box:hover p, .register-box:hover span {
        color: #666;
    }

.register-box-inner h1 {
    border-bottom: 1px solid;
    font-family: "montserrat";
    font-size: 85px;
    font-weight: lighter;
    margin: 20px auto;
    padding: 0;
    width: 90%;
    color: #fff !important;
}

.register-box:hover h1 {
    color: #AACF43 !important;
}

.register-box-inner p {
    color: #fff;
    font-family: "montserrat";
    font-size: 29px;
    line-height: 42px;
    margin: 0 0 10px;
}

.register-box-inner span {
    font-family: "montserrat";
    font-size: 20px;
    color: #fff;
}

.sponser-lineup {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/bg-lines-art.jpg) no-repeat center;
    background-size: cover;
    padding: 0 0 30px 0px;
}

.sponser-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

    .sponser-center h1 {
        width: 100%;
        height: auto;
        text-align: center;
        font-family: "montserrat";
        font-size: 46px;
        color: #2b2a29;
        margin: 30px 0;
        font-weight: lighter;
    }

.lineup-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

    .lineup-center h1 {
        width: 100%;
        height: auto;
        text-align: center;
        font-family: "montserrat";
        font-size: 46px;
        color: #2b2a29;
        margin: 30px 0;
        font-weight: lighter;
    }

#map {
    width: 100%;
    height: auto;
    float: left;
    border-top: solid 3px #2b2a29;
}

#footer {
    width: 100%;
    height: auto;
    float: left;
    background: #0F2A3B;
}

.footer {
    width: 1170px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}

.footer-logo {
    width: 327px;
    height: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

    .footer-logo img {
        margin: 30px 0 0;
    }

    .footer-logo h2 {
        font-family: "montserrat";
        font-size: 24px;
        color: #d5b36a;
        font-weight: normal;
        margin: 0 0 0 20px;
    }

    .footer-logo h3 {
        font-family: "montserrat";
        font-size: 18px;
        color: #d5b36a;
        font-weight: normal;
        margin: 0 0 0 20px;
    }

    .footer-logo p {
        font-family: "montserrat";
        font-size: 14px;
        color: #d5b36a;
        font-weight: normal;
        line-height: 22px;
        margin: 0 0 0 40px;
        float: left;
    }

.footer-conatct {
    width: 507px;
    height: auto;
    float: left;
    margin: 15px 0 0;
    padding: 0 0 20px 0px;
}

    .footer-conatct h2 {
        font-family: "montserrat";
        font-size: 24px;
        color: #d5b36a;
        font-weight: normal;
        margin: 0 0 0 20px;
    }

    .footer-conatct h3 {
        font-family: "montserrat";
        font-size: 18px;
        color: #d5b36a;
        font-weight: normal;
        margin: 0 0 0 20px;
    }

    .footer-conatct p {
        font-family: "montserrat";
        font-size: 14px;
        color: #d5b36a;
        font-weight: normal;
        line-height: 22px;
        margin: 0 0 0 40px;
        float: left;
    }

.contact-div {
    width: 100%;
    height: auto;
    margin: 0 0 16px 0px;
}

#bottom-line {
    width: 100%;
    height: auto;
    background: #0b1f2b;
    float: left;
    text-align: center;
}

    #bottom-line p {
        font-family: "open-sans" !important;
        font-size: 18px;
        color: #fff;
        padding: 10px 0px;
    }

        #bottom-line p span {
            color: #AACF43;
        }

.page-direction-inner {
    width: 100%;
    height: auto;
    background: #0e6795;
    float: left;
    margin-bottom: 50px;
}

.page-direction-center-inner {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

    .page-direction-center-inner p {
        font-family: "montserrat" !important;
        font-size: 15px;
        color: #fff;
        padding: 15px 0px;
    }

        .page-direction-center-inner p span {
            color: #aacf43;
        }

.content-contianer-inner {
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

.content-contianer-inner-center {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}

    .content-contianer-inner-center h1 {
        font-family: "montserrat";
        font-size: 30px;
        color: #711b5a;
        font-weight: normal;
    }

    .content-contianer-inner-center p {
        color: #000;
        font-family: "open-sans";
        font-size: 15px;
        margin: 20px 0;
        line-height: 25px;
    }

.Event-Schedule-p p {
    color: #aacf43;
    font-family: "montserrat" !important;
    font-size: 18px;
    margin: 20px 0;
    line-height: 25px;
}

.content-contianer-inner-center h2 {
    font-family: "montserrat";
    font-size: 20px;
    color: #711b5a;
    font-weight: normal;
    margin: 20px 0 0 0px;
    text-decoration: underline;
}

.content-contianer-inner-center ul {
    margin: 0 0 0 40px;
}

    .content-contianer-inner-center ul li {
        color: #000;
        font-family: "open-sans";
        font-size: 15px;
        margin: 10px 0;
        line-height: 25px;
    }

.conatct-box {
    float: none;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin: 20px 16px 20px 0;
    width: 47.5%;
}

    .conatct-box h2 {
        font-family: "montserrat";
        font-size: 24px;
        color: #aacf43;
        font-weight: normal;
        margin: 0 0 10px 0px;
    }

    .conatct-box span {
        width: 100%;
        float: left;
        font-family: "open-sans";
        font-size: 14px;
        margin: 0 0 10px 0px;
    }

.scheule-table {
    float: left;
    height: auto;
    margin: 20px 20px 20px 0;
    width: 48.9%;
}

    .scheule-table table {
        text-align: center;
    }

        .scheule-table table th {
            background: #333;
            font-family: "montserrat";
            font-size: 18px;
            font-weight: normal;
            color: #fff;
            padding: 10px 0px;
            width: 100px;
        }

        .scheule-table table td {
            font-family: "open-sans";
            font-size: 18px;
            font-weight: normal;
            color: #000;
            padding: 10px 0px;
            border: solid 1px #c2c2c2;
            width: 100px;
        }

.event-inner {
    width: 100%;
    height: auto; /*background:url(../images/raw-star-vector.png) no-repeat right top;*/
}

.event-icon {
    width: 250px;
    margin: 0 0 30px 0px;
}

.event-inner h3 {
    font-family: "montserrat";
    font-size: 24px;
    color: #aacf43;
    font-weight: normal;
}

.event-inner h4 {
    font-family: "montserrat";
    font-size: 20px;
    color: #666;
    font-weight: normal;
    margin: 18px 0 0 0px;
    text-decoration: underline;
    padding-left: 20px;
}

.winner p {
    text-decoration: underline;
    font-family: "montserrat" !important;
    font-size: 20px;
    font-weight: normal;
}

    .winner p b {
        font-weight: normal;
    }

.winner h2 {
    color: #aacf43;
    text-decoration: none;
    background: #f3f3f3;
    padding: 10px;
}

.event p {
    margin: 10px 0 10px 20px;
}

#top-part > p {
    color: #313131;
    float: left;
    font-family: "montserrat";
    font-size: 16px;
    margin: 0 20px 0 0;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}

.top-part > p {
    color: #313131;
    float: right;
    font-family: montserrat;
    font-size: 16px;
    margin: 12px 20px 0 0;
    text-align: right;
    width: 710px;
}

.page-direction-center h4 {
    float: right;
    font-family: "open-sans";
    font-size: 15px;
    padding: 13px 0;
}

    .page-direction-center h4 a {
        background: #aacf43 none repeat scroll 0 0;
        border: 2px solid #fff;
        border-radius: 50px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 5px 15px;
        text-decoration: none;
    }

.txt {
    text-transform: uppercase;
}

.hidePr li:nth-child(5) {
    display: none;
}
/*.hidePr li:first-child,*/

.cntcts {
    margin-left: 15px;
}


.winner h2 span, .winner p span {
    float: right;
}

.winner p span {
    font-weight: 800;
}

ol.lists li {
    margin-left: 10px;
}

#dvLst h4 {
    font-size: 22px;
    text-align: center;
}

#dvlst p, #dvErr {
    font-size: 16px;
    padding: 10px;
}

.pfnl {
    padding-top: 24px;
}

#spEvntId, #spEventIds {
    background: red none repeat scroll 0 0;
    color: #fffffd;
    font-size: 30px;
    font-weight: bold;
}

.plz {
    color: #fff;
    background: rgb(4, 46, 111) none repeat scroll 0% 0%;
    padding: 5px;
}

#spEvntId {
    display: block;
    width: 100%;
}

#spTotalAmt, #spTranId {
    background: red none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

#pnlTrans {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 10px 0;
    border-top: #ccc solid thin;
    border-bottom: #ccc solid thin;
}

.highlight {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .highlight p {
        font-weight: bold;
        margin-bottom: 7px;
    }

    .highlight input {
        line-height: 30px;
        padding: 5px;
        font-size: 17px;
        width: 63% !important;
    }

.span-12 {
    width: 100%;
    float: left;
}


.span-4 {
    width: 25%;
    float: left;
}

    .span-4 img {
        width: 100%;
    }


.span-8 {
    width: 73%;
    float: right;
}

.qr, .mob {
    width: 100%;
    float: left;
    position: relative;
}

    .mob img {
        height: 260px;
    }

.arw {
    background: rgba(0, 0, 0, 0) url("../images/arw.png") no-repeat scroll center center / 100% auto;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 105px;
    transform: rotate(-15deg);
    width: 60px;
}

.arw-2 {
    background: rgba(0, 0, 0, 0) url("../images/arw.png") no-repeat scroll center center / 100% auto;
    height: 30px;
    position: absolute;
    right: -21px;
    top: 144px;
    transform: rotate(-12deg);
    width: 60px;
}

.qr {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

.item img {
    height: 100%;
    width: 100%;
}

.nt {
    font-weight: bold;
    color: red;
    font-size: 18px;
}

.spsearch {
    clear: both;
    display: block;
    float: left;
    margin-top: 14%;
    position: absolute;
}

.gddata {
    height: 600px;
    overflow-y: scroll;
    width: 100%;
}

.pv {
    color: #37B1C1 !important;
    cursor: pointer;
    float: right;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
}

.pwd {
    color: #711b5a;
    font-family: "open-sans";
    font-size: 13px;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

.chngpwd .textbox {
    padding: 10px;
    width: 51%;
}

.hide {
    display: none;
}

.btnedit {
    background: #0e6d45 none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-weight: 900;
    padding: 4px;
    
  position: relative;
}

.paytmtbl {
    border: 1px solid #fff;
    width: 500px;
    margin: auto;
    clear: both;
}

    .paytmtbl tr td {
        color: #fff;
        font-size: medium;
    }

p {
    font-family: "open-sans" !important;
}

h1 {
    color: #37B1C1 !important;
}

.cat-box {
    padding: 0 10px;
    margin-bottom: 50px;
}

.winner h2.bg-green {
    color: #fff;
    background: #aacf43;
}

.inner-header-center .logo {
}

#add_participate_area {
    float: left;
    width: 100%;
}

.btn-cnt {
    float: left;
    padding-bottom: 10px;
    height: auto;
}

.btn-inr {
    padding: 7px 20px;
    font-family: "montserrat";
    color: #fff;
    border: #fff solid thin;
    border-radius: 30px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

    .btn-inr.active {
        background: #37B1C1;
    }

.payment-box {
    width: 1170px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.payment-success {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: #7ec32d solid thin;
    margin-bottom: 30px;
}

h4, h3 {
    font-family: "montserrat";
}

h3 {
    color: #7ec32d;
}

.payment-success img, .payment-success span {
    display: inline-block;
    vertical-align: middle;
}

.payment-success span {
    color: #7ec32d;
    font-family: "montserrat";
    text-transform: uppercase;
}

.payment-err img, .payment-err span {
    display: inline-block;
    vertical-align: middle;
}

.payment-err span {
    color: red;
    font-family: "montserrat";
    text-transform: uppercase;
}

.content-contianer-inner-center p span {
    font-family: open-sans !important;
}

.srchevt {
    margin-top: 5px;
    margin-left: 5px;
    padding: 4px;
    width: 90%;
    font-family: inherit;
}

.registration-row {
    width: 100%;
    float: left;
    margin: 80px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.registration-col {
    width: 43.33%;
    padding: 10px 30px;
    float: left;
    box-sizing: border-box;
}

.register-inr {
    border: rgba(255,255,255,0.5) solid thin;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 60px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.register-highlight {
    z-index: 10;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.register-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    width: 100px;
    display: block;
}

    .register-icon img {
        width: 100%;
    }

.register-head {
    position: relative;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}

    .register-head h2 {
        color: #424951;
        position: relative;
        font-family: "montserrat";
        font-weight: bold;
    }

        .register-head h2::after {
            width: 80px;
            height: 2px;
            position: relative;
            content: "";
            margin: 10px auto;
            background: #7ec32d;
            display: block;
        }

    .register-head h4 {
        color: #00a9b4;
        font-weight: normal;
    }

span.rupee {
    font-family: "rupee";
}

.register-data {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
    display: block;
}

.data-col {
    display: inline-block;
    padding: 5px;
    border: #ccc solid thin;
    border-radius: 50px;
    margin: 5px 0;
}

    .data-col h3, .register-price {
        display: inline-block;
        vertical-align: middle;
    }

    .data-col h3 {
        font-size: 17px;
        color: #424951;
        font-weight: normal;
        margin-right: 15px;
        padding-left: 15px;
    }

.register-price {
    background: #00a9b4;
    color: #fff;
    font-size: 25px;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-family: "montserrat";
}

.accomo-available {
    margin: 25px 0 15px;
    color: #fff;
    font-family: Montserrat;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
}

    .accomo-available span {
        margin-right: 7px !important;
    }

.early-bg {
    background: #fff url(../images/early-bg.png) no-repeat center bottom;
    background-size: 100% 80px;
}

.general-bg {
    background: #fff url(../images/general-bg.png) no-repeat center bottom;
    background-size: 100% 80px;
}

.spot-bg {
    background: #fff url(../images/spot-bg.png) no-repeat center bottom;
    background-size: 100% 80px;
}

.registration-row .Add-Participant-btn {
    display: inline-block;
    float: none;
    width: auto;
    margin-top: 15px;
}

.register-btn-inr {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.register-inner-page {
    width: 100%;
    float: left;
}

.register-page-col {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #ccc solid thin;
}

    .register-page-col:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.register-inner-head {
    width: 40%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
}

    .register-inner-head h2 {
        font-family: "montserrat";
        color: #424951;
    }

        .register-inner-head h2 span {
            font-family: "montserrat";
            font-size: 15px;
            color: #00a9b4;
            display: block;
            width: 100%;
            font-weight: normal;
        }

.register-inner-data {
    float: left;
    width: 60%;
}

.register-inner-data-col {
   float: left;
  width: 100%;
  padding:10px;
  border-bottom:#ccc solid thin;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

    .register-inner-data-col:last-child {
        border-bottom:none;
        padding-bottom:0;
    }


    .register-inner-data-col h3 {
        font-family: "montserrat";
        font-weight: normal;
        color: #424951;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
    }

        .register-inner-data-col h3 br {
            display:none;
        }

.inner-pricetag {
display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  border: #00a9b4 solid thin;
  border-radius: 50px;
  color: #00a9b4;
  font-weight: bold;
  font-family: "montserrat";
  font-size: 16px;
}

.submenu-inner {
    height: auto !important;
    max-height: 450px !important;
    overflow: auto;
}

.cntct-page-inner {
    width: 100%;
    float: left;
    text-align: center;
    height: 365px;
    margin-top: 100px;
}

.cntct-dtl-col {
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 30%;
    color: #424951;
    vertical-align: middle;
}

    .cntct-dtl-col .cntct-icon {
        width: 50px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        display: block;
        border: #00a9b4 dotted thin;
        display: inline-block;
        border-radius: 50%;
        font-size: 35px;
        color: #00a9b4;
        margin-bottom: 20px;
        transition: all 0.4s ease;
    }

    .cntct-dtl-col h4 {
        margin-bottom: 5px;
    }

    .cntct-dtl-col:hover .cntct-icon {
        transform: scale(1.3);
        background: #00a9b4;
        color: #fff;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

.cntct-details {
    font-family: "montserrat";
    word-break: break-all;
}

    .cntct-details a {
        color: #424951;
        text-decoration: none;
    }

        .cntct-details a:hover {
            color: #00a9b4;
        }

.all-event-list {
    width: 100%;
    float: left;
    padding: 50px 0;
    box-sizing: border-box;
}

.event-list-row {
    width: 1170px;
    margin: auto;
    padding: 0;
}

.event-row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .event-row li {
        list-style: none;
    }

    .event-row .submenu {
        color: #00a9b4;
        float: left;
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
        background: #f5f5f5;
        border-left: #00a9b4 solid 4px;
        padding: 10px;
        padding-left: 15px;
        box-sizing: border-box;
        font-family: "montserrat";
        font-weight: bold;
        margin-top: 20px;
    }


.list-of-event {
    width: 100%;
    float: left;
}

    .list-of-event .submenu-inner {
        height: auto !important;
        max-height: none !important;
        width: 100%;
        float: left;
    }

        .list-of-event .submenu-inner .menu-search {
            display: none;
        }

        .list-of-event .submenu-inner li {
            width: 33%;
            display: inline-block;
            vertical-align: top;
            padding-right: 15px;
            box-sizing: border-box;
        }

            .list-of-event .submenu-inner li a {
                display: block;
                text-decoration: none;
                color: #424951;
                position: relative;
                box-sizing: border-box;
                padding: 5px 15px;
                margin: 5px;
                border-radius: 30px;
                font-family: "montserrat";
                font-size: 15px !important;
                padding-left: 25px;
                padding-right: 30px;
                transition: all 0.4s ease;
            }

                .list-of-event .submenu-inner li a::before {
                    content: "\f375";
                    font-family: "Ionicons";
                    color: #00a9b4;
                    position: absolute;
                    left: 0;
                    display: block;
                    font-size: 22px;
                    top: 3px;
                }

                .list-of-event .submenu-inner li a:hover {
                    color: #00a9b4;
                    padding-left: 35px;
                }

#nav .submenu-inner .menu-search {
    /* position: sticky;*/
    width: 100%;
    top: 0;
    margin-top: 0;
    z-index: 30;
    background: #2b2a29;
}

#bottom-line p span a {
    color: #AACF43;
    text-decoration: none;
}

.menu-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border: #fff solid thin;
    float: right;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.regisdate {
    float: left;
    padding: 10px;
    margin-left: 241px;
    margin-top: 35px;
}

.label-danger {
    background-color: #d9534f;
}

.label {
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.event-dates h3{
    border-top:#ccc solid thin;
    border-bottom:#ccc solid thin;
    padding:10px;
    margin-bottom:10px;
    width:100%;
    float:left;
    font-size:25px;
    box-sizing: border-box;
}

.event-dates h3 strong{
    font-weight:bold;
}

.imp-instruc{
    width:100%;
    float:left;
    margin:10px 0;
    color:#000;
    font-family:Montserrat;
}

.imp-instruc h3{
    width:100%;
    float:left;
    text-align:left;
    font-size:18px;
    font-weight:bold;
    color:#000;
    text-decoration:underline;
}

.imp-instruc a{
    display:block;
    clear:both;
    color:#fff;
    margin-top:10px;
    font-weight:bold;
}

.scroll-table {
    position:relative;
    overflow:auto;
    width:100%;
    float:left;
}

.scroll-table table {
    width:100%;
}

.full-label-danger {
    background-color: #d9534f;
    color:white !important;
    padding:5px;
}