@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
header, hgroup, section, article, footer, figure, nav{
	display: block;
	margin: 0;
	margin: 0;
	overflow: hidden;
}
body{ 
    background:#F1F1F1 url(../img/body_bg.png) repeat;
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size:15px;
}
h1, h2, h3, h4, h5, h6, p{
	padding: 0;
	margin: 0;
}
ul, li, p{
	list-style: none;
	padding: 0;
	margin: 0;
}
hr{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: dotted 1px #ccc;
	margin: 20px 20px 0 20px;
}
a{
	text-decoration: none;
	cursor: pointer;
}

article{
	margin: 10px 20px;
	padding: 10px 0 11px 0;
	border-bottom: dotted 1px #CCC;
	overflow: hidden;
}
article figure{
	width: 240px;
	float: left;
	margin: 0 10px 0 0;
}
article figure img{
	width: 100%;
}
article h4{
	color: #333;
	margin: 0 0 10px 0;
}
article h5{
	color: #333;
	font-size: 1.1em;
}
article p{
	display: block;
	margin: 0;
	font-size: 0.95em;
}
article span{
	margin: 20px 0 0 0;
	display: block;
	font-size: 0.9em;
	font-style: italic;
}


.container{
	background: #FFF;
	width: 90%;
	padding: 60px 5%;
	height: auto;
	-webkit-transition: all .6s linear;
}
.header {
	margin: 0 auto;
    width: 100%;
    color:#fff;
    z-index: 1000;
    height: 400px;
    overflow: hidden;
    text-align:center;
    border-top: solid 6px #40b84b;
    -webkit-transition: all .6s linear;
}
nav {
	-webkit-transition: all .6s linear;
	background: #40b84b;
	position: absolute;
	z-index: 9999;
	top: 420px;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 18px;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	width:100%;
	box-shadow: 0 0 5px rgba(0,0,0, 0.6);
}
nav li, nav ul{
	padding: 0;
	margin: 0;
}
nav a:hover, .sel{
	background: #8fca40;
	text-shadow:1px 0 1px  #40b84b;
}
nav a{
	background: #40b84b;
	display: block;
	padding: 10px 0;
	float: left;
	width: 16.6%;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
}
nav li a{
	color: #FFF;
}


.bxslider .b1 h2, .bxslider .b2 h2{
	text-shadow: 1px 0 0 #000;
	margin: 270px 0 0 0;
	font-size: 2.4em;
	height: 60px;
	line-height: 60px;
	font-weight: 200;
	letter-spacing: -0.07em;
	background: rgba(0,0,0, 0.4);
	clear: both;
	-webkit-transition: all .9s linear;
}
.b1{
	background: url(../img/bg-1.jpg) no-repeat center top;
	background-size: 110% 100%;
	height: 400px;
	width: 100%;
}
.b2{
	background: url(../img/bg-2.jpg) no-repeat center top;
	background-size: 110% 100%;
	height: 400px;
	width: 100%;	
}
.logo{
	z-index: 99;
	position: absolute;	
	display: block;
	left: 50%;
	width: 220px;
	height: 220px;
	margin: 20px 0 0 -110px;
	-webkit-transition: all .6s linear;
}
.start{
	position: absolute;
	top: 320px;
	z-index: 999;
}
.muni{
	z-index: 99;
	position: absolute;	
	display: block;
	width: 180px;
	height: 95px;
	margin: 30px;
	opacity: 0.9;
	-webkit-transition: all .6s linear;
}
.muni:hover{
	opacity: 1;
}
.social{
	z-index: 99;
	position: absolute;
	margin: 30px;
	right: 0;
	width: 250px;
	height:50px;
	opacity: 0.9;
	-webkit-transition: all .6s linear;
}
.social li{
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	margin: 0 0 0 10px;
	
	-webkit-transition: all .6s linear;
}
.social li:nth-child(4){
	background: #386ef7;
}
.social li:nth-child(3){
	background: #c454b3;
}	
.social li:nth-child(2){
	background: #00acee;
}
.social li:nth-child(1){
	background: #4862a3;
}
.social li:hover{
	opacity: 1;
}
.logo figure, .muni figure{
	width: 100%;
	margin: 0;
}
.logo figure img, .muni figure img{
	width: 100%;
}
.boxHeader{
	overflow: hidden;
}
.boxHeader ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.boxHeader li{
	width: 24%;
	height: 240px;
	line-height: 240px;
	text-align: center;
	background: rgba(0,0,0, 0.5);
	overflow: hidden;
}
.boxHeader li:nth-child(1), .boxHeader li:nth-child(2), .boxHeader li:nth-child(3){
	float: left;
	margin: 0 15px 0 0;
}
.boxHeader li:nth-child(4){
	float: right;
	margin: 0;
}
.boxHeader li img{
	-webkit-transition: all .6s linear !important;
	width: 100% !important;
}
.boxHeader li img:hover{
	width: 120% !important;
}
.nav_mov{
	display: none;
}
.nav_mobile{
	background: #F39200 url(../img/ico_menu.png) no-repeat center !important;
	background-size: auto 60% !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 28px;
	left: 10px;
	z-index: 99;
	border-radius: 50px;
}
.box{
	overflow: hidden;
	margin: 18px 0 0 0;
}
aside{
	min-height: 675px;
}
.boxAside{
	overflow: hidden;
	width: 24%;
	float: left;
}
.boxAside li{
	background: rgba(0,0,0, 0.5);
	display: block;
	width: 100%;
	height: 240px;
	line-height: 240px;
	margin: 0 0 20px 0;
	float: left;
	text-align: center;
	overflow: hidden;
}
.boxAside li img{
	-webkit-transition: all .6s linear;
	width: 100%;
}
.boxAside li img:hover{
	width: 120%;
}
.bg_home{
	background: url(../img/bg-2.jpg) no-repeat center top;
	background-size: auto 100%;
	overflow: hidden;
	width: 24%;
	float: left;
}
.bg_home h2{
	float: left;
	color: #FFF;
	font-size: 2.2em;
	background: rgba(64,184,74, 0.8);
	margin: 296px 0 0 -260px;
	font-weight: 600;
	width: 600px;
	padding: 20px 40px;
	text-align: right;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: bt-lr;
}
.box_home{
	float: left;
	width: 52%;
	background: #FFF;
	height: auto;
}
.box_home h2{
	margin: 0;
	color: #40b84b;
	padding: 0 20px;
}
.box_home p{
	padding: 10px 20px;
}
.box_home h3{
	padding: 20px;
	color: #000;
}
.box_home figure{
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
}
.box_home figure img{
	width: 94%;
	padding: 20px;
}
.box_home ul{
	padding-bottom: 20px;
	margin: 20px; 
	overflow: hidden;
	text-align: center;
	border-bottom: dotted 1px #CCC; 
}
.box_home li{
	float: left;
	padding: 5px 5px 5px 12px;
}
.box_home li a{
	font-size: 0.8em;
	font-weight: 600;
	background: #40b84b;
	color: #FFF;
	padding: 45px 10px 0 10px;
	width: 100px;
	height: 75px;
	border-radius: 80px;
	margin: 0 0 0 0;
	display: block;
}
.more{
	background: #40b84b;
	color: #FFF;
	padding: 3px 10px;
	float: right;
	margin: -25px 20px 0 0;
	clear: both;
}
.box_home a:hover{
	background: #8fca40;
}
.banner{
	text-align: center;
	float: right;
	width: 24%;
	background: #EEE;
	overflow: hidden;
	padding: 10px 0;
}

.banner li{
	background: #CCC;
	float: left;
	display: block;
	width: 86%;

	padding: 0 0 0 0;
	text-align: center;
	margin: 10px 20px;
}
.banner li a{
	color: #40b84b;
}
footer{
	background: #40b84b;
	padding: 30px 20px;
	margin: 0;
	overflow: hidden;
	clear: both;
	font-size: 0.83em;
	color: #FFF;
}
footer a{
	color: #FFF;
}
footer li{
	width: 33%;
	float: left;
}
footer li:nth-child(2){
	text-align: center;
	border-left:solid 1px rgba(255,255,255, 0.3);
	border-right:solid 1px rgba(255,255,255, 0.3);
}
footer li:nth-child(3){
	text-align: right;
}
footer li:nth-child(3) a{
	color: #FFF;
	font-weight: 600;
}
footer li:nth-child(3) a:hover{
	color: #0CF;
}
footer li:nth-child(3) img{
	width: 24px;
	height: 24px;
	margin: 0 0 -6px 0;
	display: inline-block;
}
.translate_show{
	-webkit-transition: all .6s linear;
	display: none;
	z-index: 9999;
	position: absolute;
	right: 60px;
	top: 90px;
	background: rgba(0,0,0, 0.4);
	width: 200px;
	padding: 10px 0;
	border-radius: 0px 10px 10px 10px;
	text-align: center;
}
.loader{
	width: 40px;
	height: 40px;
	margin: 0 0 0 0;
}
.news{
	overflow: hidden;
	width: 49%;
	float: left;
	margin: 0 0 0 1.4%;
}
.news li{
	margin: 0;
	padding: 2em 0;
	border-bottom:dotted 1px #CCC;
}
.news h2{
	padding: 0.3em 1em;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 1em 0;
	font-size: 1.3em;
	background: #40b84b;
	color: #FFF;
}
.news h4{
	padding: 0 0 0.5em 0;
	font-size: 1.2em;
	letter-spacing: -0.04em;
}
.btn{
	background: #40b84b;
	color: #FFF;
	font-size: 0.9em;
	padding: 0.3em 1em;
	font-weight: 600;
	float: right;
	margin: -5px 0 0 0;
}
.news i{
	display: block;
}
.news figure{
	width: 240px;
	float: left;
	margin: 0 10px 0 0;
}
.news figure img{
	width: 240px;
	float: left;
	margin: 0 10px 0 0;
}
.pagination{
	display: block;
	clear: both;
	background: #CCC;
	padding: 0;
	margin: 3em 0 0 0;
	overflow: hidden;
}
.pagination a{
	background: #40b84b;
	color: #FFF;
	font-size: 0.9em;
	padding: 0.3em 1em;
	font-weight: 600;
	display: inline-block;
	padding: 0.3em 1em;
}
.p_next{ float: right;}
.p_back{ float: left;}



/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1200px) {
}
/* Tablet Portrait size to standard960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 983px) {
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.social, .muni, .boxHeader, .boxAside, .bg_home{ display: none; }
	nav li a{ display: block; width: 100%; }
	.banner, .news, .box_home{ width: 100%; }
	.news, .box_home{ margin-top: 140px; }
	footer{ font-size: 1em; }
	footer li{ width: 100%; text-align: center; padding: 10px 0; border-bottom: solid 1px #FFF; }
	footer li:nth-child(2){ border-left: none; border-right: none; }
	footer li:nth-child(3){ text-align: center; }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.social, .muni, .boxHeader, .boxAside, .bg_home{ display: none; }
	nav li a{ display: block; width: 100%; }
	.banner, .news, .box_home{ width: 100%; }
	.news, .box_home{ margin-top: 140px; }
	footer{ font-size: 1em; }
	footer li{ width: 100%; text-align: center; padding: 10px 0; border-bottom: solid 1px #FFF; }
	footer li:nth-child(2){ border-left: none; border-right: none; }
	footer li:nth-child(3){ text-align: center; }
}