/*---
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*--- reset code ---*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* start editing from here */
a {
	text-decoration:none;
}
.txt-rt {
	text-align:right;
}/* text align right */
.txt-lt {
	text-align:left;
}/* text align left */
.txt-center {
	text-align:center;
}/* text align center */
.float-rt {
	float:right;
}/* float right */
.float-lt {
	float:left;
}/* float left */
.clear {
	clear:both;
}/* clear float */
.pos-relative {
	position:relative;
}/* Position Relative */
.pos-absolute {
	position:absolute;
}/* Position Absolute */
.vertical-base {	
	vertical-align:baseline;
}/* vertical align baseline */
.vertical-top {	
	vertical-align:top;
}/* vertical align top */
nav.vertical ul li {	
	display:block;
}/* vertical menu */
nav.horizontal ul li {	
	display: inline-block;
}/* horizontal menu */
img {
	max-width:100%;
}

/*--- end reset code ---*/

body {
	margin:0;
	padding:0;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602028/html/images/food.png') repeat;
	font-family: 'Tahoma', sans-serif;
}
.clear {
	clear:both;
}
.header {
	text-align:center;
	margin-top:2%;
}
.header h1 {
	font-family: 'Orbitron', sans-serif;
	color:#BB9044;
	font-size:35px;
	font-weight:bold;
}
.content {
	background-color:#262626;
	height:630px;
	padding:30px;
	margin:3% auto 0 auto;
	width:35%;
}
.content1 {
	padding:15px;
	margin:2% auto 0 auto;
}
.content2 {
	padding:15px;
	margin:0 auto 0 auto;
}
.content1-1 {
	text-align:center;
	
}
.content1-1 img{
	display:block;
	margin:auto;
	border: 7px solid #fff;
}
.content1-2 {
	text-align:center;
	margin-top: 5%;
}
.contentinfo1 {
	text-align:center;
} 

.contentinfo1 h1 {
	color:#fff;
	font-size:35px;
	font-family: 'Orbitron', sans-serif;
	line-height: 25px;
    padding: 10px;
}
.contentinfo1 p {
	line-height:25px;
	color:#fff;
	font-size:14px;
	padding:10px;
}
.content2-1 {
	padding:5% 6% 6%;
	width:20%;
	float:left;
	background-color:#08619d;
	margin-left:1%;
}
.content2-1:hover {
	background-color:#052E4A;
	transition:all 0.5s ease-in-out;
}
.content2-2 {
	padding:5% 6% 6%;
	width:20%;
	float:left;
	margin:0 1% 0 1%;
	background-color:#f6a762;
}
.content2-2:hover {
	background-color:#714926;
	transition:all 0.5s ease-in-out;
}
.content2-3 {
	padding:5% 6% 6%;
	width:20%;
	float:left;
	background-color:#f28df5;
}
.content2-3:hover {
	background-color:#6D336F;
	transition:all 0.5s ease-in-out;
}
.img-info {
	float:left;
	margin:10% 0 0 -7%;
}  
.img-info img {
	height:35px;
}
.content2 p {
	color:#fff;
	float:right;
	margin:18% -5% 0 0;
}
.footer a, a:active {
	color:grey;
	text-decoration:none;
	font-family: 'Tahoma', sans-serif;
}
.footer a:hover {
	color:#00c4ff;
	text-decoration:none;
	transition:all 0.5s ease-in-out;
}
.footer {
	margin-top:3%;
	text-align:center;
	font-weight:100;
}
.footer p {
	color:grey;
	font-size:15px;
	font-family: 'Tahoma', sans-serif;
	line-height:25px;
}

/*---- responsive-design -----*/
@media(max-width:1920px){
	.content{
	height:650px;
}
}
 
@media(max-width:1440px){
	.content{
	height:670px;
	width:50%;
}
} 

@media(max-width:1366px){
	.content{
	height:630px;
	width:35%;
}
} 

@media (max-width: 1080px){
	.content {
    width: 40%;
}
}

@media (max-width: 1024px){
	.content {
    width: 45%;
	height:620px;
}
}

@media (max-width: 900px){
	.content {
    height: 630px;
}
}

@media (max-width: 800px){
	.content {
    width: 55%;
}
}

@media (max-width: 768px){
	.content {
    width: 60%;
}
}

@media (max-width: 667px){
	.content {
    width: 70%;
}
}

@media (max-width: 640px){
	.content {
    height: 620px;
}
}

@media (max-width: 568px){
	.content {
    width: 75%;
}
}

@media (max-width: 414px){
	.header h1 {
	font-size:29px;
}
	.content {
    width: 90%;
	padding:0;
	height:640px;
}
	.content1-1 img {
	margin: 2% auto;
}
	.footer {
	margin-top:-3%;
	padding:6%;
}
}

@media (max-width: 384px){
	.header {
    margin-top: 8%;
}
	.header h1 {
	font-size:27px;
}
	.content{
    margin-top: 9%;
}
	.content1-1 img {
    margin: -2% auto auto -2%;
}
	.content1-2 {
    margin-top: 7%;
}
	.content2-1{
	margin-left:-3.5%;
	width:23%;
}
	.content2-2{
	width:23%;
}
	.content2-3{
	width:23%;
	margin-right:-5%;
}
}

@media (max-width: 375px){
	.content1 {
   margin: 2% auto 0 -1.5%;
}
	.content1-1 img {
    margin: 1% auto auto 1%;
    height: 280px;
}
	.contentinfo1 h1 {
    font-size: 34px;
}
}

@media (max-width: 320px){
	.header {
    margin-top: 10%;
}
	.header h1 {
    font-size: 23px;
}
	.content{
	height:570px;
}
	.img-info img {
    height: 25px;
}
	.content1-1 img {
	height: 250px;
	margin: -3% auto auto -3%;
}
	.contentinfo1 h1 {
    font-size: 28px;
}
	.content2 p {
	margin: 14% -5% 0 0;
}
}

