@media only screen and (max-width: 986px){
.center {
    width: 100% !important; 
}
	.slogan {
    background: url(img/slogan.png) no-repeat;
    background-size: contain;
    width: 250px;
    height: 86px;
    margin-top: 47px;
    margin-left: 55px;
}
}
@media only screen and (max-width:550px){
	.slogan {
    background: url(img/slogan.png) no-repeat;
    background-size: contain;
    width: 250px;
    height: 86px;
    margin-top: 47px;
    margin-left: 15px;
}
}
@media only screen and (max-width:500px){
	.slogan {
    background: url(img/slogan.png) no-repeat;
    background-size: contain;
    width: 165px;
    height: 53px;
    margin-top: 58px;
    margin-left: 15px;
}
}

@media only screen and (max-width:710px){
  .items-row .page-header h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #683109;
    border-bottom: 0px !important;
    text-align: left;
}
h2 {
    font-size: 21px;
}
  .items-row img {
    float: none !IMPORTANT;
    margin: 0px auto !important;
    margin-bottom: 20px !important;
}
	

.head .center {
    height: 151px;
    background: url(img/header.png) center top;
    display: block;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.26);
}
	.contbl {
    position: absolute;
    top: 0px;
    right: 20px;
}
.mainmenu .center {
    background: #991e1c;
    border-top: 1px solid #fdf3c2;
    padding: 0px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.26);
}
	.head {
    height: auto;
    border-bottom: 0px;
}
	#header {
    background: url(img/bg.png) repeat-x center top;
    height: auto;
    border-bottom: 20px solid #a77303;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.76);
    position: relative;
    z-index: 10;
}
	.mainmenu {
    margin-top: -1px;
    position: relative;
}
	.mainmenu ul li {
    vertical-align: top;
    border-right: 0px solid #fdf3c2;
    display: block;
    min-width: 100px;
    border-bottom: 1px solid #fdf3c2;
}
	.mainmenu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fdf3c2;
    line-height: 44px;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
	.item-page img {
    float: none !important;
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    padding: 0px !important;
    margin: 15px 0px !important;
}
}


@media only screen and (max-width:420px){
	.logo a {
    display: inline-block;
    width: 153px;
    height: 138px;
    background: url(img/logo.png) no-repeat;
    background-size: contain;
}.slogan {
    background: url(img/slogan.png) no-repeat;
    background-size: contain;
    width: 165px;
    height: 53px;
    margin-top: 46px;
    margin-left: 5px;
}
	.head .center {
    height: 114px;
    background: url(img/header.png) center top;
    display: block;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.26);
}
	
}


@media only screen and (max-width:370px){
.logo a {
    display: inline-block;
    width: 97px;
    height: 138px;
    background: url(img/logo.png) no-repeat;
    background-size: contain;
}
	
}