/*
Theme Name: 127HOP
*/

/* #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; }

@font-face {
    font-family: 'helvetica_lightregular';
    src: url('fonts/helvetica-light-webfont.eot');
    src: url('fonts/helvetica-light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/helvetica-light-webfont.woff') format('woff'),
         url('fonts/helvetica-light-webfont.ttf') format('truetype'),
         url('fonts/helvetica-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaregular';
    src: url('fonts/helvetica-webfont.eot');
    src: url('fonts/helvetica-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('http://one27hop.com/wp-content/themes/127hop/fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

/* #Basic Styles
================================================== */
	body {
		background:url(images/header.png) repeat-x center top #fff;
		font: 13px/24px 'helveticaregular', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #525252;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;}
 	
	header {
		width:100%;
		height:145px;}
		
		#logo { margin:12px 0 0 30px; display:block;}
		
		header ul { margin:0 !important; padding-top:15px;}
		 header #social { float:right;}
		header nav  { float:left; clear:both; margin-top:-15px; width:100%; }
		nav ul { float:right;}
		.box-shadow-menu {display:none;}
		
		nav ul li {
			float:left;
			list-style:none; margin:0;
			position:relative;}
			nav ul li a { font-family: 'helveticaregular'; color:#a5a5a5; line-height:40px; padding:0 8px; text-decoration:none; display:block; font-size:15px; }
			nav ul li.last a, nav ul li.last a:hover, nav ul li.current-menu-item.last a  { padding-right:0;}
				nav ul li a:hover, nav ul li.current-menu-item a  { font-family: 'helveticaregular'; color:#525252; line-height:40px; padding:0 8px; text-decoration:none; display:block; font-size:15px; }
		
		nav ul ul {
			display: none;
		}		
			nav ul li:hover > ul {
				display: block;
			}
			nav ul ul { 
				background: #525252; border-radius: 0px; padding: 0;
				position: absolute; top: 100%; z-index:1000;
			}
				nav ul ul li {
					float: none; 
					position: relative;
				}
					nav ul ul li a, nav ul li.current-menu-item li a, nav ul li li.current-menu-item a {
						padding: 0px 16px;
						color: #fff;
						line-height:30px;
						font-weight:normal;
						white-space:nowrap;
					}	
						nav ul ul li a:hover {
							padding: 0px 16px;
							line-height:30px;
							font-weight:normal;
							white-space:nowrap;
							background: #fff;
							color:#525252;
						}
		
		ul#social li {
			float:left;
			list-style:none;
			padding:11px 0;
			height:28px; margin:5px 0 0 38px; width:110px;}
			ul#social li.first { margin-left:0;}
			ul#social  li a { font-family: 'helveticaregular'; font-size:15px; color:#a5a5a5; line-height:28px; height:28px; padding:0 8px 0 36px; text-decoration:none; display:block;}
				ul#social  li.facebook a { background:url(images/Facebook_127.png) no-repeat left center;}
				ul#social  li.twitter a { background:url(images/Twitter_127.png) no-repeat left center;}
				ul#social  li.search a { background:url(images/search.png) no-repeat left center;}
				ul#social  li.newsl a { background:url(images/mail.png) no-repeat left center;}
				ul#social  li a:hover { color:#525252;}
	
	
		#searchform { float:left; background:url(images/search.png) no-repeat left 35px; margin-bottom:0;}
			#searchform  input { background:none; border:none;font-family: 'helveticaregular'; font-size:15px; color:#a5a5a5; line-height:28px; height:28px; width:150px; margin-right:-50px; margin-top:30px; margin-bottom:0; padding:0 0 0 36px}
		
	article {
		width:100%;
		padding:18px 0;}
	
	article#bottom {
		width:100%;
		padding:18px 0 0 0;
		background:#ffffff;}
		
		article#bottom .container { background:url(http://one27hop.com/wp-content/themes/127hop/images/bottom_right.jpg) no-repeat right bottom; padding-bottom:18px;}
		
	footer {
		width:100%;
		line-height:25px;
		color:#a5a5a5;		
		font-family: 'helvetica_lightregular';
		background-color:#525252;}
		
		footer .container{ background:url(images/01_127_Home_28.png) no-repeat right center; padding:40px 0 20px;}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'quicksandlight';
		color:#525252;		
		font-weight: 400;
		line-height:30px;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 19px; line-height: 30px; padding-bottom:8px}
	h2 { font-size: 17px; line-height: 30px; padding-bottom:8px}
	h3 { font-size: 15px; line-height: 26px; margin-bottom: 6px; }
	h4 { font-size: 14px; line-height: 26px; margin-bottom: 6px; }
	.subheader { color: #777; }

	p { margin: 0 0 21px 0; }
	p img { margin: 0; }
	.homeblock p, #bottom .four p {font: 14px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#525252; letter-spacing:-1px;}
	#bottom .four p { margin:0}
	
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	
	.entry-content p { color:#525252}
	
	.red { color:#cc2026 !important;}
	.dark { color:#525252;}
	
	h1.title, h2.title , h3.title {
		font-family: 'quicksandlight';
		color:#525252;
		font-size:17px;
		text-transform:uppercase;
		text-align:center;
		border-bottom:1px solid #a5a5a5;
		line-height:28px;
		display:block;
		margin-bottom:18px;
		font-weight: 400;
		padding:15px 0}
	
	#bottom h3 {
		font-family: 'quicksandlight';
		color:#525252;
		font-size:17px;
		text-transform:uppercase;
		line-height:40px;
		display:block;
		margin-bottom:6px;
		font-weight: 400;}
	
	.emptytitle {
		text-align:center;
		border-bottom:1px solid #a5a5a5;
		height:28px;
		display:block;
		margin-bottom:18px;
		font-weight: 400;
		padding:15px 0}
	
	.spacer { border-bottom:1px solid #cdcdcd; width:100%; display:block; clear:both; margin:30px 0 35px 0;}

/*	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 { color: #cc2026; text-decoration: none; outline: 0; }
	a:hover { color: #cc2026; text-decoration:underline; }
	p a, p a:visited { line-height: inherit; }
	
	a.more { padding-left:36px; line-height:18px !important; background:url(images/more.png) no-repeat left top; color:#cdcdcd; display:block; height:18px; color:#525252;}
	a.more:hover { background:url(images/more.png) no-repeat left bottom; color: #cc2026; text-decoration:none }
	
	a.map { padding-left:36px; line-height:18px !important; background:url(images/map.png) no-repeat left top; color:#cdcdcd; display:block; height:18px; margin:8px 0 0 25px; color:#525252;}
	a.map:hover { background:url(images/map.png) no-repeat left bottom; color: #cc2026; text-decoration:none }
	
	a.readbook { padding-left:36px; line-height:18px !important; background:url(images/book.png) no-repeat left top; color:#cdcdcd; display:block; height:18px; margin:8px 0 0 25px;}
	a.readbook:hover { background:url(images/book.png) no-repeat left bottom; color: #cc2026; text-decoration:none }
	
	.homeblock a.more { margin:-10px 0 0 60px;}
	
	h1.entry-title a { color:#525252}
	h1.entry-title a:hover { color:#cc2026}

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc, ul { 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; }

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

	img.scale-with-grid, article img, #bottom iframe {
		max-width: 100%;
		height: auto; }
	
	/* == WordPress WYSIWYG Editor Styles == */

	article .container img {
		margin: 0 0 0px 0;
		}
	article .container .homeblock img, article .container .homeblock canvas {
		margin: 0 0 5px 0;
		}
		
	article#bottom .container img {
		margin: 0 0 15px 0;
		}
	
	.alignleft, img.alignleft {
		margin-right: 1.5em !important;
		margin-bottom:1em !important;
		display: inline;
		float: left;
		}
	.alignright, img.alignright {
		margin-left: 1.5em !important;
		margin-bottom:1em !important;
		display: inline;
		float: right;
		}
	.aligncenter, img.aligncenter {
		margin-right: auto !important;
		margin-left: auto !important;
		display: block;
		clear: both;
		}
	.alignnone, img.alignnone {
		/* not sure about this one */
		}
	.wp-caption {
		margin-bottom: 1.5em;
		text-align: center;
		padding-top: 5px;
		}
	.wp-caption img {
		border: 0 none;
		padding: 0;
		margin: 0;
		}
	.wp-caption p.wp-caption-text {
		line-height: 1.5;
		font-size: 10px;
		margin: 0;
		}
	.wp-smiley {
		margin: 0 !important;
		max-height: 1em;
		}
	blockquote.left {
		margin-right: 20px;
		text-align: right;
		margin-left: 0;
		width: 33%;
		float: left;
		}
	blockquote.right {
		margin-left: 20px;
		text-align: left;
		margin-right: 0;
		width: 33%;
		float: right;
		}
	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}
	
	.size-full {}
	.size-large {}
	.size-medium {}
	.size-thumbnail {}
	
	/* Elastislide Style */
	.elastislide-horizontal {
		padding: 10px 37px;
		max-width:320px; }
	
	.elastislide-wrapper:before,
	.elastislide-wrapper:after{
		content: '';
		position: absolute;
		z-index: -2;
		bottom: 15px;
		left:  20px;
		width: 50%;
		height: 20%;		
	}
	
	.elastislide-wrapper:after {
		right: 20px;
		left: auto;
			}
	
	.elastislide-list {
		list-style-type: none;
		display: none;
	}
	
	.no-js .elastislide-list {
		display: block;
	}
	
	.elastislide-carousel ul li {
		min-width: 20px; /* minimum width of the image (min width + border) */
	}
	
	.elastislide-wrapper {
		position: relative;		
		margin: 0 auto;
		min-height: 60px;
	}
	
	.elastislide-wrapper.elastislide-loading {
		background-image: url(images/loading.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.elastislide-horizontal {
		padding: 10px 40px;
	}	
	
	.elastislide-carousel {
		overflow: hidden;
		position: relative;
	}
	
	.elastislide-carousel ul {
		position: relative;
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 0;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	.elastislide-horizontal ul {
		white-space: nowrap;
	}
	
	.elastislide-carousel ul li {
		margin: 0;
		-webkit-backface-visibility: hidden;
	}
	
	.elastislide-horizontal ul li {
		height: 100%;
		display: inline-block;
	}
	
	.elastislide-vertical ul li {
		display: block;
	}
	
	.elastislide-carousel ul li a {
		display: inline-block;
		width: 100%;
	}
	
	.elastislide-carousel ul li a img {
		display: block;
		border: 9px solid #F1F1F1;
		max-width: 100%;
	}
	
	/* Navigation Arrows */
	
	.elastislide-wrapper nav span {
		position: absolute;
		background: #ddd url(images/nav.png) no-repeat left bottom;
		width: 26px;
		height: 26px;		
		text-indent: -9000px;
		cursor: pointer;
		opacity: 0.8;
	}
	
	.elastislide-wrapper nav span:hover {
		opacity: 1.0
	}
	
	.elastislide-horizontal nav span {
		top: 50%;
		left: 10px;
		margin-top: -21px;
	}
	
	.elastislide-horizontal nav span.elastislide-next {
		right: 10px;
		left: auto;
		background-position: left top;
	}	
	
	
	/*
		Colorbox Core Style:
		The following CSS is consistent between example themes and should not be altered.
	*/
	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
	#cboxWrapper {max-width:none;}
	#cboxOverlay{position:fixed; width:100%; height:100%;}
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative;}
	#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
	.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
	.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
	#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
	
	/* 
		User Style:
		Change the following styles to modify the appearance of Colorbox.  They are
		ordered & tabbed in a way that represents the nesting of the generated HTML.
	*/
	#cboxOverlay{background:#000;}
	#colorbox{outline:0;}
		#cboxContent{margin-top:20px;background:#000;}
			.cboxIframe{background:#fff;}
			#cboxError{padding:50px; border:1px solid #ccc;}
			#cboxLoadedContent{border:5px solid #000; background:#fff;}
			#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
			#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
			#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
	
			/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
			#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
			
			/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
			#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
			
			#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
			#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
			#cboxPrevious:hover{background-position:bottom left;}
			#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
			#cboxNext:hover{background-position:bottom right;}
			#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
			#cboxClose:hover{background-position:bottom center;}

	


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

	button#submit_ct { padding-left:36px; line-height:18px !important; background:url(http://one27hop.com/wp-content/themes/127hop/images/send.png) no-repeat left top; color:#cdcdcd; display:block; height:18px; border:none ; margin-left:50%;  color:#525252;}
	button#submit_ct:hover { background:url(http://one27hop.com/wp-content/themes/127hop/images/send.png) no-repeat left bottom; color: #cc2026; text-decoration:none }

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

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #cdcdcd;
		padding:15px 25px 15px 15px;
		outline: none;
		font: 14px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
		color:#cdcdcd; 
		letter-spacing:-1px;
		margin: 0;
		width:80% ;
		max-width: 80%;
		display:inline-block;
		margin-bottom: 20px;
		background: #fff;
		height:23px;
		vertical-align:top }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444; }
	textarea {
		min-height: 40px; }
	label,
	legend {
		display: inline-block;
		font-weight: bold;
		font-size: 13px; 
		width:11%;
		vertical-align:top }
	label.name_l { height:55px; background:url(images/name.png) no-repeat left center;}
	label.email_l { height:55px; background:url(images/email.png) no-repeat left center;}
	label.message_l { height:55px; background:url(images/message.png) no-repeat left center;}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	
	input[type="text"].error,
	input[type="password"],
	input[type="email"].error,
	textarea.error,
	select.error { border: 1px solid #CC0000;}

/* #Misc
================================================== */
	#bottom iframe { margin-bottom:5px;}
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	article .container .homeblock:hover { cursor:pointer}
	/*article .container .homeblock:hover img { 
		margin:-20px 0 25px 0; 
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;}*/
	article .container .homeblock:hover a {background:url(images/more.png) no-repeat left bottom; color: #cc2026; text-decoration:none}
	
	article.post { border-bottom:1px solid #CDCDCD}
	article.post.last { border:none;}
	
	.navigation { width:100%; text-align:center; padding:25px 0 0 0;}
	.navigation span.sp { padding:0 45px; display:inline-block}
	.entry-meta span.sp { padding:0 15px; display:inline-block}
	
	/* SLIDES */
	
	#slider  { margin:0 ; position:relative; z-index:10; width:100%; }	
		#slider img { width:100%}
		
		#slider li { list-style:none}
		 
	.rslides_tabs {
	  list-style: none;
	  padding: 0;	 
	  font-size: 18px;
	  list-style: none;
	  text-align: center;
	  width: 100%;
	  float:left;
	  margin-top:-15px; 
	  position:relative; z-index:100; 
	  margin-left: 4px;
	  }
	
	.rslides_tabs li {
	  display: inline;
	  float: none;
	  margin-right: 10px;
	  margin-top:-55px;
	  position:relative
	  }
	
	.rslides_tabs a {
	  width: 18px;
	  line-height: 18px;
	  height: 18px;
	  background:url(images/slider_nav.png) no-repeat bottom left;
	  display:inline-block;
	  font-size:0px;  
	  }
	
	.rslides_tabs li:first-child {
	  margin-left: 0;
	  }
	
	.rslides_tabs .rslides_here a {
	  background:url(images/slider_nav.png) no-repeat top left;
	  }
	  
	 #motopage  { border-bottom:1px solid #cdcdcd; border-top:1px solid #cdcdcd; width:100%; display:block; clear:both; margin:-20px 0 20px; padding-top:5px;}
	 #motopage  img { display:block;}
	  #moto { display:block; clear:both}
	 #moto  img { display:block; width:100%}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		ul#social li a { width:18px; font-size:0px; padding-left:0;}
		ul#social li { margin-left:20px; width:80px}
		input[type="text"], input[type="password"], input[type="email"], textarea, select { width:77% }
		a.map, .homeblock a.more { margin-left:0;}
		
		
		
		
		}

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

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		input[type="text"], input[type="password"], input[type="email"], textarea, select { width:77% }
		a.map, .homeblock a.more { margin-left:0;}
		.homeblock a.more { margin-bottom:20px;}
		.container .column, .container .columns.mobilenav, nav  { display:none; position:relative; z-index:100000}
		
		header nav, header #social { float: left; width:100%; border-bottom:1px solid #a5a5a5}
		header #social  { padding-bottom:6px;}
		nav ul li {
			float:left;
			width:100%;
			list-style:none; margin:0;}
			nav ul li a { font-family: 'helvetica_lightregular'; color:#a5a5a5; line-height:40px; padding:0 8px; text-decoration:none; display:block;}

		
		ul#social li {
			float:left;
			width:100%;
			list-style:none;
			padding:5px 0;
			height:18px; margin:0 0 0 8px;}
			ul#social  li a { font-family: 'helveticaregular'; font-size:15px; color:#a5a5a5; line-height:18px; padding:0 8px 0 36px; text-decoration:none; display:block; height:18px;}

				
		
		#logo { width:70%; float:left;}
		#logo img { width:90%;}
		
		.box-shadow-menu, .box-shadow-menu:hover {
		  display:block;
		  position: relative;
		  padding-left: 1.25em;
		  font-size:22px;
		  color:#000;
		  line-height:26px;
		  text-decoration:none;
		  float:right;
		  margin-top:35px;
		 
		}
		.box-shadow-menu:before {
		  content: "";
		  position: absolute;
		  left: 0;
		  top: 0.25em;
		  width: 1em;
		  height: 0.15em;
		  background: black;
		  box-shadow: 
			0 0.25em 0 0 black,
			0 0.5em 0 0 black;
		}
		.rslides_tabs { margin-top:-16px;}
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		input[type="text"], input[type="password"], input[type="email"], textarea, select { width:75% }
		a.map, .homeblock a.more { margin-left:0;}
		.homeblock a.more { margin-bottom:20px;}
		.container .column, .container .columns.mobilenav, nav { display:none; position:relative; z-index:100000}
		
		header nav, header #social { float: left; width:100%; border-bottom:1px solid #a5a5a5}
		header #social  { padding-bottom:6px;}
		nav ul li {
			float:left;
			width:100%;
			list-style:none; margin:0;}
			nav ul li a { font-family: 'helvetica_lightregular'; color:#a5a5a5; line-height:40px; padding:0 8px; text-decoration:none; display:block;}

		
		ul#social li {
			float:left;
			width:100%;
			list-style:none;
			padding:5px 0;
			height:18px; margin:0 0 0 8px;}
			ul#social  li a { font-family: 'helveticaregular'; font-size:15px; color:#a5a5a5; line-height:18px; padding:0 8px 0 36px; text-decoration:none; display:block; height:18px;}
		#logo { width:80%; margin-left:0;}
		
		#logo { width:70%; float:left;}
		#logo img { width:90%;}
		
		.box-shadow-menu, .box-shadow-menu:hover {
		  display:block;
		  position: relative;
		  padding-left: 1.25em;
		  font-size:17px;
		  color:#000;
		  line-height:20px;
		  text-decoration:none;
		  float:right;
		  margin-top:30px;
		 
		}
		.box-shadow-menu:before {
		  content: "";
		  position: absolute;
		  left: 0;
		  top: 0.25em;
		  width: 1em;
		  height: 0.15em;
		  background: black;
		  box-shadow: 
			0 0.25em 0 0 black,
			0 0.5em 0 0 black;
		}
		
		.rslides_tabs { margin-top:-16px;}
		footer .container { background:url("images/01_127_Home_28.png") no-repeat scroll center bottom rgba(0, 0, 0, 0); padding-bottom:40px; line-height:20px; color:#fff; padding-top:20px;}
		}


/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 966px; margin: 0 auto; padding: 0; }	
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 8px; }
    .row   										{ margin: 10px 0; }
	.shadow                                  	{ position: relative; width: 966px; height: 36px; margin: 0 auto; padding: 0; border-bottom:1px solid #cdcdcd; }                                     

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 228px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 460px; }
    .container .eight.columns                   { width: 474px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		.shadow                                  	{ width: 768px; }    
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }		
		
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		.shadow    { width: 300px; background:none; }		
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.shadow    { width: 420px; background:none; }
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
		.container .four.columns  { width: 172px; margin-left: 10px; margin-right: 10px;  }
		/* Nested Column Classes */
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }