@font-face {
    font-family: 'myriadpro';
    src: url('../fonts/myriadpro-regular/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular/myriadpro-regular.svg#myriadpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/exo2/exo2.eot');
    src: url('../fonts/exo2/exo2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2/exo2.woff') format('woff'),
         url('../fonts/exo2/exo2.ttf') format('truetype'),
         url('../fonts/exo2/exo2.svg#exo2') format('svg');
    font-weight: normal;
    font-style: normal;

}
ul,ol, li,h1,h2,h3,h4,h5,h6,a,p
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
a,a:focus{
	outline: none;
}
img
{
	border: none;
}
body
{
	font-family: sans-serif;
}
.container{
	max-width:1000px;
}
/* header section start */

.header{
    width: 100%;
    float: left;
    padding: 10px 0;
    background: url(../images/top-bg.png) no-repeat #f5de68 fixed;
}
.header ul{
    width: auto;
    float: right;
    margin: 0 0 0 0;
}
.header ul li{
    width: auto;
    float: left;
    margin: 0 0 0 10px;
}
.header ul li a{
    outline: none;
}
.header ul li a img{
    max-width: 100%;
    float: left;
}
.menu{
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/menu-bg.png) fixed;
}
.menu-inner{
    width: 100%;
    float: left;
    background: url(../images/white-trans.png);
    border-top: 1px solid #fff;
}
.logo{
    width: 100%;
    float: left;
    margin: -54px 0 0 0;
}
.logo a img{
    max-width: 100%;
    float: left;
    height: 166px;
}
.menu ul{
    width: auto;
    float: right;
    margin: 46px 0 6px 0;
}
.menu ul li{
    width: auto;
    float: left;
    margin: 0 0 0 30px;
}
.menu ul li a{
    outline: none;
    font-family: 'myriadpro';
    font-size: 18px;
    color: #000;
}
.menu ul li a:hover,.menu ul li a.active{
    color: #ff8a0c;
}
.menu ul li a img{
    max-width: 100%;
    float: left;
    margin: -30px 0 0 0;
}
.banner{
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #ffffff;
    box-shadow:37px 15px 50px -4px #b36729;
}
.banner .bx-viewport{
    width: 100%;
    float: left;
}
.banner ul{
    width: 100%;
    float: left;
}
.banner ul li{
    float: left;
}
.banner ul li img{
    float: left;
    width: 100%;
}
.banner .bx-controls-direction{
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.banner .bx-controls-direction a.bx-prev{
    background: url("../images/arrow1.png") no-repeat;
    float: left;
    height: 48px;
    left: 6%;
    position: absolute;
    width: 48px;
}
.banner .bx-controls-direction a.bx-next{
    background: url("../images/arrow2.png") no-repeat;
    float: left;
    height: 48px;
    right: 6%;
    position: absolute;
    width: 48px;
}
.main-content{
    background:url("../images/bg.jpg") repeat fixed;
    float: left;
    height: auto;
    padding: 20px 0;
    width: 100%;
}
.abt-sec{
    width: 100%;
    float: left;
    background: url(../images/white-trans.png);
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}
.abt-sec h3{
    width: 100%;
    float: left;
    font-family: 'myriadpro';
    font-size: 24px;
    color: #137a00;
    margin: 0 0 4px 0;
    
}
.abt-sec span{
    width: 100%;
    float: left;
    background: url(../images/border.png);
    height: 4px;
    margin: 0 0 10px 0;
}
.abt-sec p{
    color: #333;
    float: left;
    font-family: "Exo 2";
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    width: 100%;
}
.pro-video{
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 10px 0;
}
.pro-video iframe{
    width: 100%;
    float: none;
    display: inline-block;
}
.container-sponsor{
    max-width: 1200px;
    margin: 0 auto;
}
.sponsor{
    background: #fff;
    float: left;
    margin:10px 0 0 0;
    width: 100%;
    text-align: center;
    padding: 0;
}
.sponsor ul{
    width: 100%;
    float: left;
}
.sponsor ul li{
    display: inline-block;
    float: none;
    padding: 6px;
    text-align: center;
    width: 10%;
}
.sponsor ul li p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #888;
}
.sponsor ul li:last-child{
    border-right: none;
}
.sponsor ul li a{
    outline: none;
}
.sponsor ul li a img{
    max-width: 100%;
    float: left;
}
.tag{
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 10px 0;
}
.tag span{
    background: #235611;
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    float: none;
    font-family: arial;
    font-size: 14px;
    padding: 5px 10px;
    width: auto;
}
.sp{
    width: auto;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
}
.sp img{
    max-width: 100%;
    float: left;

}

.sp1{
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
}
.sp1 img{
    max-width: 100%;
    float: none;

}
.footer-outer{
    width: 100%;
    float: left;
    background: url(../images/menu-bg.png) repeat fixed;
}
.footer{
    background:url("../images/footer-bg.png") repeat;
    float: left;
    margin: 10px 0 0 0;
    padding: 10px 0;
    width: 100%;
}
.footer p{
    width: 100%;
    float: left;
    color: #000;
    font-family: "myriadpro";
    
    font-size: 14px;
}
.footer p a{
    color: #000;
    font-weight: bold;
}
.footer ul{
    width: auto;
    float: right;
}
.footer ul li{
    width: auto;
    float: left;
    margin: 0 6px;
    color: #000;
}
.footer ul li a{
    font-family: 'myriadpro';
    color: #000;
    font-size: 14px;
}
/* radio link css*/
.radio{
    background: #e0e0e0;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}
#playlist,audio{width:100%;padding:10px;}
.active a{color:#5DB0E6;text-decoration:none;}


.togle{
    background: #edc325;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    color: #fff;
}

.gal-sec{
    width: 100%;
    float: left;
    text-align: center;
    border:1px solid #acacac;
    border-radius: 5px;
    padding: 2px;
    background: #fff;
    margin: 0 0 20px 0;
}
.gal-inner{
    width: 100%;
    float: left;
}
.gal-inner a{
    outline: none;
    width: 100%;
    float: left;
}
.gal-inner a:hover{
    opacity: 0.6;
}
.gal-inner a img{
    max-width: 100%;
    float: none;
    height: 90px;
}

.abt-sec-margin{
    margin: 10px 0 0 0;
}
.abt-sec-margin > div.view{
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
.abt-sec-margin > div.view a{
    color: #137a00;
    float: right;
    font-family: "myriadpro";
    font-size: 18px;
    margin: 0 0 0;
}

.banner-inner{
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.banner-inner img{
    max-width: 100%;
    float: left;
    max-height: 300px;

}

.add{
    width: 100%;
    float: left;
}
.add img{
    max-width: 100%;
    float: left;
}

.home-slider{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 30px;
}
.home-slider .bx-controls-direction{
    float: left;
    position: absolute;
    top: 36%;
    width: 100%;
}
.home-slider .bx-controls-direction a.bx-prev{
    background: url("../images/arr-left.png") no-repeat;
    float: left;
    height: 20px;
    left: -28px;
    position: absolute;
    width: 20px;
}
.home-slider .bx-controls-direction a.bx-next{
    background: url("../images/arr-right.png") no-repeat;
    float: left;
    height: 20px;
    right: 34px;
    position: absolute;
    width: 20px;
}
.home-slider ul{
    width: 100%;
    float: left;
}
.home-slider ul li{
    width: auto;
    float: left;
}

.cntst_form{
    width: 100%;
    float: left;
}
.cntst_form h3{
    color: #137a00;
    float: left;
    font-family: "myriadpro";
    font-size: 18px;
    margin: 0 0 4px;
    width: 100%;
    text-align: left;
}
.select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../images/arrow.png") no-repeat 98% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 106%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
.login-submit{
   background: #facf35;
    border: medium none;
    border-radius: 8px;
    color: #fff;
    font-family: "myriadpro";
    font-size: 18px;
    padding: 6px 30px;
    width: auto;
}

.morecontent div {
    display: none;
}
.morelink {
    display: block;
}
.abt-sec-inner{
    width: 100%;
    float: left;
    text-align: center;
}
.loader{
    display: inline-block;
    max-width: 100%;
    float: none;
}
a.adjust{

display:block;
font-weight:bold;
color:#333;
text-align:right;
text-decoration:none;
margin-top:0px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
width: 100%;
float: left;
}
/*  fancybox*/
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}
.fancybox-overlay {
    background:url("../images/fancybox_overlay.png") repeat scroll 0 0;
    }

@media(max-width: 767px){
    .sponsor ul li{
        width: 30%;
    }
    .menu ul li a img{
        margin: 0;
    }
    .logo{
        margin: 0;
    }
    .banner .bx-controls-direction{
        top: 36%;
    }
   
    .banner ul li img{
        height: auto;
    }
    .footer p{
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer{
        margin: 0;
        background: #edc325;
    }
    .sponsor{
        margin: 0;
    }
    .main-content{
        height: auto;
    }
    .menu ul{
        display: none;
    }
    .togle{
        display: block;
    }
    .togle i{
        background: url(../images/plus_minus.png) 0 0 no-repeat;
        width: 12px;
        height: 12px;
        float: left;
        margin: 2px 10px 0 0;
    }
    .togle.active i{
        background: url(../images/plus_minus.png) 0 -12px no-repeat;
    }
    .menu ul{
        margin: 0;
        width: 100%;
        float: left;
    }
    .menu ul li{
        width: 100%;
        margin: 0 0 10px 0;
        text-align: left;
    }
    }
    @media(max-width: 480px){
    }
    @media(max-width: 360px){
        
    }
    @media(max-width: 320px){
    }

    @media(min-width: 768px){
        .togle{
            display: none;
            height: auto;
        }
        .menu ul{
            display: block!important;
            height: auto;
        }
    }


    @media(min-width: 992px){
    }
    @media(min-width: 1200px){
    }
