/*
Theme Name: Администрация Чистополянского сельского поселения
Theme URI: https://chistopolyana.ru
Description: Официальный сайт администрации Чистополянского сельского поселения Рамонского муниципального района Воронежской области
Author: OVlP
Version: 2.2
*/


/* 
-------------------------------------------------------------- */

@font-face {
    font-family: 'Clear Sans';
    src: local('Clear Sans'), local('ClearSans'), url('fonts/clearsans/clearsans.woff2') format('woff2'), url('fonts/clearsans/clearsans.woff') format('woff'), url('fonts/clearsans/clearsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/22px 'Clear Sans', Arial, sans-serif;
	height: 100%;
	color: #382e2c;
	background: url(images/halftone1463.jpg) center top no-repeat;
	background-size: 100%;
}

a, img{border: none; outline: none;}
input, textarea{outline: none;}
a{color: #50634f;}
a:hover{text-decoration: none;}

.wrapper {
	min-width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.wrap {
	position: relative;
	min-width: 960px;
	max-width: 1580px;
	margin: 0 auto;
}

.clear{clear: both;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

.alignleft{float: left; margin-right: 20px;}
.alignright{float: right; margin-left: 20px;}
.alignnone{float: none;}
.aligncenter{text-align: center; margin: 0 auto;}
.alignjustify{text-align: justify;}

.hidden{display: none;}

.nowrap{white-space: nowrap;}

.afterclear:after {
	display: table;
	clear: both;
	content: '';
}

.td{display: table-cell;}

.transition{
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 280px;
	padding-top: 0px;
}

.header .wrap{
	height: 100%;
	background: url(images/mainpic02222.jpg) center center no-repeat;

	box-shadow: inset 0 70px 150px -20px rgba(0,0,0,0.8), 0 5px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 70px 150px -20px rgba(0,0,0,0.8), 0 5px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 70px 150px -20px rgba(0,0,0,0.8), 0 5px 30px rgba(0,0,0,0.5);
}

.top_bar{
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
	padding-top: 5px;
	background: #3d6349;
	background: rgb(33,81,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(33,81,49,1) 45%, rgba(25,60,36,1) 55%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(33,81,49,1) 45%,rgba(25,60,36,1) 55%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(33,81,49,1) 45%,rgba(25,60,36,1) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215131', endColorstr='#193c24',GradientType=0 ); /* IE6-9 */
}


.btns_block{margin-right: 20px; float: right;}

.btns_block a{
	display: inline-block;
	width: 16px;
	height: 26px;
	margin: 0 10px;
	opacity: 0.9;
	background-position: center center;
	background-repeat: no-repeat;
}
.btns_block a:hover{
	opacity: 1;
}
.btns_block a.home-btn{
	background-image: url(images/home2-ico.png);
	background-size: contain;
}

.btns_block a.sitemap{
	background-image: url(images/map-ico.png);
	background-size: contain;
}

.btns_block a.send_mail{
	background-image: url(images/email-ico.png);
	background-size: contain;
}

.search_block{
	margin: 0px 20px 0px 0;
	float: right;
}

.search_block .search_area,
.search_block label{display: none;}

.search_block input[type=text]{
	width: 150px;
	height: 25px;
	color: #777;
	padding: 0 5px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}

.search_block input[type=text]:focus{
	width: 250px;
}

.search_block input[type=submit]{
	width: 17px;
	height: 17px;
	margin: 4px 10px;
	cursor: pointer;
	border: none;
	background: url(images/find.png) center center no-repeat;
	float: right;
}

.adv_search_block{
	margin-right: 20px;
	float: right;
}

.adv_search_block a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.adv_search_block a:hover{
	text-decoration: underline;
}

.logo{
	width: 120px;
	margin: 0px 30px 0 30px;
	float: left;
}

.header .logo{margin-top: -65px;}

.logo img{
	max-width: 100%;
	height: auto;
}

.site_name .site-title,
.site_name .site-description{
	font-family: Roboto;
	font-size: 38px;
	font-weight: 100;
	line-height: 42px;
	color: #fff;
	padding-right: 30px;
	text-align: right;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.site_name .site-description{
	font-size: 24px;
	font-weight: 300;
}

@media screen and (max-width: 1180px){
	.site_name .site-title{font-size: 34px; line-height: 38px;}
}

.mainmenu{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding: 0px 0 0;
	border-top: 1px solid #c5c5c5;
    background: rgba(0,0,0,0.4);
}

.mainmenu ul{
	display: table;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.mainmenu ul li{position: relative;}

.mainmenu ul li{list-style: none;}

.mainmenu > ul > li{
	display: table-cell;
	vertical-align: middle;
}

.mainmenu > ul > li:before{
	position: absolute;
	top: 17px;
	left: 0px;
	height: 15px;
	border-left: 1px dotted #ccc;
	z-index: 9;
}

.mainmenu ul li + li:before{
	content: '';
}

.mainmenu ul li a{
	display: block;
	font-family: 'Open Sans Condensed';
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	height: 20px;
	color: #fff;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	vertical-align: middle;
}
@media screen and (max-width: 1150px){
	.mainmenu ul li a{font-size: 12px;}
}
.mainmenu ul li.menu-item-167 a{
	height: 50px;
	padding: 0px 20px;
	opacity: 0.8;
	background: url(images/home-ico.png) center center no-repeat;
	background-size: 50%;
}

.mainmenu ul li.menu-item-167 a img{
	width: 24px;
	height: auto;
	margin-top: 10px;
}

.mainmenu ul li + li a{}

.mainmenu ul li:hover,
.mainmenu ul li.current-menu-item,
.mainmenu ul li.current-menu-ancestor{
	background-color: rgba(0,0,0,0.6);
}

.mainmenu ul li:hover:before,
.mainmenu ul li:hover + li:before,
.mainmenu ul li.current-menu-item:before,
.mainmenu ul li.current-menu-item + li:before,
.mainmenu ul li.current-menu-ancestor:before,
.mainmenu ul li.current-menu-ancestor + li:before {
	content: none;
}

.mainmenu ul li ul {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	min-width: 185px;
	padding: 0px 0px;
	text-align: left;
	background: rgba(0,0,0,0.8);	
	z-index: 59;
}

.mainmenu ul li ul:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 8px;
	height: 4px;
	margin: 0 auto;
	background: url(images/lidarr_d2.png) left top no-repeat;
	z-index: 9;
}

.mainmenu ul li:hover ul {
	display: block;
}

.mainmenu ul li ul li{
}

.mainmenu ul li ul li a{
	font-size: 14px;
	line-height: 18px;
	height: auto;
	padding: 5px 20px;
	text-transform: none;
}

.mainmenu ul li ul li + li a{
	border-top: 1px dotted #555;
}

.bvi-button{float: right;}

.bvi-button a{
	padding: 0 20px;
	border: none;
	background: none;
}

.bvi-button a:hover{
	text-decoration: underline;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	padding: 20px 20px 40px;
	position: relative;
}


.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.content {
	min-height: 300px;
	padding: 0 220px 35px 270px;
}
.error404 .content {
	padding: 0 0 35px 0;
}

.home_bg{}

/*--- settings-default ----*/

.page-title, .h1, h1, .h2, h2,
.h3, h3, .h4, h4,
.h5, h5, .h6, h6{
	font-size: 30px !important;
	font-weight: normal;
	line-height: 30px !important;
	color: #3d6349 !important;
	margin-bottom: 35px !important;
}

.h2, h2,
.h3, h3, .h4, h4,
.h5, h5, .h6, h6{
	font-size: 28px !important;
	line-height: 32px !important;
}

.h3, h3, .h4, h4,
.h5, h5, .h6, h6{
	font-size: 22px !important;
	line-height: 26px !important;
}

.content ul, .content ol{margin: 0 0 20px 20px;}
.content li{}

.content table{width: 100%; border-collapse: collapse;}
.content table td{padding: 5px 10px; border: 1px solid #ccc}

/*----*/

.page-title{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.page-subtitle{
	font-size: 28px;
	line-height: 32px;
	color: #3d6349;
	margin-bottom: 35px !important;
}

.content p{
	margin-bottom: 20px;
}

.content .downld_doc{
	font-size: 12px;
	line-height: 16px;
	padding-left: 25px;
	margin-bottom: 50px;
	background: url(images/save-ico.jpg) left top no-repeat;
	float: right;
}

.content ul{
	margin: 0 0 20px 20px
}

.content ul li{}

/*----*/

.bread{
	color: #445f4b;
	padding: 15px 0 30px;
}

.bread a{
	color: #777;
	text-decoration: none;
}

.bread a:hover{text-decoration: underline;}


.title-bar{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.title-bar p{
	display: table-cell;
	font-size: 16px;
	color: #445f4b;
	text-align: right;
}

.title-bar p a{
	color: #445f4b;
	text-decoration: none;
}

.title-bar p a:hover{text-decoration: underline;}

.section .section-title{
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #382e2c;
	margin-bottom: 20px;
	text-align: left;	
}

.section .section-title a{
	color: #382e2c;
	text-decoration: none;
}

.section .section-title a:hover{
	border-bottom: 1px solid #a59390;
	text-decoration: none;
}

.signature{font-size: 14px; font-style: italic; text-align: right; color: #3d6349;}


.mainface{
	margin-bottom: 30px;
}

.mainface .mfc{
	padding: 6px;
	margin-right: 20px;
	background: #ccc;
	float: left;
	
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
}

.mainface .mfc img{
	display: block;
	box-sizing: border-box;
	border: 1px solid #ddd;
	
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.mainface .p1{
	font-size: 16px;
	font-weight: bold;
}
.mainface .p2{
	font-size: 16px;
	font-style: italic;
	color: #3d6349;
}


.content .posts-list{margin: 0 0 70px 0;}

.posts-list li{list-style: none; margin-bottom: 30px;}

.posts-list li p{margin-bottom: 5px;}

.posts-list li .post-title{
	font-size: 18px;
	font-weight: bold;
}

.posts-list li .post-title a{}	

.posts-list li .post-date{
	font-size: 12px;
	font-style: italic;
	color: #777;
}

.posts-list li a{}

.posts-list li a img{
    border: 1px solid #b2b2b2;
	
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



.categories-list{}
.categories-list li{color: #445f4b;}
.categories-list li span{font-size: 12px; font-style: italic; color: #878787;}
.categories-list li a{}


.content .documents-list{margin: 0 0 50px 0;}
.documents-list li{list-style: none; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #ccc;}
.content .documents-list li p{font-size: 12px; line-height: 16px; margin-bottom: 5px;}
.content .documents-list li .post-title{font-size: 16px; font-weight: bold; line-height: 22px;}
.documents-list li .post-title a{}


.bx_glava{}

#bx-pager{margin-bottom: 30px;}

#bx-pager a{
	display: inline-block;
	color: #445f4b;
	padding: 5px 15px;
	text-decoration: none;
	border: 1px solid #aaa;
}

#bx-pager a:hover,
#bx-pager a.active{
	color: #fff;
	background-color: #ddd0ac;
	border: 1px solid #ddd0ac;
}


.wpcf7{}

.wpcf7 p{font-size: 14px; color: #777; margin-bottom: 10px;}

.wpcf7 .descr{font-size: 12px; font-style: italic; color: #999; margin-bottom: 30px;}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea,
.search_form input[type=text],
.search_form input[type=email],
.search_form select,
.search_form textarea{	
	width: 350px;
	height: 30px;
	color: #555;
	padding: 0 5px;
	border: 1px solid #ccc;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wpcf7 select{width: 362px;}

.wpcf7 textarea{height: 180px;}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 sup{font-size: 12px; font-style: italic; color: #f00;}

.wpcf7 input[type=submit],
.search_form input[type=submit]{
	font-weight: bold;
	color: #193c24;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #cac1a9;
	background: #ddd0ac;
}
.wpcf7 input[type=submit]:hover,
.search_form input[type=submit]:hover{
	background: #e8ddbc;
	background: #e6dab7;
}

.search_form{margin: 20px 0 50px;}

.search_form input[type=text],
.search_form select{width: 250px;}


.wp-pagenavi{color: #445f4b;}

.wp-pagenavi a,
.wp-pagenavi span{padding: 3px 8px;}

.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	color: #fff;
	border: 1px solid #ddd0ac;
	background: #ddd0ac;
}

.back{}

.back a{text-decoration: none;}
.back a:hover{text-decoration: underline;}

.back span{
	display: inline-block;
	width: 30px;
	padding: 3px 5px;
	text-align: center;
	background: #ddd0ac;
}

.bxGallery,
.bxGallery_main{
	margin-top: 40px;
	padding: 15px 35px;
	background: #ddd0ac;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subpages-list{}

.subpages-list li{
	font-size: 14px;
	font-weight: normal;
	color: #50634f;
	list-style: none;
	margin-bottom: 10px;
}

.subpages-list li:before{
	content: '\2014\00A0';
}

.subpages-list li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.subpages-list li a:hover{
	text-decoration: underline;
}

.bx_lenta_container{padding: 0 55px;}

.bx_lenta_container.banners a{	display: block;	margin: 0 7px 7px 0;}.bx_lenta_container.banners img{
	max-width: 100%;	max-height: 100%;
	/* max-width: 249px;	max-height: 149px; */
	border: 2px solid rgba(255,255,255,0);	border-radius: 7px;	-moz-border-radius: 7px;	-webkit-border-radius: 7px;		box-shadow: 1px 1px 3px rgba(0,0,0,0.2);	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);}.bx_lenta_container.banners a:hover img{	border-color: #ddd0ac;}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	padding-top: 15px;
}

.leftmenu{
	min-height: 400px;
	margin-bottom: 40px;
	box-sizing: border-box;
	border-top: 6px solid #ddd0ac;
	border-right: 1px solid #ddd0ac;
	background: rgba(255,255,255,0.8);

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);	
}

.leftmenu ul{}

.leftmenu ul li{
	position: relative;
	list-style: none;
	margin-bottom: 0px;
	vertical-align: middle;
}

.leftmenu ul li a{
	position: relative;
    display: inline-block;
    width: 100%;
    color: #445f4b;
    box-sizing: border-box;
    text-decoration: none;
    vertical-align: middle;
	background-position: 15px center;
	background-repeat: no-repeat;
}

.leftmenu > ul > li > a{
    padding: 12px 20px;
	border-bottom: 1px solid #ddd0ac;
}
.leftmenu > ul > li > a.opened{
	border-bottom: none;
}

.leftmenu > ul > li.page_item_has_children  > a:after,
.leftmenu > ul > li.menu-item-has-children  > a:after{
	content: '';
	position: absolute;
	top: 19px;
	right: 15px;
	width: 9px;
	height: 9px;
	opacity: 0.8;
	background: url(images/lidarr_r.png) left top no-repeat;
	z-index: 9;
}

.leftmenu > ul > li.page_item_has_children  > a.opened:after,
.leftmenu > ul > li.menu-item-has-children  > a.opened:after{
	background: url(images/lidarr_d.png) left top no-repeat;
}

.leftmenu ul li a span{
	display: inline-block;
    width: 32px;
    height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
}

.leftmenu > ul > li > a:hover,
.leftmenu > ul > li.current-menu-item > a,
.leftmenu > ul > li.current-menu-ancestor > a,
.leftmenu > ul > li.page_item.current_page_item > a,
.leftmenu > ul > li.current_page_ancestor > a{
	color: #fff;
	background-color: #ddd0ac;
}

.leftmenu ul li ul{
	display: none;
	padding: 10px 0;
	background: #ddd;
}

.leftmenu > ul > li > ul{
	box-shadow: inset 0px -3px 5px -2px rgba(0,0,0,0.2), inset 0px 3px 5px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -3px 5px -2px rgba(0,0,0,0.2), inset 0px 3px 5px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px -3px 5px -2px rgba(0,0,0,0.2), inset 0px 3px 5px -2px rgba(0,0,0,0.2);
}

.leftmenu ul li.current-menu-item ul,
.leftmenu ul li.current-menu-ancestor ul,
.leftmenu ul li.current_page_item ul,
.leftmenu ul li.current_page_ancestor ul{
	display: block;
}

.leftmenu ul li ul li{}

.leftmenu ul li ul li a{
	font-size: 14px;
    padding: 5px 20px 5px 40px;
}

.leftmenu > ul > li > ul > li.current-menu-item > a,
.leftmenu > ul > li > ul > li.current_page_item > a,
.leftmenu > ul > li > ul > li > a:hover{
	background: #ccc;
}

.leftmenu ul li ul li ul{padding: 0;}

.leftmenu ul li ul li ul li{}

.leftmenu ul li ul li ul li a{font-size: 13px; padding-left: 60px;}

.leftmenu ul li ul li ul li a:hover,
.leftmenu ul li ul li ul li.current-menu-item a,
.leftmenu ul li ul li ul li.current_page_item a{
	text-decoration: underline;
}

.news-block{
	text-align: justify;
}

.news-block .block-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #445f4b;
	padding-left: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-decoration: none;
	background: #ebebeb url(images/news-ico.png) left top no-repeat;
}
.news-block .block-title a{
	text-decoration: none;
}

.news-block .block-title a:hover{
	border-bottom: 1px solid rgba(68,95,75,0.5);
}

.news-block .posts-list{}

.news-block .posts-list li{
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #aaa;
}

.news-block .posts-list li p{
	font-size: 14px;
	line-height: 18px;
}

.news-block .posts-list li .post-title{
	font-size: 14px;
	font-weight: bold;
}

.news-block .posts-list li .post-title a{
	font-size: inherit;
	color: #445f4b;
	text-decoration: none;
}

.news-block .posts-list li .post-title a:hover{
	text-decoration: underline;
}

.news-block .posts-list li .post-date{font-size: 12px;}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 185px;
	margin-left: -200px;
	position: relative;
	padding-top: 15px;
	box-sizing: border-box;
}

.docs-block{}

.docs-block .block-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #445f4b;
	padding-left: 40px;
	margin-bottom: 15px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/docs-ico.png) left top no-repeat;
}
.docs-block .block-title a{
	text-decoration: none;
}

.docs-block .block-title a:hover{
	border-bottom: 1px solid rgba(68,95,75,0.5);
}


.docs-block .posts-list{}

.docs-block .posts-list li{list-style: none; margin-bottom: 20px; padding-top: 20px; border-top: 1px dotted #aaa;}

.docs-block .posts-list li p{font-size: 14px; line-height: 16px; margin-bottom: 5px;}

.docs-block .posts-list li .post-date{font-size: 12px;}

.docs-block .posts-list li .post-title{font-size: 14px; font-weight: bold;}

.docs-block .posts-list li .post-title a{font-size: inherit; color: #445f4b;}

.docs-block .posts-list li a{text-decoration: none;}

.docs-block .posts-list li a:hover{text-decoration: underline;}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: 0 auto;
	height: 145px;
	padding: 30px 20px 0;
	border-top: 4px solid #ddd0ac;
	background: url(images/footer_bg4.jpg) center top repeat-x;
	background-size: 100% 100%;
	position: relative;
}

.logo_container{margin-top: -40px;}

.footer .logo{width: 80px; margin: 0 30px 0 0;}

.footer .site_name{width: 360px; padding-top: 0px;}

.footer .site_name .site-title{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #333;
	text-align: left;
	text-shadow: 1px 1px 0 #fff;
}

.footermenu{
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}

.footermenu li{
	display: inline-block;
	font-weight: bold;
	list-style: none;
	margin: 0 20px;
}
.footermenu li a{
	text-shadow: 1px 1px 0 #fff;
}