/*
** Easy Columns CSS: css to define column layouts for the WP-Colum plugin
** for more info visit: http://www.patrickfriedl.com.com/
**
** use percentage widths and margins for fluid
** or unknown content widths and fixed
** widths and margins for known content widths
**
** for pixel widths:
** div width = ((content width - padding - margin)/number of divs)
** - margin - padding - border
**
** for more information on calcluating your widths, check
** out http://www.w3schools.com/css/css_boxmodel.asp
** for info on the CSS box model
*/
.ezcol>* {
	max-width: 100%;
}
.ezcol-one-quarter,
.ezcol-one-half,
.ezcol-three-quarter,
.ezcol-one-third,
.ezcol-two-third,
.ezcol-one-fifth,
.ezcol-two-fifth,
.ezcol-three-fifth,
.ezcol-four-fifth {
	float: left;
	margin-right: 4%;
	position: relative;
	word-wrap: break-word;
	hyphens: auto;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-rendering: optimizedLegibility;
}
.ezcol-one-quarter {
	width: 22%;
}
.ezcol-one-half {
	width: 48%;
}
.ezcol-three-quarter {
	width: 74%;
}
.ezcol-one-third {
	width: 30.666%;
}
.ezcol-two-third {
	width: 65.334%;
}
.ezcol-one-fifth {
	width: 16.8%;
}
.ezcol-two-fifth{
	width: 37.6%;
}
.ezcol-three-fifth {
	width: 58.4%;
}
.ezcol-four-fifth {
	width: 79.2%;
}
.ezcol-last {
	float: right;
	clear: right;
	margin-right: 0;
}
.ezcol-last:after {
   content: ".";
   opacity: 0;
   display: block;
   height: 0;
   clear: both;
}
.ezcol-both,
.ezcol-left,
.ezcol-right {
	margin: 0;
	padding: 0;
	background: none;
}
.ezcol-divider {
	clear: both !important;
	display: block !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	width: 100% !important;
	background: none !important;
}
.ezcol-both {
	clear: both !important;
}
.ezcol-left {
	clear: left !important;
}
.ezcol-right {
	clear: right !important;
}
@media all and (max-width: 768px) {
	.ezcol-one-quarter,
	.ezcol-one-half,
	.ezcol-three-quarter,
	.ezcol-one-third,
	.ezcol-two-third,
	.ezcol-one-fifth,
	.ezcol-two-fifth,
	.ezcol-three-fifth,
	.ezcol-four-fifth {

		margin-right: 2%;
	}
	.ezcol-last {
		float: left;
		clear: none;
		display: block;
	}
	.ezcol-last:after {
		content: "";
		display: block;
		clear: none;
	}
	.ezcol-last + .ezcol-divider {
		clear: none !important;
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
@media all and (max-width: 480px) {
	.ezcol-one-quarter,
	.ezcol-one-half,
	.ezcol-three-quarter,
	.ezcol-one-third,
	.ezcol-two-third,
	.ezcol-one-fifth,
	.ezcol-two-fifth,
	.ezcol-three-fifth,
	.ezcol-four-fifth {
		width: 100% !important;
		margin-right: 0;
	}
	
	#more-ftr {
	  border-top: none !important;
	  border-bottom: none !important;
	}
	.third-1, .third-2 {
	  border-right: none;
	  }
	  
	.the-media-html > div > div {
		  background: url(/wp-content/uploads/2015/04/mob-phone.png) no-repeat -10px -3px;
	}
	#box-home div:nth-child(1) {
	  width: 27% !important;
	  top: 8px;
	  position: relative;
	}
	#box-home div:nth-child(2) {
	  top: 13px !important;
	  font-size: 49% !important;
	  line-height: 14px;
	}		
}

@media (max-width: 480px) {
	.page-id-158 #pageheaderuatg8ep, .page-id-159 #pageheaderuatg8ep, .page-id-160 #pageheaderuatg8ep, .page-id-161 #pageheaderuatg8ep, .page-id-162 #pageheaderuatg8ep, .page-id-37 #pageheaderuatg8ep, .page-id-51 #pageheaderuatg8ep  {
		height: 200px !important;
	}
}

@media (max-width: 768px) {
	#h-contact {
display:none;
	 }
	#h-contact a {
		display:none;
	}
	#box-home div:nth-child(1) {
	width: 21% !important;
	}
	#box-home div:nth-child(2) {
	width: 72% !important;
	}	
	.page-id-17 #box-home {
		  margin-top: 255px;
	}
	.page-id-19 #box-home {
		  margin-top: 135px;
	}
	.page-id-20 .ezcol-one-half {
		  border-right:none !important;
	}			
}	
@media (min-width: 481px) and (max-width: 768px) {
	.third-3 div { font-size:15px !important; }
  .third-1 {
	width: 20% !important;
  	padding: 60px 10px 0 10px;
  }
  .third-2 {
  	  padding: 45px 10px 0 0;
  	  width: 45% !important;
  }
	.third-3  {
	font-size: 15px !important;
  	line-height: 20px;
	width: 26% !important;
	}	
	.btn-email1:hover {
  		background: none !important; }
  	.ggclItemCntr {
	  margin-right:3px !important; }
	.page-id-20 .ezcol-one-half {
		  margin-right: 0px !important;
	}	   
}
@media (max-width: 400px) {
    #header {
  	height: 100px;
	} 
	.page-id-12 #pageheaderuatg8ep .pl-ph-container.format-center .ph-text, #box-home {
		  height: 70px !important;
		
	}
	.page-id-12	.pl-ph-container h2
	{
		font-size:18px;
	}
	.page-id-12 .pl-ph-container .ph-sub	
	{
		font-size:16px;
	}
	#more-ftr {
	  border-top:none !important;
	  border-bottom:none !important;
	}
	.third-2, third-1 {
		border-right: none !important;
	}
}