html
{
	height: 100%;
}

html[xmlns] .slides {display: block;}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #363636;
	font-size: 12pt;
	font-family: 'Sintony', 'Helvetica', sans-serif;
	overflow: auto;
}

body.about
{
	background-image: url('/images/backgrounds/lou_pony.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

body.special
{
	background-image: url('/images/backgrounds/escape3_charcoal.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}



body.home #text
{
	display: none;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0px 0px 1em 0px;
}

.bike_container .content h2
{
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

img
{
	bordeR: 0px;
}

h1
{
	font-weight: bold;
}

p
{
	margin: 0px 0px 1em 0px;
}

a
{
	text-decoration: none;
	color: #363636;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}

a:hover
{
	color: #000;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
	
}

a.blue
{
	color: #145b91;
}

a.underlined
{
	text-decoration: underline;
}

a.blue:hover
{
	text-decoration: underline;
}

.centered
{
	text-align: center;
}

.justified
{
	text-align: justify;
}

.align-left
{
	text-align: left;
}

#mobile_header
{
	display: none;
}

#sidebar
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	border-right: 1px solid #CCC;
	font-size: 80%;
	color: #595757;
	letter-spacing: 1px;
	background-color: #FFF;
	z-index: 1;
}

#sidebar a:hover
{
	text-decoration: underline;
}

#sidebar div.sleeve
{
	height: 100%;
	overflow-y: auto;
	padding: 0px;
}

#sidebar p
{
	margin: 0px 0px 1em 0px;
}

#sidebar h2
{
	color: #000;
	margin: 0px;
}

#sidebar div
{
	padding-left: 12px;
	padding-right: 12px;
}

#navigation
{
	text-align: center;
	margin-top: 0px;
	text-transform: uppercase;
	min-height: 250px;
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: 75px;
	left: 0px;
	width: 100%;
	text-align: center;	
	
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation ul li
{
	margin-bottom: 2em;
}

#navigation ul li.last
{
	margin-bottom: 0px;
}

#sidebar .logo
{

	text-align: center;
	background-color: #145b91;
	margin: 0px;
	padding: 15px;
}

#sidebar .logo img
{
	width: 130px;
}

#info
{
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	padding-top: 75px;
	font-size: 80%;
	line-height: 2em;
	
}

#info h2
{
	font-size: 100%;
	
}

#info div
{
	width: 75%;
	margin: 0px auto 30px auto;
}

.img_holder img
{
	width: 100%;
}

#info div.social
{
	text-align: center;
	border-top: 1px solid #FFF;
	margin-top: 40px;
}

.social ul
{
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.social ul li
{
	float: left;
	margin-left: 1em;
}

.social ul li.first
{
	margin-left: 0px;
}

.social img
{
	width: 22px;
}

#sidebar .footer
{
	border-top: 1px solid #CCC;
	font-size: 60%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 1em 0em;
	text-align: center;
	background-color: #FFF;
}

.uppercase
{
	text-transform: uppercase;
}

#slideshow_container
{
	width: auto;
	height: 100%;
	margin-left: 301px;
}

.slide-background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	/*background-image: url('/images/backgrounds/urban_lg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 1px;
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.slide-background.hidden
{
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;	
}

#home
{
	overflow: hidden;
	height: 100%;
}

#home ul.slides
{
	height: 100%;
}

#home .slides li
{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

#home img
{
	width: 100%;
}

.flexslider
{
	width: 100%;
	overflow: hidden;
}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.slides li:after 
{
	content: ".";
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1000;
}

#text, .text
{
	background-color: #FFF;
	width: 750px;
	font-size: 10pt;
	margin-left: 301px;
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 1.7em;
	position: relative;
}

.content .logo
{
	margin-bottom: 32px;
}

.content .logo.cannondale_logo
{
	margin-bottom: 20px;
}

.content .logo.giant_logo
{
	margin-bottom: 20px;
}


#text .footer, p.caption
{
	background-color: #333;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	height: 33px;
	line-height: 33px;
	padding: 0em 0em 0em 0em;
	font-size: 90%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	font-size: 13px;
}

#text h1
{
	text-align: center;
}

#text .content, .text .content
{
	margin: 0px auto 0px auto;
	width: 75%;
	
}

.centered
{
	text-align: center;
}

.flexslider
{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#home ul.flex-direction-nav a
{
	position: absolute;
	top: 50%;
	z-index: 100;
	height: 40px;
	margin-top: -20px;
}

#home ul.flex-direction-nav a img
{
	width: auto;
}

#home ul.flex-direction-nav a.flex-next
{
	right: -20px;
	opacity: .5;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}


#home ul.flex-direction-nav a.flex-prev
{
	left: -20px;
	opacity: .5;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}

#home ul.flex-direction-nav a:hover
{
	opacity: 1;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}

#home:hover ul.flex-direction-nav a.flex-next
{
	right: 50px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}

#home:hover ul.flex-direction-nav a.flex-prev
{
	left: 50px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}

#bike_show
{
	position: relative;
}

#bike_show ul.flex-direction-nav
{
	list-style: none;
	position: absolute;
	bottom: 360px;
	left: 680px;
}



#bike_show ul.flex-direction-nav a.flex-next
{
	position: absolute;
	top: 0px;
	opacity: 1;
	left: 0px;
	z-index: 10;

	
}



#bike_show .flex-next img
{
	width: 30px;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

#bike_show .flexslider:hover a.flex-next
{
	bottom: 70px;
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#bike_show .next-arrow
{
	width: 40px;
	position: absolute;
	bottom: -25px;
	left: 355px;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#bike_show .next-arrow:hover
{
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#bike_show .text:hover .next-arrow
{
	bottom: 70px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.bike_photo
{
	margin: 0px auto 0px auto;
	position: absolute;
	bottom: 20px;
	width: 100%;	
}

.bike_photo img
{

}

.bike_container
{
	background-repeat: no-repeat;
	background-size: cover;
}

.bike_container .text
{
	margin-left: 0px;
	position: relative;
	font-size: 10pt;
}

.bike_container .text p.caption
{
	font-size: 9pt;
}

ul.slides
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#brands
{
	margin-left: 301px;
	height: 100%;
	font-size: 10pt;
}

.brand
{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.brand .info
{
	background-color: #FFF;
	width: 290px;
	height: 400px;
	font-size: 80%;
	line-height: 1.7em;
	padding-top: 1px;
	margin: 80px auto 0px auto;
	border: 0px solid #000;
}

.brand .info p
{
	width: 80%;
	margin: 0px auto 2em auto;
	text-align: left;
}

.brand .info p.blurb
{
	min-height: 76px;
}

.brand .info p.centered
{
	text-align: center;
}

.info p.logo
{
	margin-top: 40px;
	height: 100px;
	
}

.info .logo img
{

}

.brand .info p.see-more
{
	padding-top: 20px;
}

p.see-more a
{
	color: #000;
	display: block;
	text-align: center;
	width: 50%;
	padding: .5em .5em .5em .5em;
	margin: 0px auto;
	background-color: #F9F500;
	position: relative;
	text-transform: uppercase;
}

span.arrow
{
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
	width: 25px;
	height: 25px;
	background-image: url('/images/backgrounds/arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 40%;
}

.cannondale
{
	background-image: url('/images/backgrounds/cannondale_brand.jpg');
}

.giant
{
	background-image: url('/images/backgrounds/giant_brand.jpg');
}

/*
	This section may have to be deleted
*/
#slideshow
{
	width: 450px;
	height: 280px;
	overflow: hidden;
	position: relative;
}

#slideshow div
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 280px;
}

#slideshow div img
{
	width: 100%;
}

#slideshow div p.caption
{
	margin: 0px;
}

p.caption
{
	text-transform: uppercase;
}

#sidebar p#special
{
	position: absolute;
	width: 100px;
	top: 85px;
	right: -10px;
	margin: 0px;
}

#special img
{
	width: 100%;
}

/* Potentially obsolete slideshow section ends here */

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}



@media all and (max-width: 800px) {
	
	body
	{
		height: auto;
	}
	
	body.about
	{
		background-image: none;
	}
	
	body.special
	{
		background-image: none;
	}
	
	#sidebar p#special
	{
		position: absolute;
		width: 100px;
		top: 75px;
		right: -10px;
		margin: 0px;
		z-index: 1;
	}
	
	body.about .content
	{
		text-align: justify;
		padding-bottom: 70px;
	}
	
	body.home #text
	{
		display: block;
		text-transform: uppercase;
		font-size: 8pt;
		line-height: 1.9em;
	}
	
	body.home #text .social
	{
		margin-top: 30px;
	}
	
	h2
	{
		margin: 0px;
		font-weight: bold;
		font-size: 10pt;
	}
	
	#mobile_header
	{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding-top: 20px;
		position: relative;
	}
	
	#mobile_header.shadowed
	{
		box-shadow: 0px 5px 7px 0px #CCC;
	}

	
	#mobile_header .switch
	{
		margin: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 10px 0px 0px 0px;
		width: 50px;
		height: 50px;
		font-size: 18pt;
		margin: 0px;
		display: none;

	}
	
	#mobile_header .switch::before
	{
		content:'\2630';
	}
	
	#mobile_header .logo
	{
		width: 152px;
		margin: 0px auto 0px auto;
	}
	
	#mobile_header ul
	{
		list-style: none;
		padding: 0px;
		margin: 20px 0px 5px 0px;
		text-transform: uppercase;
		display: inline-block;
	}
	
	#mobile_header ul li
	{
		float: left;
		margin-right: 2em;
	}
	
	#mobile_header ul li.last
	{
		margin-right: 0em;
	}
	
	#mobile_header .border
	{
		width: 59%;
		margin: 0px auto; 
		border-top: 1px solid #000;
		height: 1px;
	}

	
	#sidebar
	{
		display: block;
		position: fixed;
		min-height: 0px;
		width: 100%;
		height: auto;
		border-right: 0px;
		z-index: 10;
		background-color: #FFF;
		overflow: hidden;

	}
	
	#sidebar div
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#sidebar .logo
	{
		display: none;
		padding: 0px;
	}
	
	#sidebar .footer
	{
		top: 300px;
	}
	
	#sidebar #mobile_header .logo
	{
		display: block;
		background-color: #FFF;
	}
	
	#sidebar #mobile_header .logo img
	{
		width: 100%;
	}
	
	#navigation
	{
		min-height: 0px;
		height: 0px;
		padding-top: 0px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		overflow: hidden;
		background-color: #145b91;
	}
	
	#navigation a
	{
		color: #FFF;
	}
	
	#navigation.expanded
	{
		height: 200px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#navigation ul
	{
		position: relative;
		top: 20px;
		font-size: 11pt;
		margin-top: 20px;
	}
	
	#sidebar #info
	{
		display: none;
	}
	
	#text, .text
	{
		width: 100%;
		font-size: 80%;
		margin-left: 0px;
		margin-top: 160px;
		padding-top: 0px;
		padding-bottom: 30px;
		line-height: 1.6em;
		position: relative;
	}
	
	#text .content
	{
		width: 85%;
	}
	#brands
	{
		margin: 180px auto 0px auto;
		width: 90%;
	}
	
	#brands .logo img
	{
		width: 100%;
	}
	
	#brands .cannondale .logo
	{
		width: 140px;
	}
	
	#brands .giant .logo
	{
		width: 230px;
	}
	
	.brand
	{
		width: 100%;
		height:auto;
		float: none;
		margin-bottom: 50px;
		
	}
	
	.brand .info
	{
		height: auto;
		margin: 0px;
		border: 0px;
	}
	
	.brand .info p
	{
		display: none;
	}
	
	.brand .info p.logo
	{
		display: block;
		margin-top: 0px;
		height: auto;
	}
	
	.cannondale, .giant
	{
		background-image: none;
	}
	
	.slide-background
	{
		display: none;
	}
	
	.bike_container
	{
		margin: 0px auto;
		width: 90%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#slideshow_container
	{
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-top: 160px;
	}
	
	body.home #slideshow_container
	{
		display: none;
	}
	
	
	.bike_container .content
	{
		width: 95%;
		line-height: 1.2em;
		margin-bottom: 50px;
		min-height: 75px;
	}
	
	.bike_container .content h2
	{
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 5px;
		padding-top: 0px;
	}
	
	.bike_container .content p
	{
		font-size: 11px;
	}
	
	.bike_container p.caption
	{
		display: none;
	}
	
	.bike_photo
	{
		left: 0px;
		position: relative;
		top: 0px;


	}

	#bike_show
	{
		height: auto;
		overflow: hidden;
	}
	
	#bike_show ul.flex-direction-nav
	{
		bottom: auto;
		left: auto;
		top: 140px;
		right: 0px;

		
	}
	
	#bike_show ul.slides li
	{
		height: auto;
	}
	
	.flexslider .text
	{
		margin-top: 0px;
	}
	
	
	.flexslider .text p
	{
		margin: 0px;
	}
	
	#bike_show .next-arrow
	{
		width: 40px;
	}
	
	#bike_show .next-arrow img
	{
		width: 20px;
	}
	
	
	#bike_show ul.flex-direction-nav a.flex-next
	{		
		position: absolute;
		bottom: auto;
		top: -80px;
		right: 0px;
		opacity: 1;
		left: auto;
		z-index: 10;
		height: 220px;
		width: 40px;
	}
	
	#bike_show ul.flex-direction-nav a.flex-next img
	{
		width: 20px;
		margin-top: 0px;
		position: absolute;
		top: 35%;
	}
	
	#bike_show .next-arrow, #bike_show .text:hover .next-arrow
	{
		left: auto;
		right: 0px;
		bottom: auto;
		top: 50%;
		margin-top: -13px;
		opacity: 1;
	}
	
	.not_mobile
	{
		display: none;
	}
	
	h2.hours
	{
		padding-top: 10px;
	}
	
}

@media all and (min-width: 768px ) and (max-width: 800px) and (orientation:portrait) {
		
	#brands .brand .info
	{
		margin: 0px auto;
	}
	
	.bike_container .content
	{
		text-align: center;
		line-height: 1.6em;
		width: 80%;
	}
	
	#bike_show
	{
		height: auto;
		overflow: hidden;
	}
	
	#bike_show ul.slides li
	{
		height: auto;
	}
	
	h2.hours
	{
		padding-top: 20px;
	}
	
	h2.contact
	{
		padding-top: 10px;
	}
	
	#text, body.home #text
	{
		font-size: 14px;
	}
	
	#text .content
	{
		width: 83%;
	}
	
	body.home #text
	{
		line-height: 2.2em;
	}
		
	.bike_container .content h2, .bike_container .content p
	{
		font-size: 14px;
	}
	
	#bike_show ul.flex-direction-nav
	{
		bottom: 140px;
	}
	
}

@media all and (min-width: 768px ) and (max-width: 1024px) and (orientation:landscape) {
	
	#sidebar
	{
		width: 250px;
	}
	
	#slideshow_container, #text, .text, #brands
	{
		margin-left: 251px;
	}
	
	#sidebar .footer
	{
		font-size: 70%;
	}
	
	#info
	{
		padding-top: 30px;
	}
	
	#navigation
	{
		min-height: 200px;
	}
	
	#navigation ul
	{
		top: 45px;
	}
	
	.bike_photo
	{
		bottom: 0px;
	}
	
	#bike_show ul.flex-direction-nav
	{
		bottom: 340px;
	}
	
	#bike_show .text
	{
		width: 100%;
	}
	
	body.about #text
	{
		width: auto;
	}
	
	.not_mobile
	{
		display: none;
	}
	
	#home ul.flex-direction-nav a.flex-next, #home:hover ul.flex-direction-nav a.flex-next
	{
		right: 10px;
		-webkit-transition: all .35s ease;
		-moz-transition: all .35s ease;
		transition: all .35s ease;
		opacity: 1;
	}

	#home ul.flex-direction-nav a.flex-prev, #home:hover ul.flex-direction-nav a.flex-prev
	{
		left: 10px;
		-webkit-transition: all .35s ease;
		-moz-transition: all .35s ease;
		transition: all .35s ease;
		opacity: 1;
	}
	
	#home ul.flex-direction-nav a.flex-next
	{
		right: 10px;
		opacity: 1;
		
	}


	#home ul.flex-direction-nav a.flex-prev
	{
		left: 10px;
		opacity: 1;
		
	}
	
	.cannondale
	{
		background-image: url('/images/backgrounds/cannondale_brand.jpg');
	}

	.giant
	{
		background-image: url('/images/backgrounds/giant_brand.jpg');
	}

}