@charset "utf-8";
/* CSS Document */


/* begin Header columns */

* {
	box-sizing: border-box;
}
/* Create three unequal columns that floats next to each other */
.header_column {
	float: left;
	padding: 10px;
}
  .left, .right {
	width: 25%;
	text-align: center;
	 
}
.middle {
	width: 50%;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
  
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .header_column {
    width: 100%;
  }
  .left, .right {
	width: 25%;
	text-align: center;
	display: none;
}
  
}
/* End Header columns */




.left_service_column {
	width: 45%;
	background-color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: left;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;	 
}
.right_service_column {
	display: table-cell;
	width: 45%;
	background-color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: left;
	 float: left;
}
.left_contact_column {
	display: table-cell;
	width: 55%;
	margin-right: 25px;
}
.right_contact_column {
	display: table-cell;
	width: 40%;
	text-align: center;
}
.feature_three_column {
	float: left;
	width: 30%;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.col-container {
	display: table; /* Make the container element behave like a table */
	width: 100%; /* Set full-width to expand the whole page */
	text-align: center;
}
.col {
	display: table-cell; /* Make elements inside the container behave like table cells */
	text-align: center;
}
/* If the browser window is smaller than 600px, make the columns stack on top of each other */

 
.inner_column {
	float: none;
	width: 92%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.feature_column {
	float: none;
	width: 98%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
	 .column4 {
	float: left;
	width: 25%;
	background-color: #666;
	height: 90px;
}

 @media only screen and (max-width: 600px) {
.col {
	display: block;
	width: 100%;
	text-align: center;
}
}