@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, block quote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ing, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, field set, form, label, legend, table, caption, tbody, toot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size;100%; vertical-align:baseline; background:transparent;} body {line-height:1;} ol, ul {list-style:none;} block quote, q {quotes:none;} blockquote:before, block quote:after, q:before, q:after {content:’ ‘; content:none;} :focus {outline:0;} ins {text-decoration:none;} del {text-decoration:line-through;} table {border-collapse:collapse; border-spacing:0;}

* {
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0;
	background: #999;	
}

header {
	margin-top: 20px;
	width: 100%;
	display: table;
}

#logo {
	margin: 0 auto;
	width: 191px;
	height: 143px;
	background:url(images/logo.png) no-repeat center;
	display: block;
}

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

hr {
	display: block;
	width:70%;
	margin: 0 auto;
	border-color: #999;
}

h1 {
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 350;
	color: #9C3;
	letter-spacing: 1px;
	line-height:50px;
	text-shadow: 1px 1px #333;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 350;
	color: #FFF;
	letter-spacing: 1px;
	line-height:50px;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 350;
	color:#000;
	letter-spacing: 1px;
	line-height:30px;
}

h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 350;
	color: #000;
	letter-spacing: 1px;
	line-height:50px;
}

h5 {
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 330;
	color: #9C3;
	letter-spacing: 1px;
	line-height:50px;
	text-shadow: 1px 1px #333;
}

h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 350;
	color: #000;
	letter-spacing: 1px;
	line-height:35px;
}


p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
	line-height: 30px;
}

p2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 1px;
	line-height:30px;
}

p3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	line-height:30px;
}
		
p4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
	line-height:30px;
}

p5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #F00;
	letter-spacing: 1px;
	line-height:30px;
}

a:link {color:#FFF; text-decoration:none;}
a:visited {color:#FFF;}
a:hover {opacity: 0.7;}

#myVideo { 
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: auto;
	filter: brightness(60%);
}

.content {
	position: absolute;
	top: 0;
	bottom: 0;	 
	width: 100%;	
}

.menubar {
	width:100%;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0 auto;
}

nav {
	width: 80%;
	margin: 0 auto;
}

nav ul {
	list-style: none;
	display: table;
	margin:0 auto;
	padding: 0;
	overflow: hidden;	
}

nav ul li {
	float: left;
}

nav ul li:last-child {
	padding-right: 0px;
}

nav ul li a {
	color: #CCC;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px 10px;
	display: inline-block;
	transition: all 0.5s ease 0s;
	text-decoration: none;
	font-weight:250;
}

nav ul li a:hover {
	background-color: #9C3;
	color: #FFF;
	transition: all 0.5s ease 0s;
}

nav a:link { color:#FFF;}
nav a:active { color:#FFF;}

.toggle-menu ul {
	display: table;
	align: center;
	width: 30px;
	margin: 10px;
}

.toggle-menu ul li {
	width: 100%;
	height: 3px;
	color: #333;
	background-color:#CCC;
	margin-bottom: 4px;
}

.toggle-menu ul li:last-child {
	margin-bottom: 0px;
}

input[type=checkbox], label {
	display: none;
}

/* Dropdown Menu */

li a, .dropbtn {
	display: inline-blcok;
	color: #CCC;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #9C3;
}

li.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #666; 
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 10px 10px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {background-color: #9C3;}

.dropdown:hover .dropdown-content {
	display: block;
}
	

footer {
	padding: 30px 0px 15px 0px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #FFF;
	background-color: #333;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #FFF;
}

#tour {
	width: 100%;
}

.tour1 {
	display:block;
	float: left;
	width: 40%;
	padding: 70px 50px 70px 100px;
}

.tour2 {
	display: block;
	float: right;
	width:60%;
	padding: 70px 100px 70px 50px;
}
	
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.tour3 {
	display: block;
	float: left;
	width:60%;
	padding: 70px 50px 70px 100px;
}

.tour4 {
	display: block;
	float: right;
	width: 40%;
	padding: 70px 100px 70px 50px;
}

.main {
	width: 60%;
	margin: 0 auto;
}

.mainpromise {
	width: 100%;
	height: auto;
	background:url(../images/SFPinnacle_background.png) repeat center;
	background-size: cover;
	background-color:#999;
	margin: 0 auto;
}

.contact-contact {
	display:block;
	width:40%;
	height:auto;
	float: left;
	padding: 20px;
	margin: 20px 30px 20px 80px;
}

.contact-address {
	width: 50%;	
	float: right;
	padding: 15px;
}

.gigantic {
	margin-top:-16px;
	height:auto;
	font-size:30px;
	letter-spacing: 1px;
	line-height:50px;
}
q:before {
	content:'\201C';
	font-size:350%;
	font-family:Arial, sans-serif;
	color:#9C3;
	padding-right:10px;
}
q:after {
	content:'\201D';
	font-size:350%;
	color:#9C3;
	padding-left:20px;
	font-family: Arial, sans-serif;
}


.about {
	background:#333;
	opacity:0.7;
}

.about1 {
	display:block;
	float: left;
	width: 50%;
	margin:0;
	padding: 40px;
}

.about2 {
	display: block;
	float: right;
	width:50%;
	margin:0;
	padding: 40px;
}
	
.about2 ul {
	list-style: inside;
	color:#FFF;
	letter-spacing: 1px;
	line-height:30px;
}

.main ul {
	list-style: inside;
	color:#FFF;
	letter-spacing: 1px;
	line-height:30px;
}


/* Gallery */

div.gallery {
    border: 0px solid #ccc;
}

div.gallery:hover {
    border: 0px solid #777;
	opacity: 0.9;
}

div.gallery img {
    width: 100%;
    height: auto;
	box-shadow:3px 3px 3px 3px rgb(102,102,102);
}

div.gallery2 img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.responsive {
    padding: 0 30px;
	float: left;
    width: 33.33333%;
}

.responsive2 {
    padding: 0 15px;
	float: left;
    width: 33.33333%;
}

.clearfix: after {
	content: "";
	display: table;
	clear: both;
}

#fleet-gallery {
	width: 100%;
	padding: 0px 100px;
}

#feature {
	width: 100%;
	padding: 0 80px;
}

#feature2 {
	width: 100%;
	padding: 0 30px;
}

.button {
	display: inline-block;
	border-radius: 4px;
	background-color: #333;
	border: none;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	width: 150px;
	padding: 10px;
	transition: all 0.5s;
	curson: pointer;
	margin: 20px;	
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 15px;
	color: #9C3;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

.button a:link {color:#FFF;}
.button a:active {color:#9C3;}
.button a:visited {color:#FFF;}

#ServiceMenu {
	width: 25%;
	float: left;
	padding: 30px 30px 30px 130px;
}

#ServiceIntro {
	width: 75%;
	float: left;
	padding: 30px 150px 30px 30px;	
}

#ServiceMenu ul {
	list-style:none;
	color:#FFF;
	letter-spacing: 1px;
	line-height:30px;
}

#ServiceIntro ul {
	list-style: inside;
	color:#FFF;
	letter-spacing: 1px;
	line-height:30px;
}

#ServiceMenu a:link {color:#FFF; text-decoration:none;}
#ServiceMenu a:hover {color:#FFF;}
#ServiceMenu a:active {color:#333;}

/* Table */

#rates {
	border-collapse: collapse;
	width: 100%;
}

#rates td {
	border: 1px solid #ddd;
	padding: 15px;
	color: #333;
}

#rates th {
	border: 1px solid #ddd;
	padding: 15px;
}

#rates tr: nth-child(even){background-color: #f2f2f2;}

#rates tr: hover {background-color: #ddd;}

#rates th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #333;
	color: white;
}


@media only screen and (max-width: 980px) {
input[type=checkbox] {position: absolute; top: -9999px; left: -9999px; background:none;}
input[type=checkbox]:fous{background:none;}
label { padding:8px 0px; display:inline-block; cursor:pointer; }
input[type=checkbox]:checked ~ nav {display:block;}

nav{display:none; position:absolute; right:0px; top:0px; background-color:#999; padding:0px; z-index:99;}
nav ul{width:auto;}
nav ul li{float:none; padding:0px; width:100%; display:table;}
nav ul li a{color:#FFF; font-size:15px; padding:10px 20px; display:block; border-bottom: 1px solid rgba(225,225,225,0.1);}

}

@media only screen and (max-width: 568px) {
nav a:link { color:#FFF;}

.menubar {
	width: 100%;
	padding-top: 10px;		
}

#feature {
	padding: 0 5px;
}

#feature2 {
	padding: 0 10px;
}

.responsive, .responsive2 {
	width:  100%;
	padding: 10px 5px;
}


#logo {
	margin: 0 auto;
	width: 143.25px;
	height: 107.25px;
	background:url(images/logo.png) no-repeat center;
	display: block;
}
	
.main {
	width: 90%;
	margin: 0 auto;
}

.about1, .about2 {width: 100%;}

#fleet-gallery {display: none;}
	
#ServiceMenu {
	width: 90%;
	padding: 0 30px;
}

#ServiceIntro {
	width: 90%;
	padding:30px;
}

.tour1, .tour2, .tour3, .tour4 { 
width: 100%;
padding: 15px;
 }

  .contact-contact {
	width:100%;
	height: auto;
	margin: 10px auto;
	padding: 20px;
}

.contact-address {
	width: 100%;	
	padding: 20px;
}

}

@media only screen and (max-width: 480px) {
nav a:link { color:#FFF;}

.menubar {
	width: 100%;
	padding-top: 10px;	
}

.tour1, .tour2, .tour3, .tour4 { width: 100%; }

#feature {
	padding: 0 5px;
}

#feature2 {
	padding: 0 10px;
}

.responsive, .responsive2 {
	width:  100%;
	padding: 10px 5px;
}

#logo {
	margin: 0 auto;
	width: 143.25px;
	height: 107.25px;
	background:url(images/logo.png) no-repeat center;
	display: block;
}

.main {
	width: 90%;
	margin: 0 auto;
}

.about1, .about2 {width: 100%;}

#fleet-gallery {display: none;}

	
#ServiceMenu {
	width: 90%;
	padding: 0 30px;
}

#ServiceIntro {
	width: 90%;
	padding:30px;
}

.tour1, .tour2, .tour3, .tour4 { 
width: 100%;
padding: 15px;
 }
 
.contact-contact {
	width:100%;
	height: auto;
	margin: 10px auto;
	padding: 20px;
}

.contact-address {
	width: 100%;	
	padding: 20px;
}
}

@media only screen and (max-width: 360px) {
nav a:link { color:#FFF;}

.menubar {
	width: 100%;	
	padding-top: 10px;	
}

#feature {
	padding: 0 5px;
}

#feature2 {
	padding: 0 10px;
}

.responsive, .responsive2 {
	width:  100%;
	padding: 10px 5px;
}

#logo {
	margin: 0 auto;
	width: 143.25px;
	height: 107.25px;
	background:url(images/logo.png) no-repeat center;
	display: block;
}

.main {
	width: 90%;
	margin: 0 auto;
}

.about1, .about2 {width: 100%;}

#fleet-gallery {display: none;}
	
#ServiceMenu {
	width: 90%;
	padding: 0 30px;
}

#ServiceIntro {
	width: 90%;
	padding:30px;
}

.tour1, .tour2, .tour3, .tour4 { 
width: 100%;
padding: 15px;
 }
 
.contact-contact {
	width:100%;
	height: auto;
	margin: 10px auto;
	padding: 20px;
}

.contact-address {
	width: 100%;	
	padding: 20px;
}
}

@media only screen and (max-width: 320px) {
nav a:link { color:#FFF;}

.menubar {
	width: 100%;
	padding-top: 10px;		
}

#feature {
	padding: 0 5px;
}

#feature2 {
	padding: 0 10px;
}

.responsive, .responsive2 {
	width:  100%;
	padding: 10px 5px;
}

#logo {
	margin: 0 auto;
	width: 143.25px;
	height: 107.25px;
	background:url(images/logo.png) no-repeat center;
	display: block;
}

.main {
	width: 90%;
	margin: 0 auto;
}

.about1, .about2 {width: 100%;}

#fleet-gallery {display: none;}

	
#ServiceMenu {
	width: 90%;
	padding: 0 30px;
}

#ServiceIntro {
	width: 90%;
	padding:30px;
}

.tour1, .tour2, .tour3, .tour4 { 
width: 100%;
padding: 15px;
 }
 
.contact-contact {
	width:100%;
	height: auto;
	margin: 10px auto;
	padding: 20px;
}

.contact-address {
	width: 100%;	
	padding: 20px;
}

}