.more{
	display:inline-block;
	background:#fff;
	color:#006689;
	text-transform:uppercase;
	text-decoration:none;
	padding:15px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	-webkit-transition:all .3s;
    transition:all .3s;
	margin-bottom:30px;
	border:solid 2px #006689;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.more:hover,.more:focus{
	color:#454545;
	border-color:#454545;
	text-decoration:none;
}

footer{
	background:#00455f;
	color:#fff;
	padding:10px 0 0 0;
	font-size:18px;
	text-align: center; 
}
footer a{
	color:#fff;
	-webkit-transition:color .3s;
    transition:color .3s;
	padding: 0px 25px 20px 25px;
}
footer a:hover{
	color:#d5d5d5;
}
footer h2{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
}
footer p{
	margin:0;
	font-size:15px;
	line-height:normal;
	text-align:center;
	font-weight:normal;
}
/*.box_b{
	background:url(../gfx/a.png	) no-repeat center 0;
	background-size:contain;
}*/
.box_a{
	background:url(../gfx/i.jpg) no-repeat center 0;
	min-height:380px;
}
.box_a h1{
	font-weight:bold;
	margin:120px 0 10px 0;
	font-size:30px;
}
.box_a .button_b{
	font-size:15px;
}

.box_w{
	background-color:#fff;
}

.footer{
	border-top:solid 1px #dce5e9;
	border-bottom:solid 2px #eff3f5;	
	padding:20px 0 12px 0;
	color:#fff;
	font-size:12px;
	margin:25px 0 20px 0;
}
.footer a{
	color:#8b8c8d;
}
/*.footer ul.il li:last-child{
	float:right;
	padding-left:20px;
	padding-top:10px;
}*/
.footer img{
	vertical-align:middle;
	margin-right:6px;
}
.footer a.i{
	display:inline-block;
	background-image:url(../gfx/i.png);
	background-repeat:no-repeat;
	width:25px;
	height:36px;
	-webkit-transition:background-position .3s;
    transition:background-position .3s;
	margin:0 0 4px 8px;
	vertical-align:middle;
}
.footer a.fb{
	background-position:-486px -37px;
}
.footer a.fb:hover{
	background-position:-436px -37px;
}
.footer a.ln{
	background-position:-484px -66px;
}
.footer a.ln:hover{
	background-position:-434px -66px;
}

footer form{
	margin-top:15px;
}
footer input[type=email]{
	display:inline-block;
	width:200px;
	height:40px;
	background-color:#fff;
	color:#4d4d4d;
	margin:0 10px 10px 0;
}
footer input[type=submit]{
	width:130px;
	height:40px;
	background-color:#00963f;
	color:#fff;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:background-color .3s;
    transition:background-color .3s;
	outline:none;
}
footer input[type=submit]:hover{
	background-color:#008b3a;
}
#wm_top{
	width:39px;
	height:35px;
	text-align:center;
	color:#fff;
	position:fixed;
	bottom:0;
	right:20px;
	display:block;
	line-height:35px;
	background:url(../gfx/i.png) no-repeat 9px 8px #3e3e3e;
	text-indent:-94528px;
	border-left:solid 1px #e5e5e5;
	border-top:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
i{
	display:inline-block;
	background-image:url(../gfx/i.png);
	background-repeat:no-repeat;
}
.button_b{
	display:inline-block;
	padding:10px 20px;
	line-height:1.6;
	box-shadow: none;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transition:background-color .3s;
    transition:background-color .3s;
	background-color:#006689;
	color:#fff;
	text-transform:uppercase;
}
.button_b:hover{
	background-color:#007395;
	color:#fff;
}
.button_gr{
	display:inline-block;
	padding:10px 20px;
	line-height:1.6;
	box-shadow: none;
	font-size: 18px;
	font-weight:500;
	border-radius: 3px;
	-webkit-transition:all .3s;
    transition:all .3s;
	border:solid 2px #fff;
	background-color:#00963f;
	color:#fff;
	text-transform:uppercase;
	margin-top:20px;
}
.button_gr:hover{
	background-color:#008b3a;
	color:#fff;
}
.button_w{
	display:inline-block;
	padding:10px 20px;
	line-height:1.6;
	box-shadow: none;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transition:all .3s;
    transition:all .3s;
	border:solid 2px #fff;
	color:#fff;
	text-transform:uppercase;
	margin-top:20px;
}
.button_w:hover{
	border:solid 2px #74b2c7;
	color:#74b2c7;
}
.button_b2{
	display:inline-block;
	padding:10px 20px;
	line-height:1.6;
	box-shadow: none;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transition:all .3s;
    transition:all .3s;
	border:solid 2px #006689;
	color:#006689;
	text-transform:uppercase;
	margin-top:20px;
}
.button_b2:hover{
	border:solid 2px #007395;
	color:#007395;
}
.ptb50{
	wodth: 1175px
}
.pt20{
	padding-top:20px;
}
.pt50{
	padding-top:50px;
}
.mb50{
	margin-bottom:50px;
}
h2.b{	
	text-align:center;
	font-size:14px;
}
.news_list{
	padding-top:15px;
}
/*.news_list h3{
	font-size:16px;
	color:#454545;
}
.news_list h3 a{
	color:#454545;
}
.news_list h3 a:hover{
	color:#006689;
}*/
#map_box {
	width:100%;
	height:550px;
}
#map_box iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative;
}
#map_box iframe.act{
	pointer-events: auto;
}
.partners a{
	display:block;
	font-size:16px;
	color:#fff;
}
.membership div{
	display:inline-block;
	height:57px;
	margin:0 28px;
	background-image:url(../gfx/i.png);
	background-repeat:no-repeat;
}
.mem1{
	width:75px;
	background-position:0 -350px;
}
.mem1:hover{	
	background-position:0 -407px;
}
.mem2{
	width:175px;
	background-position:-120px -350px;
}
.mem2:hover{	
	background-position:-120px -407px;
}
.mem3{
	width:60px;
	background-position:-325px -350px;
}
.mem3:hover{	
	background-position:-325px -408px;
}
.mem4{
	width:90px;
	background-position:-460px -350px;
}
.mem4:hover{	
	background-position:-460px -407px;
}
.mem5{
	width:75px;
	background-position:-612px -350px;
}
.mem5:hover{	
	background-position:-612px -407px;
}
.mem6{
	width:72px;
	background-position:-748px -350px;
}
.mem6:hover{	
	background-position:-748px -407px;
}
.mem7{
	width:100px;
	background-position:-887px -350px;
}
.mem7:hover{	
	background-position:-887px -407px;
}
.mem8{
	width:45px;
	background-position:-1052px -350px;
}
.mem8:hover{	
	background-position:-1052px -407px;
}
.cbox{
	display:none;
	text-align:center;
}
#map{
	width:698px;
	height:448px;
	border:solid 1px #cccccc;
	margin-bottom:20px;
}
	