/* here you can put your own css to customize and override the theme */
.site-logo img
{
    width:280px;
}

.service-box ul li
{
    line-height:20px;    
}

.service-box a
{
    color:#000;    
}

.show-1024
{
    display:none;
}

.hot {
    background: url(/images/new.jpg) no-repeat right center;
    padding-right: 30px;
}

@media (max-width: 1024px) {
	.site-logo {
      float: left;
      font-size: 23px;
      font-weight: 400;

      margin-right: 0;
      padding-top: 22px;
      padding-bottom: 22px;
    }
	
	.site-logo img
    {
        width:170px;
    }
    
    .show-1024
    {
        display:block;
    }
}
