@import url(style.css);

footer {
	!background: #7e7e7e;
	margin-top: -0.5em;
	!color: #dbdbdb;
	font-size: 11px;
}

/* #footer {
	max-width: 960px;
	margin: auto;
	padding: 10px 0;
	height: 50px;
} */

footer h3 {
	font: 14px 'Oswald', sans-serif;
	!color: #fff;
	!color: red;
	border-bottom: 1px solid #919191;
	margin: -30px 0 10px 0;
}


footer a {
	color: black;
	!color: #dbdbdb;
}

#sitemap {
	width: 180px;
	float: left;
	margin-left: 40px;
	padding-right: 15px;
}

#sitemap div {
	display: inline-block;
}

#sitemap div + div {
	margin-left: 40px;
}

#sitemap a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: black;
	margin-bottom: 5px;
}

#sitemap a:hover {
	text-decoration: underline;
}

#social {
	float: left;
	margin-left: 40px;
	width: 200px;
}

.social-icon-1 {
	width: 30px;
	height: 30px;
	background: url(images/icons_1.png) no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.social-icon-2  {
	width: 30px;
	height: 30px;
	background: url(images/icons_2.png) no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.facebook {
	background-position: 0 0;
}

.google-plus {
	background-position: -30px 0;
}

.rss-feed {
	background-position: -60px 0;
}

.pinterest {
	background-position: -90px 0;
}

.youtube {
	background-position: 0 0;
}

.tumblr {
	background-position: -30px 0;
}

.twitter {
	background-position: -60px 0;
}

.instagram {
	background-position: -90px 0;
}


#footer-logo {
	float: right;
	margin-top: -30px;
	font-size: 10px;
	text-align: right;
}


/* _______________________ */


.textOnPicture1 {
    display:inline-block;   
    position:relative;
	width:100%;
}
.textOnPicture1 .example_text {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
     
    color:#fff;
         
    padding:10px;
    /* background-color:rgba(0,0,0,.3); */
 
     
}
.textOnPicture1 h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
	color:#fff;
}
.textOnPicture1 span {
    font-size:12px; 
}