@charset "utf-8";
/* CSS Document */


 
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 3%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
 

#footer body, #footer ul 
{
	margin:0px;
	padding: 0px; 
}

/****************************** HOME - Content Part - Footer ******************************/
.main-footer {
	background:#4f4f4f;
	padding:20px 0px;
	margin: auto; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e1e1e1;
	max-width: 1000px;

}
.main-footer p {
	 
	
}
.main-footer h3 {
	color:#FFCF52;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

 

.main-footer a
	{
	color: white;
	text-decoration:none;	
	}

.main-footer ul, ol {
	padding:0;
	/*eliminates excess padding from normalize.css*/
}
.main-footer ul li {
	color:#f1f2f2;
	border-bottom:1px solid #787f94;
	padding:5px 0 2px 0;
	list-style:none;
}
.main-footer ul li:last-child {

}
.main-footer ul li:first-child {

}
.main-footer ul li a {
	color:white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	text-decoration:none;
}
.main-footer ul li a:hover {
	color:#F8D886;
	padding-left:5px;
}


.main-footer .copyright-statement {
margin:1em 0;
border-top:1px solid #787f94;
}

.container:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.container.footer {
position: relative;
padding: 0 0px 0 30px;
margin: 0;
width: 100%;
}

.accessibility-statement {
font-weight: bold;
}

 @media only screen and (max-width: 767px) {
/* @media only screen and (max-width: 980px) {*/

.main-footer {
	  
	 width: 100%;
	 
 
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
width: 100%;
  
}
 
.container
{
	width: 90%;
	 
	}
	
	body {
overflow-x:hidden;
} 

}