body {
	margin: 0;
	padding: 0;
	position: relative;
	font: normal 12px "Roboto", sans-serif;
	background: #fff;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	border: none;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
*:focus {
    outline: none;
}
/* Clear float */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
    clear: both;
}
.wrap {
	width: 98%;
	max-width: 1180px;
	position: relative;
	margin: 0 auto;
}
#header {
	background: #fff;
	box-shadow: 0 0 8px #666;
	position: relative;
	z-index: 100000;
}
#header .logo {
	float: left;
	margin: 5px 50px 5px 0;
}
#mainnav_btn {
	display: none;
}
#mainnav {
	float: left;
	padding-left: 50px;
	margin: 10px 0;
	border-left: 1px solid #ac0d07;
}
#mainnav li {
	float: left;
	margin: 0 5px;
}
#mainnav li a {
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
	color: #666;
	 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 58px;
  line-height: 58px;
  font-size: 13px;
}
#mainnav li:hover a {
	color: #ac0e07;
}
#mainnav li a.active {
	color: #ac0e07;
}

.lang {
	float: right;
	margin: 10px 0;
}
.lang li {
	float: left;
	height: 58px;
	line-height: 58px;
	padding-left: 5px;
	color: #ac0d07;
}
.lang li.separator {
	color: #666;
	line-height: 56px;
}
.lang li a {
	height: 58px;
	line-height: 58px;
	color: #666;
}
.lang li a:hover {
	color: #ac0d07;
}
.bxslider a {
	display: block;
	width: 100%;
	position: relative;
}
.bxslider a img {
	width: 100%;
}
.bxslider div {
	position: absolute;
	left: 0;
	top: 25%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 25px 40px;
	z-index: 1000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.bxslider div .title {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 10px;
}
.bxslider div p {
	margin: 0;
}
.bx-wrapper {
	position: relative;
}
.bx-controls {
  position: absolute;
  z-index: 10000;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.bx-pager {
  text-align: center;
  margin: 15px 0 0;
}
.bx-pager div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
}
.bx-pager div .bx-pager-link {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #999;
}
.bx-pager .bx-pager-link.active,
.bx-pager .bx-pager-link:hover {
  background: #ac0d07;
}
.main_text {
	text-align: center;
	margin: 50px 0;
}
.main_text h1 {
	font-weight: 300;
	color: #000;
	font-size: 42px;
	margin: 0 0 20px 0;
}
.main_text h1 span {
	color: #ac0d07;
	font-weight: 600;
}
.main_text p {
	padding: 0 20%;
	line-height: 22px;
	font-size: 18px;
	font-weight: 300;
}
.boxes {
	margin-bottom: 40px;
}
.boxes .box {
	float: left;
	width: 24.9%;
	border-right: 1px solid #fff;
	text-align: center;
}
.boxes .box:last-child {
	border: none;
}
.boxes .box:nth-child(odd) {
	background: #ac0e07 url("../images/box_bg_top.jpg") no-repeat center top;
}
.boxes .box:nth-child(even) {
	background: #ac0e07 url("../images/box_bg_bottom.jpg") no-repeat center bottom;
}
.boxes .box img {
	display: inline-block;
	margin: 100px auto 50px;
}
.boxes .box span {
	display: block;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: 300;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	width: 50%;
}
.boxes .box p {
	height: 70px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 80%;
	margin: 0 auto 50px;
}
.boxes .box p b {
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
}
h2 {
	color: #000;
	font-size: 30px;
	font-weight: 300;
}
h2 a {
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
}
h2 a:hover {
	text-decoration: underline;
}
.news {
	margin-bottom: 40px;
}
.news h3 {
	color: #ac0e07;
	font-size: 22px;
	font-weight: 300;
	padding: 0 0 15px;
	margin: 15px 20px;
	border-bottom: 1px solid #ac0e07;
}
.news.horizontal h3 {
	height: 54px;
	overflow: hidden;
}
.news.vertical h3 {
	height: 81px;
	overflow: hidden;
}
.news p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	margin: 15px 20px;
	height: 100px;
	overflow: hidden;
}
.news.vertical {
	width: 30%;
	min-width: 380px;
	float: left;
	margin-right: 20px;
	height: 555px;
}
.news.horizontal {
	width: 70%;
	max-width: 780px;
	float: left;
	margin-bottom: 20px;
}
.news.horizontal img {
	float: left;
	margin-right: 10px;
}
.news.horizontal p,
.news.horizontal h3 {
	float: left;
	width: 44%;
}
.news .more {
	margin: 20px auto 0;
	width: 140px;
	height: 17px;
	background: #fff;
	border: 1px solid #ac0e07;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #ac0e07;
	text-align: center;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .more:hover {
	background: #ac0e07;
	color: #fff;
}
.news.horizontal .more:before {
	clear: both;
}
.news.horizontal .more {
	float: left;
	margin: 0 0 0 15%;
}
.head {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.head img {
	position: relative;
	z-index: 10;
}
.head h1 {
	position: absolute;
	z-index: 100;
	width: 98%;
	padding: 0 1%;
	font-size: 40px;
	font-weight: 300;
	color: #a0130d;
	top: 25%;
	left: 0;
}
#aside {
	float: left;
	width: 300px;
	margin-right: 45px;
}
.asidenav {
	overflow: hidden;
	margin-bottom: 40px;
}
.asidenav li {
	display: block;
	margin-bottom: 5px;
}
.asidenav li.title {
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}
.asidenav li a {
	display: block;
	padding-left: 25px;
	background: url("../images/pill_bullet.png") no-repeat left center;
	padding: 5px 0 5px 25px;
	font-size: 16px;
	color: #333;
}
.asidenav li:hover a,
.asidenav li.active a {
	background: url("../images/pill_bullet_active.png") no-repeat left center;
	color: #a0130d;
}
.news.small {
	width: 300px;
}
.news.small h2 {
	background: #ac0e07 url("../images/title_bg.jpg") no-repeat left top;
	color: #fff;
	font-size: 18px;
	padding: 15px 10px;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.news.small h2 a {
	float: right;
	padding-left: 10px;
	border-left: 1px solid #fff;
	margin: 5px 0;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: none;
}
.news.small img {
	width: 100%;
	display: block;
}
.news.small h3,
.news.small p {
	margin: 10px;
}
.news_content {
	float: left;
	padding-left: 45px;
	border-left: 1px solid #ccc;
	width: 70%;
	max-width: 789px;
}
.news_content h2 {
	margin: 0 0 10px;
}
.news_content .date {
	color: ;
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-weight: 300;
	font-size: 14px;
}
.news_content {
	overflow: hidden;
}
.news_content img {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.news_content .text {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 15px;
}
.news_content p, .news_content .textinfo {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}
.download {
	padding-left: 30px;
	background: url("../images/download.png") no-repeat left top;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #333;
	font-size: 14px;
}
.download:hover {
	background: url("../images/download.png") no-repeat left bottom;
	color: #ac0e07;
}
.slider {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 10px;
}
.slider h3 {
	background: #ac0e07 url("../images/title_bg.jpg") no-repeat left top;
	padding: 15px 10px;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}
#footer {
	margin-top: 50px;
}
#footer .top {
	position: relative;
}
#footer .frame_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#footer .frame_wrap iframe {
	position: absolute;
	width: 100%;
	z-index: 10;
}
#footer .shadow {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
#footer .shadow.hidden {
	display: none;
}
#footer .info {
	position: relative;
	z-index: 1000;
	background: rgba(0, 0, 0, .7);
	width: 40%;
	max-width: 400px;
	color: #fff;
	padding: 20px 0 30px;
}
#footer .info a {
	font-weight: 300;
	color: #fff;
	font-size: 42px;
	margin: 0;
	padding: 20px 0;
	display: block;
	text-align: center;
}
#footer .info a span {
  color: #ac0d07;
  font-weight: 600;
}
#footer .info p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 50px;
}
#footer .social {
	float: left;
	background: #a0130d;
	color: #fff;
	text-transform: uppercase;
	width: 40%;
	max-width: 400px;
	padding: 15px 0;
	overflow: hidden;
}
#footer .social a {
	width: 32px;
	height: 32px;
	float: left;
	margin: 4px 5px 0;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#footer .social a.fb {
	background: url("../images/facebook.png") no-repeat center center;
	background-size: 32px 32px;
}
#footer .social a:hover {
	opacity: 0.8;
}
#footer .social p {
	padding: 0 15px;
	font-size: 13px;
	float: left;
}
#footer .bottom .right {
	position: relative;
	float: left;
}
#footer .fnav {
	float: left;
	margin: 20px 20px 15px;
}
#footer .fnav li {
  float: left;
  margin: 0;
}
#footer .fnav li a {
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
}
#footer .fnav li a:hover {
	color: #a0130d;
}
#footer .copy  {
	margin: 0;
	clear: both;
	text-align: center;
	color: #666;
}

/* Custom css */ 

#payment {
	width: 100%;
}
#payment fieldset {
	border: none;
	padding: 0;
	margin: 0 0 30px;
}
#payment fieldset.half {
	width: 99%;
	float: left;
}
#payment fieldset.half:nth-child(2) {
	margin-right: 20px;
}
#payment legend, .contactstext legend {
	background: #f3f3f3;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	padding: 15px 2%;
	margin: 0 0 20px;
	display: block;
	width: 96%;
}
#payment div.clearfix {
	margin-bottom: 20px;
}
#payment input[type="text"], #payment input[type="password"] {
	border: 1px solid #cccccc;
	padding: 5px;
	height: 18px;
	line-height: 18px;
	color: #333;
	width: 260px;
	margin: 0 10px 10px 10px;
	font-size: 13px;
}
#payment input[type="text"].second,
#payment select.second {
	margin: 0 0 10px 10px;
}
#payment div input[type="text"] {
	float: left;
}
#payment div.small input[type="text"] {
	width: 48px;
	float: left;
	margin: 0 0 10px 10px;
}
#payment input[type="submit"], #payment input[type="button"] {
	border: none;
	padding: 5px 20px;
	line-height: 28px;
	color: #333;
	width: 180px;
	margin: 10px;
	font-size: 13px;
	background: #f26322;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#payment input[type="submit"]:hover, #payment input[type="button"]:hover {
	opacity: 0.8;
}

#payment label {
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	margin: 0 0 10px 10px;
}
#payment label.float {
	float: left;
}
#payment input[type="checkbox"],
#payment input[type="radio"] {
	float: left;
	margin-right: 8px;
}
#payment textarea {
	border: 1px solid #cccccc;
	padding: 5px;
	height: 80px;
	line-height: 18px;
	color: #333;
	width: 260px;
	margin: 0 10px 10px 10px;
	font-size: 13px;
	color: #999;
}
#payment p {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin: 0 10px 15px;
}
#payment span {
	color: #999;
	font-size: 11px;
}

.sendcontacts {
    background: #ac0e07 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
	margin-left: 10px;
}

.contactstext {
	font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.display-message {
	display:block;
	font-weight:bold;
	border:1px solid #ccc;
	padding:10px;
	margin:5px 0;
	width:96%;
}

.msgerror {
	color:red;
}

.msgsuccess {
	color:green;
}

.contactstable table {
	width:100%;
	border-spacing: 0px;
    border-collapse: separate;
}

.contactstable table td, .contactstable table th {
	border:1px solid #ccc;
	padding:5px;
}

.contactstable table th {
	color:#000;
	background-color:#ccc;
}

.share {
	margin: 25px 0 0 0;
	padding-top:10px;
	overflow: hidden;
	clear: both;
}
.share span {
	float: left;
	color:#464646;
}
.share .fb,
.share .google {
	float: left;
	margin: 0 10px;
}
a.back {
	float: right;
	background: url("../images/back_icon.png") no-repeat left center;
	padding-left: 16px;
	color: #464646;
	font-size: 13px;
	font-style: semibold;
}
.text ul li {
	font-size: 16px;
   font-weight: 300;
	line-height: 22px;
	padding: 5px 5px 5px 28px;
	background: url("../images/bb.jpg") no-repeat left 5px;
} 
.textinfo img {
	float: left;
    margin: 0;
    padding: 5px;
    height: 135px;
}
.textinfo br {
	clear:both;
}

/*meadia query*/
@media only screen and (max-width: 1136px){
	.news.horizontal {
    	width: 64%;
	}
	.news h3 {
		line-height: 26px;
		font-size: 20px;
		height: 78px;
	}
	.news.horizontal p, .news.horizontal h3 {
		width: 39%;
	}
	.news.horizontal h3 {
		margin: 0 20px;
	}
	.news.vertical h3, 
	.news.horizontal h3 {
		height: 78px;
	}
	.news_content {
		width: 64%;
	}
}

@media only screen and (max-width: 1080px){
	#header .logo {
    	margin: 5px 30px 5px 0;
	}
	#mainnav {
    	padding-left: 10px;
	}
	.news.horizontal {
    	width: 62%;
	}
	.news.horizontal h3 {
    	margin: 0 10px;
	}
	.news p {
    	margin: 15px 10px;
	}
	.news.horizontal p, .news.horizontal h3 {
    	width: 37%;
	}
	.news_content {
    	width: 63%;
	}
	#footer .fnav {
    	margin: 20px 10px 15px;
	}
}

@media only screen and (max-width: 1024px){
	.news.vertical {
		min-width: 360px;
	}
	.news img {
		width: 100%;
		max-width: 360px;
	}
	.news.horizontal {
    	width: 62%;
	}
	.news.vertical h3 {
	    margin: 15px 20px 15px 0;
	}
	.news.horizontal p, .news.horizontal h3 {
    width: 40%;
	}
	.news.horizontal h3 {
		margin: 0;
	}
	.news.horizontal p {
		margin: 15px 0;
		height: 80px;
	}
	.news.horizontal .more {
    margin: 0;
  }
	.news_content {
    	width: 60%;
	}
	#mainnav li a,
	#footer .fnav li a {
    	padding: 0 12px;
	}
}

@media only screen and (max-width: 960px){
	#mainnav li a, #footer .fnav li a {
    padding: 0 8px;
	}
	#header .logo {
    margin: 5px 15px 5px 0;
  }
  .news.vertical h3 {
	   margin: 15px 0 15px 0;
	}
  .news.vertical {
    margin-right: 10px;
    min-width: 340px;
  }
  .news.vertical p {
  	height: 64px;
  }
  .news.horizontal img {
		max-width: 340px;
	}
	.news.horizontal {
    width: 62.7%;
	}
	.news_content {
    width: 58%;
	}
	#footer .info {
		padding: 20px 0 10px;
	}
}

@media only screen and (max-width: 768px){
	#header .logo {
		border-right: 1px solid #b30d07;
		padding-right: 30px;
		margin: 5px 30px 5px 0;
	}
	#header .logo img {
		width: 160px;
	}
	#mainnav_btn {
		display: block;
		float: left;
		background: url("../images/menu_btn.png") no-repeat left center;
		background-size: 20px 17px;
		padding-left: 30px;
		color: #666;
		text-transform: uppercase;
		height: 58px;
    line-height: 58px;
    z-index: 10000;
	}
	#mainnav {
		display: none;
		position: absolute;
		width: 260px;
		top: 55px;
    left: 190px;
		background: #fff;
		box-shadow: 2px 4px 8px #666;
		-webkit-box-shadow: 2px 4px 8px #666;
		-moz-box-shadow: 2px 4px 8px #666;
	}
	#mainnav li {
    float: none;
	}
	#mainnav li a {
		padding: 0 0 0 46px;
		height: 36px;
    line-height: 36px;
	}
	.lang {
    margin: 0;
  }
  .bxslider div {
    top: 10%;
  }
  .news.vertical,
  .news.horizontal {
  	width: 100%;
  	margin: 0 0 15px 0;
  	height: auto;
  }
  .news.horizontal img,
  .news.vertical img {
  	float: left;
  	max-width: 340px;
  	width: 40%;
  }
  .news.horizontal img {
    margin-right: 0;
  }
  .news.vertical h3,
  .news.vertical p,
  .news.horizontal h3,
  .news.horizontal p {
    margin: 0 0 15px 15px;
    width: 58%;
    float: left;
	}
	.news.vertical h3,
	.news.horizontal h3 {
    height: 48px;
	}
	.news.horizontal p,
	.news.vertical p {
		height: 80px;
	}
	.news.vertical .more,
	.news.horizontal .more {
    float: left;
    margin: 0 0 0 15px;
  }
  #aside {
    margin-right: 25px;
  }
  .news_content {
    padding-left: 25px;
    width: 53%;
  }
  #footer .info a {
    font-size: 28px;
  }
  #footer .social {
  	float: none;
  	width: 100%;
  	max-width: 800px;
  }
  #footer .bottom .right {
  	float: none;
  	text-align: center;
  }
  #footer .fnav {
  	float: none;
  	margin: 20px auto 15px;
  	overflow: hidden;
  	text-align: center;
  }
  #footer .fnav li {
  	float: none;
  	display: inline-block;
  }
}

@media only screen and (max-width: 750px){
	#aside {
    margin-right: 15px;
	}
	.news_content {
    padding-left: 15px;
    width: 54%;
	}
	.news.vertical h3,
	.news.vertical p,
	.news.horizontal h3,
	.news.horizontal p {
    width: 57%;
  }
  .news.vertical h3,
  .news.vertical p,
  .news.horizontal h3,
  .news.horizontal p {
    margin: 0 0 10px 15px;
  }
}

@media only screen and (max-width: 720px){
	.bxslider div p {
    margin: 0;
    font-size: 16px;
  }
  .bxslider div {
    padding: 15px 40px;
  }
  .boxes .box {
    float: left;
    width: 24.89%;
  }
  .news_content {
    width: 53%;
	}
}

@media only screen and (max-width: 667px){
	.main_text h1 {
    	font-size: 38px;
	}
	.bxslider div .title {
    	font-size: 30px;
	}
	.main_text p {
    	font-size: 16px;
	}
	.bxslider div p {
    	font-size: 14px;
    	line-height: 18px;
	}
	.boxes .box img {
	    margin: 50px auto;
	    width: 70px;
	}
	.boxes .box {
	    width: 24.87%;
	}
	#aside {
    	width: 260px;
    	overflow: hidden;
	}
	.news.small {
		width: 276px;
	}
	.news.small h2 {
	    font-size: 14px;
	    width: 240px;
	}
	.news.small h2 a {
	    font-size: 10px;
	    line-height: 10px;
	}
	.banner img {
		display: block;
		width: 100%;
	}
	.news.small h3 {
	    line-height: 20px;
	    font-size: 16px;
	    height: 30px;
	}
	.news p {
    	font-size: 14px;
	}
	.news.horizontal h3,
	.news.vertical h3 {
    	line-height: 22px;
    	font-size: 16px;
    	height: 38px;
	}
	.news .more {
    	padding: 5px 0;
	}
	#footer .info p {
		font-size: 12px;
	}
	#footer .info a {
		padding: 10px 0;
	}
	#footer .social {
    	padding: 5px 0;
	}
}

@media only screen and (max-width: 640px){

}

@media only screen and (max-width: 568px){
	.news.horizontal p, .news.vertical p {
    	height: 52px;
    	font-size: 12px;
    	line-height: 16px;
	}
	.boxes .box {
    	width: 49.8%;
    	margin-bottom: 2px;
	}
	.boxes .box p {
    	margin: 0px auto 30px;
	}
	.boxes .box img {
    	margin: 30px auto;
	}
	.news_content {
	    width: 47%;
	}
	.head img {
    	width: 100%;
	}
	.head h1 {
    	font-size: 26px;
	}
	#footer .fnav li a {
    	font-size: 10px;
	}
	#footer .info a {
    	font-size: 20px;
	}
	#footer .info {
	    width: 50%;
	    max-width: 450px;
	}
}

@media only screen and (max-width: 540px){
	.news.horizontal p, .news.vertical p {
	    height: 50px;
	}
	.news.small {
		display: none;
	}
	#aside {
    	width: 150px;
	}
	.news_content {
	    width: 65%;
	}
	.news.vertical h3, .news.vertical p, .news.horizontal h3, .news.horizontal p {
    	width: 56%;
    	margin: 0 0 5px 15px;
	}
	.news .more {
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		padding: 3px 0;
		width: 100px;
	}
	.boxes .box {
    	width: 49.7%;
	}
	.bxslider div {
		display: none;
	}
	.news_content {
    	width: 65%;
	}
}

@media only screen and (max-width: 480px){
	.news_content {
    	width: 61%;
	}
	#footer .fnav li a {
    	padding: 0 5px;
	}
}

@media only screen and (max-width: 414px){
	.news_content {
    	width: 55%;
	}
	#mainnav {
		width: 209px;
	}
	#mainnav li a {
		font-size: 11px;
	}
	.news.horizontal h3, .news.vertical h3 {
	    line-height: 18px;
	    font-size: 14px;
	    height: 26px;
	}
	#footer .info p {
		padding: 0 20px;
	}
	#footer .fnav li a {
    	font-size: 8px;
	}
}

@media only screen and (max-width: 375px){
	#header .logo img {
    	width: 125px;
	}
	#mainnav {
    	width: 205px;
    	top: 48px;
    	left: 155px;
	}
	.banner {
		display: none;
	}
	.news_content {
		width: 100%;
		border: none;
		padding: 0;
	}
	.news.horizontal img, .news.vertical img {
	    max-width: 370px;
	    width: 100%;
	}
	.news.vertical h3,
	.news.vertical p,
	.news.horizontal h3,
	.news.horizontal p {
	    width: 97%;
	    margin: 10px 5px 5px 5px;
	}
	.news.vertical .more, .news.horizontal .more {
	    float: left;
	    margin: 10px 0 0 0;
	}
	.boxes .box p {
		width: 90%;
	}
	#footer .fnav li a {
	    padding: 0 2px;
	}
	
	#aside {
		width: 220px;
	}
}

@media only screen and (max-width: 320px){
	#header .logo {
		margin-right: 10px;
    	padding-right: 10px;
	}
	.main_text {
    	margin: 20px 0;
	}
	.main_text h1 {
	    font-size: 28px;
	}
	.main_text p {
    	padding: 0 8%;
	}
	.boxes .box {
    	width: 49.6%;
	}
}
