/* Media Queries Responsive */
@media screen and (min-width:800px){

}
@media only screen and (min-width:0px) and (max-width:799px){
	body{
		width: 100%;
	}
	.links img{
		display:block;
	}
	.heading{
		background-color: #fff;
	}
	#container{
		width: 90%;
		margin: auto;
		margin-top: 10px;
	}
	
	.container-left{
		height: 100%;
		width: 100%;
	}
	.container-left img{
		width: 100%;
/*		height: 40%;	
*/	}
	.container-right-bottom {
		width: 100%;
		margin-top: 3px;
		float:left;
		height: auto;
	}
	.container-right-top{
		float: none;
	}
	.container-right-top img{
		float:left;
		display: none;
	}
	
	/*Navigation */
	.links img {
		display:none;
	}
	nav{
		height: 100%;
	}
	
	/*Footer */
	footer{
	margin-top: 8px;
	}
	
    /* --- Body --- */
  
    .watermark {
  	  display: none;
    }
	
	#page-container {
		margin-left: 0px;
	}
	
	/* --- Contact ---*/
	
	#page-wrap {
		padding: 20px 50px 20px 20px;
		height: auto !important;
		background-color: rgba(0, 0, 0, 0.5);
	}

	#contact-area {
		margin-top: 25px;
		width: 100%;
	}

	#contact-area input, #contact-area textarea {
		padding: 5px;
		width: 100%;
		font-family: Raleway;
		font-size: 20px;
		margin: 0px 0px 10px 0px;
	}

	#contact-area textarea {
		height: 90px;
	}

	#contact-area textarea:focus, #contact-area input:focus {
		border: 2px solid #900;
	}
	
	.community-blueprint-left-2 {
	width: 232px;
	height: 218px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 1px;
	}
	
	#contact-area input.submit-button {
		width: 100px;
		float: left;
	}
	
	label {
		float: left;
		text-align: left;
		margin-right: 15px;
		width: 100px;
		padding-top: 5px;
		font-size: 15px;
		font-family: Raleway;
		text-transform: uppercase;
		font-weight: 400;
		color: #FFF;
	}
	/* Content */
	#page-container{
		background-color: #fff;
	}
	.community-blueprint-right, .community-blueprint-middle, .community-blueprint-middle-2, 	.community-blueprint-right-2{
		float:none;
		margin: 0 auto;
	}
	
	.community-blueprint-left-2 ul{
		width: 100%;
		margin: 0 auto;
		background-color:#fff;
	}  
  	.community-blueprint-left-2{
  		width: 100%;
		height: 100%;
  	}
	.community-blueprint-left-2 ul{
		padding-left: 0px;
	}
	
	.subtopics p{
		color: #fff;
	}
    /* --- Footer --- */
  
    .footer-right-links {
    	float: center;
    	text-decoration: none;
    	font-family: raleway;
    	font-weight: 500;
    	margin-top: 0px;
    	font-size: 13px;
    	text-decoration: none;
  		width: 100%;
    }
  
    .footer-right-links a {
    	text-decoration: none;
    	text-transform: uppercase;
    }
  
    .footer-links {
		float: center;
    	text-decoration: none;
   	 	font-family: raleway;
		font-weight: 500;
    	font-size: 13px;
		text-decoration: none;
		width: 100%;
		margin-bottom: 1px;
    }
	
	.footer-links a {
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		padding: 17px 10px 10px 10px;
		text-transform: uppercase;
		margin-right: 0px;
	}
  
    .footer-color {
      margin-right: 0px;
      color: #FFF;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
    	width: 100%;
    	text-align: center;
    	padding: 10px 0px 10px 0px;
    }
  
    .move-right {
    	margin-right: 0px;
    }
  
    .move-middle {
    	margin-right: 0px;
    }
  
    .move-last {
    	margin-right: 0px;
    }
}