@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
}
a{
	text-decoration:none;
	color:#333;	
	}
a:hover{
	text-decoration:none;
color:	#AA1E23;
	}
h2,
.h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h2 .small,
.h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 small,
h2 .small {
  font-size: 65%;
}

h2,
.h2 {
  font-size: 30px;
}

p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

/*@media (min-width: 468px) {
  .container {
    width: 750px;
  }
}*/

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1270px;
  }
}

h2, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

.height30 {
	height: 30px;
}

.templatemo-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 3px;
	background-color:#333;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#FFF;
}
.footer_bottom_content a{
	text-decoration:none;
	}

.footer-widgets-1{
	width: 23.076923076923077%;
  float: left;
  margin-left: 2.5%;
  color:#FFF;
	}
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 23.076923076923077%;
  float: left;
  margin-left: 2.5%;
  color:#FFF;
}
.footer-widgets-4 p {
	font-size:16px;
	font-weight:500;
	}
.footer-widgets-1 {
	margin-left:0px;
}
.footer-widgets-1 img{
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.footer-widgets-1 p{
	font-size:14px;	
	font-weight:500;
}
.footerlinks a{
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	color:#FFF;
	padding:2px;
	padding-right:10px;
	padding-left:0px;
	display:block;
	}
.footerlinks a:hover{
color:#AA1E23;
}
.footer_hit{
	color:#fff;
	font-weight:bold;
	}
	.footer_hit:hover{
	color:#AA1E23;
	}
@media only screen and (max-width: 480px) {
	.footerlinks a{
		display:inline;
	}
}
@media only screen and (max-width: 820px) {
 .footer-widgets-1,
 .footer-widgets-2,
 .footer-widgets-3,
 .footer-widgets-4 {
	 width: 30%;
	 float:left;
}
}
@media only screen and (max-width: 650px) {
.footer-widgets-1 {
   width: 100%;
   float:none;
 }
}

@media only screen and (max-width: 498px) {
 .footer-widgets-1,
 .footer-widgets-2,
 .footer-widgets-3,
 .footer-widgets-4 {
   width: 100%;
   float: none;
 }
}