@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	padding-top: 0;
}

.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
body {
	background-color: #ffffff;
	padding:0; margin:0;
	font-family: 'Open Sans', sans-serif;
}

.fluid {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}



hr {
	border: 0;
	height: 2px;
	background: #fff;
	background-image: -webkit-linear-gradient(left, #fff, #ababab, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ababab, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ababab, #fff);
	background-image: -o-linear-gradient(left, #fff, #ababab, #fff);
	width: 100%;
	margin: 0 auto;
}

.social {
	position: relative;
	width: 100%;
	margin: 0 auto 100px auto; 
	padding: 0;
	text-align: center;
	z-index: 10;
}

.email-s {
	position: relative;
	width: 110px;
	display: inline-block; }
	
.email-s img {
   position:absolute;
  left:0;
    width:100%;
    height:auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
 }
    
.email-s img.top:hover {
  opacity:0; }
  


  
#rights {
	margin: 20px auto;
	z-index: 10;
}

#ariel a {
	color: #999;
	text-decoration: none;
	padding-top: 30px;
}
#ariel a:hover {
	color: #000;
	text-decoration: none; 
 }
	


/* Mobile Layout: 600px and below. */

@media only screen and (max-width: 600px) {

.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	clear: none;

}
#header {
background-color: #ffffff;
	height: 95px;
	padding: 0;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

#phone-left {
	display: none; }
#phone-right {
	display: none; }

#body {
	display: block;
	padding: 0;
	margin: -30px 0;
}

#slider { display: none; }

#img-mobile {
	display: inline-block;
	margin-top: -30px;
	margin-bottom: 10px;
}

#services_all {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
	visibility: hidden;
}

#top-page {
	display: block;
        width: 0;
        height: 50px;
        position: relative;
        top: -50px;
        margin-top: -50px;
	visibility: hidden;
}

IMG.displayed {
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto }


#footer {
	text-align: center;
	font-size: 0.6em;
	color: #707070;
	background-color: #ffffff;
	padding: 15px 0;
	z-index: 200;
	margin-top: 50px;
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile { display: none; }




.callnow {
	float: left;
	margin-top: 20px;
	display: block;
}
.callnow:hover {
	opacity: .7;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

#header-home {
	font-size: 22px;
	font-weight: 500;
	color: #888;
	text-align: center;
	padding: 25px 0 5px 0;
	letter-spacing: .2em;
	line-height: 24px;
	text-transform: uppercase;
}

#feedback a {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;	
	color: #75c421;
}

#feedback a:hover {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;	
	color: #000;
}

#book {
	display: none;  }

#last-minute {
	display: none; }
	
	#ride {
	display: none; }

}

/* Tablet Layout: 601px to 839px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 601px) {

.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-right: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#header {
	background-color: #ffffff;
	height: 98px;
	padding: 0;
	opacity: 0.9;
	position: fixed;
	width: 100%;
	top: 0;
	display: block;
	text-align: center;
	z-index: 1000;
	color: #888;
}


#phone-left {
	font-size: 21px;
	display: block;
	margin: 14px 0 0 1px;
	padding: 0;
	position: relative;
	width: 27%;
	z-index: 1200;
	float: left;
	line-height: 19px;
}

.phone-span-left {
	font-size: 14px;
	margin: 0 0 0 1px;
	float: left;
}


#phone-right {
	font-size: 21px;
	display: block;
	margin: 14px 0 0 0;
	padding: 0;
	position: relative;
	width: 27%;
	z-index: 1200;
	float: right;
	color: #888;
	line-height: 19px;
}

.phone-span-right {
	font-size: 14px;
	margin: 0 9px 0 0;
	float: right;
}

#body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	display: block;
	padding: 0;
	width: 100%;
	margin: 98px auto 0 auto;
	position: relative;
	text-align: center;
}

#slider {
	display: block;
}

#img-mobile { display: none; }

#services_all {
	display: block;
	padding-top: 140px;
	margin-top: -140px;
	visibility: hidden;
}

#top-page {
	display: block;
	padding-top: 98px;
	margin-top: -98px;
	visibility: hidden;
}

IMG.displayed {
    display: block;
	padding-top: 8px;
	padding-bottom: 8px;
    margin-left: auto;
    margin-right: auto }
	

#footer {
	text-align: center;
	font-size: 11px;
	color: #707070;
	background-color: #ffffff;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.callnow {
	display: none;
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}

#header-home {
	font-size: 28px;
	color: #777;
	text-align: center;
	padding: 40px 0 10px 0;
	letter-spacing: .2em;
	line-height: 24px;
	text-transform: uppercase;
}

#book {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #58aa01;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	display: inline;
	padding: 15px 10px;
	float: left;
	z-index: 900;
	top: 30%;
	left: 0;
	position: fixed;
}

#last-minute {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #FF2117;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	opacity: 0.7;
	display: inline;
	padding: 10px 16px 9px 24px;
	float: right;
	z-index: 900;
	top: 30%;
	right: 0;
	position: fixed;
}

#ride {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #FF2117;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
	opacity: 0.7;
	display: inline;
	padding: 15px 5px 15px 10px;
	float: right;
	z-index: 900;
	top: 30%;
	right: 0;
	position: fixed;
}

#feedback {
	display: none;
}

}

/* Desktop Layout: 840px to a max of 1900px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 840px) {

.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-right: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
	margin: 0 auto;
	background-color: #ffffff;
	font-size: 18px;
	color: #888;
	height: 120px;
	padding: 0;
	opacity: 0.9;
	position: fixed;
	width: 100%;
	top: 0;
	display: block;
	text-align: center;
	z-index: 1000;
}

#body {
	position: relative;
	text-align: center;
	margin: 120px auto 20px auto;

}



#img-mobile { display: none; }

IMG.displayed {
    display: block;
	padding-top: 12px;
	padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto }

#header-home {
	font-size: 32px;
	color: #777;
	text-align: center;
	padding: 55px 0 25px 0;
	letter-spacing: .2em;
	line-height: 24px;
	text-transform: uppercase;
}

#phone-left {
	font-size: 23px;
	text-align: left;
	display: inline;
	position: relative;
	width: 40%;
	z-index: 1500;
	float: left;
	margin: 33px 0 0 22px;
	letter-spacing: .05em;
	line-height: 20px;
}
#phone-lbl-left {
	font-size: 16px;
	margin: 0 0 0 2px;
}

#phone-right {
	font-size: 23px;
	text-align: right;
	display: inline;
	position: relative;
	width: 40%;
	z-index: 1500;
	float: right;
	margin: 33px 15px 0 0;
	letter-spacing: .03em;
	line-height: 20px;
	
}
.phone-lbl-right {
	font-size: 16px;
	margin: 0 10px 0 0;
	z-index: 1500;
}

#featured {
	display: block;
	margin: 0;
	width: 100%;
	padding-top: 15px;
}

#top-page {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
	visibility: hidden;
}

#services_all {
	display: block;
	padding-top: 170px;
	margin-top: -170px;
	visibility: hidden;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #707070;
	background-color: #ffffff;
	border-width: 0;
	z-index: 50;
	padding-top: 15px;
	padding-bottom: 15px;
}

#book {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #58aa01;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	display: inline;
	padding: 25px;
	float: left;
	z-index: 900;
	top: 50%;
	left: 0;
	position: fixed;
}



#last-minute {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #FF2117;
	letter-spacing: 0.2em;
	text-align: center;
	vertical-align: middle;
	opacity: 0.7;
	display: inline;
	padding: 15px 19px 14px 28px;
	float: right;
	z-index: 900;
	top: 50%;
	right: 0;
	position: fixed;
}

#ride {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #FF2117;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	opacity: 0.7;
	display: inline;
	padding: 25px 15px 25px 22px;
	float: right;
	z-index: 900;
	top: 50%;
	right: 0;
	position: fixed;
}

	
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

#feedback {
	display: none;
}

}
