/*	Reset  NEW-------------------------------------------------------------------------------------------------------- */
	
		html, body, div, span, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		abbr, address, cite, code,
		del, dfn, em, img, ins, kbd, q, samp,
		small, strong, sub, sup, var,
		b, i,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td,
		article, aside, canvas, details, figcaption, figure, 
		footer, header, hgroup, menu, nav, section, summary,
		time, mark, audio, video {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
		}
		
		article,aside,details,figcaption,figure,
		footer,header,hgroup,menu,nav,section { display: block; }
		
		nav ul,
		nav ol {
			list-style: none;
			list-style-image: none;
		}

		ul {
			list-style: none outside;
		}
		
		a {
	margin:0;
	padding:0;
	font-size:110%;
	outline: none;
	text-decoration:none;
	background:transparent;
	vertical-align:baseline;
	text-decoration: underline;
	color: #C49300;
		}
		/* used hp #AE4400*/

		
		a:visited,
		a:hover
		 {
			color: #E16D58;
		}
		/*	THIS COLOR IS A LIGHT MAROON --- CONTROLS THE ACTIVE LINKS THAT ARE NOT IN THE NAV MENU - FOR EXAMPLE THOSE WITHIN PARAGRAPHS */
		/* used hp */		
			

		.not-ie a {
			-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
				-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
				 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
					transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		}


		img {
			border: 0;
			height: auto;
			max-width: 100%;
			-ms-interpolation-mode: bicubic;
		}
		/* used hp*/

		
		.map img,
		.google_map img { max-width: none; }


		.box {
			margin-bottom: 90px;
		}		


/*	Basic Elements  ------------------------------------------------------------------------------------------------- */

		body {
			background-color: #fff;
			color: #000000;
				-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
				-webkit-text-size-adjust: 100%;
			font: 12px/1.5  Arial;
		}
		/* used hp*/
		
		
		body.boxed {
			background-attachment: fixed;
		}
		/* used hp*/

	
		.boxed.pattern-1  { background-image: url(../images/patterns/pattern-4b.png); }
		/* used hp*/


/*	Clearfix  ------------------------------------------------------------------------------------------------------ */

		.clear {   
			clear: both;
			display: block;
			height: 0;
			overflow: hidden;
			visibility: hidden;
			width: 0;
		}
		/* used hp*/
		
				
		.clearfix:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";
		}
		/* used hp*/	


/*	General Classes --------------------------------------------------------------------------------------------------- */
	
		.align-center { text-align: center; }
		.align-left	  { text-align: left; }
		.align-right  { text-align: right; }
		
		.alignleft { float: left; }
		.alignright { float: right; }
	
		.bwWrapper.alignleft,
		img.alignleft { margin-right: 20px; }
		.bwWrapper.alignright,
		img.alignright { margin-left: 20px; }
		
		.padd-left { padding-left: 10px; }
		.padd-right { padding-right: 10px; }
		
		.hide { display: none; }
	
		.show { display: block; }
	
		.invisible { visibility: hidden; }
	
		.affix { position: fixed; }



/*	Typography  ------------------------------------------------------------------------------------------------------- */

		h1, h6 {
			margin-bottom: 15px;
			color: #373737;
			font-family: 'Sanchez', serif;
			font-weight: 400;
			line-height: 1.15;
		}

	
		h1 { font-size: 1.6em; }

		
		.h1W {
			font-family: 'Open Sans', Arial;
			font-size: 1.6em;
			color: #ffffff;
			font-weight: bolder;
		}
		/* used hp*/
		
		
		h2 {
			font-family: 'Open Sans', Arial;
			font-size: 1.4em;
			color: #872325;
			margin-bottom: .1em;			
			font-weight: bolder;
		}
		/* used hp*/
		
		
		.h2W {
			font-family: 'Open Sans', Arial;
			font-size: 1.3em;
			color: #ffffff;
			margin-bottom: .1em;			
			font-weight: bolder;
		}
		/* used hp*/
		

		h3 {
			font-family: 'Open Sans', Arial;
			font-size: 1.1em;
			color: #000000;
			margin-bottom: .75em;			
			font-weight: bolder;
			line-height: 1.5em;
		}
		/* used hp*/
		
		
		.h3M {
			font-family: 'Open Sans', Arial;
			font-size: 1.1em;
			color: #872325;
			margin-bottom: .25em;			
			font-weight: bolder;
			line-height: 1.5em;
		}
		/* used hp*/


		.h3M2 {
			font-family: 'Open Sans', Arial;
			font-size: 1.2em;
			color: #872325;
			margin-bottom: .25em;			
			font-weight: bolder;
			line-height: 1.5em;
		}
		/* used hp*/


		h4 {
			font-family: 'Open Sans', Arial;
			font-size: 1.3em;
			color: #872325;
			font-weight: bolder;
		}
		/* used hp*/


		h5 {
			font-family: 'Open Sans', Arial;
			font-size: 1.3em;
			color: #373737;	
			font-weight: bolder;
		}
		/* used hp*/

		

		.title {
			line-height: 1.25;
			margin-bottom: 20px;
		}

		
		::-moz-selection {
			color: #fff;
			text-shadow: none;
		}


		::selection {
			color: #fff;
			text-shadow: none;
		}

		
		.highlight {
			padding: 0 3px;
			color: #fff;
			text-shadow: none;
		}

		
		a.highlight:hover {
			color: #00907F;
		}
		/* ORIG WAS FFF - DON'T WANT ANY LINKS TO BE WHITE */
		
	
		p {
			margin: 0 0 1.2em;
			padding: 0;
			line-height: 1.5em;
		}
		/* used hp*/
		

		.p2 {
			font-size: 13px;
			color: #3B3B3B;
			margin-top: 0;
			margin-right: 0;
			margin-bottom: 1.0em;
			margin-left: 0;
		}
		/* used hp*/
		
		
		.p2W {
			font-size: 13px;
			color: #ffffff;
			margin-top: 0;
			margin-right: 0;
			margin-bottom: 1.0em;
			margin-left: 0;
		}
		/* used hp*/
		
		
		.p2W2 {
			font-family: 'Open Sans', Arial;
			font-size: 15px;
			color: #ffffff;
			margin-bottom: .1em;			
			font-weight: bolder;
		}
		/* used hp*/


		.p3 {
			font-size: 15px;
			color: #872325;
			margin-top: 0;
			margin-right: 0;
			margin-bottom: 1.0em;
			margin-left: 0;
			font-weight: bold;
		}
		/* used hp*/


		.p4 {
			font-size: 22px;
			color: #872325;
			margin-top: 0;
			margin-right: 0;			
			margin-left: 0;
			margin-bottom: 4px;
			font-weight: bold;
		}
		/* used hp*/
		
		
		
		.p4b {
			font-size: 20px;
			color: #000000;
			margin-top: 0;
			margin-right: 0;			
			margin-left: 0;
			margin-bottom: 6px;
			font-weight: bold;
		}
		/* used hp*/
		

		.p4c {
			font-size: 16px;
			color: #872325;
			margin-top: 0;
			margin-right: 0;			
			margin-left: 0;
			margin-bottom: 6px;
			font-weight: bold;
		}
		/* used hp*/

		.p5 {
			font-size: 15px;
			color: #2F2F2F;
			margin-top: 0;
			margin-right: 0;			
			margin-left: 0;
			margin-bottom: 5px;
			font-weight: bold;

		}
		/* used hp*/		
		
	
		.p6 {
			font-size: 20px;
			color: #000000;
			margin-top: 0;
			margin-right: 0;			
			margin-left: 0;
			margin-bottom: 4px;
			font-weight: bold;
		}
		/* used hp*/	


	/* Pricing Tables   --------------------------------------------------------------------------------- */	
	
	.simple-pricing-table { margin: 0 10px; }
	
	#main .simple-pricing-table { margin: 0; }
	
		.container .simple-pricing-table .column {
			position: relative;
			margin-left: 0;
			margin-right: 0;
			text-align: center;
			
			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
			   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
					box-shadow: 0 1px 1px rgba(0,0,0,.2);
			
			-webkit-transition: margin .25s linear;
			   -moz-transition: margin .25s linear;
				-ms-transition: margin .25s linear;
				 -o-transition: margin .25s linear;
					transition: margin .25s linear;
		}
		
		.container .simple-pricing-table .column.featured,
		.container .simple-pricing-table .column:hover {
			z-index: 3;
			margin-top: -10px;
			
			-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
			   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.3);
					box-shadow: 0 2px 2px rgba(0,0,0,.3);
		}
		
			.simple-pricing-table .title { margin: 0; }

			.simple-pricing-table.type-1 .title {
				padding: 10px;
				color: #872325;
			}
			
			
			.simple-pricing-table.type-1 .column:hover .title {
				padding-top: 15px;
				padding-bottom: 13px;
			}
			
			
			.simple-pricing-table .price {
				padding-top: 5px;
				padding-right: 0;
				padding-bottom: 5px;
				padding-left: 0;
			}
			
			.simple-pricing-table.type-1 .price { background-color: #e6e6e6; }

			
				.simple-pricing-table .cost {
					margin: 0;
				}

				
				.simple-pricing-table .description {
					font-size: 15px;
					font-family: 'Open Sans', Arial, sans-serif;
					font-style: italic;
				}
				
				.simple-pricing-table.type-1 .description {
					color: #505050;
					text-shadow: 1px 1px rgba(255,255,255,.5);
				}
				
				.simple-pricing-table.type-2 .description {
					color: #f6f6f6;
					text-shadow: 1px 1px rgba(0,0,0,.2);
				}
				
		.simple-pricing-table .features {
			border-top: 1px solid #d7d7d7;
			border-bottom: 1px solid #d7d7d7;
		}	
				
			.simple-pricing-table .features li {
				position: relative;
				padding: 10px 20px;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #e6e6e6;
				background-color: #f6f6f6;
				text-align: left;
			}
			
			.simple-pricing-table .features li:first-child { border-top: none; }
			
			.simple-pricing-table .featured .features li { background-color: #fefefe; }
			
		.simple-pricing-table .footer { 
			padding: 25px 20px 25px;
			background-color: #e6e6e6;
		}
		
		.simple-pricing-table .featured .footer { 
			padding: 25px 20px 25px;
			background-color: #f4f4f4; 
		}
		
		.simple-pricing-table .column:hover .footer { padding: 25px 20px 25px; }
		
			.simple-pricing-table .footer .button { margin: 0; }

		.simple-pricing-table .title,
		.simple-pricing-table .footer {
			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}
	



	
	/*	Dropcap

	.dropcap {
		display: block;
		float: left;
		margin: 5px 9px 0 0;
		width: 50px;
		height: 50px;
		color: #373737;
		text-align: center;
		text-shadow: none;
		font-size: 60px;
		line-height: 50px;
	}
	
	.dropcap.rounded {
		border-radius: 20%;
	}
	
	.dropcap.dark {
		background-color: #373737;
		color: #fff;
		font-size: 30px;
	}

	.dropcap.color {
		color: #fff;
		font-size: 30px;
	}

	.dropcap.circle {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
	}
	
	.dropcaprounded {
		display: inline-block;
		float: left;
		margin: 0 15px 0 0;
		width: 39px;
		height: 39px;
		border-radius: 20%;
		background-color: #373737;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 18px;
		font-family: 'Open Sans', Arial;
		line-height: 39px;
	}
	
		.dropcaprounded + h6, .iconcircle + h6, .icondisk + h6 {
		font-size: 15px;
		margin-top: 11px;
		margin-bottom: 20px;
	}
	
	.iconcircle + h3, .icondisk + h3 {
		margin-top: 11px;
		margin-bottom: 12px;
	}
		 */	

	/* -------------------------------------------------- */
	/*	Font Awesome
	/* -------------------------------------------------- */
		
	.the-icons li i {
		color: #000;
	}
	
	.iconcircle, .icondisk {
		display: inline-block;
		float: left;
		margin: 0 15px 0 0;
		width: 38px;
		height: 38px;
		border-radius: 20%;
		background-color: #373737;
		color: #ffffff;
		text-align: center;
		font-size: 20px;
		font-family: 'FontAwesome';
		line-height: 36px;

			
		-webkit-transition: all .50s ease-in;
		   -moz-transition: all .50s ease-in;
			-ms-transition: all .50s ease-in;
			 -o-transition: all .50s ease-in;
				transition: all .50s ease-in;
	}
	
	.icondisk {
		background-color: transparent;
		color: #373737;
		border: solid 2px #373737;
	}
	
	.iconcircle:hover, .icondisk:hover {
		border-radius: 50%;
		
		-webkit-transition: all .20s ease-in;
		   -moz-transition: all .20s ease-in;
			-ms-transition: all .20s ease-in;
			 -o-transition: all .20s ease-in;
				transition: all .20s ease-in; 
	}
	
	.icondisk:hover {
		border-color: transparent;
		color: #fff;
	}


	
		
/* Images  ------------------------------------------------------------------------------------------ */
	
	.single-image {
		position: relative;
		display: block;
		margin-bottom: 15px;
		cursor: pointer;
		font-size: 0;
	}
	

	.bwWrapper {
		position: relative;
		overflow: hidden;
		display: block;
	}

	.curtain {
		position: absolute;
		z-index: 5;
		top: -80%;
		left: 50%;
		margin: 0 0 0 -45%;
		display: block;
		overflow: hidden;
		width: 90%;
		height: 80%;
		text-align: center;
		opacity: 0;
		filter: alpha(opacity = 0);
		
		-webkit-transform: scale(0)
		   				   rotateX(0deg);
		   -moz-transform: scale(0)
		   				   rotateX(0deg);
			-ms-transform: scale(0)
		   				   rotateX(0deg);
			 -o-transform: scale(0)
		   				   rotateX(0deg);
				transform: scale(0)
		   				   rotateX(0deg);
		
		-webkit-transition: all .50s ease-in;
		   -moz-transition: all .50s ease-in;
			-ms-transition: all .50s ease-in;
			 -o-transition: all .50s ease-in;
				transition: all .50s ease-in;  
	}
	
	.single-image .curtain:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -15px;
		width: 30px;
		height: 30px;
		color: #fff;
		content: "";
		text-align: center;
		zoom: 1;
	}
	
	.single-image.link-icon .curtain:after  { background-image: url(../images/icons/link-icon.png);  }
	.single-image.zoom-icon .curtain:after  { background-image: url(../images/icons/zoom-icon.png);	 }
	.single-image.video-icon .curtain:after { background-image: url(../images/icons/video-icon.png); }
	
	.single-image:hover .curtain {
		top: 10%;
		opacity: 0.60;
		filter: alpha(opacity = 60);
		
		-webkit-transform: scale(1)
		   				   rotateX(360deg);
		   -moz-transform: scale(1)
		   				   rotateX(360deg);
			-ms-transform: scale(1)
		   				   rotateX(360deg);
			 -o-transform: scale(1)
		   				   rotateX(360deg);
				transform: scale(1)
		   				   rotateX(360deg);
	}

	/* -------------------------------------------------- */
	/*	Fluid Width Video
	/* -------------------------------------------------- */

	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

		video {
			max-width: 100%;
			height: auto;
		}



	/* -------------------------------------------------- */
	/*	Dividers
	/* -------------------------------------------------- */
	
	.divider-solid, .divider-half-solid {
		margin-bottom: 50px;
		margin-left: 10px;
		margin-right: 10px;
		clear: both;
	}
	.divider-half-solid {
		margin-bottom: 45px;
	}
	
	#main .divider-solid {
		margin-left: 0;
		margin-right: 0;
	}
	
	.white-space {
		clear: both;
		padding: 20px 0;
	}
	
	/* -------------------------------------------------- */
	/*	Forms
	/* -------------------------------------------------- */

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		cursor: pointer;
		-webkit-appearance: button;
	}
	
	button::-moz-focus-inner,
	input::-moz-focus-inner {
	  padding: 0;
	  border: 0;
	}

	button,
	input,
	select,
	textarea {
		margin: 0;
		border: none;
		vertical-align: baseline;
		font-size: 100%;
	}
	
	button {
		display: inline-block;
		margin-bottom: 15px;
		padding: 6px 13px;
		outline: none;
		background-color: #000;
		color: #fff;
		vertical-align: baseline;
		text-align: center;
		text-decoration: none;
		font: 11px/1.5 'Open Sans', Arial;
		cursor: pointer;
	}

	label { 
		display: inline-block; 
		cursor: pointer;
	}
	
	.not-ie input,
	.not-ie textarea,
	.not-ie select,
	.not-ie button {
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	}
	
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	textarea, select {
		display: inline-block;
		color: #9e9e9e;
		font-size: 12px;
		font-family: 'Open Sans', Arial, sans-serif;
		padding: 6px 8px 7px;
		width: 100%;
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
		background-color: #ebebeb;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-border-radius: 0;
				border-radius: 0;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;				
		-webkit-appearance: none;	
		outline: none;
	}
	
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	textarea:focus,
	select:focus {
		border-color: #b4b4b4;
		background-color: #fdfdfd;
		-webkit-box-shadow: inset 2px 2px 2px 0 rgba(0,0,0,.1);
		   -moz-box-shadow: inset 2px 2px 2px 0 rgba(0,0,0,.1);
				box-shadow: inset 2px 2px 2px 0 rgba(0,0,0,.1);
		-webkit-appearance: none;			
	}
	
	.ie7 input[type="text"],
	.ie7 input[type="password"],
	.ie7 textarea,
	.ie7 select,
	.ie8 input[type="text"],
	.ie8 input[type="password"],
	.ie8 textarea,
	.ie8 select { line-height: 1.3em; }
	
	textarea {
		resize: both;
		min-height: 100px;
	}
	
	select {
		background-image: url(../images/icons/select-arrows.png);
		background-position: 95% bottom;
		background-repeat: no-repeat;
	}
	
	input[type="radio"],
	input[type="checkbox"] {
	  margin: 4px 0 0;
	  line-height: normal;
	}

	input[type="image"],
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	input[type="radio"],
	input[type="checkbox"] { width: auto; }

	.wrong-data { border-color: #fe5214; }

	/* Fix for Mobile Safari */
	input[type="checkbox"]	{ -webkit-appearance: checkbox; }
	input[type="radio"]		{ -webkit-appearance: radio; }

	/* Chrome, Safari */
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder { color: #9e9e9e; }

	/* Firefox */
	input:-moz-placeholder,
	textarea:-moz-placeholder { color: #9e9e9e; }
	
	/* ---------------------------------------- */
	/*	Contact and Comments Forms
	/* ---------------------------------------- */
	
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment,
	
	.message-form-name,
	.message-form-email,
	.message-form-url,
	.message-form-message,
	.form-submit {
		position: relative;
		margin-bottom: 10px;
	}

		.message-form-name:before,
		.message-form-email:before,
		.message-form-url:before,
		.message-form-message:before,
		.comment-form-author:before, 
		.comment-form-email:before,
		.comment-form-url:before,
		.comment-form-comment:before
		{
			top: 28px;
			display: inline-block;
			color: #b4b4b4;
			font-weight: normal;
			font-style: normal;
			font-family: 'FontAwesome';
			font-size: 14px;
		}

		.message-form-name:before,
		.message-form-email:before,
		.message-form-url:before,
		.message-form-message:before,
		.comment-form-author:before,
		.comment-form-email:before,
		.comment-form-url:before,
		.comment-form-comment:before
		{
			position: absolute;
			left: 8px;
		}

		.message-form-name:before,
		.comment-form-author:before  { content: "\f007"; }

		.message-form-email:before,
		.comment-form-email:before   { content: "\f0e0"; }

		.message-form-url:before,
		.comment-form-url:before	 { content: "\f0ac"; }

		.message-form-message:before,
		.comment-form-comment:before { content: "\f040"; }

			.contact-form {
				margin-top: 20px;
			}
			
			.comments-form input,
			.contact-form input { 
				width: 35%;
				padding-left: 30px;
			}
			
			.comments-form textarea,
			.contact-form textarea,
			.widget_contact_form textarea { width: 80%; }
			
			.contact-form textarea { width: 90%; }
			
			.comments-form textarea,
			.contact-form textarea {
				padding-left: 30px;
				min-height: 150px; 
			}
			
			.comments-form label,
			.contact-form label { display: block; }

				.comments-form .required,
				.contact-form .required {
					color: #b2b2b2;
					font-style: italic;
					font-size: 11px;
				}
				
				.comments-form input,
				.contact-form input,
				.widget_contact_form input {
					-webkit-box-shadow: none;
					   -moz-box-shadow: none;
							box-shadow: none;
				}
				
				/* Widget Contact Form */

				.widget_contact_form input,
				.widget_contact_form textarea { padding-left: 32px; }
				
				
		/* HTML5 Validation Styles */	
		
		.comments-form input:required:valid,
		.contact-form input:required:valid,
		.comments-form textarea:required:valid,
		.contact-form textarea:required:valid,
		.widget_contact_form input:required:valid,
		.widget_contact_form textarea:required:valid { border-color: #000; }
		
		.comments-form input:focus:invalid,
		.contact-form input:focus:invalid,
		.comments-form textarea:focus:invalid,
		.contact-form textarea:focus:invalid,
		.widget_contact_form input:focus:invalid,
		.widget_contact_form textarea:focus:invalid { border-color: #e27152; }

	/* -------------------------------------------------- */
	/*	Buttons
	/* -------------------------------------------------- */	

	.button {
		display: inline-block;
		margin-bottom: 15px;
		padding: 6px 13px;
		outline: medium none;
		color: #fff;
		vertical-align: baseline;
		text-align: center;
		text-decoration: none;
		font-family: 'Open Sans', Arial, sans-serif;
		cursor: pointer;

		-webkit-transition: all 0.2s linear 0s;
		   -moz-transition: all 0.2s linear 0s;
			-ms-transition: all 0.2s linear 0s;
			 -o-transition: all 0.2s linear 0s;
				transition: all 0.2s linear 0s;
	}

	.button.small { padding: 6px 13px; } 

	.button.medium {
		padding: 8px 20px;
		font-size: 13px;
	} 

	.button.big {
		padding: 10px 23px;
		font-size: 14px;
	} 
	
	.button.frame {
		border: solid 1px #828282;
	}
	
	.button.default		{ background-color: #828282; }
	.button.orange		{ background-color: #f99200; }
	.button.olive		{ background-color: #abbd38; }
	.button.green		{ background-color: #9bce29; }
	.button.blue		{ background-color: #169fe6; }
	.button.yellow		{ background-color: #e8bf00; }
	.button.red			{ background-color: #ff1414; }
	.button.cherry		{ background-color: #9f1854; }
	.button.gray  		{ background-color: #828282; }


	.button.orange:hover,
	.button.olive:hover,	
	.button.green:hover,	
	.button.blue:hover, 
	.button.yellow:hover,	
	.button.red:hover,
	.button.cherry:hover, 
	.button.gray:hover { background-color: #373737; }
	
	.button.color:hover { background-color: #373737 !important;	}




/*	Wrapper  ------------------------------------------------------------------------------------------------------ */


.boxed #wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
			box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.wide #wrapper { background-color: #fff; }



/*	Header ------------------------------------------------------------------------------------------------------------------- */

	.altheadtag {
	padding-top: 0px;	
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url(../images/maroonbar.png)
	}

	/* 		I added this tag to stop the header from compressing into a smaller header and remaining fixed over the page - this tag replaces the #header tag 
			
			When the orig header tag was used, somewhere, most likely in a jquery file, the header does not remain stationary
			
			To be sure is was never called and activated, I deleted the #header tag               */	

/*
	.fixed#header {
		position: fixed;
		top: 0;
		left: 0;
		padding: 12px 0 8px;
		width: 100%;
		background-color: #fff;
		background-color: rgba(255,255,255,.95);
		
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
		   -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
				box-shadow: 0 2px 3px rgba(0,0,0,.2);
	}
*/		
	

	

	/* 	Logo and Tagline -------------------------------------------------------- */

		#logo {
			margin-left: 5%;
			margin-right: auto;
			margin-top: 30px;
			margin-bottom: 0px;
			display: block;
			float: left;
			line-height: 0;
		}
		/* used hp*/		
		
		
		#tagline {
			margin-left: auto;
			margin-right: 5%;
			margin-top: 40px;
			margin-bottom: 0px;
			display: block;
			float: right;
			line-height: 0;
		}	
		/* used hp*/
		
		
		

/*
		.fixed#header .eight #logo   { display: none; }
		.fixed#header .sixteen #logo { margin: 4px 0 8px; }
*/		
	

	/*	Main Navigation -------------------------------------------- */

	.menu-container {
		margin-top: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #872325;
	}
	/*	controls the line above the navigation bar */

	
/*	
	.fixed#header .menu-container {
		float: right;
		margin: 0;
		border-top-width: 0;
		border-bottom-width: 0;
		}
*/


	
	.menu-container .navigation {
		float: right;
		margin-top: 0px;
		margin-right: 5%;
		}
	
	.navigation > div > ul > li {
		position: relative; 
		display: block;
		float: left;
		}
			
	.navigation > div > ul > li > a {
			display: block;
			margin: 0;
			padding-top: 10px;
			padding-right: 22px;
			padding-bottom: 17px;
			padding-left: 0;
			color: #697980;
			font-size: 15px;
			text-decoration: none;
		}
		/* ORIG had padding: 17px 40px 18px 0 / color 919191 / font size 14 */
		/* THIS TAG AFFECTS THE ACTIVE LINKS IN THE MAIN NAVIGATION BAR */
		/* MUST SET THE TEXT DECORATION TO NONE SO THIS TAG OVERRIDES THE A TAG AT LINE 50 WHICH INDICATES AN UNDERLINE */
		
		
	.navigation > div > ul > li > a:visited {
		display: block;
		margin: 0;
		padding-top: 10px;
		padding-right: 22px;
		padding-bottom: 17px;
		padding-left: 0;
		color: #872325;
		font-size: 15px;
		}
		/* ORIG had padding: 17px 40px 18px 0 / color 919191 / font size 14 */
		/* THIS TAG AFFECTS THE ACTIVE LINKS IN THE MAIN NAVIGATION BAR */	
				

/*				
		.fixed#header .navigation > div > ul > li > a {
			padding: 17px 0 18px 40px;
			}
*/				

				
				.navigation a { 
					font-family: 'Open Sans', Arial; ;
				}


				.ie7 .navigation > div > ul > li > a,
				.ie8 .navigation > div > ul > li > a { font-weight: 400; }
				
				.navigation > div > ul > li:first-child > a { border-left-width: 0; }

				.navigation > div > ul > li:hover > a,
				.navigation > div > ul > li.current-menu-item > a,
				.navigation > div > ul > li.current-menu-parent > a,
				.navigation > div > ul > li.current-menu-ancestor > a,
				.navigation > div > ul > li.current_page_item > a,
				.navigation > div > ul > li.current_page_parent > a,
				.navigation > div > ul > li.current_page_ancestor > a { color: #872325; }
				/* COLOR WAS FFF - DON'T WANT ANY LINKS TO BE WHITE SO CHANGED TO MAROON */
	
	
	/* Dropdown */

	 .navigation ul ul {
		position: absolute;
		z-index: 9999;
		display: none;
		margin-top: 1px;
		width: 180px;
		background-color: #fff;
		-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.025);
		   -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.025);
				box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.025);
		opacity: 1;
	}

		.navigation ul ul li {
			position: relative;
			margin-top: -1px;
			border: 1px solid #eaeaea;
			background-color: #f1f1f1;
		}
		
		.navigation > div > ul ul li:hover,
		.navigation > div > ul ul li.current-menu-item,
		.navigation > div > ul ul li.current-menu-parent,
		.navigation > div > ul ul li.current-menu-ancestor,
		.navigation > div > ul ul li.current_page_item,
		.navigation > div > ul ul li.current_page_parent,
		.navigation > div > ul ul li.current_page_ancestor { 
			border-left-color: transparent;
			border-right-color: transparent;
			background-color: #f9f9f9;
		}
		
			.navigation ul ul li a {
				display: block;
				padding: 6px 20px;
				color: #646464;
				font-size: 13px;
				text-decoration: none;
			}
		    /* THIS TAG AFFECTS THE ACTIVE LINKS IN THE DROP DOWN NAVIGATION BAR */			
			
			
			.navigation ul ul li a:active {
				-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.05);
				   -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.05);
						box-shadow: inset 0 0 2px rgba(0,0,0,.05);
			}
			
			.navigation > div > ul ul li:hover > a,
			.navigation > div > ul ul li.current-menu-item > a,
			.navigation > div > ul ul li.current-menu-parent > a,
			.navigation > div > ul ul li.current-menu-ancestor > a,
			.navigation > div > ul ul li.current_page_item > a,
			.navigation > div > ul ul li.current_page_parent > a,
			.navigation > div > ul ul li.current_page_ancestor > a { background-color: #f9f9f9; }
			
				.navigation ul ul li .rightarrowclass:before {
					position: absolute;
					top: 9px;
					right: 10px;
					color: #ccc;
					content: "\f054";
					font-weight: 100;
					font-style: normal;
					font-size: 9px;
					font-family: 'FontAwesome', Arial;
				}
				
				.navigation ul ul li:hover > a .rightarrowclass:before { color: #ccc; }
		
	/* Sub Dropdown */	

	.navigation ul ul ul {
		left: 178px;
		top: -1px;
	}
	
	/* Responsive Select */
	
	.responsive-nav { 
		display: none;
		margin-bottom: 25px;
		background-color: transparent;
		background-image: url(../images/icons/select-arrows.png);
		background-position: 98% top;
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #373737 transparent #373737 transparent;
	}
		/* ORIG had border-color: #ebebeb transparent #ebebeb transparent  -------------------------------- */
	
	.responsive-nav:focus {
		background-color: transparent;
		background-position: 98% bottom;
		border-color-top: #ebebeb;
		border-color-bottom: #ebebeb;
		border-color-left: transparent;
		border-color-right: transparent;
		
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
			


/*	Slider  ----------------------------------------------------------------------------------------- */

		.slider {
			position: relative;
			margin-top: 0;
			margin-bottom: 10px; 
			height: auto;
			zoom: 1;
		}


/*
.menu-shadow-slider, .menu-shadow {
	width: 100%;
	height: 47px;
	left: 0;
	background-image: url(../images/shadow_slider.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0.5;
}

#layerslider {
	background-image: url(../images/gradient.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
}

#layerslider .inline-h2-dark {
	background-color: #373737;
	color: #fff;
}
*/


.flexslider .caption  { background-color: rgba(0,117,101, .7);  }
/*	ORIG background-color rgba(0,0,0, .7)
    this controls the block of color that is behind the caption panel that slides out from the left */


	/* -------------------------------------------------- */
	/*	Portfolio Items
	/* -------------------------------------------------- */
	
	.portfolio-items { font-size: 0; }

		.container .portfolio-items article {
			position: relative;
			display: inline-block;
			float: none;
			vertical-align: top;
			margin-bottom: 40px;
		}

		.portfolio-items article .single-image,
		.jcarousel-container .single-image { margin: 0; }
		
			.single-image img { display: block; }
			
			.preloader {
				background-position: center center;
				background-repeat: no-repeat;
			}
			
			.preloader.loader { background-image: url(../images/preloader.gif); }
			
				.preloader img:not(.BWFilter) {
					opacity: 0;
					-webkit-transition: all .25s linear;
					   -moz-transition: all .25s linear;
							transition: all .25s linear;
				}

				.preloader .fadein { opacity: 1 !important; }

		.project-meta {
			position: relative;
			display: block;
			padding-top: 20px;
			padding-bottom: 20px;
			text-align: center;
			font-size: 11px;
			background-color: #f5f5f5;
			border-bottom-width: 2px;
			border-bottom-style: solid;
			border-bottom-color: #ebebeb;
			border-radius: 0 0 20% 20%;
		}


		.portfolio-items article:hover .project-meta { background-color: #fff; }

			.project-meta .title { 
				margin-bottom: 5px;
				color: #373737;
				font-size: 12px;
				font-family: 'Open Sans', Arial, sans-serif;
			} 
			
			.project-meta .categories { display: block; }
			
			.project-meta span {
					color: #828282;
			}
			





/*	Page title  ------------------------------------------------------------------------------------------------ */

		.pagetitle {
			position: relative;
			margin-top: 0;
			margin-bottom: 20px;
			height: auto;
			zoom: 1;
			background-color: #F17C21;
			text-align: left;
			border: medium solid #E2E2E0;
			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 5px;
			padding-left: 10px;
		}
		
		
		.pagetitle2 {
			position: relative;
			margin-top: 0;
			margin-bottom: 10px;
			height: auto;
			zoom: 1;
			background-color: #F17C21;
			text-align: left;
			border: medium solid #E2E2E0;
			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 5px;
			padding-left: 10px;
		}




/*	Page Header  ---------------------------------------------------------------------------------------------------------- */


.page-header {
	margin: 0 10px 60px;
	padding: 45px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	background-image: url(../images/bg_page-header.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}


	.page-header h1 {
		margin: 0;
		color: #686868;
		font-size: 25px;
		text-transform: uppercase;
		line-height: 1.25;
	}
	

/*	Content --------------------------------------------------------------------------------------------------------------- */

#content { margin-bottom: 70px; }

	.slogan {  
		display: block; 
		margin: 0px 10px 70px 10px;
		padding: 0;
		text-align: center; 
		line-height: 1.25;
		zoom: 1;
	}




	/*	
		#content { margin-bottom: 10px; }

	.slogan {
	display: block;
	padding: 0;
	text-align: left;
	line-height: 1.25;
	zoom: 1;
	margin-top: -60px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	}

	ORIG had margin-top as -25 -- by changing to -60 it moves the text under the slider up toward the slider  AND margin-bottom was 70  AND text-align was center */
	

	
		.sectionA {
			display: block;
			padding: 0;
			text-align: left;
			line-height: 1.25;
			zoom: 1;
			margin-bottom: 10px;
			margin-left: 10px;			
			margin-right: 10px;			
		}
		/* used hp*/

		.sectionAbg {
	display: block;
	padding: 10px;
	text-align: left;
	line-height: 1.25;
	zoom: 1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/cement.jpg);
		}
		/* used hp*/

		.sectionB {
			display: block;
			padding: 0;
			text-align: left;
			line-height: 1.25;
			zoom: 1;
			padding: 15px;
			background-color: #872325;
			margin-bottom: 10px;
		}
		/* used hp*/


		.sectionC {
			display: block;
			padding: 0;
			text-align: left;
			line-height: 1;
			zoom: 1;
			background-color: #872325;
			margin-bottom: 5px;
			padding-top: 1px;
			padding-right: 3px;
			padding-bottom: 1px;
			padding-left: 5px;
		}
		/* used hp*/		


		.sectionD {
			display: block;
			zoom: 1;
			padding-top: 7px;
			padding-right: 7px;
			padding-bottom: 7px;
			padding-left: 7px;
			margin-bottom: 5px;
			background-image: url(../images/patterns/pattern-4.png);
			background-repeat: repeat;
		}
	
		
		.sectionD2 {
			display: block;
			text-align: left;
			line-height: 1;
			zoom: 1;
			margin-bottom: px;
			padding-top: 5px;
			padding-right: 15px;
			padding-bottom: 15px;
			padding-left: 15px;
			background-color: #DADADA;
		}
		/* used hp*/		

	
	.ie7 .slogan,
	.ie8 .slogan { font-weight: 400; }
	
	.content-title { 
		margin: 0 10px 20px 10px;
		font-family: 'Sanchez', serif;
		color: #505050;
	}
	
	.columns .content-title,
	.column .content-title { margin: 0 0 20px 0; }

	.section-title { margin-bottom: 22px; }

			

	/*	Main  -------------------------------------------------------------------- */
		.sbr #main { float: left; }
		.sbl #main { float: right; }
	



/*	section title  ------------------------------------------------------------------------------------------------ */

		.sectiontitle {
			position: relative;
			margin-top: 0;
			margin-bottom: 80px;
			height: auto;
			zoom: 1;
			text-align: left;
		}



/* 404 Page  ------------------------------------------------------------------------------------------------------------- */	

	.e404 {padding: 50px 0 160px 0;}

		.e404 h1 {
			display: inline-block;
			float: left;
			margin-right: 50px;
			padding-right: 70px;
			font-weight: 600;
			font-size: 200px;
			font-family: 'Open Sans', Arial, sans-serif;
			line-height: .8;
		}

		.e404 h2 { 
			margin-top: 10px;
			margin-bottom: 30px;
			font-weight: 400;
			font-size: 25px;
			line-height: 1.2;	
		}	
		

	

	/*	Image Post Slider   ------------------------------------------------------------------ */

	.image-post-slider,
	.image-gallery-slider {
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.column .image-post-slider,
	.columns .image-post-slider,
	.column .image-gallery-slider,
	.columns .image-gallery-slider {
		margin-left: 0;
		margin-right: 0;
	}

		.image-post-slider > ul > li,
		.image-gallery-slider > ul > li { width: 0; display: block !important;}

		.image-post-slider > ul > li:first-child,
		.image-gallery-slider > ul > li:first-child { 
			width: 100%;
		}

			.image-post-slider a,
			.image-gallery-slider a { margin: 0; }

		.post-slider-nav,
		.gallery-slider-nav {
			position: absolute;
			right: 15px;
			bottom: 50%;
			margin-bottom: -15px;
			z-index: 100;
			width: 65px;
		}

			.post-slider-nav a,
			.gallery-slider-nav a {
				position: relative;
				display: block;
				width: 30px;
				height: 30px;
				font: 0/0 a;
				cursor: pointer;
				background-color: #000;
				background-color: rgba(0,0,0,.8);
				border-radius: 0 10% 10% 0;

				-webkit-transition: all .2s linear;
				   -moz-transition: all .2s linear;
					-ms-transition: all .2s linear;
					 -o-transition: all .2s linear;
						transition: all .2s linear;
			}

			.post-slider-nav a:after,
			.gallery-slider-nav a:after {
				position: absolute;
				left: 0;
				top: 0;
				width: 30px;
				height: 30px;
				background-image: url(../images/icons/medium-arrows.png);
				background-repeat: no-repeat;
				content: "";
			}


			.post-slider-nav .prevBtn,
			.gallery-slider-nav .prevBtn { 
				left: 0;
				float: left;
				border-radius: 10% 0 0 10%;
			}

			.post-slider-nav .nextBtn,
			.gallery-slider-nav .nextBtn {
				right: 0;
				float: right;
			}

			.post-slider-nav .nextBtn:after,
			.gallery-slider-nav .nextBtn:after { background-position: right; }
		
	/* -------------------------------------------------- */
	/*	Pagenavi
	/* -------------------------------------------------- */
	
		.pagenavi .page-numbers {
			display: block;
			float: left;
			margin-right: 2px;
			width: 31px;
			height: 31px;
			background-color: #e9e9e9;
			color: #373737;
			text-align: center;
			line-height: 31px;
		}
		

		.pagenavi .current { color: #fff; }

		.pagenavi a:hover {
			background-color: #373737;
			color: #00907F;
		}
		/* ORIG WAS FFF */


			.pagenavi .prev,
			.pagenavi .next { 
				font-size: 15px;
				vertical-align: middle;
			}

			.pagenavi .prev:after { content: "←"; }
			.pagenavi .next:after { content: "→"; }

			

	/*	Comments -------------------------------------------------- */

	#comments h6 {
	}


	.comments-list {
		margin-top: 10px;
		margin-bottom: 40px;
		overflow: hidden;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #ebebeb;
	}


		.comment {
			list-style: none;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #ebebeb;
			padding-top: 40px;
		}
		

		.comments-list .comment:first-child { border-top-width: 0; }

			.comment > article { margin-bottom: 20px; }

				.comment .gravatar {
					float: left;
					margin-right: 10px;
				}

				.comment-body { display: table; }

					.comment .comment-meta { zoom: 1; }

							.comment .comment-author a {
								color: #383838;
								font-weight: 700;
							}

						.comment .comment-date { float: left; }

							.comment .comment-date a {
								margin-right: 10px;
								color: #b2b2b2;
								font-size: 11px;
							}

						.comment-reply-link {
							padding: 0 6px;
							font-size: 11px;
						}

						.comment-reply-link:hover { background-color: #038ca9; }

			/* Children */

			.comment .children {
				margin: 0;
				padding-left: 70px;
			}

				.children .comment {
					padding-top: 40px;
					border-top-width: 1px;
					border-top-style: solid;
					border-top-color: #ebebeb;
				}
				
				.normal .children .comment {
					border-top: 1px solid #ebebeb;
				}
				

	/* Respond */

	#respond { width: 100%; }
	
		#respond h6 { margin-bottom: 20px; }

		
/* ---------------------------------------------------------------------- */
/*	Portfolio
/* ---------------------------------------------------------------------- */

	/* -------------------------------------------------- */
	/*	Portfolio Filter
	/* -------------------------------------------------- */

	.portfolio-filter {
		margin: 0 10px 35px;
		text-align: left;
		text-transform: uppercase;
	}

		.portfolio-filter li {
			display: block;
			float: left;
			margin-right: 20px;
		}

			.portfolio-filter li a {
				color: #383838;
				font-weight: 600;
				font-size: 11px;
				font-family: 'Open Sans', Arial, sans-serif;
				cursor: pointer;
			}
			
			.ie7 .portfolio-filter li a,
			.ie8 .portfolio-filter li a { font-weight: 400; }

	/* -------------------------------------------------- */
	/*	Portfolio Items
	/* -------------------------------------------------- */
	
	.portfolio-items { font-size: 0; }

		.container .portfolio-items article {
			position: relative;
			display: inline-block;
			float: none;
			vertical-align: top;
			margin-bottom: 40px;
		}

		.portfolio-items article .single-image,
		.jcarousel-container .single-image { margin: 0; }
		
			.single-image img { display: block; }
			
			.preloader {
				background-position: center center;
				background-repeat: no-repeat;
			}
			
			.preloader.loader { background-image: url(../images/preloader.gif); }
			
				.preloader img:not(.BWFilter) {
					opacity: 0;
					-webkit-transition: all .25s linear;
					   -moz-transition: all .25s linear;
							transition: all .25s linear;
				}

				.preloader .fadein { opacity: 1 !important; }

		.project-meta {
			position: relative;
			display: block;
			padding-top: 20px;
			padding-bottom: 20px;
			text-align: center;
			font-size: 11px;
			background-color: #f5f5f5;
			border-bottom-width: 2px;
			border-bottom-style: solid;
			border-bottom-color: #ebebeb;
			border-radius: 0 0 20% 20%;
		}


		.portfolio-items article:hover .project-meta { background-color: #fff; }

			.project-meta .title { 
				margin-bottom: 5px;
				color: #373737;
				font-size: 12px;
				font-family: 'Open Sans', Arial, sans-serif;
			} 
			
			.project-meta .categories { display: block; }
			
			.project-meta span {
					color: #828282;
			}
			
	/* -------------------------------------------------- */
	/*	Portfolio Controls
	/* -------------------------------------------------- */	
			
	.portfolio-controls { 
		padding: 20px 0 5px;
		font-size: 0; 
	}

		.portfolio-controls a {
			display: inline-block;
			overflow: hidden;
			margin-left: 2px;
			width: 21px;
			height: 21px;
			background-color: #373737;
			background-image: url(../images/icons/controls.png);
			background-repeat: no-repeat;
			font: 0/0 a;
			cursor: pointer;
			border-radius: 0 10% 10% 0;
			
			-webkit-transition: all .2s linear;
			   -moz-transition: all .2s linear;
				-ms-transition: all .2s linear;
				 -o-transition: all .2s linear;
					transition: all .2s linear;
		}
		
		.portfolio-controls .controls-all  { background-position: center; }
		.portfolio-controls .controls-next { background-position: right; }
		.portfolio-controls .controls-prev { border-radius: 10% 0 0 10%; }
		
		/* Isotope */

		.isotope-hidden.isotope-item {
			pointer-events: none;
			z-index: 1;
		}

		.isotope, .isotope .isotope-item {
			-webkit-transition-duration: .6s;
			   -moz-transition-duration: .6s;
				-ms-transition-duration: .6s;
				 -o-transition-duration: .6s;
					transition-duration: .6s;
			z-index: 2;
		}

		.isotope {
			-webkit-transition-property: height, width;
			   -moz-transition-property: height, width;
				-ms-transition-property: height, width;
				 -o-transition-property: height, width;
					transition-property: height, width;
		}

		.isotope .isotope-item {
			-webkit-transition-property: -webkit-transform, opacity;
			   -moz-transition-property:	-moz-transform, opacity;
				-ms-transition-property:		 top, left, opacity;
				 -o-transition-property:		 top, left, opacity;
					transition-property:		 transform, opacity;
		}

/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

.sbr #sidebar { float: right; }
.sbl #sidebar { float: left;  }

	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

		#sidebar .widget { margin-bottom: 40px; }
		
			#sidebar .widget-title {
				margin-bottom: 20px;
				font-size: 15px;
				margin-bottom: 20px;
			}
			
				.widget .post-date { 
					display: block;
					font-size: 11px;
					font-style: italic;
					color: #b2b2b2;
				}

			
			.ie8 #sidebar .widget-title { font-weight: 400; }

		/* ---------------------------------------- */
		/*	Default Widgets
		/* ---------------------------------------- */
		
		/* read-more links */
		.more-link {}
		
		/* blogroll links */
		.linkcat {}
		.blogroll {}
		
		/* text widget */
		.textwidget {}
		.widget_text {}
		.textwidget p {}
		
		.widget .sub-menu { padding-top: 5px; }
		
		.widget_categories ul li,
		.widget_archive ul li, 
		.widget_links ul li,
		.widget_meta ul li,
		.widget_pages ul li,
		.widget_recent_entries ul li {
			position: relative;
			padding: 6px 0 6px 15px;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #e8e8e8;
			list-style: none;
		}
		
		#footer .widget_categories ul li,
		#footer .widget_archive ul li, 
		#footer .widget_links ul li,
		#footer .widget_meta ul li,
		#footer .widget_pages ul li,
		#footer .widget_recent_entries ul li {
			border-top-color: #464545;
		}
	

		.widget_categories ul li:first-child, 
		.widget_archive ul li:first-child,
		.widget_links ul li:first-child, 
		.widget_meta ul li:first-child,
		.widget_pages ul li:first-child,
		.widget_recent_entries ul li:first-child { border-top-width: 0; }
		
			.widget_categories li a,
			.widget_archive li a, 
			.widget_links li a, 
			.widget_meta li a,
			.widget_pages li a,
			.widget_recent_entries li a {
				position: relative;
				display: inline-block;
				color: #969696;
			}
		
			.widget_categories li a:before,
			.widget_archive li a:before, 
			.widget_links li a:before, 
			.widget_meta li a:before,
			.widget_pages li a:before,
			.widget_recent_entries li a:before {
				position: absolute;
				left: -15px;
				top: 0;
				width: 4px;
				height: 100%;
				display: block;
				background-image: url(../images/icons/arrow-black.png);
				background-position: 0 center;
				background-repeat: no-repeat;
				content: "";
				
				-webkit-transition: left .2s linear;
				   -moz-transition: left .2s linear;
					-ms-transition: left .2s linear;
					 -o-transition: left .2s linear;
						transition: left .2s linear;  	
			}
		
			#footer .widget_categories li a:before,
			#footer .widget_archive li a:before, 
			#footer .widget_nav_menu li a:before,
			#footer .widget_links li a:before, 
			#footer .widget_meta li a:before,
			#footer .widget_pages li a:before,
			#footer .widget_recent_entries li a:before {
				background-image: url(../images/icons/arrow-light.png);
			}
		
			.widget_categories li a:hover:before,
			.widget_archive li a:hover:before, 
			.widget_links li a:hover:before, 
			.widget_meta li a:hover:before,
			.widget_pages li a:hover:before,
			.widget_recent_entries li a:hover:before { left: -10px; }
			
			/* Widget Nav Menu for Footer */
			
			#footer .widget_nav_menu ul li {
				position: relative;
				padding: 6px 0 6px 15px;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #e8e8e8;
				list-style: none;
			}	
			
			#footer .widget_nav_menu ul li:first-child { border-top-width: 0; }

			
				#footer .widget_nav_menu li a {
					position: relative;
					display: inline-block;
					color: #969696;
				}

				#footer .widget_nav_menu li a:hover:before{ left: -10px; }

				#footer .widget_nav_menu li a:before {
					position: absolute;
					left: -15px;
					top: 0;
					width: 4px;
					height: 100%;
					display: block;
					background-image: url(../images/icons/arrow-black.png);
					background-position: 0 center;
					background-repeat: no-repeat;
					content: "";

					-webkit-transition: left .2s linear;
					   -moz-transition: left .2s linear;
						-ms-transition: left .2s linear;
						 -o-transition: left .2s linear;
							transition: left .2s linear;  	
				}
				
				/* Widget Nav Menu */
				
				.widget_nav_menu .menu {
					margin-bottom: 40px;
					border-bottom: 1px solid #ebebeb;
				}
				
					.widget_nav_menu li { position: relative; }
					
					.widget_nav_menu li:after {
						position: absolute;
						top: 13px;
						right: 11px;
						display: block;
						width: 14px;
						height: 14px;
						background-image: url(../images/icons/ajax-nav-row.png);
						background-repeat: no-repeat;
						content: "";
						-webkit-transition: right .25s linear;
								transition: right .25s linear;
					} 
					
					.widget_nav_menu li:hover:after,
					.widget_nav_menu .current-menu-item:after,
					.widget_nav_menu .current_page_item:after { 
						right: 4px; 
						background-position: bottom;
					}
					
					.widget_nav_menu li:hover:before,
					.widget_nav_menu .current-menu-item:before,
					.widget_nav_menu .current_page_item:before {
						position: absolute;
						top: 1px;
						right: -14px;
						display: block;
						width: 0;
						height: 0;
						border-top: 21px solid transparent !important;
						border-bottom: 21px solid transparent !important;
						border-left-width: 15px;
						border-left-style: solid;
						content: "";
					}

						.widget_nav_menu li a {
							display: block;
							padding: 11px 30px 11px 10px;
							border-top: 1px solid #ebebeb;
							border-right: 1px solid #ebebeb;
							color: #383838;
							-webkit-transition: none;
									transition: none;
						}
						
						.widget_nav_menu li:hover > a,
						.widget_nav_menu .current-menu-item > a,
						.widget_nav_menu .current_page_item > a { color: #fff !important; }
						
		/* ---------------------------------------- */
		/*	Popular Posts
		/* ---------------------------------------- */

		.widget_popular_posts li { margin-bottom: 20px; }
		
		.widget_popular_posts li:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";
		}

			.widget_popular_posts .preloader {
				float: left;
				margin-right: 10px;
			}
			
			.widget_popular_posts .post-holder { display: table; }

				.widget_popular_posts h6 {
					 margin-bottom: 5px;
					 font-family: 'Open Sans', Arial, sans-serif;
					 font-weight: 400;
					 line-height: 1.3;
				}
				
				.widget_popular_posts p { 
					margin-bottom: 5px;
					font-size: 11px;
				}

				.widget_popular_posts span {
					display: block;
					color: #b2b2b2;
					font-style: italic;
					font-size: 11px;
				}
			
		/* ---------------------------------------- */
		/*	Tags Cloud
		/* ---------------------------------------- */		
			
		.widget_tag_cloud .tagcloud a {
			display: inline-block;
			margin-right: 0px;
			margin-bottom: 3px;
			padding: 5px;
			color: #fff !important;
			font-size: 12px !important;
		}
		
		#sidebar .widget_tag_cloud .tagcloud a { background-color: #c0c0c0; }
		
		#footer .widget_tag_cloud .tagcloud a {
			background-color: #676767;
			color: #d4d4d4 !important;
		}

		
		#sidebar .widget_tag_cloud .tagcloud a:hover { background-color: #444 !important; }
		
		#footer .widget_tag_cloud .tagcloud a:hover { 
			background-color: #c2c2c2 !important;
			color: #383838 !important;
		}

		/*	Footer  -------------------------------------------------------------------- */
		
			#footer {
				background-color: #000000;
				color: #ffffff;
				padding-top: 7px;
				padding-right: 0;
				padding-bottom: 7px;
				padding-left: 0;
				border-radius: 0;
				font-size: .8em;
				}
		

		/*	Copyright	--------------------------------------------------------------- */				
			.copyright {
				text-align: center;
			}



	/* -------------------------------------------------- */
	/*	Tabs
	/* -------------------------------------------------- */

	.content-tabs {
		margin-bottom: 90px;
	}

		.tabs-nav {
			clear: both;
			margin: 0;
			width: 100%;
		}

			.tabs-nav li {
				position: relative;
				float: left;
				margin-right: -1px;
				border-top-width: 2px;
				border-top-style: solid;
				border-top-color: #ebebeb;
				border-left-width: 1px;
				border-left-style: solid;
				border-left-color: #ebebeb !important;
				border-right-width: 1px;
				border-right-style: solid;
				border-right-color: #ebebeb !important;
				background-color: #fafafa;
				height: 34px;
			}

			
			.tabs-nav li:first-child { border-left-width: 1px; }
			
				.tabs-nav li a {
					display: inline-block;
					padding: 10px 16px;
					outline: none;
					color: #828282;
					vertical-align: baseline;
					text-align: center;
					text-transform: uppercase;
					font-size: 11px;
					cursor: pointer;
				}
				
				.tabs-nav li a:hover {
					color: #373737;
				}

				.tabs-nav .active a {
					background-color: #fff;
					color: #373737;
				}

		.tabs-container {
			margin: 0 0 20px;
			overflow: hidden;
			background-color: #fff;
			border-width: 1px;
			border-style: solid;
			border-color: #ebebeb;
			width: 100%;
			border-radius: 0 10% 10% 10%;
		}


			.tab-content { 
				display: none;
				padding: 20px 20px 10px;
			}
			
			.tab-content:first-child { display: block;}

	/* -------------------------------------------------- */
	/*	Info Box
	/* -------------------------------------------------- */

	.info-box {
		margin-bottom: 90px;
		padding: 25px 20px 10px;
		border-width: 1px;
		border-style: solid;
		border-color: #ebebeb;
		border-radius: 20%;
	}


	/* -------------------------------------------------- */
	/*	Notifications
	/* -------------------------------------------------- */

	.error, .success, .info, .notice {
		border-style: solid;
		border-width: 1px;
		display: block;
		font-size: 14px;
		padding: 8px 15px 8px 20px;
		position: relative;
	}


	.error {
		background-color: #f9bcc3;
		border-color: #f09da7;
		color: #b76973;
	}

	.success {
		background-color: #d8efc1;
		border-color: #b4d892;
		color: #79985b;
	}

	.info {
		background-color: #b8e1f1;
		border-color: #a1c7d5;
		color: #52889b;
	}

	.notice {
		background-color: #feebb7;
		border-color: #e7d195;
		color:#b49133;
	}
	
		.alert-close {
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: -7px;
			line-height: 1;
		}

		.alert-close:before {
			font-size: 13px;
			font-family: 'FontAwesome'; 
			content: "\f00d";
		}
		
		.error .alert-close   { color: #b76973; }
		.success .alert-close { color: #79985b; }
		.info .alert-close    { color: #52889b; }
		.notice .alert-close  { color: #b49133; }

	/* -------------------------------------------------- */
	/*	List
	/* -------------------------------------------------- */

	ul.list { margin-bottom: 20px; }
	
		.list li { margin-bottom: 6px; }
		
		ul.list [class^="icon-"]:before, 
		ul.list [class*=" icon-"]:before {
			color: #373737;
			font-size: 15px;
		}

			i.small-arrows {
				position: relative;
				display: inline-block;
				margin-right: 10px;
				width: 21px;
				height: 21px;
				vertical-align: middle;
			}
			
			i.small-arrows:before {
				position: absolute;
				left: 0;
				top: 3px;
				margin-top: -3px;
				width: 21px;
				height: 21px;
				background-image: url(../images/icons/small-arrows.png);
				background-position: right;
				background-repeat: no-repeat;
				content: "";
			}
			

	/* -------------------------------------------------- */
	/*	Ajax Navigation
	/* -------------------------------------------------- */

	.ajax-nav {
		margin-bottom: 40px;
		border-bottom: 1px solid #ebebeb;
	}

		.ajax-nav li { position: relative; }

			.ajax-nav li a {
				display: block;
				padding: 11px 30px 11px 10px;
				border-top: 1px solid #ebebeb;
				border-right: 1px solid #ebebeb;
				color: #919191;
				font-family: 'Sanchez', serif;
				font-size: 14px;
				font-weight: 400;
				-webkit-transition: none;
						transition: none;
			}

			.ajax-nav li:hover > a {
				background-image: url(../images/bg-side-nav.png);
				color: #919191;
			}
			
			
			.ajax-nav .current a { color: #fff !important; }
			
			.ajax-nav .current a:hover {
				background: none;
			}
	
	.ajax-navigation-item { display: none; }
	.ajax-navigation-item:first-child { display: block; }
	
	/* -------------------------------------------------- */
	/*	Services
	/* -------------------------------------------------- */
	
	.title-service { 
		margin-bottom: 25px; 
		line-height: 2;
	}

		.title-service i { float: left;}

		.title-service:hover i { 
			-webkit-transform: translateY(-5px);
			   -moz-transform: translateY(-5px);
				-ms-transform: translateY(-5px);
				 -o-transform: translateY(-5px);
					transform: translateY(-5px);
		}

		.title-service i:before {
			position: absolute;
			display: block;
			margin-top: 38px;
			width: 47px;
			height: 7px;
			background-image: url(../images/shadow.png);
			opacity: 0;
			filter: alpha(opacity = 0);
			content: "";

			-webkit-transition: all .2s linear;
			   -moz-transition: all .2s linear;
				-ms-transition: all .2s linear;
				 -o-transition: all .2s linear;
					transition: all .2s linear;  
		}
		
		.ie7 .title-service i:before,
		.ie8 .title-service i:before { display: none; }

		.title-service:hover i:before { 
			margin-top: 43px;
			opacity: 1;
			filter: alpha(opacity = 100);
		}

		.title-service a {
			display: table;
			padding-top: 5px;
			text-transform: uppercase;
			font-size: 15px;
			color: #373737;
		}
		
