.full_width {
	position: relative;
	width: 100%;
	float: left;
	display: inline;
}

.general_relative {
	position: relative;
}



.subtle_drop_shadow {
	-webkit-box-shadow: 10px 10px 15px rgba(209,209,209,0.3);
    -moz-box-shadow: 10px 10px 15px rgba(209,209,209,0.3);
    box-shadow: 10px 10px 15px rgba(209,209,209,0.3);
}

.rounded_corners {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.universal_spacer_top {
	margin-top: 15px;
}

.universal_spacer_bottom {
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	clear: left;
}

.alignright {
	float: right;
	clear: right;
}

a:link {
	color: #555555;
	text-decoration: none;
	font-variant: normal;
}

a:visited {
	color: #555555;
	text-decoration: none;
	font-variant: normal;
}

a:hover {
	color: red;	
	text-decoration: none;
	font-variant: normal;
}

a:active {
	color: #f57e20;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.contact_number{
	margin-bottom: 30px!important;
}

.top-nav {
	position: relative;
	width: 100%;
}

.top-nav ul {
	list-style-type: none;
}

.top-nav ul li {
	color: black;
	display: inline;
	text-align: center;
	font-size:1.1rem;
}

.top-nav ul li:last-child {
	border: none;
}

.top-nav ul li a:link {
	color: black;
	text-decoration: none;
	font-variant: normal;
	border: none;
}

.top-nav ul li a:visited {
	color: black;
	text-decoration: none;
	font-variant: normal;
}

.top-nav ul li a:hover {
	color: red;	
	text-decoration: none;
	font-variant: normal;
}

.current_page_item a {
	color: #0099d8!important;		
}

.social_icons {
	font-size: 20px;
	margin-bottom: 0px;
}

.social_icons a:link {
	color: #5599cc;
	text-decoration: none; 
	font-variant: normal;	
}

.social_icons a:visited {
	color: #5599cc;
	text-decoration: none; 
	font-variant: normal;	
}

.social_icons a:hover {
	color: #043464;
	text-decoration: none; 
	font-variant: normal;	
}

/* Gallery system */

.pack_grid {
	margin-top: 20px;
}

#gallery_holder_large {
	width: 912px;
	display: inline;
	float: left;
	margin-left: 35px;
	margin-top: 10px;
	z-index: -5;
}

.gallery_thumbnail {
	display: inline;
	float: left;
	margin-bottom: 10px;
}

.fancybox-title {
	text-align: center;
}

.landscape_thumbnail {
	width: 460px;
	height: 312px;
	float: left;
}

.portrait_thumbnail {
	width: 221px;
	height: 312px;
	float: left;
}

/* Header and navigation */

.header {
	position: relative;
	height: 140px;
}



/* Search box */

#execphp-8 {
	padding-right: 0;
}

#search_box {
	padding: 10px;
	background-color: #4793cf;
/* 	height: 22px; */
}

#search_box p {
	color: white;
}

#search_box input, #search_box select {
/* 	margin-right: 15px; */
}

#search_box input[type="text"],#search_box  input[type="password"], #search_box input[type="email"], #search_box textarea, #search_box select {
	display: inline;
}

#search_box .low_height {
	line-height: 11px!important;
}

#search_box .text_low_height {
	padding-top: 2px;
	padding-bottom: 2px;
}

#search_box p strong {
	position: relative;
	font-size: 20px;
	line-height: 20px;
	margin-right: 7px;
	top: 2px;
}

.search_box_title {
	margin-bottom: 10px;
}

.input_holder {
	margin-bottom: 0;
}

#category {
	width: 30%;
}

.low_height_keywords {
	width: 17%;
}

.low_height_submit {
	margin-right: 0!important;
	margin-left: 10px;
}


@media only screen and (max-width: 767px) {
	#category {
		width: 100%;
	}
	
	.low_height_keywords {
		width: 100%;
	}
	
	#low_height_submit {
/* 		margin-right: 0; */
		margin-left: 0;
	}

}


/* Homepage hero panels */

.homepage_hero_panels {
	height: 290px;
	position: relative;
}

.homepage_master_slide_text {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 340px;
	height: 250px;
	background-color: rgba(2,151,215,0.85);
	padding: 20px;
}

.homepage_master_slide_text ul li {
	margin-left: 20px;
	font-size: 16px;
}

.homepage_master_slide_text, .homepage_master_slide_text h1, .homepage_master_slide_text h2, .homepage_master_slide_text h3, .homepage_master_slide_text h4, .homepage_master_slide_text p {
	color: white;
}

/* Body copy */

.body_copy {
	min-height: 10px;
}

.body_copy h1, .body_copy h2, .body_copy h3, .body_copy h4, .body_copy h5, .body_copy h6 {

} 

.double_column {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
}

/* Sidebar specific */

.sidebar_area {
	margin-bottom: 20px;
}

.sidebar_item {
	margin-bottom: 20px;
}

.sidebar_item ul {
	margin-left: 0px;
	list-style-type: none;
}

.sidebar_item ul li {
	margin-left: 0px;
}

.sidebar_item ul li a:link {
	color: #555555;
	text-decoration: none;
	font-variant: normal;
}

.sidebar_item ul li a:visited {
	color: #555555;
	text-decoration: none;
	font-variant: normal;
}

.sidebar_item ul li a:hover {
	color: red;	
	text-decoration: none;
	font-variant: normal;
}

.widgettitle {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0px;
}

/* Footer */

.footer {
	position: relative;
	border-top: 10px solid black;
	padding-top: 15px;
	border-bottom: 10px solid black;
}

.footer p {
	color: #5e5e5e;
}

.footer p a:link {
	color: #555555;
	text-decoration: none;
	font-variant: normal;
}

.footer p a:visited {
	color: #555555;
	text-decoration: none;
	font-variant: normal;
}

.footer p a:hover {
	color: red;	
	text-decoration: none;
	font-variant: normal;
}

.footer_logo {
	position: relative;
	left: 20px;
	top: 20px;
}

.footer_banner {
	position: relative;
	top: 5px;
	bottom: 20px;
	left: 10px;
}

.footer_info {
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
}

.footer_menu ul {
	margin-bottom: 0px;
}

.copyright_text {
/*
	position: absolute;
	right: 10px;
	top: 40px;
*/
}

.footer_strapline {
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 0;	
}

.footer_strapline_phone_number {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
}

	.footer-widget-title {
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 0.8rem;
	}
	
	.footer-item ul {
		list-style-type: none;
		margin-left: 0;
	}
	
	.footer-item ul li {
		margin-left: 0;
		font-size: 0.8rem;
	}
	
	footer a:link {
		color: #094358;
		text-decoration: none;
		font-variant: normal;
	}
	
	footer a:visited {
		color: #094358;
		text-decoration: none;
		font-variant: normal;
	}
	
	footer a:hover {
		color: #f5bd47;	
		text-decoration: none;
		font-variant: normal;
	}
	
footer .social_icons a:link {
	color: #5599cc;
	text-decoration: none; 
	font-variant: normal;	
	margin-left: 5px;
}

footer .social_icons a:visited {
	color: #5599cc;
	text-decoration: none; 
	font-variant: normal;	
}

footer .social_icons a:hover {
	color: #043464;
	text-decoration: none; 
	font-variant: normal;	
}

/* Gravity Forms (if needed) */

.gfield_label {
	font-style: normal!important;
	font-weight: normal!important;
}

.gform_wrapper select {
	padding: 0px 5px 0px 5px!important;
}

#gform_wrapper_1 {
	display: block!important;
}

/* Table */

table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

table th, table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.team_members {
	text-align: center;
	margin-bottom: 30px;
}

/* Tell a friend */

#tell_a_friend {
	width: 300px;
	text-align: center;
}