


.footer           { background:#2e3749; padding: 30px;}

.footlinks { padding-bottom: 40px; clear:both; }
.footlinks h3 { border-bottom: 1px rgba(255, 255, 255, 0.35) solid; padding-bottom: 10px; margin: 0 0 18px 0; color:#ffffff; font-family: 'Open Sans Condensed'; font-weight: 900; font-size: 32px; }
.footlinks p { font-size: 16px; color:#ffffff; }
.footlinks p span { font-size: 16px; font-style:italic; }
.footlinks a { color:#ffffff; }


@media only screen and (max-width: 1100px) 
{
.footlinks h3 { font-size: 26px; }
.footlinks p { font-size: 17px;}
.footlinks p span { font-size: 12px;}
}


@media only screen and (max-width: 767px) 
{
.footlinks h3,
.footlinks p { text-align:center; }
	
}







.social-icons           { margin: 0px; }
.social-icons p         { margin: 0px 0 40px 0; }
.social-icons .fa {
    color: #ffffff;
    background-color:transparent;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
}

.social-icons .fa:hover { background-color:#ffffff; color:#2d2d2d; }



.newsletter 				{ position: relative;position:relative; z-index:7;}
.newsletter .formfield { font-size: 26px; padding: 4px 12px; width: 100%; }
.newsletter .formbutton { background-color:#7a7449; position:absolute; z-index:8; top: 0;  right: 0; font-size: 26px; padding: 5px 30px; font-family: 'Open Sans Condensed';


 }



@media only screen and (max-width: 1100px) 
{
.social-icons .fa { height: 30px; width: 30px; line-height: 30px; font-size: 21px; }
.newsletter .formfield { font-size: 18px;  }
.newsletter .formbutton { font-size: 18px; padding: 5px 30px; }
}















.copyright { border-top: 1px rgba(255, 255, 255, 0.35) solid; clear:both; padding-top: 10px;}
.copyright p { font-size: 13px; color:#ffffff; }
.copyright p.sot { text-align:right;} 


@media only screen and (max-width: 767px) 
{
.copyright p,
.copyright p.sot { text-align:center; }
	
}


.linkback { padding: 7px; }
.linkback p { text-align:center; font-size: 11px; margin: 0;  }
.linkback p a { color:#555555; }




@media only screen and (max-width: 767px) 

{

}





.footer .offerid { margin-bottom: 20px; background-color:#7a7449; float:none; width: 100%; padding: 4px; }
.footer form.search { float:none; width:150px; margin:0 auto; padding:0; border: 0px; }
.footer form.search { position:relative; }

.footer form.search input { padding:6px 40px 6px 6px; width: 125px; height: 30px; background-color:#ffffff; border: 1px #cccccc solid; font-size:15px; margin: 0px; color:#000000; position:relative; z-index:0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.footer form.search input:focus { box-shadow: none; border: 1px #888888 solid;
}


.footer form.search button {
	position:absolute;
    background-color:#2e3749; padding: 7px; width: 30px; height: 30px; border: 1px transparent solid;
	top:0px; right:0px;
	z-index:1;
}


.footer .offerid { display:none; }

@media only screen and (max-width: 767px) {
.footer .offerid { display:block}
}














/** Misc
 **************************************************************** **/
#toTop {
	background-color: #333;
	border-radius: 4px 4px 0 0;
	color: #FFF;
	position: fixed;
	height: 35px; width: 48px;
	right: 6px; bottom: 0;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	padding-top: 7px;
	text-decoration:none;
	display:none;
	z-index: 1000;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#toTop:before {
	font-family: "fontawesome";
	content: "\f077";
}


