@charset "utf-8";
/* CSS Document */

#footer {
	clear: both;
	width: 100%;
	background-color: #E5E1D8;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C8C2BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	line-height: 190%;
}

.footerbox {
	height: 150px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E1DAD7;
	background-color: #E5E1D8;
	background-image: url(/images/footer/logo_bottom.png);
	background-repeat: no-repeat;
	padding:15px;
	overflow:visible;
	
}





.footerinfo {
	width: 325px;
	border-right-color: #69533B;
	float: left;
}
.footerheadline {
	font-weight: bold;
	text-transform:uppercase;
}

.footerlinks01 {
	width: 100px;
	float: right;
	padding-left:20px;
}

.footerlinks02 {
	padding-right:20px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6AFA1;
	padding-bottom: 10px;
}
.footerlinks03 {
	float: right;
	width: 80px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6AFA1;
	padding-left: 20px;
	padding-bottom: 10px;
}

.facebooklike {
	width:258;
	margin-bottom:20px;
	text-align:left;
}

.support {
	padding-top:20px;	
}

.footersocialmedia {
	width: 258px;
	padding-left: 30px;
	float: right;
	text-align: right;
}

.footertextsharebox {
	float: right;
	margin-top:5px;
	margin-left:25px;
}

.socialblock{
	float: left;
	width:	156px;
}

.legaltext {
	float:left;
	clear:both;
	width:220px;
	text-align:left;
	font-size: 11px;
	margin-top:10px;
}

.footertextshare {
	font-size: 12px;
	text-align: center;
	height: 20px;
	width: 70px;
	border: 2px solid #B6AFA6;
	vertical-align: middle;
	margin-left: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
 	border-radius: 3px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
	border-radius: 3px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
	margin-bottom:10px;

}

.footerlinktext a:link {color:#606060; text-decoration:none}
.footerlinktext a:visited {color:#606060;text-decoration:none}
.footerlinktext a:hover {color:#606060;text-decoration:underline}
.footerlinktext a:active {color:#606060;text-decoration:underline}



/*Bottom Half */

.footerbottom {
	width: 100%;
	height:110px;
	background-color: #B6AFA6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DCD8D3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #776B78;
	line-height: 160%;
	overflow:hidden;
}

.footerbox2 {
	margin: auto;
	background-color: #B6AFA6;
	width: 950px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 30px;
	padding-top:20px;
}

.footerbottombox1 {
	float:left;
	padding-left:25px;
	padding-right:25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9B9280;
}

.footerbottombox2 {
	float:left;
	padding-left:25px; 
	
}

.mostpopular{
float:left;
margin-right:10px;	
}

.footerbottom a:link {color:#FFFFFF; text-decoration:none}
.footerbottom a:visited {color:#FFFFFF;text-decoration:none}
.footerbottom a:hover {color:#FFFFFF;text-decoration:underline}
.footerbottom a:active {color:#FFFFFF;text-decoration:none}

.fb_iframe_widget iframe {
	position:relative!important;
}

@media only screen and (max-width: 481px) { 
.footerbox {
	width: 100%;
	border-top: none;
	padding:0px;
	margin-top: 0px;
	height: 175px;
}
.footersocialmedia{
	padding: 20px;
	float: none;
	}
}