@font-face {
    font-family: 'capture_itregular';
    src: url('Capture_it-webfont.eot');
    src: url('Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('Capture_it-webfont.woff') format('woff'),
         url('Capture-it.ttf') format('truetype'),
         url('Capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


footer {
	background-color: #222222;
	padding: 10px 0px 25px 0px;
}

div.wrapper {
	display: flex;
}

div.sitemap {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	min-width: 200px;
}

div.partners {

	border-left:1px solid #eee ; 
	border-right:1px solid #eee;
	flex-grow: 3;
	padding: 0px 20px;
}

div.partners-wrapper {
margin: auto;
text-align: center;
}

div.feedback {
	display: flex;
	flex-grow: 1;
	margin: 0px 20px;
	flex-direction: column;
	min-width: 400px;
}

div.feedback-item {
	display: flex;
	margin: 10px 10px;
}

div.feedback-item p{
	color: #fff;
	font-size: 20px;
	margin-left: 15px;
}





div.center-text {
	text-align: center;
}


h4.footer-headers {
font-size:24px;
margin: 10px 0px 10px 0px;
color: #fff;
	font-weight: normal;
	font-family: 'capture_itregular';
letter-spacing: 2px;
	text-shadow: 1px 1px 2px black;
}
h5.footer-headers {
font-size:18px;
margin: 10px 0px 10px 0px;
color: #fff;
	font-weight: normal;
	font-family: 'capture_itregular';
letter-spacing: 2px;
	text-shadow: 1px 1px 2px black;
}

h5.footer-headers:hover {
color:#41BD46;
}


img.partners {
	max-width: 100%;
	height: auto;
	margin: 3px;
	padding: 5px;
	-webkit-box-shadow:
		0 1px 0 rgba(255,255,255,.2),
		inset 0 4px 5px rgba(0,0,0,.6),
		inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow:
		0 1px 0 rgba(255,255,255,.2),
		inset 0 4px 5px rgba(0,0,0,.6),
		inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow:
		0 1px 0 rgba(255,255,255,.2),
		inset 0 4px 5px rgba(0,0,0,.6),
		inset 0 1px 0 rgba(0,0,0,.6);
}

img.partners:hover {
		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
-webkit-box-shadow:
		0 0 20px 2px rgba(255,255,255,.6),
		inset 0 0 20px 2px rgba(255,255,255,1);
	-moz-box-shadow:
		0 0 20px 2px rgba(255,255,255,.6),
		inset 0 0 20px 2px rgba(255,255,255,1);
	box-shadow:
		0 0 20px 2px rgba(255,255,255,.6),
		inset 0 0 20px 2px rgba(255,255,255,1);
}

img.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
    margin-right: 5px;
	padding: 1px;
	-webkit-box-shadow:
		0 0 6px 2px rgba(255,255,255,.6),
		inset 0 0 20px 5px rgba(255,255,255,1);
	-moz-box-shadow:
		0 0 6px 2px rgba(255,255,255,.6),
		inset 0 0 20px 5px rgba(255,255,255,1);
	box-shadow:
		0 0 6px 2px rgba(255,255,255,.6),
		inset 0 0 20px 5px rgba(255,255,255,1);
}

img.circle:hover {
-webkit-box-shadow:
		0 0 20px 5px rgba(255,255,255,.6),
		inset 0 0 20px 5px rgba(255,255,255,1);
	-moz-box-shadow:
		0 0 20px 5px rgba(255,255,255,.6),
		inset 0 0 20px 5px rgba(255,255,255,1);
	box-shadow:
		0 0 20px 5px rgba(255,255,255,.6),
		inset 0 0 20px 5px rgba(255,255,255,1);

}

div.callback {
	display: flex;
	margin-top: 20px;
	flex-direction: column;
align-items: center;
}

button.button-footer {
 margin: auto;
 color: #000;
    padding: 5px 15px;
    width: 200px;
    height: 50px;
    font-size: 32px;
    font-family: 'Capture it', arial;
    letter-spacing: 3px;
    background-color: #FF5722;
    line-height: 1;
    border: 3px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 3px 4px 3px 2px #000;
    -webkit-box-shadow: 3px 4px 3px 2px #000;
    box-shadow: 3px 4px 3px 2px #000;
    text-shadow: 0 -1px 1px #999;
    cursor: pointer;
    transition: 0.5s;
}

button.button-footer:hover {
    color: #fff;
    border: 3px solid #fff;
    background-color: rgb(2, 167, 9);
    -moz-box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: inset 0px 0px 3px 2px rgba(247, 242, 242, 0.65);
}

a.site-map-link {
text-decoration: none;
}

.cont-width {
width:350px;
}

@media screen and (max-device-width: 320px) {
.cont-width {
width:270px;
margin-bottom:15px;
}
}