/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #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, tt, var, b, u, i, center, 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
================================================== */
	html {
		height: 100%;
	}
	body {
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 0; }
	h2 { margin-bottom: 15px; }
	h3 { margin-bottom: 15px; }
	h4 { margin-bottom: 15px; }
	h5 { margin-bottom: 15px; }
	h6 { margin-bottom: 15px; }
	
	h1.title, h2.title, h3.title, h4.title, h5.title, h6.title { letter-spacing: 2px; font-weight: 100; }
	
	h4.titles {  color: #FFFFFF;
    margin-top: 25px;
    font-size: 45px;
  
	}

	p { margin: 0 0 15px 0; }

	em, i { font-style: italic; }
	b, strong { color: #ffffff }
	small { font-size: 80%; }

	hr {  margin-bottom: 15px; color: #FFFFFF; width: 90%;}
	dt { font-weight:bold;}
	
	blockquote { font-style:italic;}
	blockquote .text { font-style:normal;}
	
	.highlight { padding: 0 8px; }
	
	#Content a > i { margin-right: 10px; }

     #footer a { font-size: 16px}

#footer b, strong { color: #ffffff; font-size: 23px; }


#footer .row { color: #ffffff;  }

/* #Links
================================================== */
	a, a:visited, a:focus { text-decoration: none; outline: 0; }
	a:hover { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Images
================================================== */

	img.scale-with-grid,
	#Content img {
		max-width: 100%;
		height: auto;
	}
	
	.google-map img {
		max-width:none !important;
	}
	
	iframe {
		max-width: 100%;
	}


/* #Buttons
================================================== */

	a.tp-button{
		background: none;
		font-family: inherit !important;
		height: auto !important;
		line-height: inherit !important;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		letter-spacing: 0 !important;
		text-shadow: 0 0 0 !important;
		box-shadow: 0 0 0 !important;
		font-weight: normal;
	}

a.tp-button4{
		background: none;
		font-family: inherit !important;
		height: auto !important;
		line-height: inherit !important;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		letter-spacing: 0 !important;
		text-shadow: 0 0 0 !important;
		box-shadow: 0 0 0 !important;
		font-weight: normal;
	}


	a.button4, input[type="submit"], input[type="reset"], input[type="button"] {
		-moz-box-shadow:inset 0px 1px 0px 0px gainsboro;
		-webkit-box-shadow:inset 0px 1px 0px 0px gainsboro;
		box-shadow:inset 0px 1px 0px 0px gainsboro;
		display: inline-block;
		padding: 15px 50px;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px;

	
		background-color:gainsboro;

		text-decoration: none;
		font-weight: bold;
	
		z-index: 1;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 2px;
		border: 0;
		margin-right: 7px;
		color: black;
		
		border-radius:3px;
		
	
		
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#285C21', endColorstr='#3C8731',GradientType=0);
	}


a.tp-button2{
		background: none;
		font-family: inherit !important;
		height: auto !important;
		line-height: inherit !important;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		letter-spacing: 0 !important;
		text-shadow: 0 0 0 !important;
		box-shadow: 0 0 0 !important;
		font-weight: normal;
	}


	a.button2, a.tp-button1, button1, input[type="submit"], input[type="reset"], input[type="button"] {
		-moz-box-shadow:inset 0px 1px 0px 0px #285C21;
		-webkit-box-shadow:inset 0px 1px 0px 0px #285C21;
		box-shadow:inset 0px 1px 0px 0px #285C21;
		display: inline-block;
		padding: 15px 50px;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px;

	
		background:  #285C21;

		text-decoration: none;
		font-weight: bold;
		border: 1px solid #2d6898;
	
		z-index: 1;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 2px;
		border: 0;
		margin-right: 7px;
		color: white;
		
		border-radius:3px;
		
	
		
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#285C21', endColorstr='#3C8731',GradientType=0);
	}


	a.tp-button1{
		background: none;
		font-family: inherit !important;
		height: auto !important;
		line-height: inherit !important;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		letter-spacing: 0 !important;
		text-shadow: 0 0 0 !important;
		box-shadow: 0 0 0 !important;
		font-weight: normal;
	}


	a.button1, a.tp-button1, button1, input[type="submit"], input[type="reset"], input[type="button"] {
		-moz-box-shadow:inset 0px 1px 0px 0px #285C21;
		-webkit-box-shadow:inset 0px 1px 0px 0px #285C21;
		box-shadow:inset 0px 1px 0px 0px #285C21;
		display: inline-block;
		padding: 15px 50px;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px;


		text-decoration: none;
		font-weight: bold;
		border: 1px solid #2d6898;
	
		z-index: 1;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 2px;
		border: 0;
		margin-right: 7px;
		color: white;
		
		border-radius:3px;
		
	
		background: url("/e.png") no-repeat #285C21;
		
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#285C21', endColorstr='#3C8731',GradientType=0);
	}
	
	a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
		
		display: inline-block;
		padding: 15px 50px;
		font-size: 15px !important;
		line-height: 19px;
		margin-bottom: 15px;


		text-decoration: none;
	
		border: 1px solid #2d6898;
	
		z-index: 1;
		cursor: pointer;
		/*text-transform: uppercase;*/
		letter-spacing: 2px;
		/*background-image: url("../images/pattern_slashes_6.png");*/
		border: 0;
		
		
		border-radius:10px;	
		background:linear-gradient(to bottom, #eb345b 5%, #a62c28 100%);
	background-color:#eb345b;
		
	}
	
	input[type="submit"] {
		padding: 13px 50px;
	}
	
	
	a.button i, a.tp-button i, button i, input[type="submit"] i, input[type="reset"] i, input[type="button"] i {
		margin: 0px !important;
	}

	a.button1 i, a.tp-button i, button i, input[type="submit"] i, input[type="reset"] i, input[type="button"] i {
		margin: 0px !important;
	}

	a.button2 i, a.tp-button i, button i, input[type="submit"] i, input[type="reset"] i, input[type="button"] i {
		margin: 0px !important;
	}
	a.button_small1 {
		font-size: 13px;
		padding: 13px 50px;
	}

	
	.button_details{
		width:59%;
	}

	a.button_small {
		font-size: 13px;
		padding: 13px 40px;
	}

	a.button_small2 {
			padding-top: 25px;
		padding-bottom: 25px;
		margin-top: 15px;
		font-size: 22px !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	a.button_small1 {
		font-size: 12px;
		padding: 3px 12px;
	}

	a.button_large {
		font-size: 16px;
		padding: 17px 55px;
	}
	
	a:hover.button, a:hover.tp-button {
		text-decoration: none;
	}
	
a:hover.button4, a:hover.tp-button {
		text-decoration: none !important;
		color:#000000 !important;
	}
	
	a.button4:hover:before, input[type="submit"]:hover:before, input[type="reset"]:hover:before, input[type="button"]:hover:before {
	right: 12px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
a:hover.button2, a:hover.tp-button {
		color:#FFFFFF !important;
	}
	
	a.button2:hover:before, a.tp-button1:hover:before, a.button1:active:before, a.tp-button:active:before, button:hover:before, input[type="submit"]:hover:before, input[type="reset"]:hover:before, input[type="button"]:hover:before {
	
	}

	a:hover.button1, a:hover.tp-button {
		text-decoration: none !important;
		color:#FFFFFF !important;
	}
	
	a.button1:hover:before, a.tp-button1:hover:before, a.button1:active:before, a.tp-button:active:before, button:hover:before, input[type="submit"]:hover:before, input[type="reset"]:hover:before, input[type="button"]:hover:before {
		right: 12px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

a:hover.button2, a:hover.tp-button {
		text-decoration: none !important;
		color:#FFFFFF !important;
	}
	
	a.button2:hover:before, a.tp-button1:hover:before, a.button1:active:before, a.tp-button:active:before, button:hover:before, input[type="submit"]:hover:before, input[type="reset"]:hover:before, input[type="button"]:hover:before {
		right: 12px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	a.button:hover:before, a.tp-button:hover:before, a.button:active:before, a.tp-button:active:before, button:hover:before, input[type="submit"]:hover:before, input[type="reset"]:hover:before, input[type="button"]:hover:before {
		right: 12px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	 
	 /* #Control Button
	================================================== */
	a.control_button, span.control_button { display: block; float: left; margin: 0 2px; overflow: hidden; background: #ccc; -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px; border-width: 1px; border-style: solid; }
	a.control_button span, span.control_button span { display: block; width: 22px; height: 22px; overflow: hidden; text-indent: -9999px; }



	.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: 0;
	}
	
	fieldset {
		margin-bottom: 0;
	}
		

	
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
		border: 0;
		padding: 13px 10px;
		outline: none;
		margin: 0;
		width: 230px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		font-size: 14px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {}
		
	textarea {
		min-height: 60px;
	}
	
	label, legend {
		display: block;
		font-size: 110%;
	}
	
	input[type="checkbox"] {
		display: inline;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	