/*

FONTS -------------------

font-family: 'Maven Pro', sans-serif;
font-family: 'Open Sans', sans-serif;

*/


body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;	
	color:#000;
}
.antispam { 
	display:none;
}
.response-message {
	text-align: center;
	font-size: 150%;
}

.content-top {
	margin-top: 105px;
}

li {
		line-height:2em;
}

/*
------------------------------------ 
OVERLAY
------------------------------------
*/

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(256,256,256,1); /*dim the background*/
}

/*
------------------------------------
FOOTER
------------------------------------
*/ 

html {
  position: relative;
  min-height: 100%;
}
body {
/* Margin bottom by footer height */
	margin-bottom:170px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
	padding-top:5px;
}
footer ul {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
footer ul li {
	font-size:90%;
	font-weight:400;
	line-height:150%;
	color:#000;
	margin-left:7px;
	margin-right:7px;
}
footer ul li a {
	color:#000;
	text-decoration: none;
}
footer ul li a:hover {
	color:#000;	
}

footer a.active,
footer ul li a:focus {
	color:#000;
	text-decoration: none;
}

.footer-text {
	text-align: center;
}

.footer-container {
	margin-top: 100px;
	margin-bottom: 0px !important;
}


@media (min-width: 768px) {
	body {
	/* Margin bottom by footer height */
		margin-bottom: 60px;
	}
	footer {
		/* Set the fixed height of the footer here */
		height:30px;
	}	
	footer ul li {
		margin-left:10px;
		margin-right:10px;
	}
	footer ul li a {
		font-size:100%;
	}
}	
@media (min-width: 992px) {
	body {
		font-size:14px;
		line-height:20px;	
	/* Margin bottom by footer height */
		margin-bottom: 65px;
	}
	footer {
		/* Set the fixed height of the footer here */
		height:50px;
	}	
	footer ul li a {
		font-size:103%;
	}	
}
@media (min-width: 1200px) {
	body {
		font-size:14px;
		line-height:20px;	
	/* Margin bottom by footer height */
		margin-bottom: 65px;
	}
	
	footer {
		/* Set the fixed height of the footer here */
		height:70px;
	}	
	footer ul li a {
		font-size:110%;
	}
	
	.content-top {
    margin-top: 135px;
    margin-right: 0px;
	}
}