html {overflow:hidden;overflow-y: scroll; }
html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100% !important;
    font-family: 'Roboto',Arial,sans-serif;
    background-color: #3f4924;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border: 0 !important;
    background-image: url('../images/grass.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
   
}




@-ms-viewport {
    width: 100%;
    width: auto !important
}

@-o-viewport {
    width: 100%;
}

@viewport {
    width: 100%;
}

form{
    border:0 solid transparent;
}
body.modal-open{
    width:100% !important;
    padding-right:0 !important;
    overflow-y:scroll !important;
    position:fixed !important;
}

input::-moz-focus-inner { border: 0; }
::-webkit-validation-bubble-message { display: none; }
textarea {
    resize: vertical;
}

h1{
	 font-size:30px;
	 line-height:34px;
     font-weight:400;
	}
h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

p, a {
    font-size: 14px;
    line-height: 20px;
    outline: none;
    color: #000;
  
}
hr {
    border:0;
    border-bottom:1px solid #484848;
}
img:focus, img:active,
button:focus, button:active {
    outline: none;
}

a,
a:active,
a:link,
a:focus {
    color:#000;
    outline: none;
    cursor: pointer;
    border: 0;
    font-weight: 400;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
    text-decoration: none;
}
a:hover{
	outline: none;
    border:0;
    background-color:transparent;
	text-decoration:underline;
    
}
    a.yellow,
    a.yellow:active,
    a.yellow:link {
        color: yellow;
    }

        a.yellow:hover,
        a.yellow:focus {
            text-decoration:underline;
            color: white;
        }

.regpanellink {
    font-weight: 500;
}
.regpanellink:hover {
    color: red !important;
}
/**************** buttons *****************/
.btn {
    outline: none;
    padding: 8px;
}


    .btn.btn-primary {
        background-color: transparent;
        border: 0;
        color: #000;
        border: 1px solid #484848;
        
    }

        .btn.btn-primary:hover {
            color: #000;
            background-color: #ffff00;
            outline: 0;
            border: 1px solid #000;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 186, 186, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 0, .6);
        }
.midbtn {
    max-width:100px;
}.smallbt {
    padding: 1px 4px 1px 4px;
}
.iconbtn {
    max-width:40px;
}
.btn.btn-primary.smallbt.center-block.redbtn {
    border: 1px solid red;
    color: red;
}
    .btn.btn-primary.smallbt.center-block.redbtn:hover {
        border: 1px solid #484848;
        color: black;
    }


.resbut {
    margin: 25px auto;
    width: 100%;
    background-color: #FFFF00;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    border: 2px solid #484848;
    padding: 15px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}


    .resbut:hover {
        background: rgba(255, 255, 0, 0.5);
        border: 2px solid rgba(48, 48, 48, 0.5);
        color: #fff;
    }
.wresbut {
    margin: 25px auto;
    width: 100%;
    background-color: #FFFF00;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    border: 2px solid #484848;
    padding: 15px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}


    .wresbut:hover {
        background: rgba(255, 255, 0, 0.5);
        border: 2px solid rgba(48, 48, 48, 0.5);
        color: #484848;
    }

.tooglebtnsts {
    width: 40px;
    padding: 1px 3px 3px 3px;
    position: absolute;
    display: block;
    top: -30px;
    right: 10px;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    border: 1px solid #484848 !important;
    background: transparent;
    text-align: center;
    color:#484848;
}
    .tooglebtnsts:hover, .tooglebtnsts:focus {
        color: #000;
        background-color:#ffff00;
    }




/**************************************************/

.stepsw {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid #484848;   
    height: 56px;
}

    .step {
        background: #ffff00;
        text-align: center;
        height:100%;
    }
.gname{
    font-size:16px;
    text-align:center;
}
.clname {
    height: 65px;
    padding-right:5px;
}
    .clname h3 {
       margin-top:0;
       text-align:center;
    }
    .clname h1 {
        margin-top: 10px;
        text-align:center;
    }
.stepsy {
    background: #ffff00;
    width: 92%;
    margin: 0;
    padding: 0;
    border: 1px solid #484848;
    height: 55px;
}
.playerdtsts {
    max-width: 500px;
    margin: 0 auto;
    font-size: 13px;
}
/************** message boxes **********************/
.msg {
    padding: 25px;
    margin: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}
    .msg.error {
        border: 1px solid #990000;
        color: #990000;
        background-color: #FDF0EB;
    }
    .msg.white {
        border: 1px solid #484848;
        color: #484848;
        background-color: #fff;
    }
    .msg.success {
        border: 1px solid #ccfbb7;
        color: green;
        background-color: #e2fad8;
    }

.progress {
    width: 100px;
    background: transparent;
}
.ajax-loader{
    position:relative;
    max-width:400px;
    margin:0 auto;
    color:maroon;
}

.ajax-loader img{
    width:100px;
    margin: 0 auto;
}

    .ajax-loader p {
        font-style: italic;
        text-align: center;
        color: maroon;
    }
.cssbigmsg{
    border:1px solid #a4a5a4;
    padding:20px;
    text-align:center;
    font-style:italic;

}

/******* image sizes ****************************************/

.ImgSize15 {
    width: 15px;
}
.ImgSize25 {
    width: 25px;
}
.ImgSize50 {
    width: 50px;
}
.ImgSize50x50 {
    width: 50px;
    height:50px;
}
.ImgSize100 {
    width: 100px;
}
.ImgSize200 {
    width: 200px;
}
.ImgSize10 {
    width: 10px;
}
.ImgHeight10 {
    height: 10px;
}
.ImgHeight40 {
    height: 40px;
}
.ImgHeight50 {
    height: 50px;
}
.ImgHeight30 {
    height: 30px;
}
/******* nav ****************************************/
.back-to-top,
.back-to-top:active,
.back-to-top:focus {
    cursor: pointer;
    position: fixed;
    bottom: 120px;
    right: 120px;
    display: none;
    z-index: 10000;
    font-size: 30px;
    color:#000;
    opacity: 0.5;
}

    .back-to-top:hover {
        color:#000;
        opacity: 1;
        text-decoration:none;
    }
/**************************************************************************/
.navbar-fixed-top.navbar-custom {
    background: transparent url('../images/topbg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    /*  background-size: cover;*/
    border: none;
    height: 300px;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
    border-bottom: solid 30px #b7ce5f;
    padding-left: 50px;
    padding-right: 25px;
}
    .navbar-fixed-top.navbar-custom .container{
        position:relative;
    }
    .navbar-fixed-top.navbar-custom .container-fluid {
        position: relative;
    }
    .navbar-fixed-top.navbar-custom.navbar-shrink {
        height: 100px;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }
    .navbar-fixed-top.navbar-custom .navbar-brand {
        width: 295px;
        padding: 0;
            -webkit-transition: all .35s ease-out;
            -moz-transition: all .35s ease-out;
            transition: all .35s ease-out;
    }
        .navbar-header {
          padding:0;

        }
        .navbar-fixed-top.navbar-custom.navbar-shrink .navbar-brand {
            width:200px;
            -webkit-transition: all .35s ease-out;
            -moz-transition: all .35s ease-out;
            transition: all .35s ease-out;
        }
#myNavbar {
    margin-top: 275px;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.navbar-fixed-top.navbar-custom.navbar-shrink #myNavbar {
    margin-top: 75px;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.navbar-default .navbar-nav > li {
    padding: 0 5px 0 5px;
}
.nav > li.bar {
    color: #484848;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:active {
    margin: 0;
    padding: 0;
    color:black;
    font-weight:600;
}
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #ffff00;
    }




.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.btn.btn-secondary.dropdown-toggle, .dropdown.open {
    background-color: transparent;
    color: black;
    font-weight:600;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color:#484848;
    padding-left:10px;
    left:0;
    top:24px;
}


    .navbar-nav > li > .dropdown-menu a {
        display: block;
        color: #ffff00;
        font-weight: 600;
    }
        .navbar-nav > li > .dropdown-menu a:hover {
            text-decoration: underline;
            color: white;
            font-weight: 600;
        } 


/***********************************************/

.pagewrapper {
    position:relative; 
    margin-top:300px;
    min-height:750px;
    background-color:white;
}
    .pagewrapper .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
.pagewrapper.blog {
    padding-top: 20px;
}
.index.pagewrapper {
    background-color:transparent;
}

section {
    position: relative;
    width: 100%;
    padding: 0; 
    padding: 25px 0;
}
    section.white {
        background-color: #fff;
    }
    section.footer {
        color:white;
        text-align:center;
    }
/*************  FORM CONTROL ****************/
.form-control {
    color: #000;
    max-width: 250px;
}

.input-group-addon {
    background-color:transparent;
    color: #000;
    text-align: left;
    min-width:100px;
    padding:0 5px 0 5px;
    vertical-align:middle;

}
    .input-group-addon.vtop {
        padding-top:8px;
        vertical-align: top;
    }
    .input-group-addon.schk {
             padding:3px 5px 7px 5px;
    }


.form-control:focus {
    border-color: #8b8c8b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 186, 186, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 0, .6);
}




/*******************************************/


#ctl00_MainContent_DVClub_FileUploadControl,
#ctl00_MainContent_DVPlayer_FileUploadControl {
    color: transparent;
    width:150px;
    overflow: hidden;
    text-align:center;
}



.home-welcome{
    position:absolute;
    top:10px;
    right:0;
    color:#fff;
    margin:0;
}


.htitle {
    font-weight: 400;
    position: relative;
    margin: 10px 0 50px 0;
}

.DetPanel{
    max-width:600px;
    margin:20px auto;
}

.filtercss{
    border:1px solid #e5e5e5;
    padding:10px;
    margin:0 auto 15px auto;
}
    .filtercss .input-group-addon {
        min-width:25px;
    }
.infilter {
    min-width: 80px;
}


.ppanelcss {
    display: none;
}
.centerdiv {
    max-width: 600px;
    min-height:400px;
    margin:25px auto;
}
.centerdiv2 {
    max-width: 850px;
    margin: 25px auto;
}

.agecss {
  font-style:italic;
  color:maroon;
  padding:5px 0 0 5px;
}


.detimgcss{
    display:inline-block;
    margin:0 3px 0 3px;
    width:15px;
}

.cshome {
    font-weight:300;
    font-style: italic;
}
.csvisit {
    text-align:right;
}
.rfresh {
    font-style: italic;
    color: maroon;
}

.tradata {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border: 1px solid #e5e5e5;
}
 .divimgimg {
    width: 110px;
}
.divimg p {
       text-align:center;
       font-weight:500;
    }

.highlight {
    background-color: #fede03;
}

.regpanel{
    font-weight:500;
    margin:25px 0 25px 0;
    font-style:italic;
}


.divborder {
    border-bottom: 1px dotted maroon;
    margin: 15px 0;
}
.grayname {
    font-style: italic;
    color: #484848;
}
.padtop10{
    padding-top:10px;
}
.backgroundcolor {
    background-color: #ffff00;
}
strong {
    font-weight: 500;
}

.maroonbold {
    font-weight: 500;
    color: maroon;
}

.selplayer {
    float: left;
    height: 50px;
    margin: 2px 2px 0 0;
}
.verticaltop{
    vertical-align:top;
}

.fa.fa-asterisk {
    color: #ff0000;
    font-size: 12px;
    font-weight: 400;
}

.boxshadow {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.31);
}

.nopadding {
    padding: 0;
    margin: 0;
}

.page-break {
    display: none;
}

.imgleft {
    float: left;
    margin-right: 10px;
    max-width: 100px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

img.cPhoto {
    height: 40px;
    margin-bottom: 5px;
}


.caption {
    font-size: 13px;
    font-weight: 400;
}

    .caption span {
        font-weight: 500;
    }
.cssbracket {
    font-weight: 500;
    margin-left:20px;
    font-size: 20px;
    color:maroon;
}
/******* custom check box and radio buttons ********/
.owrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: -2px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .owrapper input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 25px;
    width: 25px;
    border: 1px solid #484848;
    background-color: #fff;
}
    .checkmark.radio {
        top:-8px;
        left: 3px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
    }



/* On mouse-over, add a grey background color */
.owrapper:hover input ~ .checkmark {
    background-color: #ccc;
border-color: #6cfd01;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 206, 62, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(160, 233, 73, .6);
}

/* When the checkbox is checked, add a blue background */
.owrapper input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.owrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.owrapper .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the indicator (dot/circle) */
.owrapper .radio:after {
    top:6px;
    left:7px;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: black;
}



/* ******** GRID PAGER ************** */
.first {
    background: transparent url(../images/first.png) no-repeat scroll center;
    height: 1.3em;
    width: 20px;
}

.last {
    cursor: pointer;
    background: transparent url(../images/last.png) no-repeat scroll center;
    height: 1.3em;
    width: 20px;
}

.previous {
    cursor: pointer;
    background: transparent url(../images/previous.png) no-repeat scroll center;
    height: 1.3em;
    width: 16px;
}

.next {
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat scroll center;
    height: 1.3em;
    width: 16px;
}


.imgcss {
    margin: 0;
    padding: 0;
    cursor: pointer;
}



/*********** tables ************************/

.table {
    margin-bottom: 0;
    background: #fff !important;
}
    .table > tbody > tr > th {
        cursor: pointer;
        background: #e5e5e5;
        border-bottom: 0;
        font-weight: 500;
    }

.table-striped {
    background-color: #eff0ee;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eff0ee;
}

.table-hover > tbody > tr:hover {
    background-color: #fcfc82;
}

.table-match > tbody > tr > th {
    padding-left: 20px;
}

.table.table-condensed.th-fix > tbody > tr > th {
    width:90px;
}

.table.table-condensed.fees{
  max-width:300px;
  margin-bottom:15px;
}
 
    .table.table-condensed.fees > tbody > tr > td {
        text-align: right;
    }
.table.table-condensed.tran {
    max-width:100%;
    margin-bottom: 15px;
}

    .table.table-condensed.tran > tbody > tr > td {
        text-align: right;
    }
.table-responsive.csstable.standings.csstable {
   max-height:700px;
   text-transform:uppercase;
}
.table.table-condensed.tbleborder th, 
.table.table-condensed.tbleborder td {
    border-bottom:1px solid gray !important;
}


.csslive {
    padding: 0;
    text-align: center;
    width: 100%;
}

    .csslive .cssround {
        width:100%;
        margin: 0 auto;
    }


    .csslive .livegoal {
        text-align: center;
        padding-top: 15px;
    }

.cssliveaction {
    width: 60%;
    margin: 10px auto 0 auto;
}

    .cssliveaction .row {
        border: 1px solid #e5e5e5;
        margin-bottom: 5px;
    }
.fader .cname,
.cssliveaction .cname {
    font-weight: 400;
    font-style: italic;
    color: maroon;
}

    .cssliveaction .cphoto {
        height: 50px;
    }


    .cssround .row.row-border {
        border: 1px solid #e5e5e5;
        padding: 5px;
        margin-bottom: 5px;
        background: #fff;
    }

.cssround {
    margin-left: 15px;
    margin-right: 15px;
}

.actiondiv {
    text-align: center;
}

.actioncss {
    border: 1px solid #a4a5a4;
    margin:5px auto 10px auto;
    max-width: 100%;
    padding: 3px;
    background: #fff;
    font-weight: 400;
}

    .actioncss img {
        display: inline-block;
        margin: 0 3px 0 3px;
        width: 15px;
    }

.fader {

    font-weight: 400;
  display: none;
    line-height:18px;
  width:90%;
  margin:10px auto 10px auto;
  border-top:1px solid maroon;
  padding-top:5px;
}
    .fader.fees {
        max-width: 500px;
        margin: 20px 0 20px 0;
        padding: 20px;
        text-align: left !important;
        border:0;
        font-style: normal;
    }



.divfader {
    border: 1px solid #e5e5e5;
    max-width: 600px;
    margin: 0 auto;
  font-size:12px;
  font-weight:400;
  display:none;
  text-align:left;
 text-transform:none;
}

.tdivision {
    margin: 0 0 0 20px;
    padding: 0;
}

.tdivision a{
    margin: 0 0 0 50px;
    padding: 0;
    font-weight:400;
    font-style:italic;
}
/************* home - main *************/
.headsection {
    background: transparent url('../images/hero.jpg');
    background-position:top center;
    background-repeat: no-repeat;
  /*  background-size: cover;*/
    vertical-align: top;
    min-height: 1px;
    min-height:400px;

}
.indexbox {
  
    margin:0 auto 25px auto;
 
    padding: 10px;
    color: #fff;
    background: rgba(6, 22, 0, 0.7);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    text-align: justify;
}


.results {
    padding: 10px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}
.index.pagewrapper .schedule {
    text-align: left;
    text-transform: none;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #484848;
    padding: 25px;
}

    .schedule .note {
        padding: 0;
        margin:15px 0;
        border: 1px solid #e5e5e5;
        background: #fff;
    }
    
    
    
    .schedule h2, .schedule h3, .schedule p {
        text-align: center;
        line-height: 14px;
    }

.pcard {
    border: 1px dotted gray;
    margin: 0;
    padding:10px;
    font-size:16px;
    width:100%;
}
    .pcard tr {
        width: 50% !important;
        height: 150px !important;
        overflow:hidden;
        vertical-align:top;
    }
    .pcard td {
        vertical-align: top;
        font-weight:500;
    }
    .pcard .ptd img {
        vertical-align: top;
        width: 100px !important;
        margin-right: 15px;
    }
 
    .pcard .tspan {
        font-weight: 400;
        font-style: italic;
    }

.itooltip{
   
    margin-left:5px;
    cursor:pointer;
    color:maroon;
}


/************** contact ******************/
.contact {
    color: #fff;   
    background: url('../images/grass.jpg') 0 0 repeat-y;

    padding: 0;
    margin: 0;
}
    .contact .input-group-addon,
    .contact .btn.btn-primary {
        color: #fff;
        border: 1px solid #fff;
        background-color: rgba(63, 73, 36, 0.8);
    }
    .contact .btn.btn-primary:hover {
        color: yellow;
    }

    .contact .form-control {
        color: #000;
        max-width:90%;
    }

    .contact div.req{
        color:#fff;
    }

div.addressdiv {
   

    background-color: rgba(63, 73, 36, 0.8);
    border: 1px solid #fff !important;
    border-radius: 10px !important;
}
table.address {
   width:100%;
}
table.address td {
    padding:5px 5px 5px 0;
    font-weight: 600;

}
    table.address th {
        padding:5px;
        font-weight: 400;
    }


.map {
    margin-top: 10px;
    width: 100%;
    height: 250px;
    border-radius: 25px;
}


/* Calendar */


.ajax__calendar_container {
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}

.ajax__calendar_body {
    height: 129px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_container TABLE {
    font-size: 11px;
}

.ajax__calendar_header {
    height: 20px;
    width: 100%;
    background:lightgray;
}

.ajax__calendar_prev {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../images/previous.png');
}

.ajax__calendar_next {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../images/next.png');
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}

.ajax__calendar_footer {
    height:30px;
    padding:0;
}

.ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

.ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}

.ajax__calendar_day {
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}
/*************************************************************/

.bodypage {
    margin: 0;
    background: #c2db70;
}

    .bodypage .row {
        padding: 0;
        margin: 25px 0;
        border: 1px solid #c2db70;
        background: #effbb1;
    }

    .bodypage .resbut {
        position: relative;
        margin: 60px auto;
        border: 1px solid #c2db70;
    }
    .bodypage.contact {
        background-color: #edf8c3;
        color:#000 !important;
    }

    .bodypage .resbut:hover {
      color:green;
    }

.cssaste {
    font-style: italic;
    color: maroon;
}
/***************  add  ******************/
.divadd {
    position: relative;
    border: 0 !important;
    background-image: url('../images/addback.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    z-index: 10;
}
    .divadd .addcircle {
        position: relative;
        border: 0 !important;
        background-image: url('../images/addcircle.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 708px;
        height: 699px;
        z-index: 20;
        margin: 0 auto;
        text-align:center;

    }
        .divadd .addcircle img.addlogo {
            display: block;
            margin:0 auto;
           padding-top:50px;

        }
        .divadd .addcircle h1 {
            font-size: 70px;
            letter-spacing: 3px;
            line-height: 70px;
        }
        .divadd .addcircle h2 {
            font-size: 40px;
            letter-spacing:3px;
            line-height:30px;
        }
        .divadd .addcircle h1, .divadd .addcircle h2 {
           font-weight:700;
        }

.rebut {
    margin: 30px auto 0 auto;
    width: 55%;
    background-color: #FFFF00;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    border: 2px solid #006847;
    padding: 15px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}


    .rebut:hover {
        background: rgba(255, 255, 0, 0.5);
        border: 2px solid #ce1126;
        color: #ce1126;
    }

/***************  footer  ******************/
    footer {
    position: relative;
    width: 100%;    
    margin: 0;
    padding: 25px 10px 20px 10px;
    text-align: center;
    border: 0;
    color:#fff;

}

.index footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

.champ {
    position: relative;
    padding: 0;
}

div.row.rowchamp {
    background-image: url('../images/grass.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top:0;
}

    .champ #teamchampion {
    text-align: center;
    max-width: 750px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
        .champ #teamchampion img {
            position: relative;
            float: left;
            width: 140px;
        }
div .topscorerdiv {
    padding: 50px 0 0 0;
    background-image: url('../images/gol.png');
    background-repeat: no-repeat;
    background-position:0 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;

}

#topscorer {
    padding: 20px 10px 20px 10px;
    color: #fff;
    text-shadow: 2px 2px #000;
}

div #retournament2_ctl00_gamedate {
    text-align: center;
    margin-top: 20px;
}

#fRounddiv {
    text-align: center;
}
#fRounddiv img {
    display:block;
    height: 50px;
    margin: 0 auto;
}
    #fRounddiv .score {
       font-size:30px;
       font-weight:600;
       padding-top:20px;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#bootstrap-touch-slider {
    position: relative;
    z-index: 100;
    border: 0;
    margin:0;
}

.bs-slider {
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
    background: #000000;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
    }

.carrdivcontent {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left:0;
}
.carrdivcontent img {
   float:left;
   margin:5px 20px;   
    height: 50px;
}


.divcaution {
    
    float: left;
    margin-top:10px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}

/********************
*****Slide effect
**********************/
.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 101;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 102;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 100px;
    height: 100px;
    z-index: 200;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover {
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0.5);
        border: 0px transparent;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}

.req {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: maroon;
}

#radiocon td {
    padding-left: 20px;
}

#topscorer h2 {
    font-size: 20px;
}
div.lnkblog {
    margin-top: 10px;
    padding: 20px !important;
    border: 2px solid green;
    background-color: #fff !important;
    vertical-align:bottom;
}
    div.lnkblog a {
        vertical-align: bottom;
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
    }


div.blogbody {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}
div.cssblog {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding:10px;
    margin:5px 0;
}

div.cssblog video {
    width: 100%;
    height: auto;

}


img.blgimg {
    float: left;
    height: 50px;
    padding-right: 15px;
}
.blogtitle {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.divtopscorer {
    clear: both;
    position: relative;
    width: 400px;
    height: 600px;
    background: #000;
    margin: 0 auto;
}


/************** media screen **********************/
@media screen and (max-width:767px) {
    .navbar-custom .container {
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            margin-right: 0;
        }

        body, html {
            font-size: 12px;
            line-height: 16px;
        }

        h1 {
            font-size: 22px;
            line-height: 26px;
        }

        h2 {
            font-size: 18px;
            line-height: 22px;
        }

        h3 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
        }

        p, a {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
        }

        .boxshadow {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .back-to-top,
        .back-to-top:active,
        .back-to-top:focus {
            bottom: 25px;
            right: 25px;
        }
        /*********************************************************/
    .navbar-header{
        position: relative;
        float: left;
        height: 100px;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar-brand {
        width: 200px !important;
    }

    .navbar-header.admin {
        height: 100px !important;
    }

    .navbar-brand.admin {
        height: 100px !important;
    }
    .logo.admin {
        height: 80px !important;
    }
    .navbar.navbar-default.navbar-fixed-top.navbar-custom.admin {
        height: 100px !important;
    }
        .navbar-toggle {
            position: absolute;
            right: 0;
            bottom:-55px;
            height: 25px;
            padding: 0 3px 0 3px;
        }

    .navbar-toggle.admin {
        bottom: -5px;
    }


    .pagewrapper {
        position: relative;
        margin-top: 150px;
        min-height: 750px;
        background-color: white;
    }
    .pagewrapper.admin {
        position: relative;
        margin-top: 100px;
        min-height: 750px;
        background-color: white;
    }




        .navbar-default .navbar-toggle,
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:active,
        .navbar-default .navbar-toggle:link {
            background-color: transparent;
            border-color: #484848;
        }

            .navbar-default .navbar-toggle:hover {
                background-color: rgba(255,255,0,0.31);
            }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: green;
                display: block;
                width: 25px;
                height: 3px;
                border-radius: 1px;
            }


        .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
            margin-right: 0;
            margin-left: 0;
        }

        #myNavbar {
            position: relative;
            background-color: #000;
            width: 100% !important;
            margin-top: 0;
            -webkit-transition: all .35s ease-out;
            -moz-transition: all .35s ease-out;
            transition: all .35s ease-out;
        }
    

    .navbar-nav > li {
        display: block;
        color: #fff;
        padding: 20px !important;
        border-bottom: 1px solid gray;
    }

        li:last-child {
            border: 0;
        }

        .nav > li > a {
            display: block;
            color: #fff;
        }

        .nav > li.bar {
            position: relative;
            display: block;
            color: #ffff00;
        }

        .navbar-nav > li > .dropdown-menu {
            position: relative;
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            background-color: #484848;
            padding: 0;
            left: 0;
            top: 0;
            margin-left: 50px;
            -webkit-transition: all .35s ease-out;
            -moz-transition: all .35s ease-out;
            transition: all .35s ease-out;
        }

            .navbar-nav > li > .dropdown-menu a {
                display: block;
                color: #fff;
                padding: 10px;
            }

                .navbar-nav > li > .dropdown-menu a:hover {
                    text-decoration: underline;
                }

        .btn.btn-secondary.dropdown-toggle, .dropdown.open {
            background-color: transparent !important;
            color: #ffff00;
        }



        .dropdown {
            padding: 0;
            margin: 0;
            width: 100%;
            position: relative;
            text-align: left;
            color: #ffff00;
            -webkit-transition: all .35s ease-out;
            -moz-transition: all .35s ease-out;
            transition: all .35s ease-out;
        }

            .btn.btn-secondary.dropdown-toggle, .dropdown.open {
                text-align: left !important;
                -webkit-transition: all .35s ease-out;
                -moz-transition: all .35s ease-out;
                transition: all .35s ease-out;
                color: white;
            }

        /*************************************************************/

        .indexbox {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 300px;
            padding: 10px;
            color: #fff;
        }

        .centerdiv {
            width: 100%;
            margin: 0 auto;
        }

        .home-welcome {
            top: 2px;
            right: 5px;
            border: 0;
            text-align: right;
        }



        .clogo {
            width: 100px;
        }



        .ppanelcss {
            max-width: 100%;
        }

        #home img {
            width: 90%;
            margin-top: 20px;
        }

        .cssround .row.row-border {
            padding: 2px 0 6px 0;
            margin-bottom: 2px;
            font-size: 13px;
        }


        .actioncss {
            margin: 5px auto 2px auto;
            padding: 3px;
        }

            .actioncss img {
                margin: 0 1px 0 1px;
                width: 10px;
            }





        .csslive h2 {
            text-align: center;
            line-height: 0;
        }

        .csslive .livegoal {
            text-align: center;
            padding: 5px 0 5px 0;
            font-size: 25px;
        }

        .csslive img.cicon {
            padding-top: 15px;
        }

        .csslive .actiondiv {
            padding: 5px 0;
        }

        .ajax-loader {
            width: 100px;
            height: 60px;
        }

        fader {
            line-height: 16px;
            width: 99%;
            margin: 0 auto 0 auto;
            padding: 0;
        }

        .tooglebtnsts {
            position: relative;
            display: block;
            top: 0;
            right: 0;
            margin: 10px auto;
        }

        .cssfee div {
            max-width: 400px;
            text-align: left;
        }

        .index.pagewrapper .schedule {
            margin-bottom: 10px;
            padding: 0 10px 0 10px;
        }

        .schedule .note {
            padding: 0;
            margin: 15px 0;
            border: 1px solid #e5e5e5;
            background: #fff;
        }



        .schedule h2, .schedule h3, .schedule p {
            text-align: center;
            line-height: 14px;
        }


        .resbut {
            margin: 15px auto;
            font-size: 15px !important;
            padding: 10px;
        }


        .wresbut {
            margin: 15px auto;
            font-size: 15px;
            padding: 10px;
        }

        .btn {
            padding: 4px;
        }

   

            .contact hr {
                border-bottom: 1px solid white;
            }

        .address {
            margin-top: 25px;
            width: 200px;
        }

            .address td {
                padding-left: 0;
                text-align: left;
            }


                .address td table {
                    margin: 0 auto;
                    width:100%;
                }

        .map {
            margin-top: 10px;
            width: 100%;
            height: 250px;
        }

        .bodypage {
            padding: 0;
        }

            .bodypage .resbut {
                position: relative;
                margin: 10px auto;
                border: 1px solid #c2db70;
            }

    
        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:active {
            color: white;
        }

        .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: #ffff00;
        }

        .msg {
            padding: 5px;
            margin: 0;
            border: 1px solid #990000;
            color: #990000;
            background-color: #FDF0EB;
            -moz-border-radius: 0.2em;
            -webkit-border-radius: 0.2em;
            border-radius: 0.2em;
            text-align: left;
        }


        .cssround {
            font-size: 10px;
        }

        .table-responsive.csstable.standings table, .caption, .actiondiv {
            font-size: 10px;
        }

        .xsmallbt {
            font-size: 10px;
            padding: 1px 2px 1px 2px;
        }

        .champ div {
            bottom: 5px;
            font-size: 20px;
            line-height: 20px;
            text-shadow: 1px 1px #000;
        }


        .champ #teamchampion div {
            bottom: 3px;
            font-size: 18px;
            line-height: 18px;
            text-shadow: 1px 1px #000;
            padding-right: 10px;
        }

        .champ #teamchampion img {
            width: 50px;
        }

        #topscorer {
            padding: 5px;
            height: 550px;
            background-position: 0 0;
        }

        #retournament2_ctl00_gamedate h2 {
            font-size: 15px;
        }
        #fRounddiv {
            font-size: .9em;
        }

            #fRounddiv img {
                height: 20px;
            }

            #fRounddiv .score {
                font-size: 15px;
                padding-top: 10px;
            }

        .contact  {
            color: #fff;
        }
        .carrdivcontent img {
            margin: 5px 10px;
            height: 30px;
        }


        .divcaution {
            margin-top: 10px;
            font-size: 12px;
            line-height: 15px;
            text-shadow: 1px 1px #000;
        }


        .control-round .carousel-control {
            top:25%;
            opacity: 0;
            width: 50px;
            height: 50px;
            font-size: 15px;
            line-height: 20px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

       
        .control-round .carousel-control.left {
            left: 2%;
        }

        .control-round .carousel-control.right {
            right: 2%;
        }

  

        .control-round .carousel-control.left > span:nth-child(1) {
            left: 45%;
        }

        .control-round .carousel-control.right > span:nth-child(1) {
            right: 45%;
        }





        .tlogo {
            margin-top: 30px;
        }


        #topscorer{
            height:200px;
        }
        
        #topscorer h2 {
            font-size: 15px;
        }



        /***************  add  ******************/

            .divadd .addcircle {
                width: 300px;
                height: 296.1864406779661px;
            }

                .divadd .addcircle img.addlogo {
                    padding-top:25px;
                    width:70%;
                }

                .divadd .addcircle h1 {
                    font-size: 35px;
                    letter-spacing: 2px;
                    line-height:10px;
                }

                .divadd .addcircle h2 {
                    font-size: 20px;
                    letter-spacing: 2px;
                    line-height: 5px;
                }

                .divadd .addcircle h1, .divadd .addcircle h2 {
                    font-weight: 700;
                }

        .rebut {
            margin: 5px auto 0 auto;
            width: 65%;
            font-size: 13px;
            border: 2px solid #006847;
            padding: 10px;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
        }

    div.lnkblog {
        margin-top: 10px;
        padding: 20px !important;
        border: 2px solid green;
        background-color: #fff !important;
        vertical-align: bottom;
    }
    div.lnkblog div{
       padding:0;
    }
        div.lnkblog div img{
            padding:0 20px 0 0;
        }
        div.lnkblog a {
            vertical-align: bottom;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
        }
    img.blgimg {
        float: left;
        height:25px;
        padding-right:5px;
    }

    .blogtitle {
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
    }

    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .logo{
            width:300px;
        }
        
        
        .champ div {
            bottom: 5px;
            font-size: 30px;
            line-height: 30px;
            text-shadow: 2px 2px #000;
        }

        #topscorer {
            padding: 5px;
            height: 550px;
            background-position: 0 0;
        }

        #retournament2_ctl00_gamedate h2 {
            font-size: 20px;
        }

        .champ #teamchampion {
            max-width: 550px;
        }

            .champ #teamchampion img {
                width: 80px;
            }
        #fRounddiv{
           font-size:.9em;
        }
        #fRounddiv img {
            height: 30px;
        }

        #fRounddiv .score {
            font-size: 20px;
            padding-top: 15px;
        }
        .carrdivcontent img {
            margin: 5px 10px;
            height: 30px;
        }


        .divcaution {
            margin-top:10px;
            font-size: 12px;
            line-height:15px;
            text-shadow: 1px 1px #000;
        }

        .control-round .carousel-control {
            top: 25%;
            opacity: 0;
            width: 50px;
            height: 50px;
            font-size: 15px;
            line-height: 20px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }


            .control-round .carousel-control.left {
                left: 2%;
            }

            .control-round .carousel-control.right {
                right: 2%;
            }



            .control-round .carousel-control.left > span:nth-child(1) {
                left: 45%;
            }

            .control-round .carousel-control.right > span:nth-child(1) {
                right: 45%;
            }



        .tlogo {
            margin-top: 20px;
        }


        #topscorer {
            height: 300px;
        }

            #topscorer h2 {
                font-size:20px;
            }



        .leadscore {
            height: 150px;
        }
        .navbar-brand {
            height: 200px !important;
        }

    }

@media (min-width:994px) and (max-width:1200px) {

    .leadscore {
        height:100px;
    }
    
    .tlogo {
        margin-top: 20px;
    }


    #topscorer {
        height: 300px;
    }

        #topscorer h2 {
            font-size: 14px;
        }


}
@media (min-width:1200px) and (max-width:1300px) {

    .leadscore {
        height: 100px;
    }

    .tlogo {
        margin-top: 20px;
    }


    #topscorer {
        height: 300px;
    }

        #topscorer h2 {
            font-size: 20px;
        }
}