footer {
	/*padding-top: 30px;*/
		/*margin-top: 30px !important;*/
	/*background: #333 url(/img/header-gray.png) bottom center repeat;*/
	background: #333 url(/img/bg_gray.gif) top left repeat;
	border-top: 2px solid #c7b66c;
}

.centered {
margin: 0 auto;
}

.constrain {
max-width: 1140px;
}

.grid-pad {
padding-left: 10px;
}

.clearfix {
zoom: 1;
}
/* ============================ */
.col-1-5 {
width: 20%;
}
.col-1-3 {
width: 33%;
}

[class*=col-] {
float: left;
padding-right: 10px;
}

footer ul {
list-style: none;
}
/* ============================= */
footer a {
	line-height: 1.3em;
	font-size: .9em;
	color: #888;
	text-decoration: none;
}
footer a.email {
	color: #ccc;
}
footer a:hover {
	text-decoration: underline;
	color: #F0DC82 !important;
}

/* ****************************** */
footer .sub-footer {
		display: none;
width: 100%;
color: #888;
padding: 10px;
margin-top: 20px;
}
.top-footer {
padding-top: 30px;
padding-bottom: 30px;
/*background-color: #222;*/
	/*background: #333 url(/img/header-gray.png) bottom center repeat;*/
/*background: url(/img/decor-top_border.png) left top repeat-x;*/

}
.top-footer strong {
color: #ccc;
}
.top-footer ul:hover li a {
color: #999;
}
.top-footer ul:hover strong {
color: #eee;
}
.sub-footer {
display: none;
background-color: transparent;
}

.sub-footer div p a:hover{
	color: #47a3da;
}
.sub-footer div p {
font-family: 'Ledger', serif;
font-weight: 100;
}

footer .sub-footer p {
float: left;
padding: 10px 0;
}

footer .sub-footer div>a:hover {
color: #ccc;
}
footer .sub-footer div>a {
color: #888;
float: right;
text-decoration: none;
/*background: transparent url(../img/small.png) no-repeat 100% 7px;*/
padding: 10px 34px 10px 10px;
}

footer ul li {
float:none;
width: 100%;
}
/* ************************* */
footer .search-container {
font-size: .9em;
}

.search-container {
padding-right: 10px;
overflow: hidden;
}

.col-2-5, .col-4-10 {
width: 40%;
}
.col-3-5, .col-6-10 {
width: 60%;
}

.outline {
border-style: solid;
border-color: #363636;
border-width: 2px;
}

.search-container form .search {
font-size: 1em;
padding: 8px;
background: 0 0;
outline: 0;
color: gray;
z-index: 3;
border: none;
margin-top: 0;
box-sizing: content-box;
height: 20px;
}

footer .search-container form input[type=submit] {
top: 8px;
right: 0;
}

footer .search-container {
font-size: .9em;
width: 64%;
margin-left: 18%;
}

/*
.search-container form input[type=submit], .search-container form img {
background: transparent url(/img/icon-search.png) no-repeat;
width: 19px;
height: 19px;
border: none;
color: transparent;
z-index: 3;
position: absolute;
top: 7px;
right: 0;
margin-top: 0;
}
*/

input#search_input {
color: #fff;
font-size: 20px;
}

input.submit_image {
float: right;
margin: 8px;
}

.footer-contacts {
	color: #ccc;
}
.footer-contacts span {
	color: #888;
}

@media screen and (max-width:40em) {

	.col-1-3 {
		width: 50%;
		margin: 1em auto;
	}
	.col-1-3.footer-contacts {
		width: 100%;
	}
	
}
@media screen and (max-width:20em) {

	.col-1-3 {
		width: 100%;
	}
	
}