
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/*Include style*/
@import url('./navbar.css');
@import url('./sidenav.css');
@import url('./footer.css');


/*Global Style*/
@import url('./components.css');
@import url('./fonts.css');
@import url('./alert.css');
/*Page Style*/
@import url('./home.css');
@import url('./products.css');
@import url('./product-detail.css');
@import url('./news.css');
@import url('./member.css');
@import url('./loading.css');

html,body{
    font-family: 'Lato';
    height: 100%;
    width: 100%;
    background: #fff;
    color: #000;
    transition: background-color .5s;
    font-weight: 300;
}

.navbar-default .navbar-nav>li>a{
    font-size: 13px;
}

a{
    cursor: pointer !important;
}

a:hover{
    text-decoration: none;
}

input{

}
@media (max-width:768px) {
    .main{
        padding-top: 51px;
    }
}
@media (min-width:768px) {
    .main{
        padding-top: 80px;
    }
}


.line-sm{
    border-top: 1px solid #ba9334;
    width: 50px !important;
    margin: 20px 0px;
}

.line-sm-2{
    border-top: 1px solid #ba9334;
    width: 50px !important;
    margin: 10px 0px;
}

.home-section-2{
    margin: 30px 0px;
}

.home-section-2 .left-content .content .overlay{
    background: rgba(0,0,0,0.4);
    padding: 60px 10px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 4px;
}

.home-section-2 .right-content .content .overlay{
    min-height: 870px;
    background: rgba(0,0,0,0.4);
}

.home-section-3{
    margin: 30px 0px;
}

@media (min-width:768px) {
    .home-section-3 .left-content{
        padding-right: 30px;
    }
}

.home-section-3 .left-content .subscribe{
    background: #333;
    min-height: 700px;
    padding: 20px;
    color: #FFF;
    font-size: 18px;
}

.home-section-3 .right-content .content{
    min-height: 700px;
    background: #333;
}
@media (min-width:768px) {
    .home-section-3 .right-content{
        padding-left: 30px;
    }
}


.subscribe .form-control{
    background: #3d3c3e;
    border: 1px solid #3d3c3e;
    color: #FFF;
    padding: 30px;
}

.home-section-3 .btn-subscribe{
    padding: 20px;
    background: #ba9334;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    font-style: normal;
}

.subscribe .form-group{
    padding-bottom: 20px;
}

.subscribe .form-control:focus{
    background: #b3b3b3 !important;
}

.home-section-3 .link-list{
    background: #FFF;
}

.home-section-3 .content-link{
    margin-bottom: 30px;
    background: #ba9334;
    padding: 20px;
    display: block;
    color: #FFF;
}

.content-link i{
    font-size: 20px;
    margin-right: 20px;
}

.content-link span{
    font-size: 18px;
}

.home-section-3 .about{
    padding: 60px;
    letter-spacing: 1px;
    color: #eee;
    font-weight: 300;
    line-height: 2;
}

.about h2{
    color: #FFF;
}

.about a{
    color: #ba9334;
}

.video-section{
    margin-bottom: 25px;
}

@media screen and(max-width: 782px){
    .home-section-3 .left-content{
        padding-right: 15px;
    }
    .home-section-3 .right-content{
        padding-left: 15px;
        margin-top: 30px;
    }
}

/* Membership Style */

.text-center{
    text-align: center !important;
}

.btn-outline
{
    color: #ba9334;
    background: rgba(0,0,0,0);
    border: 1px solid #ba9334;
}

.btn-outline-fill
{
    color: #fff;
    background: #eb2937;
    border: 1px solid #eb2937;
}

.btn-outline-fill:hover
{
    color: #fff;
    background: #000;
    border: 1px solid #000;
    box-shadow: none;
}

.btn-outline-fill:focus,
.btn-outline-fill:active:focus,
.btn-outline-fill.active:focus,
.btn-outline-fill.focus,
.btn-outline-fill:active.focus,
.btn-outline-fill.active.focus {
    outline: none;
}

.btn-search-fill
{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #eb2937;
    border: 1px solid #eb2937;
    float: right;
    width: 20%;
}

.btn-search-fill:hover
{
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.btn-search-fill:focus,
.btn-search-fill:active:focus,
.btn-search-fill.active:focus,
.btn-search-fill.focus,
.btn-search-fill:active.focus,
.btn-search-fill.active.focus {
    outline: none;
}

.btn-membership
{
    padding: 20px 50px;
    font-size: 18px;
}

.well
{
    background: #fff !important;
    border: 2px dashed #ddd !important;
    border-radius: 0px;
}

.history .overlay
{
    background: rgba(0,0,0,0.4);
    padding: 100px 10px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 4px;
}

.winner-block{
    background: #444;
    color:#FFF;
    width: 100%;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}


.winner-list{
    background: #f7f7f7;
    color:#333;
    width: 100%;
    padding: 20px 30px 40px 30px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.title{
    font-weight: 300;
    color: #ba9334;
}

.content-box{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);padding: 20px; margin-top: 30px; margin-bottom: 100px;
    color:#000;
}
.label-menu li a{
    color: #000;
}

.gallery-list{
    padding-bottom: 30px;
}

/* News Style */
.news{
    margin-top: 5px;
}

.news-content{
    background: #FFF; box-shadow: 0px 0px 5px rgba(0,0,0,0.2);  margin-bottom: 5px;
}

.news-img{
    height: 200px;
}

.news-detail{
    padding: 20px;
}

.news-detail-content{
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: 'Roboto';
    line-height: 2;
}

.news-lastest{
    margin-bottom: 20px;
}


.voting .btn-info {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    font-family: 'Lato' !important;
    font-weight: bold;
}

.voting .btn-voted {
    background: #eb2937 !important;
    color: #fff !important;
    border-color: #eb2937 !important;
    font-family: 'Lato' !important;
    font-weight: bold;
}

.label-menu .nav > li {
    position: relative;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    margin-right: 20px;
}

.nav {
    padding-left: 20px;
}

.nav > li >a {
    padding: 10px 0;
}

@media screen and (max-width: 600px) {
    .label-menu .nav > li {
        float: none;
    }    
}

.mta{
    background: url('../images/mta-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}

.mta-overlay{
    background: rgba(0,0,0,0.5);
    padding: 100px;
    color: #FFF !important;
}

.mta-name{
    font-weight: bold;
    
}

.mta-content{
    font-size: 18px;
}


.main-wrapper{
    min-height: 1000px !important;
    
}

.bg-blur{
    background: url('../images/bg-blur.jpg') no-repeat center center;
    background-size: cover;
    color: #FFF;
}

/**
.nav>li>a:focus, .nav>li>a:hover{
    background: #000;
    color: #fff;
}
**/

.nav > li > a:focus,
.nav > li > a:hover {
    color: #eb2937;
    background: transparent;
}

button.accordion, button.accordion{
    background-color: #000 !important;
    color: #fff !important;
}
button.accordion.active, button.accordion:hover{
    background-color: #eb2937 !important;
    color: #fff !important;
    
}

.voting .panel{
    
}

audio {
    width: 200px;
}