 
/*  ============================================================================
    # Media Queries
    ========================================================================= */

@media only screen and (min-width: 960px) and (max-width: 1279px) {



}

@media only screen and (max-width: 959px) {


}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    
    
}

@media only screen and (max-width: 767px) {
.columpointleft {
  width: 100% !important;
	}
	.columpointright {
  width: 100% !important;
	}
	.columncenter {
width: 100% !important;
  float: left;
  margin: 20px 0% !important;
	}
  .columnhowbox li img {
  width: 20% !important;
	}
	.columnhowboxrght li img {
   width: 20% !important;
	}
	.newscolumn {
  width: 100% !important;
  margin: 0px 0% 30px 0px !important;
	}
	.newslink{
		background-size: 10% !important;
	}
	.footerlhs {
  width: 100% !important;
	}
	.footerrhs {
  width: 100% !important;
		margin-top: 20px !important;
		text-align: left !important;
	}
	.welcomelhs {
  width: 100% !important;
	}
	.welcomerhs {
  width: 100% !important;
	}
	.contactRHS{
	width: 100% !important;
	}
	.contactLHS{
	width: 100% !important;
	}
	.contactLHS h3 {
  margin-bottom: 0px !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    
}

@media only screen and (max-width: 479px) {
.blocklhs {
	width: 100% !important;
	}
	.blockrhs {
	width: 100% !important;
		margin-top: 20px !important;
	}
	.secondblocklhs{
		width: 100% !important;
	}
		.secondblockrhs{
		width: 100% !important;
			margin-top: 0px !important;
	}
	.submitlink{
	width: 100% !important;
		font-size: 100% !important;
		float: left !important;
	}
	.submitlink2{
	width: 100% !important;
		font-size: 100% !important;
		float: left !important;
		margin-top: 10px !important;
	}
	#logo img {
  width: 50% !important;
	}
}
