/*************/
/* css reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/******************/
/* embedded fonts */
/******************/

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*******************/
/* layout elements */
/*******************/
body {
	background: #f3f3f2 url(images/jpeg/bg2.jpg) no-repeat center 0;
	border-top: 2px solid #60b72d;
	font-family: arial, sans-serif;
}

.padel_page,
.tennis_page {
	border-color: #74067f;
}

.netball_page,
.bridge_page {
	border-color: #111;
}

.gym_page {
	border-color: #00aeff;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.top {
	height: 108px;
	background: url(images/gif/tel2.gif) no-repeat right 0;
}

.tennis_page .top {
	background: url(images/gif/tennis_tel.gif) no-repeat right 0;
}

.netball_page .top {
	background: url(images/gif/netball_tel.gif) no-repeat right 0;
}

.bridge_page .top {
	background: url(images/gif/bridge_tel.gif) no-repeat right 0;
}

.gym_page .top {
	background: url(images/gif/gym_tel.gif) no-repeat right 0;
}

.slideshow {
	width: 639px;
	height: 310px;
	position: relative;
	overflow: hidden;
}

.slide {
	position: relative;
}

.main-left {
	width: 639px;
	position: relative;
	overflow: hidden;
}

.large-content {
	width: 639px;
	position: relative;
	overflow: hidden;
}

.subpage {
	background: #fff url(images/gif/main-left.gif) repeat-y right 0;
	position: relative;
	overflow: hidden;
	clear: both;
}

.sports-overview {
	background: #fff;
}

.header {
	height: 350px;
	border-bottom: 1px solid #fff;
}

.slidesjs-navigation {
	width: 13px;
	height: 26px;
	background: url(images/png/arrows.png);
	display: block;
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 9999;
	opacity: 0.8;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
	cursor: pointer;
}

.slidesjs-next {
	right: 19px;
	background-position: right 0;
}

.slidesjs-navigation:hover {
	opacity: 1;
}

.overlay {
	background: rgb(0, 0, 0);
	background: rgba(0,0,0,0.8);
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
}


.ie .overlay {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
	background: transparent;
	zoom: 1;
}

.main-right {
	width: 320px;
	overflow: hidden;
}

.join {	
	height: 150px;
	border-bottom: 1px solid #fff;
	display: block;
	background: url(images/jpeg/join.jpg) no-repeat;
	padding: 20px 17px 0;
	color: #0e1319;
	font-size: 18px;
	font-family: open_sanssemibold, arial, sans-serif;
	line-height: 22px;
	text-decoration: none;
	position: relative;
}

.join strong {
	font-weight: normal;
	color: #57a429;
}

.bridge_page .join strong {
	color: #c10707;
}

.gym_page .join strong {
	color: #000;
}

.social {
	border: 1px solid #e7e3e3;
	height: 54px;
	background: #fff url(images/png/fb.png) no-repeat 10px center;
	padding: 14px 0 0 64px;
}

.fb-container {
	padding: 0 0 5px;
}

.tw-container {
	padding: 1px 0 2px;
}

.tw {
	border-top: 0;
	background: #fff url(images/png/tw.png) no-repeat 10px center;
}

.sport {
	width: 14.28%;
	overflow: hidden;
	border-top: 1px solid #fff;
	float: left;
	position: relative;
	height: 192px;
}

.sport-title {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	background: #181818;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: open_sanslight, arial, sans-serif;
	text-align: center;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	text-decoration: none;
	cursor: pointer;
}

.main {
	background: #fff url(images/gif/content.gif) repeat-y;
	overflow: hidden;
	border-left: 1px solid #dadada;
	
}

.main-subpage {
	background: #fff url(images/jpeg/main-sub.jpg) repeat-y right 0;
	overflow: hidden;
	border-left: 1px solid #dadada;
}

.side-subpage {
	width: 318px;
	overflow: hidden;
}

.intro {
	padding: 35px;
	border-top: 1px solid #dadada;
	background: #fff;
	border-right: 1px solid #dadada;
}

.main-content {
	width: 53.33333333333333%;
	overflow: hidden;
}

.side-content {
	width: 46.66666666666666%;
	overflow: hidden;
}

.content {
	padding: 15px;
	overflow: hidden;
	border-top: 1px solid #dadada;
}

.side-section {
	width: 49.88814317673378%;
	overflow: hidden;
}

.section-content {
	border-top: 1px solid #dadada;
	overflow: hidden;
	padding: 1px;
}

.banner {	
	border-bottom: 1px solid #dadada;
	display: block;
}

.map-home {
	height: 250px;
	width: 100%;
	border-bottom: 1px solid #dadada;
}

.footer {
	background: #181818;
	padding: 40px 18px;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #212121;
}

.footer-col {
	width: 185px;
	padding: 0 22px;
}

.bottom {
	background: #101010;
	padding: 22px 30px 18px;
	overflow: hidden;
}

.breadcrumb {
	background: #f8f8f8 url(images/png/breadcrumb.png) no-repeat 10px center;
	padding: 12px 12px 12px 32px;
	margin: 0 0 18px;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #555;
}

.news-item {
	border: 1px solid #eee;
	background: #f5f5f5;
	padding: 10px;
	margin: 0 0 20px;
	clear: both;
	overflow: hidden;
}

.website {
	padding: 15px;
	background: #f5f5f5;
	border: 1px solid #eee;
	float: right;
	margin: 0 0 15px 15px;
	width: 250px;
}

.contact-info {
	padding: 10px;
	margin: 0 0 10px;
	background: #f8f8f8;
	border: 1px solid #ddd;	
}

.contact-info p {
	padding: 0 0 5px;
}

.email-link {
	text-decoration: none;
}

.email-link .contact-info:hover {
	background: #dfdfdf;
}

/*************************/
/* links and navigations */
/*************************/
a {
	color: #7b2237;
}

a:hover {
	color: #000;
}

.breadcrumb a {
	color: #555;
}

.breadcrumb a:hover {
	color: #000;
}

.sport-inner {
	height: 192px;
	display: block;
	position: absolute;
	text-decoration: none;
	left: 0;
	right: 1px;
	top: 0;
	bottom: 0;
}

.padel {
	background: #fff url(images/jpeg/padel-sport.jpg) no-repeat;
}

.tennis {
	background: #fff url(images/jpeg/tennis.jpg) no-repeat;
}

.cricket {
	background: #fff url(images/jpeg/cricket.jpg) no-repeat;
}

.netball {
	background: #fff url(images/jpeg/netball.jpg) no-repeat;
}

.squash {
	background: #fff url(images/jpeg/squash.jpg) no-repeat;
}

.bridge {
	background: #fff url(images/jpeg/bridge.jpg) no-repeat;
}

.gym {
	background: #fff url(images/jpeg/gym.jpg) no-repeat;
}

.sport-inner:hover .sport-title {
	background: #7b2237;
	
}

.nav {
	height: 50px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	position: relative;
}

.nav-home {
	width: 6.77083333333333%
}

.nav-sports {
	width: 21.4375%;
}

.nav-functions {
	width: 23.25%;
}

.nav-news {
	width: 19.0625%;
}

.nav-contact {
	width: 14.89583333333333%;
}

.nav-join {
	width: 14.58333333333333%;
}

.nav a {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #7b2237;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: open_sanslight, arial, sans-serif;
	border-left: 1px solid #fff;
	text-align: center;
}

.nav-home a {
	background-image: url(images/png/home.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	border: none;
}

.nav-join a {
	background: #4b1b37;
}

.tennis_page .nav a {
	background-color: #74067f;
}

.squash_page .nav a {
	background-color: #862237;
}

.netball_page .nav a {
	background-color: #00a34f;
}

.bridge_page .nav a {
	background-color: #c10707;
}

.gym_page .nav a {
	background-color: #009fe9;
}

.home .nav-home a,  
.functions .nav-functions a,  
.news .nav-news a, 
.contact .nav-contact a {
	background-color: #57a429;
}

.tennis_page .nav-join a {
	background-color: #4a2a67;
}

.netball_page .nav-join a {
	background-color: #007d3d;
}

.bridge_page .nav-join a {
	background-color: #9d0303;
}

.gym_page .nav-join a {
	background-color: #007cb5;
}

.nav a:hover,
.nav li:hover a {
	background-color: #883146;
}

.tennis_page .nav-sports a {
	background-color: #8855b7;
}

.bridge_page .nav-sports a {
	background-color: #111;
}

.gym_page .nav-sports a {
	background-color: #111;
}

.netball_page .nav-sports a {
	background-color: #000;
}

.cricket_page .nav-sports a {
	background-color: #57a429;
}

.squash_page .nav-sports a {
	background-color: #57a429;
}

.squash_page .nav-join a {
	background-color: #4b1b37;
}



.tennis_page .nav a:hover,
.tennis_page .nav li:hover a{
	background-color: #4a2a67;
}

.bridge_page .nav a:hover,
.bridge_page .nav li:hover a{
	background-color: #9d0303;
}

.gym_page .nav a:hover,
.gym_page .nav li:hover a{
	background-color: #007cb5;
}

.netball_page .nav a:hover,
.netball_page .nav li:hover a {
	background-color: #007d3d;
}

.dropdown {
	background: #4b1b37;
	position: absolute;
	left: 0;
	z-index: 9999;
	display: none;
	margin: 0;
	list-style: none;
	padding: 0;
	border: none;
	width: 100%;
}

.nav .dropdown li {
	padding: 0;
	float: none;
}

.dropdown ul {
	border: 0;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: none;
}

.dropdown ul  li {
	float: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border: none;
}

.dropdown ul  li  a,
.nav li:hover .dropdown ul  li a{
	border: none;
	padding: 10px;
	height: auto;
	color: #fff;
	text-transform: capitalize;
	display: block;
	text-decoration: none;	
	font-family: tahoma, sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: none;
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 10px 10px 30px;
	background: #4b1b37 url(images/gif/bullet_white.gif) no-repeat 15px center;
	border: 1px solid #fff;
	border-bottom: 0;
	text-align: left;
}

.tennis_page .dropdown ul  li  a,
.tennis_page .nav li:hover .dropdown ul  li a{
	background: #4a2a67 url(images/gif/bullet_white.gif) no-repeat 15px center;
}

.netball_page .dropdown ul  li  a,
.netball_page .nav li:hover .dropdown ul  li a{
	background: #111 url(images/gif/bullet_white.gif) no-repeat 15px center;
}

.bridge_page .dropdown ul  li  a,
.bridge_page .nav li:hover .dropdown ul  li a{
	background: #111 url(images/gif/bullet_white.gif) no-repeat 15px center;
}

.gym_page .dropdown ul  li  a,
.gym_page .nav li:hover .dropdown ul  li a{
	background: #111 url(images/gif/bullet_white.gif) no-repeat 15px center;
}

.nav li:hover .dropdown {
	display: block;
}

.nav li:hover .dropdown ul  li a:hover {
	background-color: #883146;
	color: #fff;
}

.tennis_page .nav li:hover .dropdown ul  li a:hover {
	background-color: #8855b7;
}

.bridge_page .nav li:hover .dropdown ul  li a:hover {
	background-color: #555;
}

.gym_page .nav li:hover .dropdown ul  li a:hover {
	background-color: #555;
}

.netball_page .nav li:hover .dropdown ul  li a:hover {
	background-color: #555;
}



.footer-nav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #282828;
}

.footer-nav a {
	display: block;
	background: url(images/gif/bullet.gif) no-repeat 5px center;
	color: #b6b6b6;
	font-size: 13px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: arial, sans-serif;
	padding: 10px 18px;
}

.footer-nav a:hover {
	background-color: #333;
}

.fb-link {
	color: #3b579d;
	text-decoration: none;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

.fb-link:hover {
	text-decoration: underline;
}

.tw-link {
	color: #4b99b7;
	font-size: 13px;
	text-decoration: none;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
}

.tw-link:hover {
	text-decoration: underline;
}


.side-nav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-nav li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.side-nav a {
	display: block;
	background: #fff url(images/gif/bullet.gif) no-repeat 15px center;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: arial, sans-serif;
	padding: 15px 25px 15px 30px;
	border: 1px solid #ccc;
}


.side-nav .active {
	background-color: #f0f0f0;
	border-color: #aaa;
}

.side-nav a:hover {
	text-decoration: underline;
	color: #000;
}
/********/
/* text */
/********/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	color: #57a429;
	font-family: open_sanssemibold, arial, sans-serif;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0 0 14px;
	margin: 0;
}

h1 strong {
	font-weight: normal;
	font-family: open_sansbold, arial, sans-serif;
}

.intro h1 {
	padding: 0;
	font-size: 26px;
	color: #595959;
	text-align: center;
	font-family: open_sanslight, arial, sans-serif;
}

h2 {
	color: #7b224f;
	font-family: open_sanssemibold, arial, sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.section-heading {
	font-size: 22px;
	color: #fff;
	background: #7b224f;
	padding: 10px 10px 10px 55px;	
	font-family: open_sanslight, arial, sans-serif;
	border-bottom: 1px solid #fff;
}

.overlay h2 {
	color: #fff;
	padding: 4px 0 0;
}

.location {
	background: #7b2237 url(images/gif/location.gif) no-repeat;
}

.clubs {
	background: #74067f url(images/png/clubs.png) no-repeat;
	border-top: 1px solid #fff;
}

.cricket_page .clubs,
.sports_page .clubs {
	background-color: #57a429;
}

.netball_page .clubs {
	background-color: #111;
}

.bridge_page .clubs {
	background-color: #111;
}

.gym_page .clubs {
	background-color: #111;
}

.squash_page .clubs {
	background-color: #57a429;
}

.sponsors {
	background: #57a429 url(images/gif/sponsors.gif) no-repeat;
}

.socialm {
	background: #57a429 url(images/gif/social.gif) no-repeat;
}

h3 {
	color: #222;
	font-family: open_sanssemibold, arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.footer-heading {
	color: #fff;
	font-size: 20px;
	padding: 0 0 4px;
}

h4 {
	color: #222;
	font-family: open_sanssemibold, arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h5 {
	color: #222;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.contact-item {
	font-family: arial, sans-serif;
	padding: 0 0 14px 40px;
	color: #a8a8a8;
	background: url(images/gif/tel.gif) no-repeat 15px 2px;
}

.email {
	background: url(images/gif/email.gif) no-repeat 15px 4px;
}

.email >a {
	color: #a8a8a8;
}

p {
	color: #4e4d4d;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 20px;
}

ul {
	list-style: circle;
	margin: 0;
	padding: 0 0 20px;
}

ul li {
	margin: 0 0 0 20px;
	padding: 0 0 3px;
	line-height: 1.5em;
	color: #4e4d4d;
	font-size: 13px;
}

.footer p{
	color: #888;
}

.bottom p,
.bottom a  {
	font-size: 12px;
	padding: 0;
	color: #888;
	text-decoration: none;
}
/*****************/
/* website forms */
/*****************/
.formrow {
	overflow: hidden;
	clear: both;
	padding: 0 0 15px;
	zoom: 1;
}

.errormessage {
	border: 1px solid #DF8F8F;
	background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
	padding: 8px 8px 8px 33px;
	color: #585B66;
	font-size: 13px;
	margin: 5px 0 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.notice {
	background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
	border: 1px solid #A2B4EE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 8px 8px 33px;
	color: #585B66;
	font-size: 12px;
	margin: 5px 0 10px;
}

.error:focus,
.error {
	border-color: #f00;
}


.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7b2237;
	border: 1px solid #7b2237;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: open_sanslight, arial, sans-serif;
	cursor: pointer;
	text-align: center;
	display: block;
}

.alt-button {
	background: #57a429;
	margin: 0 10px;
	border-color: #57a429;
}

.tennis_page .button {
	background: #74067f;
	border-color: #74067f;
}


.join-button {
	max-width: 100px;
	position: absolute;
	bottom: 12px;
	left: 17px;
}

.bridge_page .button {
	background: #c10707;
	border-color: #c10707;
}

.netball_page .button {
	background: #00a34f;
	border-color: #00a34f;
}

.gym_page .button {
	background: #00aeff;
	border-color: #00aeff;
}

.button:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.input {
	width: 97%;
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 24px;
	padding: 3px 1%;
}

.textarea {
	width: 97%;
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 100px;
	padding: 3px 1%;
	margin: 0;
}

label {
	font-size: 14px;
	color: #333;
	padding: 0 0 3px;
	display: block;
}

/********/
/* misc */
/********/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

.loading {
	display: block;
}

.error_container {
	text-align: center;
	padding: 10px 0;
}

.photo {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	margin: 12px 0 12px 12px;
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

.gallery_thumb {
	float: left;
	width: 85px;
	height: 85px;
	margin: 0 12px 12px 0;
	border: 1px solid #fff;
}

.gallery_thumb:hover {
	border-color: #333;
}

.button-container {
	clear: both;
	overflow: hidden;
	padding: 0 0 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
.nomargin {
	margin: 0;
}

.map {
	width: 605px;
	border: 1px solid #ccc;
	height: 250px;
}

td {
	width: 40%;
}

.full_table table {
	width: 100%;
	margin: 0 0 30px;
}

.full_table td {
	padding: 10px;
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #333;
	font-size: 13px;
	line-height: 1.5em;
}

.full_table td:first-child {
	background: #ddd;
	font-weight: bold;
}

.full_table th {
	background:	#57a429;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	padding: 10px;
}
