@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url("../fonts/HelveticaNeueLTArabic-Roman.eot");
    src: url("../fonts/HelveticaNeueLTArabic-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueLTArabic-Roman.svg") format("svg");
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url("../fonts/HelveticaNeueLTArabic-Bold.eot");
    src: url("../fonts/HelveticaNeueLTArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Bold.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueLTArabic-Bold.svg") format("svg");
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url("../fonts/HelveticaNeueLTArabic-Light.eot");
    src: url("../fonts/HelveticaNeueLTArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueLTArabic-Light.svg") format("svg");
}

@font-face {
    font-family: 'CPDFontAM-webfont';
    src: url("../fonts/CPDFontAM-webfont.eot");
    src: url("../fonts/CPDFontAM-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CPDFontAM-webfont.woff") format("woff"), url("../fonts/CPDFontAM-webfont.ttf") format("truetype"), url("../fonts/CPDFontAM-webfont.svg") format("svg");
}

@font-face {
    font-family: 'CPDFontAL-webfont';
    src: url("../fonts/CPDFontAL-webfont.eot");
    src: url("../fonts/CPDFontAL-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CPDFontAL-webfont.woff") format("woff"), url("../fonts/CPDFontAL-webfont.ttf") format("truetype"), url("../fonts/CPDFontAL-webfont.svg") format("svg");
}

@font-face {
    font-family: 'CPDFontAB-webfont';
    src: url("../fonts/CPDFontAB-webfont.eot");
    src: url("../fonts/CPDFontAB-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CPDFontAB-webfont.woff") format("woff"), url("../fonts/CPDFontAB-webfont.ttf") format("truetype"), url("../fonts/CPDFontAB-webfont.svg") format("svg");
}

.r, body, .article__course {
    font-family: 'HelveticaNeue-Roman', "Helvetica Neue Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
}

body {
    background-size: cover;
}

html {
    font-size: 14px;
}
/***** global values *****/

*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

    input:focus, textarea:focus, a:focus, a:active, a:hover {
        outline: 0;
    }

    a:hover {
        text-decoration: none;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    height: 1px;
    margin: 0;
    background: #0b5e92;
    border-width: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    resize: none;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        width: auto;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: inherit;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0 0 .5em;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.float-element {
    float: left;
}

.float-element-x {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/**** Start ****/
body {
    background: url(../images/NASST2018/top-bg-no-hash.jpg) repeat-x top center;
}

.main-logo, .main-logo-home {
    display: block;
    margin: auto;
    margin-top: 35px;
    clear: both;
    margin-bottom: 10px;
}

.main-logo {
    width: 90px;
}

.main-header h1 {
    display: table;
    margin: auto;
    color: #fff;
}

.group-links-selection {
    display: table;
    margin: auto;
    margin-bottom: 120px;
	text-align: center;
}

.selection-column {
    display: inline-table;
    margin-bottom: 40px;
}
.selection-column.disabled-layer {
    opacity: 0.5;
    pointer-events: none;
}

div.warpper-sport-selection {
    width: 300px;
    height: 425px;
    position: relative;
    display: inline-block;
}

    div.warpper-sport-selection > div {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    div.warpper-sport-selection.volley {
        background: url(../images/01.png) center top no-repeat;
    }

    div.warpper-sport-selection.foot {
        background: url(../images/02.png) -9px top no-repeat;
    }

    div.warpper-sport-selection.marathon {
        background: url(../images/04.png) 3px top no-repeat;
    }

    div.warpper-sport-selection.tennis {
        background: url(../images/05.png) 0 top no-repeat;
    }

    div.warpper-sport-selection.bicycle {
        background: url(../images/03.png) 3px top no-repeat;
    }

    div.warpper-sport-selection.archery {
        background: url(../images/archery-bg.png) 3px top no-repeat;
    }

.btn-select-sport {
    background: #6da342; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYTM0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTZjNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6da342 0%, #0a6c5c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da342), color-stop(100%,#0a6c5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6da342 0%,#0a6c5c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6da342 0%,#0a6c5c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6da342 0%,#0a6c5c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6da342 0%,#0a6c5c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da342', endColorstr='#0a6c5c',GradientType=0 ); /* IE6-8 */
    border: none;
    color: #fff;
    width: 270px;
    height: 48px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 48px;
    display: block;
    text-align: center;
    text-decoration: none;
}

    .btn-select-sport:hover {
        background: #00a296;
        text-decoration: none;
    }

section.main-sports-section {
    margin-top: 10px;
}

.main-sports-section section {
    margin-bottom: 40px;
}

p {
    text-align: center;
    /*color: #fff;*/
}

.selection-column p {
    width: 270px;
    text-align: right;
    color: #fff;
    min-height: 110px;
    text-shadow: rgba(31, 31, 31, 0.84) 1px 1px 2px;
}

.more-info {
    width: 270px;
    text-align: right;
}

span.info-title {
    background: rgba(255, 255, 255, 0.3);
    width: 135px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

.call-us {
    font-weight: bold;
    color: #fff;
}

    .call-us span {
        display: block;
        direction: rtl;
        text-shadow: rgba(31, 31, 31, 0.72) 1px 1px 2px;
    }

        .call-us span i.fa {
            margin-left: 10px;
        }

.secial-contact {
    color: #fff;
    text-align: center;
    font-size: 16px;
    min-height: 110px;
}

.social-links a {
    width: 39px;
    height: 39px;
    display: inline-block;
    background: #cc181e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1;
    padding-top: 9px;
    margin-bottom: 5px;
}

    .social-links a.instagram {
        background-color: #3f729b;
        color: #fff;
    }

    .social-links a.facebook {
        background-color: #3B579D;
        color: #fff;
    }

    .social-links a.twitter {
        background-color: #5DD7FC;
        color: #fff;
    }

.youtube:hover {
    background-color: #C12D2B;
    color: #fff;
}

#main-container {
    max-width: 1170px;
    margin: auto;
    padding: 0 20px;
}

/*Changes*/
@media screen and (max-width: 594px) {
    .main-vavigation {
        width: 100px;
    }

    .player_container {
        width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
    p.main-content-paragraph {
        width: 90% !important;
    }

    .register-btn-cnt {
        width: 90% !important;
    }

    .player_container {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    p.main-content-paragraph {
        width: 80% !important;
    }

    .register-btn-cnt {
        width: 90% !important;
    }

    .inside-content-column {
        width: 97% !important;
    }

    #divRunnerImg {
        width: 100% !important;
    }

    .divSportImg {
        width: 100% !important;
    }

    #divMainContent {
        width: 100% !important;
    }
}

input[type="file"] + label.error {
    margin: 8px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    #inputUploadIDCopy {
        width: 79%;
    }

    .uploadFilex {
        /*width: 79%;
        padding-top: 8px;
        height: 47px;*/
    }

    input.uploadFilex {
        margin: 0;
    }

    .player_container {
        width: 100% !important;
    }

    #divUploadIDCopy {
        padding-top: 8px;
        height: 47px;
    }

    .relative-cont {
        width: 100%;
    }
}


.main-vavigation {
    float: left;
    margin-top: 20px;
    height: 0;
}

    .main-vavigation li {
        float: right;
        color: #0d91db;
        font-weight: bold;
        list-style-position: inside;
        font-size: 12px;
        position: relative;
        padding: 0 10px;
    }
/*
        .main-vavigation li:first-child ~ li:before {
            width: 4px;
            height: 4px;
            background: white;
            content: '';
            position: absolute;
            border-radius: 5px;
            left: -2px;
            top: 12px;
        }*/

.content-wrapper {
    background: #fff;
}

    .content-wrapper p {
        color: #000;
        text-align: left;
        text-align: justify;
    }

    .content-wrapper header {
        background: #084d8d; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NGQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDZhOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #084d8d 0%, #0d6a95 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#084d8d), color-stop(100%,#0d6a95)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #084d8d 0%,#0d6a95 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #084d8d 0%,#0d6a95 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #084d8d 0%,#0d6a95 100%); /* IE10+ */
        background: linear-gradient(to bottom, #084d8d 0%,#0d6a95 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084d8d', endColorstr='#0d6a95',GradientType=0 ); /* IE6-8 */
        padding: 8px 40px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .content-wrapper.regf {
        padding: 3%;
        padding-right: 0;
    }

p.main-content-paragraph {
    width: 640px;
    color: #000;
    margin: 40px;
    float: left;
    text-align: left;
    line-height: 2.25;
    margin-bottom: 0;
    padding: 0;
    margin-top: 20px;
}

.register-btn-cnt hr {
    margin-bottom: 40px;
}

.register-btn-cnt {
    width: 660px;
    float: left;
    margin-bottom: 60px;
    padding-left: 40px;
    margin-top: 40px;
}

    .register-btn-cnt input {
        display: block;
        margin: auto;
    }

span.inquiries {
    float: right;
    font-size: 16px;
}

.inside-content-column {
    width: 290px;
    text-align: left;
    float: left;
    margin-right: 40px;
}

    .inside-content-column input {
        margin: 0;
    }

    .inside-content-column:last-child {
        margin: 0;
    }

.mark-span {
    color: #c20606;
    border-bottom: 1px solid #c20606;
    white-space: nowrap;
    display: inline-block;
}

ul.inner-content-list li {
    position: relative;
}

    ul.inner-content-list li:before {
        width: 4px;
        height: 4px;
        position: absolute;
        left: -10px;
        content: '';
        background: #0b5e92;
        top: 15px;
        border-radius: 5px;
    }

section.tennis-section {
    background: url(../images/tennis-01.png) no-repeat right top;
    min-height: 628px;
}

section.running-section {
    background: url(../images/running-01.png) no-repeat right top;
}

section.cycle-section {
    background: url(../images/03.png) no-repeat right top;
    background-size: 35%;
}

.reg-form-table {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-bottom: 40px;
}

    .reg-form-table h4 {
        color: #0b5b91;
        font-size: 18px;
    }

select, input {
    width: 100%;
    border: 1px solid #E0E0E0;
    color: #000000;
    padding: 3px 10px;
    background: #fff;
}

table.reg-form-table p {
    height: 0;
    font-size: 11px;
    position: relative;
    top: -12px;
    overflow: visible;
}

.reg-form-table td {
    padding: 10px 0;
    position: relative;
}

a.fileUpload {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 0;
    background: #5e9a46;
    height: 39px;
    width: 90px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    height: 100%;
}

.fileUpload.btn.btn-primary {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
    padding: 0;
}

    .fileUpload.btn.btn-primary span {
        float: right;
        height: 100%;
        width: 90px;
        text-align: center;
        color: #fff;
        background: #6da342; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYTM0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTZjNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #6da342 0%, #0a6c5c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da342), color-stop(100%,#0a6c5c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6da342 0%,#0a6c5c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6da342 0%,#0a6c5c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6da342 0%,#0a6c5c 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(109, 163, 66, 0.88) 0%,rgba(10, 108, 92, 0.72) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da342', endColorstr='#0a6c5c',GradientType=0 ); /* IE6-8 */
        line-height: 40px;
    }

div.fileUpload + p {
    top: -3px;
    color: #000;
}

.content-wrapper.regf hr {
    clear: both;
    margin-right: 3%;
    height: 2px;
}

.reg-form-table.terms select {
    width: 100%;
}

td:nth-child(odd) {
    width: 200px;
}

.terms-points {
    height: auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    overflow: auto;
    height: 250px;
}

table td.accept-terms {
    padding: 0;
}

    table td.accept-terms input[type=checkbox] {
        float: left;
        width: auto;
        margin-top: 5px;
    }

        table td.accept-terms input[type=checkbox] + span {
            float: left;
            /* margin-top: -10px; */
            margin-left: 10px;
        }

.register-btn-cnt.final {
    padding: 0;
    width: 100%;
    padding-right: 40px;
    padding-top: 40px;
    margin: 0;
}

a.lang-shift:before {
    content: '';
    background: url(../images/ar-lang.png);
    width: 14px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 10px;
}

a.lang-shift {
    padding-left: 20px;
    position: relative;
    color: #fff;
}

.secial-contact p {
    color: #282828;
    font-size: 16px;
}

header.main-header {
    margin-bottom: 10px;
}

.relative-cont {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.terms-panel {
    margin-top: 20px;
}

.hyper-logo {
    display: table;
    margin: auto;
}

.pop_header {
    background: #084d8d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #084d8d 0%, #0d6a95 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#084d8d), color-stop(100%,#0d6a95));
    background: -webkit-linear-gradient(top, #084d8d 0%,#0d6a95 100%);
    background: -o-linear-gradient(top, #084d8d 0%,#0d6a95 100%);
    background: -ms-linear-gradient(top, #084d8d 0%,#0d6a95 100%);
    background: linear-gradient(to bottom, #084d8d 0%,#0d6a95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084d8d', endColorstr='#0d6a95',GradientType=0 );
    color: #fff;
    padding: 10px 20px;
    text-align: left;
}

.pop_footer {
    padding: 0;
}

    .pop_footer button {
        padding: 20px 60px;
        background: #fff;
        border-left: 1px solid #ececec;
        float: right;
    }

.down_pop_rules {
    background: #fff;
    text-decoration: none;
    border-right: 1px solid #ececec;
    padding: 20px 60px;
}

.registration_page .columizer > label {
    /* float: left; */
    /* width: 30%; */
    font-size: 15px;
    margin: 10px 0;
    font-family: sans-serif;
}

    .registration_page .columizer > label + .takeValue {
        float: left;
        width: 70%;
    }

        .registration_page .columizer > label + .takeValue p {
            line-height: 22px;
        }

input[type="radio"] {
    width: 12px;
}

.chechbox_item {
    display: inline-block;
    margin-right: 15px;
}

.registration_page label {
    padding: 0;
    top: 0;
}

.takeValue.list-md-condition input[type=checkbox] {
    margin-top: -5px;
}

label.errr, label.error {
    top: 0;
}

.overlay-over-category-section {
    display: none;
    background: rgba(0, 0, 0, 0.76);
    width: 100%;
    height: 44%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.splash_popup {
    width: 1170px;
    height: 30%;
    top: 30%;
    margin: auto;
    background: white;
    position: absolute;
    color: rgb(0, 0, 0);
    left: -100%;
    right: -100%;
}

a.close-category {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}


.overlay-over-category-section-text {
    position: absolute;
    width: 50%;
    top: 15px;
    left: 25%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.agree_check {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    line-height: 30px;
    text-align:center;
}

.login_section .button-sets, .btn-select-sport {
    margin: auto auto auto auto;
}

.player_container {
    width: 47%;
    overflow: hidden;
    float: left;
    margin-right: 3%;
}

.registration_page .player_container .columizer {
    width: 100%;
}

/*new styles*/

div.owl-mainSlider {
    padding: 0 20px;
}

.selection-item-image {
    border: 9px solid #fff;
    -webkit-box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.19);
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    position: relative;
    height: auto;
    background-size: cover;
    background-position: center top;
}

.selection-column {
    text-decoration: none;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    display: inline-block;
    cursor: default;
    margin: 0 25px;
    float: none;
    margin-bottom: 35px;
	position:relative;
}

.selction-item-caption {
    color: #282828;
    position: relative;
    font-size: 17px;
    text-align: center;
    top: 10px;
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    color: black;
    text-decoration: none;
}

header.main-header nav {
    /*float: left;*/
}

ul.main-vavigation {
    margin: 0;
    height: auto;
    margin-bottom: 25px;
}

.header-rightside {
    float: right;
    position: relative;
}

    .header-rightside h1, .header-rightside a {
        float: left;
    }

        .header-rightside a img.main-logo-home {
            margin: 0;
            max-height: 180px;
            width: auto;
        }

    .header-rightside h1 {
        margin-top: 25px;
        margin-right: 75px;
        font-size: 30px;
        font-weight: normal;
        color: #000;
    }

header.main-header {
    padding-top: 25px;
    padding-bottom: 244px;
    position: relative;
}

    header.main-header:before {
        content: '2016';
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 504px;
        color: #fff;
        opacity: 0.1;
        line-height: 1;
        font-family: Arial;
    }

a.lang-shift:before {
    display: none;
}

a.lang-shift {
    padding: 3px 7px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 1;
}

.main-vavigation li:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    /*background: #fff;*/
    bottom: 0;
    left: 0;
    /*-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;*/
    /*-moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;*/
    /*transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;*/
}

.main-vavigation li {
    padding: 10px 12px 10px 12px;
    margin-right: 20px;
    /*padding-bottom: 5px;*/
    background: #04ACC6;
    color: white;
    text-decoration: none;
}

    .main-vavigation li:hover {
        background: #9AC059;
        color: white;
        text-decoration: none;
    }

.selection-column:hover .selection-item-image {
    border-color: #035fc2;
}

div.owl-mainSlider .owl-item {
    margin: 30px 0;
}

.selection-item-image:before {
    width: 0px;
    height: 0px;
    content: '';
    border-bottom: 110px solid #035fc2;
    border-left: 110px solid transparent;
    bottom: -1px;
    position: absolute;
    right: -1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
}

.selection-column:hover .selection-item-image:before {
    visibility: visible;
    opacity: 1;
}

.selection-item-image:after {
    content: '';
    width: 28px;
    height: 22px;
    background: url(../images/nass2016/item-arrow.png) no-repeat center;
    position: absolute;
    bottom: 12px;
    right: 55px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}

.selection-column:hover .selection-item-image:after {
    visibility: visible;
    opacity: 1;
    right: 20px;
}

.selection-item[disabled] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    cursor: default;
}

    .selection-item[disabled] .selection-item-image {
        border-color: #acacac;
    }

.selection-item {
    cursor: pointer;
}

    .selection-item[disabled] .selction-item-caption {
        color: #ACACAC;
    }

span.hash-title {
    display: block;
    width: 212px;
    height: 16px;
    background: url(../images/nass2016/hash.png) no-repeat center;
    clear: both;
}



@media screen and (max-width:1170px) {
    header.main-header:before {
        font-size: 410px;
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width:1170px) {
    header.main-header:before {
        font-size: 250px;
        top: 50%;
    }
}

@media screen and (min-width:1600px) {
    div.owl-mainSlider .owl-stage-outer {
        overflow: visible;
    }

    .selection-column:hover .selection-item-image {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        border-color: #035fc2;
    }
}

@media screen and (max-width:800px) {
    header.main-header:before {
        font-size: 15em;
        top: 50%;
        font-weight: bold;
    }

    .selection-item-image:before {
        border-bottom: 90px solid #035fc2;
        border-left: 90px solid transparent;
    }

    .header-rightside {
        float: none;
        clear: both;
        overflow: hidden;
        position: relative;
        top: 30px;
    }

        .header-rightside h1, .header-rightside a {
            float: none;
            text-align: center;
            display: table;
            margin: auto;
        }

    header.main-header {
        padding-bottom: 120px;
    }
}

div.owl-mainSlider .owl-controls {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 0;
    margin-top: -18px;
}

    div.owl-mainSlider .owl-controls .owl-nav {
        overflow: hidden;
    }

        div.owl-mainSlider .owl-controls .owl-nav .owl-prev {
            float: left;
        }

    div.owl-mainSlider .owl-controls .owl-navÂ  .owl-next {
    }

    div.owl-mainSlider .owl-controls .owl-nav .owl-next {
        float: right;
    }

    div.owl-mainSlider .owl-controls .owl-nav .owl-next, div.owl-mainSlider .owl-controls .owl-nav .owl-prev {
        background: #035fc2;
        color: #fff;
        width: 32px;
        text-align: center;
        font-size: 28px;
        line-height: 1;
        height: 36px;
    }

.selection-column:hover .selction-item-caption {
    top: 25px;
}

footer.footer {
    background: #f6f6f6;
    padding: 30px 0;
    min-height: 210px;
}

.social-links a:hover {
    background: #f6f6f6;
    color: #2A5B83;
    border-color: #2A5B83;
}

.main-vavigation li.current a {
    color: #fff;
}

.main-vavigation li.current:before {
    width: 100%;
}

header.main-header.inner-main-header {
    padding-bottom: 20px;
}

    header.main-header.inner-main-header:before {
        top: -50px;
    }


/**inner new changes*/

header.main-header.inner-main-header {
    padding-bottom: 20px;
}

    header.main-header.inner-main-header:before {
        top: -50px;
    }

@media screen and (min-width:1171px) {
    div#main-container.main-inner-container {
        padding: 0px;
    }
}

.inner-new-adobe-container {
    background: #fff;
    padding: 10px;
    /* padding-bottom: 0; */
}

.left-home img {
    width: 100%;
}

.right-home h2.about_text {
    color: #000;
    font-family: 'HelveticaNeue-Bold', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 56px;
}

p.about_para {
    color: #000;
    font-size: 17px;
    font-family: 'HelveticaNeue-Roman', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 34px;
    max-width: none;
}

.left-home, .login .left-home {
    max-height: 900px;
    overflow: hidden;
    background: url(../images/NASST2017/left.jpg) top center;
    background-size: cover;
    min-height: 600px;
}

.left-home-title-b {
    width: 100%;
    left: auto;
    text-align: center;
    max-width: 400px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    line-height: 40px;
    bottom: 60px;
    padding: 0;
}

.left-home.new-left-home .left-home-title {
    position: relative;
    right: 0;
    margin: auto;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 34px;
    line-height: 60px;
    top: 0;
    margin-top: 30px;
    margin-bottom: 70px;
    left: 0px;
    max-width: 480px;
}

.inner-left-item {
    clear: both;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    display: table;
    margin: auto;
    min-width: 400px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

    .inner-left-item span {
        display: block;
        font-size: 18px;
    }

        .inner-left-item span:first-child {
            font-weight: bold;
            margin-bottom: 10px;
        }

.pledge-download.pledge-btn-home.new-download a.new-nav-link {
    display: block;
    max-width: 400px;
    margin-bottom: 10px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #a2a2a2;
    color: #000;
    text-align: left;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
    -moz-transition: all 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
    transition: all 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
    border-radius: 0px;
    padding-left: 40px;
}

    .pledge-download.pledge-btn-home.new-download a.new-nav-link i.fa {
        display: block;
        position: absolute;
        right: 10px;
        top: 13px;
        font-size: 21px;
        color: #a2a2a2;
        -webkit-transition: all 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
        -moz-transition: all 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
        transition: all 250ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
    }

    .pledge-download.pledge-btn-home.new-download a.new-nav-link:hover {
        background: #9AC059;
        color: #fff;
        border-color: #9AC059;
    }

        .pledge-download.pledge-btn-home.new-download a.new-nav-link:hover i.fa {
            color: #fff;
        }

    .pledge-download.pledge-btn-home.new-download a.new-nav-link i.fa:last-child {
        right: 50px;
        visibility: hidden;
        opacity: 0;
    }

    .pledge-download.pledge-btn-home.new-download a.new-nav-link:hover i.fa:last-child {
        right: 10px;
        visibility: visible;
        opacity: 1;
    }

    .pledge-download.pledge-btn-home.new-download a.new-nav-link:hover i.fa:first-child {
        right: -10px;
        visibility: hidden;
        opacity: 0;
    }

    .pledge-download.pledge-btn-home.new-download a.new-nav-link:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 24px;
        background: url(../images/nass2016/doc-icon.png) top center;
        top: 13px;
        left: 10px;
    }

    .pledge-download.pledge-btn-home.new-download a.new-nav-link:hover:before {
        background: url(../images/nass2016/doc-icon-hv.png) top center;
    }

@media screen and (max-width:1191px) {
    .right-home {
        padding-bottom: 10px;
    }

    .left-home-title-b {
        position: relative;
        bottom: 0;
        padding: 0 10px;
    }
}

.login input.blue_button {
    width: auto;
    margin: 0 5px;
    min-width: 120px;
}

.pace {
    /*background: #fff url(../images/nass2016/bg-grad.png) repeat-x top center;*/
    background: #fff repeat-x top center;
}

html, body, .pace {
    height: 100%;
}

.home-btn-sets {
    text-align: left;
}

.pledge-download.pledge-btn-home.new-download a.new-nav-link i.fa:before {
    content: "\f105";
}

.inner-new-adobe-container .col-lg-push-6, .inner-new-adobe-container .col-lg-pull-6 {
    left: 0;
}

.right-home .blue_button, .right-home .login_section input[type=submit], .login_section .right-home input[type=submit] {
    color: #fff;
}

span.custom-input-choose {
}

.checkbox-item label {
    font-size: 15px;
    display: inline-block;
    margin: 10px 5px;
    line-height: 1;
    font-family: inherit;
}

.checkbox-item {
    /* margin: 9px 0; */
}

.outer-input.file span.custom-input-choose, .outer-input.file span.custom-input-value {
    padding-top: 13px;
}

.contact-number-country-code {
    border-right: 1px solid #A2A2A2;
    border-left: none;
}

    .contact-number-country-code + input[type=text] {
        padding-left: 55px;
        text-align: left;
    }

@media screen and (max-width:768px) {
    ul.main-vavigation {
        width: 100%;
    }

        ul.main-vavigation li {
            width: 100%;
            margin: 0px auto;
            text-align: center;
            margin-bottom: 2px;
            display: none;
        }
}

.remove-padding, .remove-padding * {
    padding: 0 !important;
}

    .remove-padding input {
        padding: 10px !important;
        height: 50px !important;
        background: #fff;
    }

.login input.blue_button {
    width: auto;
    margin: 0;
    min-width: 160px;
    height: 40px;
}

.col-lg-8.login-more-links {
    padding: 0px;
}

.login-more-links a {
    margin: 0px;
    margin-right: 20px;
}

.home-btn-sets a.blue_button {
    display: block;
    max-width: 220px;
    font-weight: normal;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 15px;
}

@media screen and (max-width:768px) {
    div#main-container.main-inner-container {
        padding: 0 20px;
    }
}

@media screen and (max-width:480px) {
    header.main-header:before {
        display: none;
    }

    .inner-left-item {
        min-width: 0px;
        width: 100%;
    }
}


hr.blue-line {
    clear: both;
    margin: 0 30px;
    height: 2px;
    background: #035fc2;
}

.wizard-download a.wizard-btn {
    width: 25%;
    float: left;
    text-align: left;
    height: 50px;
    padding-top: 15px;
    background: #035fc2;
    color: #fff;
}

.pledge-download.wizard-download {
    overflow: hidden;
    padding: 0px;
}

.wizard-download a.wizard-btn:hover {
    background: #187be5;
}

.wizard-download a.wizard-btn:first-child ~ a.wizard-btn {
    border-left: 1px solid #5694d6;
}

span.pdf-icon {
    width: 20px;
    height: 25px;
    display: block;
    float: left;
    background: url(../images/nass2016/pdf.png) no-repeat center;
    margin: 0 20px;
    margin-top: -4px;
}

@media screen and (max-width:1024px) {
    .wizard-download a.wizard-btn {
        width: 50%;
        border-bottom: 1px solid #5694d6;
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .wizard-download a.wizard-btn {
        width: 100%;
        float: none;
    }
}

.wizard-panel {
    max-height: 370px;
    overflow: auto;
    padding: 20px;
    text-align: right;
    direction: rtl;
}

.wizard-pledge {
    padding: 0;
}

.wizard-checkbox {
    background: #282828;
    color: #fff;
    padding: 21px;
    border-bottom: 1px solid #fff;
	cursor:pointer;
}

.wizard-checkbox h3.has_checkbox {
	display: table;
	margin: auto;
	padding-right: 25px;
}

.wizard-checkbox h3.has_checkbox input[type=checkbox] {
	padding: 0;
	top: 6px;
}

.wizard-reg-btn input.blue_button, .wizard-reg-btn button.blue_button {
    margin: auto;
    display: block;
    width: 280px;
    height: 50px;
    font-size: 16px;
}

.wizard-pledge ul li {
    margin: 10px 45px 10px 20px !important;
}

/*.wizard-pledge ul li:before {
        left: auto !important;
        right: -17px !important;
    }*/

input[type=text], input[type=search], input[type=password], textarea, select {
    text-align: left;
}

.header-rightside h1, .header-rightside a {
    clear: both;
    float: none;
    display: table;
    margin: auto;
}

.header-rightside {
    float: none;
    margin: auto;
    top: -20px;
}

    .header-rightside h1 {
        font-size: 22px;
        text-align: center;
        line-height: 36px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

span.hash-title {
    margin: auto;
    margin-top: 10px;
}

header.main-header {
    padding-bottom: 30px;
}

    header.main-header:before {
        display: none;
    }

    header.main-header nav {
        position: relative;
        z-index: 1;
        height: 30px;
    }

@media screen and (max-width:768px) {
    .header-rightside {
        top: 0px;
    }
}

.home-btn-sets a.blue_button {
    background: #035fc2;
}

    .home-btn-sets a.blue_button:hover {
        background: #9AC059;
    }

.homepage-deadline-list {
    text-align: center;
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    float: left;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.contact-list-item {
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    /*line-height: 40px;*/
    border-top: 1px solid #40407E;
    padding-top: 10px;
}

.text_center.home-btn-sets {
    text-align: center;
}

.header-rightside h1 {
    font-weight: bold;
    margin-top: 20px;
}

.right-home h2.about_text {
    border-bottom: 1px solid #D9D9D6;
    margin-bottom: 15px;
}

.inner-new-adobe-container {
    border: 1px solid #D9D9D6;
}

.input-submit-button {
    display: block;
    max-width: 220px;
    font-weight: normal;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 17px;
    background: #035fc2;
}

    .input-submit-button:hover {
        background: #9AC059;
    }

.login-more-links a {
    margin: 0px;
    margin-left: 20px;
    position: relative;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    float: left;
    margin: 0 15px;
}
.login-more-links a:hover {
    color: #22226a;
    text-decoration: underline;
    font-size: 20px;
}

section.points_pledge.terms-conditions ul {
    height: 300px;
    overflow: scroll;
}

a.open-menu, a.close-menu {
    display: none;
}

@media screen and (max-width: 480px) {
    a.open-menu {
        margin: 2%;
        font-size: 25pt;
        text-align: center;
    }

    a.close-menu {
        display: none;
        margin: 2%;
        font-size: 25pt;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    a.open-menu {
        display: inline;
        cursor: pointer;
    }

    a.close-menu {
        display: none;
        cursor: pointer;
    }

    ul.main-vavigation {
        width: 100%;
    }

        ul.main-vavigation li {
            width: 100%;
            margin: 0px auto;
            text-align: center;
            margin-bottom: 2px;
            display: none;
        }

    .registration_page .columizer > label + .takeValue {
        float: left;
        width: 100%;
    }
}

section.terms-conditions ul {
    height: 300px;
    overflow: scroll;
}

.terms-conditions li {
    color: #000000;
    margin: 20px 15px 20px 15px;
    position: relative;
    line-height: 2;
}

    .terms-conditions li:before {
        background-color: #0f77ba;
        border-radius: 50%;
        content: "";
        height: 5px;
        position: absolute;
        left: -17px;
        top: 15px;
        width: 5px;
    }

.back_to_couple_registration {
    float: right;
}

#nas-register-form .container {
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 20px 0px;
    border: 1px solid rgb(225, 225, 225);
}

label b {
    line-height: 18px;
    display: inline-block;
    height: 36px;
}

@media screen and (max-width:990px) {
    .content-wrapper.regf {
        padding: 12px;
    }
    /*}

@media screen and (max-width:768px) {*/
    section.terms-conditions table.reg-form-table {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
        float: none;
    }

        section.terms-conditions table.reg-form-table td {
            display: block;
            width: auto;
            padding: 0px;
        }

            section.terms-conditions table.reg-form-table td img {
                max-width: 100%;
            }

    .btn-select-sport {
        width: 170px;
    }
}

.disable-section .disabled-container {
    display: none !important;
}

.disable-section {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #fff !important;
}

.player-category-thumbnail {
    padding-top: 15px;
    position: relative;
    border: 2px solid #fff;
}

    .player-category-thumbnail .columizer {
        position: static;
    }

    .player-category-thumbnail:hover {
		border-color: transparent;
		background: #035fc2;
		border-width: 1px;
	}

    .player-category-thumbnail.selected-player-active {
        border-color: #4880C7;
    }

.player-category-container input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
}

.disable-section input[type="radio"] {
    cursor: not-allowed !important;
}

.player-category-thumbnail img {
    width: auto !important;
    height: 220px;
}

.registration_page .columizer > label {
    margin-bottom: 0px;
    min-height: 36px;
}

.registration_page .columizer {
    margin-bottom: 0;
}

.divSportImg {
    padding: 40px 20px;
}

.custom-columizer-5 .col-sm-2.player-category-thumbnail {
    width: 20%;
}

    .custom-columizer-5 .col-sm-2.player-category-thumbnail img {
        display: block;
        margin: auto;
    }

.player-category-container {
    margin-bottom: 30px !IMPORTANT;
}

.custom-columizer-5.player-category-container {
    padding-right: 30px;
}

@media screen and (max-width:768px) {
    .registration_page .columizer input {
        margin: 0px;
    }

    .custom-columizer-5 .col-sm-2.player-category-thumbnail {
        width: auto;
    }
}

@media screen and (max-width:480px) {
    .chechbox_item.col-md-12 {
        width: 40%;
        margin-bottom: 20px;
    }

    .recaptchatable #recaptcha_image #recaptcha_challenge_image {
        max-width: 100%;
    }
}

.col-lg-8.login-more-links .input-submit-button {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
    padding: 10px 15px;
}
p.login-form-label {
    position: relative;
    float: right;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
}
a.btn-select-sport {
    margin-bottom: 10px;
}


/*new register cycling*/

ul.paticipate-selection-list.clearfix {
    background-color: #cf0e28;
    border-top: 1px solid rgb(225, 225, 225);
    margin-right: 3%;
    clear: both;
}

.participate-selection + ul.paticipate-selection-list.clearfix {
    border: none;
}

ul.paticipate-selection-list.clearfix li {
    width: 29%;
    float: left;
    height: 100px;
    cursor: pointer;
}

    ul.paticipate-selection-list.clearfix li a {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 100px;
        color: #fff;
        border-right: 2px solid #ba0d24;
        font-size: 20px;
        text-decoration: none;
        font-weight: normal;
    }

        ul.paticipate-selection-list.clearfix li a:hover {
            background-color: #BA0D24;
        }

    ul.paticipate-selection-list.clearfix li.selected a {
        background-color: #fff;
        color: #0f76ba;
    }

.global-form.clearfix {
    padding: 60px 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(225, 225, 225);
    margin-bottom: 30px;
}

.custom__postion.global-form.clearfix {
    padding: 3%;
    margin: 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
}

.global-form.clearfix .editor-label, .global-form.clearfix .editor-field {
    float: left;
    width: 30%;
    margin-bottom: 30px;
    position: relative;
    padding-right: 3%;
}

.global-form.clearfix .editor-label {
    width: 20%;
}

.global-form.clearfix .editor-label {
    padding-top: 12px;
}

.global-form.clearfix .editor-field {
    position: relative;
}

.buttonContainerRight.remove-participate {
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .buttonContainerRight.remove-participate input {
        color: #fff;
        border: none;
        margin: 0;
        padding: 0 30px;
        background-color: #CF0E28;
        font-size: 14px;
        height: 30px;
        line-height: 1;
    }

        .buttonContainerRight.remove-participate input:hover {
            background-color: #0F76BA;
        }

.tab-panel-item {
    display: none;
}

    .tab-panel-item.active {
        display: block;
    }

.buttonContainer.add-more-members-- input {
    color: #fff;
    height: 50px;
    border: none;
    margin: 40px auto;
    padding: 0 30px;
    background: #0F783D url(../images/add__.png) 20px center no-repeat;
    padding-left: 50px;
    width: auto;
    clear: both;
    float: none;
    display: block;
}

    .buttonContainer.add-more-members-- input:hover {
        background-color: #0F76BA;
    }

.custom__postion.global-form:first-child input.remove-member {
    display: none;
}

ul.main-vavigation li:last-child a.lang-shift {
    margin-top: -4px;
    padding-bottom: 5px;
    font-size: 16px;
}

.single-home-page .col-md-6{
	margin:0px;
	padding: 15px;
}
.single-home-page .rules-conditions{
	font-size: 16px;
	font-family: roboto;
}
.single-home-page a.single-register-now-btn {
    background: #035fc2;
    color: #fff !important;
    padding: 15px 30px;
    margin: 25px;
    position: relative;
    display: inline-block;
}
.single-home-page a.single-register-now-btn:hover {
    background: #00a296;
    text-decoration: none;
}
.single-home-page .single-register-now-btn-container {
    position: relative;
    display: block;
    text-align: center;
}
.single-home-page .sports-image {
    text-align: center;
}
.single-home-page .sports-image img {
    width: 68%;
}
.single-home-page h5 {
    border-bottom: 1px solid #e5e5e5;
}
.single-home-page li.green-background {
    background: #7bb04e;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
}
.single-home-page li.green-background a {
    color: #fff;
}
.single-home-page li.green-background ul > li:before {
    display: none;
}
.single-home-page li.blue-background {
    background: #035fc2;
    padding: 15px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.single-home-page ul > li {
    padding: 5px 0;
	padding-left: 15px;
}
.single-home-page ul > li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #035fc2;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
    border-radius: 48%;
	left: 10px;
}
.single-home-page ul > li > ul >li{
	padding-left: 15px;
	position: relative;
}
.single-home-page ul > li > b{
	color: #035fc2;
}
.single-home-page ul > li > ul >li:before{
	left: 0px;
    position: absolute;
}
.single-home-page ul > li > ul >li > ul > li{
	padding-left: 15px;
	position: relative;
}
.single-home-page ul > li > ul >li > ul > li:before{
	background: #7f7f7f;
    left: 0px;
    position: absolute;
}
.single-home-page ul > li.green-background:before,
.single-home-page ul > li.blue-background:before{
    display: none;
}
.single-home-page ul > li.green-background > ul > li {
	padding: 0px;
	font-weight: bold;
}
.single-home-page .col-md-6:nth-child(2n+1) {
    float: left;
}
.single-home-page .col-md-6:nth-child(2n) {
    float: right;
}
.single-home-page .categories-container {
    position: relative;
    display: block;
    text-align: center;
	padding: 15px 0;
}
.single-home-page .category {
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 5px;
    text-align: center;
    height: 260px;
}
.single-home-page span.category-title {
    position: absolute;
    width: 100%;
    left: 0px;
	bottom: 15px;
}
.single-home-page .category img {
    width: 100%;
}


@media screen and (max-width: 1190px) {
    .global-form.clearfix .editor-field {
        width: 35%;
        padding: 0;
    }

    .global-form.clearfix .editor-label {
        width: 15%;
    }
}

@media screen and (max-width: 1024px) {
    ul.paticipate-selection-list.clearfix li {
        width: 33.333%;
        height: 60px;
    }

        ul.paticipate-selection-list.clearfix li a {
            font-size: 16px;
            line-height: 1;
            padding-top: 15px;
        }

    .global-form.clearfix .editor-field {
        width: 66.667%;
    }

    .global-form.clearfix .editor-label {
        width: 32.333%;
    }
}
div#ui-datepicker-div{
	z-index: 1000 !important;
}
.player-all-fields-container {
    margin: 25px 0;
}
@media screen and (max-width: 768px) {
    ul.paticipate-selection-list.clearfix li {
        width: 50%;
        border: 1px solid #ba0d24;
    }

    .global-form.clearfix .editor-label, .global-form.clearfix .editor-field {
        width: 100%;
        margin: 0;
    }

    ul.paticipate-selection-list.clearfix {
        margin: 0;
    }
	.selection-column {
		width: 85%;
		float: left;
		margin: 25px 0px;
	}
}

.player-category-thumbnail span.category-title {
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 20px;
    margin: 10px 2px;
    min-height: 40px;
}

.chechbox_item:last-child {
    margin-bottom: 13px;
}

table.gridview-table {
    width: 100%;
    min-width: 760px;
}

    table.gridview-table td {
        width: 25%;
        height: 54px;
        border-bottom: 4px solid #fff;
        padding: 0 20px;
    }

td.join-submit-link a {
    float: right;
    background-color: #0F783D;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0 30px;
    height: 100%;
    text-decoration: none;
    line-height: 50px;
    max-height: 50px;
}

    td.join-submit-link a:hover {
        background-color: #0F76BA;
    }

table.gridview-table tr {
    background-color: #fafafa;
    padding: 0 20px;
}

    table.gridview-table tr td.join-submit-link {
        padding: 0;
    }

    table.gridview-table tr:nth-child(even) {
        background-color: #f4f4f4;
    }

    table.gridview-table tr.grid-header {
        background-color: #CF0E28;
        color: #fff;
        text-align:left;
    }

        table.gridview-table tr.grid-header th {
            height: 54px;
            padding-left: 20px;
            border-bottom: 4px solid #fff;
        }

.join-team-container {
    padding: 3%;
    padding-left: 0;
    overflow: auto;
}

/*:-ms-input-placeholder {
    font-style: italic;
    color: red;
    background-color: yellow;
}*/

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

input[type=text]:-ms-input-placeholder {
    color: #000;
}

.check-team-of-player {
    display: none;
}

.check-player-team {
    clear: both;
    margin: 20px auto;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 10px;
    display: table;
    padding-bottom: 5px;
    background: #0F5FA0;
}
ul.main-vavigation {
    margin: 0 auto;
    height: auto;
    margin-bottom: 25px;
    /*margin-left: 50%;
	transform: translateX(-50%);*/
    position: relative;    
    margin-top: 15px;
}
.selection-column{
	position:relative;
}

.sports-section-container {
    position: relative;
    display: inline-block;
}

.disabled-container .grey-liner {
    position: absolute;
    width: 100%;
    height: 95%;
    background: #d8d8d8;
    opacity: 0.7;
    z-index: 5;
}
.disabled-container:hover .selection-item-image:before,
.disabled-container:hover .selection-item-image:after {
	display:none;
}
.disabled-container:hover .selection-item-image {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	border-color: #fff;
}
.main-vavigation li {
    background: #035fc2;
}
.selection-item-image:before {
    border-bottom: 200px solid #035fc2;
    border-left: 200px solid transparent;
}
.selection-item-image:after{
	/* background-size: 20px 20px; */
	bottom: 50px;
	right: 12px;
}
a.selection-item-text {
	display:none;
	position: absolute;
	right: 12px;
	bottom: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
}
span.selection-item-text {
	display:none;
    position: absolute;
    right: 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    bottom: 10px;
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.sports-section-container:hover a.selection-item-text{
	display:block;
	text-decoration: none;
}
.sports-section-container:hover span.selection-item-text{
	display:block;
}
.modal-content {
	border-radius:0px;
}
.banner-player-edit{
	background: #035fc2;
}
@media (min-width: 992px){
	.modal-lg {
		width: 1200px;
	}
}

#running-registration-form input[type=text],
#running-registration-form input[type=radio],
#running-registration-form input[type=checkbox],
#running-registration-form select{
	font-weight:normal;
}
.player-category-thumbnail {
    position: relative;
    display: inline-block;
    width: 18%;
    margin: 0px 5px;
}

.player-category-thumbnail img {
    width: 100%;
    display: inline-block;
    height:auto;
}
hr,
.btn-select-sport,
.pop_header,
.blue_button, 
.login_section input[type=submit], 
.iframe_add_player .blue_button,
.content-wrapper header {
	background: #035fc2;
}
.blue_button:hover,
.login_section input[type=submit]:hover,
.iframe_add_player .blue_button:hover{
	background: #00a296;
}
.player-category-selector{
	position:relative;
}
.player-category-selector label.error{
	position: absolute;
    bottom: 0px;
    left: 15px;
    top: 225px;
}
.single-sport-registration,
.single-sport-registration .registration_page .columizer > label,
.secial-contact{
	font-family: 'Roboto', sans-serif;
}
.single-sport-registration#nas-register-form > .container {
    border: 1px solid #e1e1e1;
}

.single-sport-registration .login_section.registration_page {
    padding:0px;
}
.single-sport-registration  .content-wrapper.regf hr{
    margin-right: 0%;
}
.single-sport-registration input[type=text],
.single-sport-registration input[type=search],
.single-sport-registration input[type=password],
.single-sport-registration input[type=file],
.single-sport-registration textarea,
.single-sport-registration select,
.single-sport-registration input.uploadFilex
.single-sport-registration .fileUpload.btn.btn-primary{
    height: 60px;
	color: #8b8b8b !important;
	font-size: 16px;
	line-height: 50px;
}
.single-sport-registration input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b8b8b;
}
.single-sport-registration input::-moz-placeholder { /* Firefox 19+ */
  color: #8b8b8b;
}
.single-sport-registration input::-ms-input-placeholder { /* IE 10+ */
  color: #8b8b8b;
}
.single-sport-registration input::-moz-placeholder { /* Firefox 18- */
  color: #8b8b8b;
}
.single-sport-registration .gender-category-section .columizer{
    width: 50%;
    margin-right: 0%;
}
.single-sport-registration .gender-category-section {
	border: 1px solid #c3c3c3;
	padding-left: 15px;
}
.single-sport-registration .gender-category-section .player-gender{
	width: 100%;
	height: 60px;
	position: absolute;
    right: 0px;
    top: 0px;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail {
    width: 50%;
    display: block;
    position: relative;
    text-align: center;
    border-left: 1px solid #c3c3c3;
	height: 60px;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail.male-gender {
	background: #fff;
	background-image: url(../images/NASST2017/male-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail.female-gender {
	background: #fff;
	background-image: url(../images/NASST2017/female-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail.male-gender:hover,
.single-sport-registration .gender-category-section .gender-category-thumbnail.male-gender.active-gender{
	background: #035fc2;
	background-image: url(../images/NASST2017/male-icon-white.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail.female-gender:hover,
.single-sport-registration .gender-category-section .gender-category-thumbnail.female-gender.active-gender{
	background: #f9bdbd;
	background-image: url(../images/NASST2017/female-icon-white.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail.male-gender.disable-section:hover,
.single-sport-registration .gender-category-section .gender-category-thumbnail.male-gender.disable-section.active-gender{
	background: #fff;
	background-image: url(../images/NASST2017/male-icon.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail.female-gender.disable-section:hover,
.single-sport-registration .gender-category-section .gender-category-thumbnail.female-gender.disable-section.active-gender{
	background: #fff;
	background-image: url(../images/NASST2017/female-icon.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.single-sport-registration .gender-category-section .gender-category-thumbnail img{
	height: 100%;
	visibility: hidden;
}
.single-sport-registration .gender-category-section label{
	color: #8b8b8b;
	font-size: 16px;
	line-height: 60px;
	margin: 0px;
}
.single-sport-registration .player-category-thumbnail label{
	color: #8b8b8b;
}

.single-sport-registration .gender-category-section .columizer.col-sm-3.gender-category-thumbnail img{
	width: 60px;
	height: 60px;
}
.single-sport-registration .fileUpload.btn.btn-primary span {
    color: #fff;
    background: transparent;
    background-image: url(../images/NASST2017/upload-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 60px;
	width: 60px;
    text-align: center;    
    line-height: 50;
	background-position: right;
	font-size: 0px;
}
.single-sport-registration input.datepicker-common{
	background-image: url(../images/NASST2017/datepicker-icon.png);
    background-repeat: no-repeat;
	background-position: right;
}
.single-sport-registration .player-category-container {
    padding: 5px 30px 5px 30px;
    text-align: center;
}
.single-sport-registration .player-category-container input[type="radio"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.single-sport-registration .disabled-container {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: #7D7D7F;
	opacity: 0.5;
}
.single-sport-registration .overlay-over-category-section-text{
	width: 90%;
	right:5%;
}
.single-sport-registration .player-category-container label{
	color: #8b8b8b;
}
.single-sport-registration .player-category-thumbnail:hover  label,
.single-sport-registration .player-category-thumbnail.selected-player-active label{
	color: #ffffff;
}
.single-sport-registration .player-category-thumbnail.selected-player-active{
	border-color: #035fc2;
	background: #035fc2;
}
.single-sport-registration .tick-mark-icon {
    background-image: url(../images/NASST2017/selected-icon.png);
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0px;
    top: 7px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
}
.single-sport-registration .help-file-format {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 25px;
    display: inline;
    font-weight: normal;
	padding: 0px;
	position: absolute;
    bottom: -25px;
    right: 0px;
}
.single-sport-registration .help-file-condition {
    position: absolute;
    display: inline;
    padding: 0px;
    bottom: -7px;
    left: 15px;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    color: #8b8b8b;
}
.single-sport-registration .relative-cont .help-file-condition{
	bottom: -25px;
    left: 0px;
}    
.single-sport-registration input.error,
.single-sport-registration select.error,
.single-sport-registration textarea.error{
	border: 1px solid #e7262f;
}
.single-sport-registration label.error {
    font-size: 12px;
    color: #e7262f;
    position: absolute;
    right: 15px;
    top: -5px;
    font-weight: normal;
}
.single-sport-registration select{
	-webkit-appearance: none;
	background-image: url(../images/NASST2017/drop-down-arrow-icon.png);
	background-repeat: no-repeat;
	background-position: right;
}
.single-sport-registration select::-ms-expand {
    display: none;
}
.single-sport-registration .padding-section {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.single-sport-registration .player-primary-fields-container{
    padding: 35px 35px;
}
.single-sport-registration .player-tournament-fields-container{
    padding: 15px 35px 10px 35px;
}
.single-sport-registration .player-documents-fields-container{
    padding: 15px 35px;
}
.single-sport-registration .player-tournament-fields-container label{
	line-height: inherit;
	display: inline-block;
    height: auto;
	color: #000;
}
.single-sport-registration .player-tournament-fields-container label.error {
    color: #e7262f;
}
.single-sport-registration .player-tournament-fields-container select{
	margin: 0px;
}
.single-sport-registration .registration-footer {
    background: #eeeeee;
	margin: 35px 0 0 0;
}
.single-sport-registration .terms-agree-container{
	position: relative;
	padding: 35px 15px;
	/*text-align: right;*/
}
.single-sport-registration .terms-agree-container #terms_agree {
    /* position: absolute; */
    display: inline-block;
    height: 20px;
    z-index: 2;
    width: 20px;
    opacity: 1;
    cursor: pointer;
	box-sizing: border-box;
	padding: 0;
}
.single-sport-registration .terms-agree-container span {
    display: inline-block;
    position: relative;
    background: #7bc966;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
	cursor: pointer;
}
.single-sport-registration .captcha-container {
	position: relative;
	padding: 25px 15px;
	/*text-align: right;*/
}
.single-sport-registration .buttons-container {
	position: relative;
	padding: 35px 15px;
	/*text-align: left;*/
}
.single-sport-registration .buttons-container .register-player-button {
    display: inline-block;
    position: relative;
    background: #035fc2;
    line-height: 16px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    width: 350px;
    height: 60px;
}
.single-sport-registration .player-category-container label.error{
	position: absolute;
    top: 100%;
    left: 350px;
    display: block;
    width: 300px;
}
.single-sport-registration .player-category-container.cycling-player-category label.error{
	top: 250px;
}
.single-sport-registration .gender-category-thumbnail label.error{
	position: absolute;
    width: 200px;
    top: -45px;
    right: -160px;
}

.single-sport-registration .cycling-player-category .player-category-thumbnail{
	width: 20%;
    margin: 0px;
    position: relative;
    float: left;
}
.single-sport-registration .relative-cont{
	overflow: visible;
}
.single-sport-registration input[type="file"] + label.error {
    margin: -25px -10px;
    background: #fff;
}
.single-sport-registration .group_heading {
    color: #035fc2;
}
.single-sport-registration .things-to-show {
	display: none;
}
.single-registration-home .right-home {
    background-color: transparent;
}
.single-registration-home .left-home {
    margin: 0px;
}
.single-registration-home .form-container,
.single-registration-home .content-container{
	margin-right: 0%; 
}
.single-sport-registration .padding-section {
	position: relative;
}

.single-sport-registration a.btn-select-sport.enter-security-code {
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Roboto';
    height: 60px;
    border: none;
    line-height: 55px;
}
.single-sport-registration .login_section{
	min-height: 300px;
}
.single-sport-registration .login_section input[name="secuirty_code"] {
    width: auto;
    min-width: 270px;
}
.single-sport-registration hgroup.group_heading.pop_header {
	color: #fff;
}
.single-sport-registration .overlay-over-join-section {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1111;
	display:none;
}

.single-sport-registration .overlay-over-join-section .splash_popup {
    width: 90%;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.single-sport-registration .overlay-over-join-section 
span.overlay-over-category-section-text {
    right: 0;
    left: 0;
    width: 100%;
}
.single-sport-registration .overlay-over-join-section 
.splash_popup span.overlay-over-category-section-text span{
    display:block;
    font-size: 22px;
    float:left;
    width:100%;
    text-align:left;
    padding: 5px 25px
}
.single-sport-registration .overlay-over-join-section .splash_popup label.overlay-over-category-section-agree-section {
    position: relative;
    float: left;
    margin: 0px;
    left: 0px;
}
.single-sport-registration .overlay-over-join-section .splash_popup input#agree-with-team {
    position: relative;
    float: left;
    margin: 0px;
    width: 25px;
    height: 25px;
    left: 0px;
}
.single-sport-registration label.without-visa-label {
    display: inline-block;
    color: #8b8b8b;
    font-size: 16px;
}

.single-sport-registration input.player-without-visa {
    margin: 0px 15px;
    width: 20px;
    height: 20px;
    position: relative;
}
.points_pledge{
    padding: 25px;
}
.points_pledge h3 {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
}

.points_pledge h4 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
}
.points_pledge h5 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
}
.points_pledge ul li {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
}
.points_pledge ul li a{
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    color:#035fc2
}
.single-sport-registration span.tooltip {
	display: none;
    position: absolute;
    top: -100%;
    background: black;
    color: #fff;
    font-size: 13px;
    padding: 15px;
    text-align: left;
    opacity:0.8;
    width: 100%;
    left: 0px;
}
.single-sport-registration span.tooltip.special-tooltip{
    display:none !important;
}
.single-sport-registration span.tooltip._tooltip_five{
    top: -250px !important;
}

.single-sport-registration span.tooltip .arrow-down {
  width: 0;
  height: 0;
  position:absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
}
.single-sport-registration .player-category-thumbnail:hover span.tooltip {
	display: block;
}
.divSportImg {
    position: relative;
    float: right;
    width: 30%;
}

div#divMainContent {
    position: relative;
    float: left;
    width: 70%;
}

.rules-conditions {
    padding: 35px;
    font-size: 16px;
    font-family: roboto;
}

.rules-conditions h5 {
    font-size: 18px;
}
.rules-conditions h3{
    text-align:center;
    font-size:20px;
}
.rules-conditions h4{
    text-align:center;
    font-size:18px;
}

.rules-conditions a {
    color: #035fc2;
    font-size: 16px;
    font-weight: 600;
}

.register-btn-cnt {
    font-size: 16px;
    font-family: Roboto;
    color: #000;
	width: 100%;
}
div#passport-expiry-modal .expiry-contaner {
    color: #fff;
    font-size: 22px;
    width: 600px;
    display: inline-block;
    text-align: center;
    background: #7bc966;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 25%;
    text-transform: uppercase;
    font-family: Roboto;
    padding: 35px;
}

div#passport-expiry-modal .expiry-contaner span.close-button:after{
    content: "X";
    width: 25px;
    height: 25px;
    position: absolute;
    background: #035fc2;
    right: -10px;
    top: -12px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.single-home-page.fencing-registration-home span.category-title{
	bottom:-15px;
}
.type-of-doc-container{
	display: none;
}
.radio-container {
    display: block;
    width: 100%;
	height: 60px;
}
.radio-container input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
	cursor: pointer;
}
label.document-label {
    padding: 5px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
	width: 100%;
    height: 100%;
	color: #fff;
}
.radio-container label.emirates-id-copy {
    background: #035fc2;
}
.radio-container label.passport-copy {
    background: #035fc2;
}
.radio-container.active-document label{
	background: #00a296;
}
@media (min-width: 769px){
	.single-sport-registration .col-sm-6 {
		width: 50%;
		margin-right: 0%;
	}
}
@media screen and (max-width: 1024px){
	.player-category-thumbnail {
		width: 48%;
		margin: 0px;
	}
}
@media screen and (max-width: 590px){
	.player-category-thumbnail {
		width: 100%;
		margin: 0px;
	}
	.single-sport-registration .cycling-player-category .player-category-thumbnail {
		width: 100%;
		margin: 0px;
	}
	.single-sport-registration .player-category-container label.error{
        left: -50px;
		top: -25px;
    }
	.single-sport-registration .gender-category-thumbnail label.error {
		top: -55px;
		right: -90px;
	}
	.single-sport-registration .buttons-container .register-player-button{
		width: 100%;
	}
	.single-sport-registration input[type=text], .single-sport-registration input[type=search], .single-sport-registration input[type=password],
	.single-sport-registration input[type=file], .single-sport-registration textarea, .single-sport-registration select, .single-sport-registration input.uploadFilex,
	.single-sport-registration .fileUpload.btn.btn-primary,.single-sport-registration .gender-category-section label{
		font-size: 13px;
	}
	.single-sport-registration .captcha-container,
	.single-sport-registration .terms-agree-container,
	.single-sport-registration .buttons-container{
		padding: 5px 5px;
	}
	.single-sport-registration .terms-agree-container{
		font-size: 12px;
	}
	.single-sport-registration .help-file-condition{
		position: relative;
		left: 0px;
	}
	.single-sport-registration .help-file-format{
		position: relative;
		left: 0px;
	}
	.single-sport-registration .padding-section {
		padding: 0px;
	}
	.single-home-page .sports-image img {
		width: 100%;
	}
	div#passport-expiry-modal span{
		width: 85%;
	}
}

span.category-title.social_emirati_male {
    bottom: -15px;
}
.single-sport-block{
	position:relative;
	display: inline-block;
}
.disabled-overlay {
    position: absolute;
    width: 90%;
    height: 96%;
    background: #000000;
    z-index: 5;
    opacity: 0.5;
    right: 50%;
    transform: translateX(50%);
}

@media screen and (max-width: 786px){
	.group-links-selection {
		display: block;
	}
	.single-sport-block {
		width: 100%;
		padding: 0px 0 10px 0;
		margin: 10px 0;
	}
	.single-sport-block .disabled-overlay {
		width: 100%;
		height: 100%;
	}
	.single-sport-block .sports-section-container {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.single-sport-block .sports-section-container .selection-item-image img {
		width: 100%;
	}	
}

.price-table {
    overflow: auto;
}
.price-table table {
    border: 1px solid black;
    width: 100%;
}
.price-table table tr td,
.price-table table tr th {
    border: 1px solid black;
}
.price-table table thead tr th:first-child{
    width: 30%;
}
.price-table table tr td{
    /*width: 8.2%;*/
    text-align: center;
    padding: 5px 5px;
    width: auto;
}
h6.subhead {
    font-size: 16px;
    color: #035fc2;
}