/*
* PremGeneral - Freestart Responsive HTML5 Template
* V2.0 - June 2014
*
* Premier Smart 04 - YouXI - PSMART04
*/

body    {
    color: #333!important;  
    background: url(../img/gplaypattern2.png)!important;
}

.header {
    border-top: 5px solid #B61A1D!important;
    border-bottom: 5px solid #B61A1D!important;
}

a, #nav a:hover {
    color: #B61A1D!important;   
}

#nav a   {
    color: #333!important;
}

#logo   {
    margin: 5px 0px 10px 0px;   
}

.page-header, .footer-bottom, .inpbtn   {
    background: #B61A1D!important;   
}

.page-header .page-title, .footer-bottom, .footer-bottom a, .footer-top    {
    color: #fff!important;  
}

.title > span   {
    background: #fff!important;   
}

.pagetab    {
    padding-right: 20px!important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.footer-top {
    border-top: 12px solid #B61A1D;   
    background: #171717!important;
}

.footer-top a   {
    color: #DB3639!important;
}

.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: 37px;
	float: left;
	font-size: 14px;
	margin: 15px 0;
}


@media screen and (max-width: 959px) {
    
    .header .navigation > ul > li   {
        margin-left: 15px!important;
    }
 
}