/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px 'Montserrat', sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Site Styles
================================================== */

/* Universal Box Sizing: Border Box */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

/* Column Margins */

.container .one-third.column {
   margin-bottom: 25px;
}

.gal .one-third.column {
   margin-bottom: 25px;
}

/* #Global Properties
================================================== */

/* Small Logo Band */
.small_logo_band{
	display: none;
	padding: 25px 0 25px 0;
	background-color:#FFF;
}

/* Logo */
.small_global_logo{
	width: 100%;
	height: 110px;
	text-align: center;
}

.small_global_logo_contact{
	width: 100%;
	height: 50px;
	text-align: center;
	display:none;
}

/* Logo Band */
.logo_band{
	padding: 25px 0 25px 0;
	background-color:#d9d9d9;

}

/* Logo */
.global_logo{
	width: 369px;
	height: 100px;
	float: left;
}

.global_logo_contact{
	width: 290px;
	height: 80px;
	text-align: right;
	float: right;
}

/* Nav Band */
.nav_band{
	background-color: #b40607;
}

/* Navigation */

.global_nav {
	height: 35px;
	width: 100%;
	background-color: #b40607;
}

.global_nav ul,
.global_nav ul li{
	margin: 0px;
}

.global_nav mid{
	display: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

.global_nav select{
	display: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

.global_nav ul li {
	display: inline;
	float: left;
	position: relative;
}

.global_nav ul li a {
	display: inline-block;
	line-height: 35px;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	text-transform:capitalize;
	font-size: 0.7em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-right: 1px solid #8f0506;
}

.global_nav ul li a:hover{
	background-color: #8f0506;
}

/* Banner Band */

.banner_band{
	padding: 0;
	margin: 0;
	background-color: #9d9d9d;
}

/* Banner */

.small_global_banner{
	height: 100%;
	display: none;
}

.medium_global_banner{
	height: 100%;
	display: none;
}

.global_banner{
	height: 100%;
}

/* Menu Boxes */

.menu_boxes{
	padding: 25px 0 0 0;
	background-color: #CFCFCF;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 25px;
}

.menu_box{
	min-height: 100px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_box_title{
	width: 100%;
	background-color: #2C2C2C;
	color: #fff;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: 500;
	font-family:Verdana, Geneva, sans-serif;
}

.menu_box img{
	border: 3px solid #e7e7e7;
	width: 100%;
}

.menu_box_text{
	margin-bottom: 10px;
	color:#333;
	
}

/* Gallery Column */

.gallerycolumn{
	display:block;
}

.gallerysmall{
	display:none;
}


.footer_box_text a{
	margin-bottom: 10px;
	color:#0F0F0F;
	font-size: 1.0em;
	font-weight: 200;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	
}

.footer_box_text a:hover{
	margin-bottom: 10px;
	color:#F08A2F;
	
}

.footer_box_text a:visited{
	margin-bottom: 10px;
	color:#0F0F0F;
}


	#smallgal{
	display:none;
	text-align:center;
}

	#biggal{
		
}

/* Footer */

.global_footer_nav a{
	margin-bottom: 10px;
	color:#0F0F0F;
	font-size: 1.0em;
	font-weight: 200;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	
}

.global_footer_nav a:hover{
	margin-bottom: 10px;
	color:#F08A2F;
	
}

.global_footer_nav a:visited{
	margin-bottom: 10px;
	color:#0F0F0F;
}

.global_footer{

}

.global_footer a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: 200;
	font-family: Verdana, Geneva, sans-serif;
}

.global_footer a:hover{
	color: #B40607;
	text-decoration: none;
}

.global_footer a:visited {
	color: #fff;
	text-decoration: none;
}


.contact_footer{
	background-color: #2C2C2C;
	padding: 8px;
	color: #999;
	font-size: 1em;
	font-weight: 200;
	font-family: Verdana, Geneva, sans-serif;
}

.copyright_footer{
	background-color: #202020;
	padding: 8px;
	color: #fff;
	font-size: 1em;
	font-weight: 200;
	font-family: Verdana, Geneva, sans-serif;
}

.strapline{
	background-color: #f08a2f;
	padding: 8px;
	color: #999;
	text-align:center;
}

.divider{
	background-color: #fff;
	padding: 10px;
	text-align:center;
}

.brandlogos{
	background-color: #fff;
	padding: 8px;
	color: #999;
	text-align:center;
}

.footernav{
	background-color: #fff;
	padding: 8px;
	text-align:center;
}


/* Gallery */

.gallery{
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	display:block;
}

.gallerysmall{
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	display:none;
}

/* Main Text */

.main_text{
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

.main_text a:link{
	color:#B40607;
}

.main_text a:visited{
	color:#B40607;
}

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

.main_text img{
	border-radius: 3px;
	width: 100%;
}

/* Gallery */

.main_gallery{
	margin: 0 0 20px 0;
	display:block;
}

/* #Page Styles
================================================== */


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}
	h1, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 8px;
}
	h4 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 7px;
}
	h5 { font-size: 17px; line-height: 24px; }
	h6 {
	font-size: 10px;
	line-height: 21px;
}
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited {
	color: #FFF;
	text-decoration: underline;
	outline: 0;
}
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


.tablegallery {
margin-right: auto;
margin-left: auto;
}

.tablegallery td {
width: 250px;
padding: 0px;
padding-bottom: 20px;
color: #464444;
text-align: center;
font-family: Verdana;
font-size: 10px;
}

.heading1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color: #414141;
font-weight:normal;
}
.contact_details{
	font-size:14px;
	color:#171717;
	font-weight:normal;
	letter-spacing:1px;
}


/* #Images
================================================== */

	img, img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background-color: #b40607;
	  color: #fff;
	  display: inline-block;
	  font-size: 0.89em;
	  text-transform: lowercase;
	  text-decoration: none;
	  cursor: pointer;
	  line-height: normal;
	  padding: 0.5em 1em;
	  font-family:Verdana, Geneva, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: #8f0506;
		color: #fff;
 	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #b40607;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px 'Montserrat', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }


.textart {
font-weight:bold;
color: #bc0404;
}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


.mobimage{
	display:none;
}

.webimage{
	display:block;
}

.tablegallery {
margin-right: auto;
margin-left: auto;
}

.tablegallery td {
width: 250px;
padding: 10px;
padding-bottom: 20px;
color: #464444;
text-align: center;
font-family: Verdana;
font-size: 10px;
}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
		@media only screen and (min-width: 1000px) {
				.medium_global_banner{
		display: none;
	}

	}
	
		@media only screen and (max-width: 960px) {
		.global_banner{
		display: none;
	}
	.medium_global_banner{
		display: block;
	}		
		
	}
	
	@media only screen and (max-width: 959px) {
		.global_banner{
		display: none;
	}
	.medium_global_banner{
		display: block;
	}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.global_banner{
		display: none;
	}
	.medium_global_banner{
		display: block;
	}
	
		}

	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.divider{
			display: none;
		}
		
		.footernav{
			display: none;
		}
		
		.global_nav select{
			display: block;
		}

		.global_nav{
			padding: 2px 0 0 0;
		}

		.global_nav ul{
			display: none;
		}
		
		.global_banner{
		display: none;
	}
	.medium_global_banner{
		display: block;
		
		margin-bottom:20px;
	}
	
.global_logo_contact{
display: none;
}

	 .menu_boxes{
	display:none;
 	}
	#biggal{
	display:none;
}

	#smallgal{
	display:block;
}

.mobimage{
	display:block;
}

.webimage{
	display:none;
}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 770px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	.global_banner{
		display: none;
	}
		.medium_global_banner{
		display: none;
	}

	.small_global_banner{
		display: block;
		margin-bottom:20px;
	}
		.gallery{
	display:none;
}

.gallerysmall{

	display:block;
}
	#biggal{
	display:none;
}

	#smallgal{
	display:block;
}

	}
