h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    background: #fff;
    padding-top:30px;
  }
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration:none;
}
/*--header start here--*/

/*--header end here-*/
.banner-top {
    background-size: cover !important;
    min-height: 550px;
}
.banner-top-image1 {
    background: url(../images/slide1.jpg)no-repeat;
}
.banner-top-image2 {
    background: url(../images/slide2.jpg)no-repeat center;
}
.banner-top-image3 {
    background: url(../images/slide3.jpg)no-repeat center;
}
.banner-top-image4 {
    background: url(../images/slide4.jpg)no-repeat center;
}
.banner-top-image5 {
    background: url(../images/slide5.jpg)no-repeat center;
}



.footer {
  padding: 4em 0em ;
  background:#202020;
}


.copy-right {
    padding: 1.5em 0em;
    text-align: center;
    background: #202020;
    color:lightgray;
}


.train-bottom-grid {
    background: #F3F3F3;
    padding: 1em 1.5em;
}
.train-bottom-grid h4 {
    font-size: 1.5em;
    color: #25A7AD;
    margin-bottom: 0.5em;
    font-family: 'Amaranth', sans-serif;
}
.train-bottom-grid p {
    font-size: 0.9em;
    color: #000;
    line-height: 1.8em;
    text-align:justify;
}

.ser-setting{
	display:block;
	position:relative;
	overflow:hidden;
}
.ser-setting img{
	width:100%;
}



/*--short codes--*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}


.form-horizontal .control-label {
  text-align: left;
}



/*--media quiries strat here--*/
@media(max-width:1440px) {
    .banner-top {
        min-height: 450px;
    }
}
@media(max-width:1366px) {
}

@media(max-width:1280px) {
    .top-header-center {
        font-size: 34px !important;      
    }

}

@media(max-width:1024px) {

    .top-header-center {
        font-size: 32px !important;
      
    }      
    
    .banner-top {
            min-height: 400px;
    }       
      
}

@media(max-width:991px) {

    .top-header-left-right {
        display:none;
    }

    .top-header-center {
        font-size:35px !important;
        height:180px !important;
        
    }     

   .train-bottom-grid h4 {
            font-size: 1.15em;
    }      

}

@media(max-width:800px) {     
     
        .banner-top {
            min-height: 400px;
        }      
        .bann-grid {
            padding: 3em 0em;
        }              
   
}

@media(max-width:767px) {
   
   

   
}

@media(max-width:640px) {

    .top-header-center {
        font-size: 36px !important;
        height: 180px !important;
    }    

    .banner-top {
        min-height: 350px;
    }

    .footer {
        padding: 3em 0em;
    }

    .eventPreview h2 {       
        font-size: 20px !important;
    }
   
}

@media(max-width:480px) {

    .top-header-center {
        font-size: 24px !important;
        height: 150px !important;
        padding-top: 95px !important;
       
    }  

    .banner-top {
        min-height: 280px;
    } 
   
    
    .bann-grid {
        padding: 2em 0em;
    }

    .footer {
        padding: 2em 0em;
    }

}

@media(max-width:320px) {

    .top-header-center {
        font-size: 20px !important;
        height: 120px !important;        
        padding-top:60px !important;
    }

    .banner-top {
        min-height: 225px;
    }
      
    .bann-grid {
        padding: 1.5em 0em;
    }   
     
   
     
    span.label {
        margin: 0 0 0.5em;
        display: inline-block;
    }

   
}




    /************************MY ADD*******************/
      

.top-header {
    border-bottom-style: solid;
    border-width: 6px;
    border-bottom-color: #25A7AD;
    margin-right:0px !important;
    margin-left:0px !important;
}

    .top-header-left {
        height: 200px;
        background-repeat: no-repeat;
        margin-top: 10px;
        background-image: url("../images/top-header-left.png");
        background-color: #fff;
        background-size: contain;
        background-position: center;
        margin: 0 auto;
        position: relative;
    }


.top-header-center {
    height: 140px;
    background-repeat: no-repeat;
    background-image: url("../images/top-header-center.png");
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-position-y: top;
    margin: 0 auto;
    position: relative;
    padding-top: 125px;
    text-align: center;
    color: #000 !important;
    line-height: 35px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
}

.top-header-right {
    height: 200px;
    background-repeat: no-repeat;
    margin-top: 10px;
    background-image: url("../images/top-header-right.png");
    background-color: #fff;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    position: relative;
}
    
    .top-header-description {
        color: #000;
        display: block;
        font-size: 15px;
        line-height: normal;
        letter-spacing: 1px;
        font-weight: normal;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding-left: 5px;
    }



.content-page {
    padding: 1em 0em;
    margin-bottom: 0.3em;   
    width: 100%;
    min-height:540px;

}

    .content-page h1 {
        font-size: 3em;
        font-weight: 600;
        color: #25A7AD;
        font-family: 'Amaranth', sans-serif;
        margin-bottom: 0.7em;
        text-align: center;
    }

    .content-page h2 {
        font-size: 2.7em;
        color: #25A7AD;
        margin-bottom: 0.6em;
        font-family: 'Amaranth', sans-serif;
    }

    .content-page h3 {
        font-size: 2.5em;
        color: #25A7AD;
        margin-bottom: 0.5em;
        font-family: 'Amaranth', sans-serif;
    }

    .content-page p {
        font-size: 1.1em;
        font-weight:normal;
        color: #6A6A6A;
        line-height: 1.8em;
        margin: 0 auto;
        text-align:justify;
    }

    .content-page li {
        font-size: 1.1em;
        font-weight: normal;
        color: #6A6A6A;
        line-height: 1.8em;
        margin: 0 auto;      
    }




.submit-orange input[type="submit"], .button-orange button {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 7px 2em;
    background: #e68523;
    border: none;
    outline: none;
    -webkit-appearance: none;
    margin: 1.3em 0em 0em 0em;
}

.submit-orange input[type="submit"]:hover, .button-orange button:hover {
        background: #25A7AD;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
}

.max-medium {
    max-width:640px !important;
}

.max-small {
    max-width: 480px !important;
}

.max-full {
}

form label {
    font-weight:normal;
}




.panel-orange {
    background-color: #e68523 !important;
    color: white !important;
}





/*custom nav bar*/

.navbar-custom {
    background-color: #25A7AD;
    color: #ffffff;
    border-radius: 0;
}

    .navbar-custom .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            color: #e68523;
            background-color:transparent;
            
        }

    .navbar-custom .navbar-brand {
        color: #eeeeee;
    }

    .navbar-custom .caret {
        border-top-color: white !important;
        border-bottom-color: white !important;
    }

    .navbar-custom .active {
        background-color: #e68523 !important;
    }

    .navbar-custom .navbar-nav > li.active > a:hover {
        background-color: #e68523 !important;
        color: white !important;
    }

    .navbar-custom .navbar-toggle {
        background-color: #eeeeee;
    }

    .navbar-custom .icon-bar {
        background-color: #e68523;
    }

    /* for dropdowns only */
    .navbar-custom .navbar-nav .dropdown-menu {
        background-color: #25A7AD;
    }

        .navbar-custom .navbar-nav .dropdown-menu > li > a {
            color: #fff;
     }

            .navbar-custom .navbar-nav .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .dropdown-menu > li > a:focus {
                color: #e68523;
                /*background-color: transparent;*/
            }

    .navbar-custom .dropdown-menu > .active > a, .navbar-custom .dropdown-menu > .active > a:hover, .navbar-custom .dropdown-menu > .active > a {
        background-color: #e68523;
        color:white!important;
    }


    .navbar-custom .dropdown .navbar-nav > .open > a {
        text-decoration: none;
        color: green;
      
    }



#bs-navbar-mainmenu > ul.nav.navbar-nav.navbar-left > li.dropdown.active.open > a,
#bs-navbar-mainmenu > ul.nav.navbar-nav.navbar-right > li.dropdown.active.open > a {
    background-color: #e68523;
    color: white;
}

#bs-navbar-mainmenu > ul.nav.navbar-nav.navbar-left > li.dropdown.open > ul > li > a:hover,
#bs-navbar-mainmenu > ul.nav.navbar-nav.navbar-right > li.dropdown.open > ul > li > a:hover {
    background-color: #25A7AD !important;
}

#bs-navbar-mainmenu > ul.nav.navbar-nav.navbar-left > li.dropdown.active.open > ul > li > a:hover,
#bs-navbar-mainmenu > ul.nav.navbar-nav.navbar-right > li.dropdown.active.open > ul > li > a:hover {
    background-color: #25A7AD !important;
}

/*fine custom navbar*/


.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-list {
    border-left-color: #25A7AD;
}

.bs-callout h1 {
    font-size: 40px;
    margin: 0px 0 7px 0;
    color: #e68523;
    text-align:left;
}

.bs-callout h2 {
    font-size: 22px;
    margin: 0px 0 7px 0;
    color: black;
}


.sportImageTitle {
    font-weight: 500;
    font-size:18px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F3F3F3;
}

.phraseOfTheDay {
    padding: 0em 2em 0em 0em;
    margin-top: 3em;
    margin-bottom: 3em;
}

    .phraseOfTheDay h4 {
        font-size: 2em;
        margin-bottom: 0.5em;
        color: #e68523;
        font-family: 'Amaranth', sans-serif;
    }

    .phraseOfTheDay p {
        font-size: 1.4em;
        color: #6A6A6A;
        line-height: 1.9em;
        font-style:italic;
    }


.athletesOfTheDay{
    text-align:center;
    margin-bottom:3em;
}

    .athletesOfTheDay h1 {
        font-size: 3em;
        color: #25A7AD;
        margin-bottom: 0.3em;
        font-family: 'Amaranth', sans-serif;
    }

    .athletesOfTheDay p {
        font-size: 0.9em;
        color: #6A6A6A;
        line-height: 1.9em;
        width: 55%;
        margin: 0 auto;
    }



.eventPreview {
    border-bottom: 1px solid #f3f6f8;
    margin-bottom: 25px;
    padding-bottom:25px;
    width:100%;
    min-height:150px;
}

.eventPhotoThumbnail {
    
}

.eventPreview h2 {
        color: black;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
        font-weight: 700;
        line-height: 1.366;
        font-size: 32px;
}

 .eventPreview a {
        text-decoration: none !important;
 }


.eventPreviewDescription {
        color: black;
        margin-top: 5px;
        margin-bottom: 20px;
        text-decoration: none;
        font-size: 15px;
        text-align: left;       
}

.eventPreviewFooter {
    font-size: 14px;
    color: #87a6bc;
}

.roundAvatar {
    margin: 0px 8px 0px 0px;
    border-radius: 12px;
    height: 32px;
    width: 24px;
}

.roundAvatarMedium {
    margin: 0px 8px 0px 0px;
    border-radius: 16px;
    height: 36px;
    width: 27px;
}

.bordered-img {
    border-radius: 3px;
    border: 2px solid rgba(200, 215, 225, 0.5) !important;
}

.tableCellCup {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    min-width: 80px;
    vertical-align: middle !important;
}


.classificaCup h1 {
    font-size: 30px;
    margin: 0px 0 7px 0;
    color: #e68523;
    text-align: left;
}

.classificaCup h2 {
    font-size: 25px;
    margin: 0px 0 7px 0;
    color: black;
    text-align: left;
}

.bann-grid {
    padding: 3em 0em;
}