@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,900);

/* CSS Document */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #F2F2F2;
	color: #444;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
    max-width:100%;
    overflow-x: hidden;
	}
	

h2, h3, h4, h5, h6 {
  font-family: Merriweather, "Roboto Slab", Georgia, serif;
  font-weight: 300;
  margin: 0;
}

h1 {font-weight: 600; }
h1 span { color: #C10000; }

img { max-width: 100%; } 
section { clear:both; }
.btn { white-space: normal; }

/** link styles **/

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #000;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

a:focus {
  outline: medium none;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

a:hover img {
  opacity: 0.8;
}



/** Parallax **/

.parallax {
  background-attachment: fixed !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

/** Logo placement on top **/
.logo { margin: 0 auto; }


/** Dark Sections **/
.dark_section {
  background-color: #444444;
  color: #F8F8F8;
  padding: 50px 0;
}

.black_section {
	background-color: #000;
	color: #F8F8F8;
	padding: 10px;
	text-align: center; 
	padding: 50px 0;
}


.blue_section {
	background-color: #213D5B;
	padding: 5px 0;
}

.black_section h3 { 
	Color: #F8F8F8; 
	padding: 10px 0; 
	Letter-spacing: .3em; 
	font-size: 18px; 
	font-weight: 600; 
	text-align: center; 
	font-family: "Open-sans", Helvetica, Arial, sans-serif;
}


.black_section h3:after {
	content:""; 
  display: block; 
  background-color: #E0B447;  
  height: 3px; 
  width: 40%;
  margin-top: 25px;
  margin-left: 30%;	
}

.dark_section h1, .light_section h1, .dark_section h2, light_section h2 { padding-bottom: 20px; }

#topBanner {
	background: url(../perch/resources/topbanner-1.jpg) no-repeat center center;
	background-size: cover;
	min-height: 200px;
}

#topBanner p { 
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	padding: 20px 0;
	text-shadow: 2px 2px #000;
}

#topBanner img { 
transform: translateX(100px);
transform: translateY(20px);
}


#accordion { width: 100%; text-align: center;}
#accordion h2 { text-align: center; }
#accordion p { text-align: center; }

#serviceArea .section-subtext {
	padding: 10px 60px;
}

 .section-box { 
	background-color: rgba(255,255,255,0.6); 
	text-align: center;
	color: #000;
	padding: 20px;
	margin: 10px 0;
}

 .section-title { 
	text-align: center;
	color: #000;
	font-family: Merriweather, "Roboto Slab", Georgia, serif;
  font-weight: 300;
}

.section-box p { 
font-size: 14px;
text-align: center;
}

.dark_section p, .light_section p {line-height: 1.8em; }

.dark_section li { list-style: none; }

.dark_section a.read, .light_section a.read, .section-link a { Color: #F8F8F8; padding: 10px 0; Letter-spacing: .3em;  font-weight: 600; }
#accordion a.read { color: #F8F8F8; text-align: center; margin: 0 auto;}

.dark_section a.read:hover, .light_section a.read:hover, .section-link a:hover {color: #213D5B; }

.dark_section img.gallery {
	background-color: #DFA320;
	padding-bottom: 15px;
	margin: 10px 0;
}
	

/** Light Sections **/

.light_section { 
	background-color: #F2F2F2;
	padding: 20px 0; 
}

.light_section .section_title, .dark_section .section_title, .black_section .section_title { 
	font-family: Merriweather, "Roboto Slab", Georgia, serif;
 	font-weight: 100;
	margin: 0;
	padding: 20px 0;
	font-size: 36px;
	text-align: center;
}


.light_section p.callOut { font-size: 18px; font-weight: 400;}

.light_section p.lead { font-weight: 700; font-size: 34px; }
.light_section p.leadIn { font-weight: 700; font-size: 18px; text-align: center;}
.light_section p.leadIn span { color: #C10000; display: block; }

.light_section h1 { 
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 800;
	padding-bottom: 15px;
}


.light_section h2 { 
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 15px;
	line-height: 1.5em;
}

/* .light_section h2:after { 
	content: "";
	display: block;
	border-bottom: 3px solid #DDDDDD;
	width: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 166px;
} */

	 
.dark_section hr, light_section hr { 
	border: 1px solid #E0B447;
	text-align: center;
	padding: 0 auto;
	margin: 50px auto;
	 }

.light_section .section_title {
	color: #000;
}

.light_section .section_content { 
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	padding-top: 20px; 
}

.light_section .section_content:after {
	content: " ";
	background: url('../images/scroll.png') no-repeat;
	width: 160px;
	height: 40px;
	display: inline-block;
	margin: 20px;
}


/** navbar Section 
----------------------------------------------------- **/


header {background-color: #222; z-index: 1000; }

header .logo { margin-top: 20px; }

 .navbar {
  padding: 0;
  transition: all .5s ease-out;
  margin-bottom: 0;
}

 .navbar-inverse { border: none; border-radius: 0;}

 .navbar-inverse .navbar-nav .active a {
  color: #CDCDCD;
  background-color: #213D5B;
}

/** header .navbar-inverse .navbar-nav .active a:hover {
  color: #000;
  background: transparent;
  text-shadow: none;
} **/

header .btn-reservation { margin: 10px 0; }

#inBody header .social-info { float: left;}

header .social-info .social {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  float: right;
  display: inline;
}

header .social-info .social li {
  float: left;
  height: 32px;
  margin-top: 10px;
  margin-left: -1px;
  margin-right: 2px;
  max-width: 35px;
  min-width: 35px;
  overflow: hidden;
}

header .social-info .social li a {
  border-right: 1px solid #fff;
  color: #fff;
  display: block;
  font-weight: 300;
  padding-top: 5px;
  text-align: center;
  font-size: 16px;
}

header .social-info .social li:first-child a {
  border-left: medium none;
  padding-right: 5px;
}

header .social-info .social li:last-child a {
	border-right: none;
	padding-left: 5px;
}

header .social-info .social li a i {
  font-size: 16px;
}

header .social-info .social li a span {
  margin-left: 5px;
  font-size: 16px; 
}

header .social-info .social li:hover, header .social-info .social li.active {
  max-width: 100%;
}

/*=== interior header navbar ====*/

#inBody .navbar { margin-top: 30px; background-color: transparent !important; }

#inBody .navbar-inverse .navbar-nav .active a {
  background-color: transparent;
  color: #DCDCDC;
  border-bottom:  4px solid #DCDCDC;
}

#inBody .navbar-inverse .navbar-nav .active a:hover {
  background-color: transparent;
  color: #fff;
  border-bottom:  4px solid #fff;
}


/*=== social media icons on top of slides ====*/

#HomeBody #socialMedia ul { 
	list-style-type: none;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 200;
}

#HomeBody #socialMedia ul li {
	float: left;
	list-style-type: none;
}

#HomeBody #socialMedia ul li a {
	color: #fff;
	float: left;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	width: 20px;
	height: 20px;
	margin-right: 5px; 
}

#HomeBody #socialMedia ul li i {
	font-size: 16px;
	color: #fff;
	padding: 5px;
}

#HomeBody #socialMedia ul li a:hover {
	color: rgba(255,255,255,0.5);

}

#HomeBody #socialMedia ul li i:hover {
	color: rgba(255,255,255,0.5);
}



/* ==== social icons on interior pages ====*/

#inBody #socialMedia ul { 
	list-style-type: none;
	color: #fff;
	text-align: right;
	font-size: 18px; 
	margin: 0;
	padding: 0;
	float: right;
}

#inBody #socialMedia ul li {
	float: left;
	list-style-type: none;
	margin: 10px 0;
}

#inBody #socialMedia ul li a {
	color: #fff;
	float: left;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	width: 36px;
	height: 36px;
	border-radius: 20px;
	border: 1px solid #fff;
	padding: 3px;
	margin-right: 5px; 
}

#inBody #socialMedia ul li i {
	font-size: 18px;
	color: #fff;
	padding: 5px;
}

#inBody #socialMedia ul li a:hover {
	color: #000;
	border: 1px solid rgba(255,255,255,0.5);
}

#inBody #socialMedia ul li i:hover {
	color: rgba(255,255,255,0.5);
} 



/* ==== tagline section === */
#tagline { 
	background-color: #213D5B;
	padding-top: 0;
	color: #D2D2D2;
}

#tagline p {
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
}

#tagline img { margin: 0 auto; padding: 10px 0;}

/* 
Home page badges for services 
*/

#tagline::after {
	content: "";
	background-image: url(../perch/resources/celebration.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 auto;
	transform: translateY(109px);
	display: block;
	width: 210px;
	height: 114px;
	margin-top: -100px;
}

#contentHome {
	padding: 150px 0 
}


#contentHome img.award {  
	display: block; 
	margin: 20px auto;
 }

#contentHome ul.tiles {
	padding: 0;
	list-style: outside none none;
}

#contentHome .tiles li {
	float: left;
	padding: 20px;
	text-align: center;
	width: 33%;
}

#contentHome .tiles li img {
	padding: 10px 0;
	margin: 0 auto;
}

#contentHome .tiles li .tiles_title {
	font-size: 16px;
	font-weight: 600;
	display: block;
}

#contentHome .tiles li .tiles_description {
	font-size: 12px;
	display: block;
	padding-top: 5px;
}

#contentHome .tiles li .tiles_description a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
}

.right-b { border-right: 1px solid #C1C1C1; }
.top-b { border-top: 1px solid #C1C1C1; }


/** Home page accordion for extra text **/

#accordion .well {
	background-color: transparent !important;
	border: none;	
}

#accordion .well p {
	text-align: left;
}

#accordion h2 { 
font-size: 24px;
font-weight: 400; 
}

#serviceArea {
background: url(../images/parallax/interior_vehicle.jpg) no-repeat top center;
}

#testimonialArea {
background: url(../images/parallax/testimonial_bg.jpg) no-repeat top center;
padding: 25px 0;
}

.testimonial { padding: 10px 50px; }
.testimonial p { text-align: center; }


#serviceArea h2, #testimonialArea h2 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #F1F1F1;
	text-align: center;
	text-shadow: 5px 5px 5px #000; 
}

#serviceArea h3, #testimonialArea h3 {
	font-size: 24px;
	font-weight: 400;
	color: #F1F1F1;
	text-align: center; 
	text-shadow: 2px 2px 2px #000; 
}

/* === interior pages sidebar w/gold ====*/

.sidebar { padding: 10px; }

.sidebar .sidebar_title { 
	color: #D29600;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-family: Merriweather, "Roboto Slab", Georgia, serif; 
	padding-top: 20px;
	margin-bottom: 20px;
}

.sidebar_title span { font-weight: 800; display: block; }

.sidebar ul {
	color: #D29600;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0 0 0 20px;
	padding: 8px 0; 
	font-weight: 400;
}

.sidebar li {
	color: #D29600;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	list-style:none;
}

/* === interior resLogin form w/gold ====*/

#resLogin { 
padding: 10px; 
background-color: #333;
color: #000;
border: 1px solid #666;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#resLogin .error, #contactFormLg .error {
	color: #D11418;
	font-size: 16px;
	font-weight: 300;
}

#resLogin h3 {
	text-align: center;
	color: #fff;
	font-weight: 400;
}

#resLogin p {
	text-align: center;
}

#resLogin label {
	color: #fff;
}

#contactFormLg h2 {
	color: #D29600;
	border-bottom: 1px solid #D29600;
	padding-bottom: 5px;
	margin: 30px 0;
}
/** ====== FLEET SECTION =============== **/

#fleet { 
padding-top: 100px; 
}

.fleetListing { 
margin: 50px 0; 
}

.fleetListing img { 
padding: 5px;
}

#standard { 
color: #213D5B;
}

#premium { 
	color: #D29600;
}

#standard .section_title, #premium .section_title {
	padding: 3px 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

#standard .section_title {
background-color: #213D5B;
}

#premium .section_title {
background-color: #D29600;
}


#standard .vehicle_title, #premium .vehicle_title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}

#standard ul, #premium ul {
	font-size: 14px;
	font-weight: 300;
	font-family: Merriweather, "Roboto Slab", Georgia, serif; 
	margin-left: 0;
	padding: 0;
}

#standard ul li, #premium ul li {
	list-style-position:inside;
	line-height: 24px;
}

/*** ====== video iframe container for responsive you tube video ===== **/

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video_wrapper .iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**  Footer **/

footer {
	background: #000;
	color: #D2D2D2;
	padding-top: 50px;
	-webkit-box-shadow: inset 0px 3px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 3px 2px 0px rgba(0,0,0,0.35);
	box-shadow: inset 0px 3px 2px 0px rgba(0,0,0,0.35);
}

footer img {
	padding: 0 0 10px 0;
}

footer a {
  color: #D2D2D2;
}

footer a:hover {
  color: #000 !important;
}

footer .phoneNum { 
	font-size: 21px;
	font-weight: 400;
	padding-bottom: 8px;
	display: block;
}

footer address {
	font-size: 0.9em; 
}


footer h3 {
	font-size: 1.2em;
	font-weight: 100;
	padding-bottom: 20px;
	color: #F3F3F3;
}

footer address h4 {
	font-weight: 600;
	padding: 5px 0 10px 0;
}

footer address h5 {
	font-weight: 400;
	color: #EEC856;
}

 .copyright {
	background-color: #2A2A2A;
	margin-top: 20px;
	padding:20px 3px 10px 3px; 
	font-size: 0.8em;
}

 .copyright p {
	color: #CCC;
	text-align: center;
}

 .copyright img { display: inline; padding-right: 20px; }

 footer .antiSpam { color: #ccc; }
 
 footer .error { color: #F9E52A; }


/* 
animated elements
*/
.animated {
  /*IE7 fix*/
  visibility: visible !important;
}

 /* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 


.logo { margin: 0; }
	
#tagline { 
	padding-top: 60px;
}

	/*=== social media icons on top of slides ====*/

#HomeBody #socialMedia ul { 
	list-style-type: none;
	color: #fff;
	text-align: center;
	font-size: 14px; 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
	right: 30px;
	z-index: 200;
}

#HomeBody #socialMedia ul li {
	float: left;
	list-style-type: none;
}

#HomeBody #socialMedia ul li a {
	color: #fff;
	float: left;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	border: 1px solid #fff;
	padding: 0;
	margin-right: 10px; 
}

#HomeBody #socialMedia ul li i {
	font-size: 14px;
	color: #fff;
	padding: 0;
}

#HomeBody #socialMedia ul li a:hover {
	color: #000;
	border: 1px solid rgba(255,255,255,0.5);
}

#HomeBody #socialMedia ul li i:hover {
	color: rgba(255,255,255,0.5);
}
	
#contentInterior {
	padding: 100px 0 
}
	
#content img.award { 
	float: left; 
	display: inline; 
	margin-top: 20px;
	margin-bottom: 20px;
	 margin-right: 10px;
 }
 
 #topBanner p { 
	text-align: right;
}


 
 #topBanner img { 
transform: translateX(100px);
transform: translateY(200px);
}

#standard .rborder{
	 border-right: 10px solid;
	 border-top: 1px solid;
	 border-bottom: 1px solid;
	 padding: 20px 5px 20px 0;
}

#premium .lborder{
	 border-left: 10px solid;
	 border-top: 1px solid;
	 border-bottom: 1px solid;
	 padding: 20px 0 20px 5px;
}


#premium ul li, #premium .vehicle_title {
	text-align: right;
}

#standard ul li, #premium ul li {
	font-size: 10px;
	line-height: 16px;
}
	

#premium .btn-sm { float: right; }

#resLogin { 
padding: 10px; 
background-color: #333;
color: #000;
border: 1px solid #666;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin: 30px 10px;
}

	
}

 
 @media (min-width: 992px) {
	#tagline {
		padding-top: 100px; 
	}
	
	#topBanner img { 
transform: translateX(100px);
transform: translateY(145px);
}


#standard ul li, #premium ul li {
	font-size: 14px;
	line-height: 24px;
}
	
 }
 
 @media (min-width: 1200px) {
	 
	 
	/*=== social media icons on top of slides ====*/

#HomeBody #socialMedia ul { 
	list-style-type: none;
	color: #fff;
	text-align: left;
	font-size: 18px; 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px;
	right: 125px;
	z-index: 200;
}

#HomeBody #socialMedia ul li {
	float: left;
	list-style-type: none;
}

#HomeBody #socialMedia ul li a {
	color: #fff;
	float: left;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	width: 36px;
	height: 36px;
	border-radius: 20px;
	border: 1px solid #fff;
	padding: 3px;
	margin-right: 5px; 
}

#HomeBody #socialMedia ul li i {
	font-size: 18px;
	color: #fff;
	padding: 5px;
}

#HomeBody #socialMedia ul li a:hover {
	color: #000;
	border: 1px solid rgba(255,255,255,0.5);
}

#HomeBody #socialMedia ul li i:hover {
	color: rgba(255,255,255,0.5);
} 
	 

/** ==== top offset for fleet listing descriptions ====**/

#standard .vehicle_title, #premium .vehicle_title { margin-top: 100px; }

#resLogin { 
padding: 10px; 
background-color: #333;
color: #000;
border: 1px solid #666;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin: 30px 75px;
}
	 
 }

 
