/*!
 * styles-footer.css
 * CSS file containing FOOTER styles
 * Issue 1.0 - 4-MAR-2015 - VSC
 */

 /*!
 * General
 * Modules
 * Text
 * Newsletter
 * Contact
 * Credits
 * Footer logos
 */


/* ------------------------------------------------------------- */
/* GENERAL														 */
/* ------------------------------------------------------------- */

/* General */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	background: #8ca813;
}
#footer>.container {
	width: 1170px;
	margin: 0 auto;
}

/* Row */
#footer .row {
	width: 100%;
	margin: 0;
	padding: 30px 0;
}


/* ------------------------------------------------------------- */
/* MODULES														 */
/* ------------------------------------------------------------- */

/* General */
#footer .module {
	position: relative;
	float: left;
	width: 16.66666667%;
	min-height: 1px;
	margin: 0;
	padding: 0 15px;	
}


/* ------------------------------------------------------------- */
/* TEXT															 */
/* ------------------------------------------------------------- */

/* Heading */
#footer h4 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
}

/* Text */
#footer p {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

/* List */
#footer ul {
	padding: 0;
}
#footer li {
	margin-bottom: 5px;
	font-size: 12px;
	list-style: none;
	color: #FFF;
}

/* Links */
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* ------------------------------------------------------------- */
/* NEWSLETTER													 */
/* ------------------------------------------------------------- */

/* General */
#footer .newsletter {
	width: 25%;
}

#footer #newsletter .input-group {
	margin: 20px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	border: none;
	background: #FFF;
	overflow: hidden;
}
#footer #newsletter .form-control,
#footer #newsletter .form-control:focus {
	font-size: 12px;
	zoom: 1;
}
#footer #newsletter .btn-default {
	font-size: 12px;
	color: #7a7a7a;
	border: none;
}
#footer #newsletter .btn-default:hover,
#footer #newsletter .btn-default:focus,
#footer #newsletter .btn-default:active {
	box-shadow: none;
	-webkit-box-shadow: none;    
	outline:0;
	border: none;
	background: none;
}
#footer #newsletter .btn-default .icon:before {
	content: '\f105';
}


/* ------------------------------------------------------------- */
/* CONTACT													 	 */
/* ------------------------------------------------------------- */

/* General */
#footer .contact {
	float: right;
	width: auto;
}

/* Follow links */
#footer .addthis_default_style {
	margin-top:10px;
	margin-left: -7px;
}
#footer .addthis_default_style a:hover {
	text-decoration: none;
}


/* ------------------------------------------------------------- */
/* CREDITS														 */
/* ------------------------------------------------------------- */

/* General */
#footer .credits {
	width: 25%;
	padding-left: 0;
}
#footer .credits p {
}
#footer .credits span {
	margin: 0 10px;
	color: #CCC;
}


/* ------------------------------------------------------------- */
/* FOOTER LOGOS													 */
/* ------------------------------------------------------------- */

/* General */
#footer .logo {
	clear: both;
	position: relative;
	top: auto;
	left: auto;
	width: 137px;
	margin: 0 0 30px;
}


/* ------------------------------------------------------------- */
/* BRAND LOGOS													 */
/* ------------------------------------------------------------- */

/* General */
#footer #brands {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

/* Brand image */
#footer #brands img {
	display: block;
	width: 100%;
	margin: 0;
}








/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - LARGE																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
 
/*!
 * General
 * Brands
 */

@media (min-width: 992px) and (max-width: 1199px) {


/* ------------------------------------------------------------- */
/* GENERAL														 */
/* ------------------------------------------------------------- */

/* General */
#footer>.container {
	width: 970px;
}




}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - MEDIUM																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * Modules
 * Newsletter
 * Contact
 * Credits
 */

@media (max-width: 991px) {


/* ------------------------------------------------------------- */
/* GENERAL														 */
/* ------------------------------------------------------------- */

/* General */
#footer>.container {
	width: 750px;
}


/* ------------------------------------------------------------- */
/* MODULES														 */
/* ------------------------------------------------------------- */
		
/* Columns */
#footer .module {
	width: 20%;
}	


/* ------------------------------------------------------------- */
/* NEWSLETTER													 */
/* ------------------------------------------------------------- */
	
/* General */
#footer .newsletter {
	display: none;
}


/* ------------------------------------------------------------- */
/* CONTACT													 	 */
/* ------------------------------------------------------------- */	
	
/* General */
#footer .contact {
	width: auto;
	padding-right: 0;
}


/* ------------------------------------------------------------- */
/* CREDITS													 	 */
/* ------------------------------------------------------------- */
	
/* General */
#footer .credits {
	width: 40%;
}


/* ------------------------------------------------------------- */
/* BRAND LOGOS													 */
/* ------------------------------------------------------------- */

/* Brand image */
#footer #brands {
	padding: 10px 0;
}		





}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - SMALL																   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * Modules
 * Newsletter
 * Contact
 * Credits
 */

@media (max-width: 767px) {	


/* ------------------------------------------------------------- */
/* GENERAL														 */
/* ------------------------------------------------------------- */

/* General */
#footer>.container {
	width: 460px;
}
#footer .row {
	height: auto;
	margin: 0;
	padding: 42px 0 32px;
}


/* ------------------------------------------------------------- */
/* TEXT															 */
/* ------------------------------------------------------------- */

/* Heading */
#footer h4 {
	display: none;
}

/* Link */
#footer a:hover {
	text-decoration: none;
}

/* List */
#footer ul {
	margin: 0;
}
#footer .module:nth-child(2) ul {
	border-top: 1px solid rgba(255,255,255,.5);
}
#footer li {
	margin: 0;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
#footer li a {
	display: block;
	padding: 15px 0;
}


/* ------------------------------------------------------------- */
/* MODULES													 	 */
/* ------------------------------------------------------------- */
			
/* General */
#footer .module {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
	

/* ------------------------------------------------------------- */
/* CONTACT													 	 */
/* ------------------------------------------------------------- */	
	
/* General */
#footer .contact {
	text-align: center;
}
#footer .contact p {
	margin: 0;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
#footer .contact .telephone {
	padding: 15px 0;
	line-height: 1;
}
#footer .contact a {
	display: block;
	margin: 0;
	padding: 15px 0;
}


/* ------------------------------------------------------------- */
/* FOLLOW ICONS			 									 	 */
/* ------------------------------------------------------------- */

/* General */
#footer .addthis_default_style {
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 15px;
	text-align: center;
}
#footer .addthis_default_style a {
	display: inline-block;
	float: none;
	width: 42px;
	height: 42px;
}
.addthis_default_style a .icon {
	width: 42px;
	height: 42px;
}
.addthis_default_style a .icon:before {
	height: 42px;
	font-size: 24px;
	line-height: 42px;
}


/* ------------------------------------------------------------- */
/* NEWSLETTER													 */
/* ------------------------------------------------------------- */	
	
/* General */
#footer .newsletter {
	display: none;
}


/* ------------------------------------------------------------- */
/* CREDITS													 	 */
/* ------------------------------------------------------------- */	
	
/* General */
#footer .credits {
	display: none;
}


/* ------------------------------------------------------------- */
/* BRAND LOGOS													 */
/* ------------------------------------------------------------- */

/* Brand image */
#footer #brands {
	display: none;
}





}





/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/* Media Query - X SMALL															   */

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

/*!
 * 
 */

@media (max-width: 480px) {



/* ------------------------------------------------------------- */
/* GENERAL														 */
/* ------------------------------------------------------------- */

/* General */
#footer>.container {
	width: 300px;
}





}