@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Josefin Slab', serif;
	background:url(../images/bg.jpg) repeat;
}
p {
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.web-wrapper {
	margin:0 auto;
	width:100%;
	max-width:1100px;
}
header {
	float:left;
	width:100%;
	padding:10px 0;
	position:relative;
	border-bottom:1px solid #ccc;
}
header a {
	text-decoration:none;
}
.logo {
	float:left;
	width:20%;
	max-width:200px;
}
.logo img {
	max-width:100%;
}
.header-right {
	float: right;
	font-size: 20px;
	font-weight: 600;
	margin-top: 25px;
}
.header-right a {
	color:#e60000;
}
nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background:rgba(0,0,0,0.6);
	z-index:99;
}
nav ul {
	display:table;
	width:100%;
}
nav li {
	display:table-cell;
	text-align:center;
	border-left:1px solid #fff;
}
nav li:last-child {
	border-right:1px solid #fff;
}
nav li a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 11px 0;
	font-size: 20px;
	transition:0.3s;
}
nav li a:hover, nav li a.active {
	background:rgba(230,0,0,0.6);
}
.banner {
	float:left;
	width:100%;
}
.banner img {
	display:block;
	width:100%;
}
.content {
	float:left;
	width:100%;
	padding:20px 0;
}
.main-content {
	float:left;
	width:96%;
	padding:2%;
	background:rgba(255,255,255,0.7);
}
.main-content h1 {
	margin-bottom:30px;
}
.main-content h1 span {
	color:#e60000;
}
footer {
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
	background:rgba(0,0,0,0.6);
	color:#fff;
}
.gallery {
	float:left;
	width:100%;
	text-align:center;
}
.gallery li {
	list-style:none;
	width:22%;
	margin:1%;
	display:inline-block;
}
.gallery li img {
	max-width:100%;
	display:block;
	transition:0.3s;
}
.gallery li:hover img {
	box-shadow:0 0 5px #000;
}
.rate-table {
	float: left;
	width: 100%;
	text-align: center;
	margin:30px 0;
}
.rate-table ul {
	display: inline-block;
	width: 60%;
	text-align: left;
	list-style: none;
	border: 1px solid #f00;
	padding: 10px;
}
.rate-table ul li {
	width:32%;
	float:left;
	border-right:1px solid #f00;
}
.rate-table ul li strong {
	display:block;
	margin-bottom:10px;
}
.rate-table ul li:last-child {
	border:none;
}
.rate-table ul li:nth-child(2), .rate-table ul li:nth-child(3) {
	padding-left:10px;
}
.rate-table ul li ul, .rate-table ul li ul li {
	width:100%;
	border:none;
	padding:0 !important;
}
.rate-table ul li ul li {
	margin-bottom:10px;
	display:block !important;
}
.rate-table ul li ul li span {
	display:none;
}
.main-content a {
	color:#f00;
	text-decoration:none;
}
.link-exchange {
	margin:0 auto;
	width:100%;
	max-width:468px;
	text-align:center;
}
.link-exchange img {
	max-width:100%;
	margin-bottom:20px
}
.link-exchange textarea {
	width:92%;
	height:60px;
	padding:10px 4%;
	margin-bottom:20px;
}
.mobile-menu {
	display:none;
}
@media(max-width:768px) {
header {
	width:96%;
	padding:10px 2%;
	transition:0.3s;
}
.rate-table ul {
	width:95%;
}
}
@media(max-width:640px) {
.header-right, .header-right p {
	margin:0;
}
}
@media(max-width:480px) {
.logo {
	width:100%;
	text-align:left;
	max-width:none;
}
.logo img {
	max-width:140px;
}
.header-right {
	display:none;
}
nav {
	width: 60%;
	position: fixed;
	top: 0;
	left: -60%;
	transition:0.3s;
	height:100%;
	z-index:9999999;
}
nav li {
	display: block;
	text-align: center;
	border-left: 0;
	border-bottom: 1px solid #fff;
}
nav li a {
	padding:10.5px 0;
}
.mobile-menu {
	display: block;
	position: absolute;
	right: 10px;
	background: #f00;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	top:25px;
}
nav.show {
	left:0;
}
header.fixed {
	position: fixed;
	z-index: 9999999;
	background: #fff;
}
.gallery li {
	width:47%;
}
.rate-table ul li {
	width: 100%;
	border: none;
}
.rate-table ul li ul li span {
	display: block;
	line-height: 24px;
}
.rate-table ul li:nth-child(2), .rate-table ul li:nth-child(3) {
	display: none;
}
}
@media(max-width:360px){
	.rate-table ul {
    width: 90%;
}
}