/* =============================================================================
   Services
   ========================================================================== */
.services_overview_item{
	background: #037fbd;
	ackground: #fcfcfc;
	overflow: hidden;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
	.services_overview_item:hover{
		background: #00a8d9;
		-webkit-transition: background .3s ease;
		-moz-transition: background .3s ease;
		-ms-transition: background .3s ease;
		-o-transition: background .3s ease;
		transition: background .3s ease;
	}
.package_img{
	padding: 0px;
	margin: auto;
	margin-top: -100px;
	display: block;
	width: 100%;
}
.package_title{
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.package_desc_wrap{
	height: 150px;
}
.package_subtitle{
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}


.service_cta_box{
	background: #fff;
	-webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
	.service_cta_box .service_cta_box_header, .service_cta_box_body{
		padding: 20px;
	    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.service_cta_box .service_cta_box_header{
		padding: 5px 20px;
	}
	.service_cta_box .service_cta_box_body{
	}

/* =============================================================================
   Categories
   ========================================================================== */
.category_header{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}
	.category_header .section_title{
		padding-top: 100px;
		padding-left: 20px;
		text-align: left;
		text-shadow: 0px 0px 2px #000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.category_header .desc{
		width: 100%; 
		max-width: 700px; 
		padding-left: 20px;
		padding-bottom: 30px;
		margin-bottom: 0;
		font-size: 16px;
	}

.cell_inner1.mod{
    margin-bottom: 20px;
}
.cell_inner2.mod{
  margin-bottom: 20px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1620px) {
	.row1.mod {
	    margin-left: -10px;
	    margin-right: -10px;
	    width: calc(100% + 18px);
	}
	.cell_inner1.mod{
		margin-left: 10px;
	    margin-right: 10px;
	    margin-bottom: 20px;
	}
	.cell_inner2.mod{
	 margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
	}
	.package_desc_wrap{
		height: 300px;
		height: 13vw;
	}
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
	.package_img{
		margin-top: -40px;
	}
	.package_desc_wrap{
		display: none;
	}

	.package_title_wrap{
		height: 40px;
		white-space: nowrap;
		text-align: center;
	}
	/* The ghost, nudged to maintain perfect centering */
	.package_title_wrap:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -0.25em; /* Adjusts for spacing */
	}
	.package_title{
	  font-size: 12px;
	  display: inline-block;
	  vertical-align: middle;
	}
}
@media screen and (max-width: 979px) {
	.package_img{
		margin-top: -80px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
	.service_cta_wrap{
		margin-top: 40px;
		padding-bottom: 20px;
		border-top: 1px solid #ccc;
		background: #ccc;
		margin-bottom: -20px;
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.package_img{
		margin-top: -40px;
	}
}
@media screen and (max-width: 479px) {
	.package_img{
		margin-top: -80px;
	}
	.cell_inner2.mod{
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}