@charset "UTF-8";

/*-------------------GENERAL CSS----------------------*/
.no-pad { padding: 0 !important; }
.centered { margin: 0 auto; float: none; }
.cent { text-align: center; }
.justify { text-align: justify; }
.cursive { font-family:'Alex Brush', cursive; font-size: 1.2em; letter-spacing: .1em;}
.visible-ie { display: none; }

a {
	color: #00b386;
	text-decoration:none;
}
a:hover {
	color: #206396;
	text-decoration:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.35s
}

.flyer-link { color: #00b386 !important; text-decoration: none; }
.flyer-link:hover { text-decoration: underline; }
body {
	font-size: 16px;
	font-family: 'Lato', Helvetica, Arial, Sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: #010101;
	background: url('/images/site/dark_embroidery.png');
}
h1 {
	font-weight: 300;
}
hr {
	border-color: rgba(170, 170, 170, 0.4);
}
.underline {
	width: 41px;
	top: 17px;
	border-bottom: 2px solid #00b386;
	position: relative;
}
/*-------------------NAVBAR----------------------*/
.navbar-spacer {
	height: 100px;
}
.stuck {
	position:fixed;
	top:0;
	transition:0.4s top cubic-bezier(.3, .73, .3, .74);
	left: 0;
    	right: 0;
   	z-index:1800;
}
#info-strip {
	height: 30px;
	background: #3c3c46;
	background: #2E2E35;
	color: #fff;
	padding: 4px 50px 4px 30px;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s; 
}
#info-strip .social-icon {
	padding: 0;
 	color: #fff;
}

.white-link { color: #fff; padding: 0; text-decoration: none; }
.white-link:hover, .white-link:focus { color: #00b386; text-decoration: none; }
#info-strip .social-icon:hover, #info-strip .social-icon:focus {
	color: #00b386;
	background: #fff;
}

#info-strip.smaller {
	height: 0;
	color: transparent;
	padding: 0;
}
#info-strip.smaller .social-icon, #info-strip.smaller span {
	display: none;
}
@media screen and (max-width: 767px) {
	.stuck { position: relative; }
	#info-strip { height: auto !important; }
}
.fixed {
	position: fixed;
	/*width: 90%;
	margin: 20px 0 0 -45%;
	left: 50%;*/
	width: 100%;
	z-index: 99;
}
/*-------------------MAIN BODY----------------------*/
.white-body {
	color: #555;
	padding: 40px 0;
	background: #fff;
	font-size: 1em;
}
.dark-body {
	color: #fff;
	padding: 60px 0;
	background: #222;
	font-size: 1em;
}
.green-body {
	padding: 60px 0;
	text-shadow: 1px 1px rgba(0,0,0,.1);
	color: #fff;
	background-color: #00b386;
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: 500;
}

.green-body a { color: #fff; text-decoration: underline; }
.green-body a:hover {text-decoration: underline; }

.trans-body {
	padding: 60px 0;
	background: rgba(255,255,255,.2);
	background: rgba(165, 165, 200, 0.2)
}
#our-partners > div {
	padding: 15px;
}
/*-----------------------Interior Pages--------------------*/
.interior-heading {
	padding: 50px 0;
	text-align: center;
	background: #eee;
	background-position: center;
	background-repeat: no-repeat;
}
.interior-heading .backstretch {
	pointer-events: none;
}
.interior-breadcrumbs {
	color: #fff;
	padding: 10px 15px;
	text-align: right;
	background: #8BBCAF;
	background: rgba(165, 165, 200, 0.2);
	border-bottom: 5px solid #00b386;
}
.interior-breadcrumbs a {
	color: #00b386;
	padding: 0 3px;
}
.interior-breadcrumbs a:hover {
	color: #00b386;
	text-decoration:underline;
}
.interior-body {
	color: #222;
	padding: 30px 0;
	background: #fff;
	font-size: 1em;
}
.interior-breadcrumb {
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	text-align: right;
	background: #8BBCAF;
	background: rgba(165, 165, 200, 0.2);
	border-bottom: 5px solid #00b386;
	list-style-type: none;
}
.interior-breadcrumb > li {
	display: inline-block;
}
.interior-breadcrumb > li > a {
	color: #fff;
}
.interior-breadcrumb > li > a:hover {
	color: #00b386;
	text-decoration:underline;
}
.interior-breadcrumb > li + li:before {
	padding: 0 6px;
	color: #ccc;
	content: "/\00a0";
}

.interior-breadcrumbs {
	color: #fff;
	padding: 10px 15px;
	text-align: right;
	background: #8BBCAF;
	background: rgba(165, 165, 200, 0.2);
	border-bottom: 5px solid #00b386;
	width: 100%;
	
}
.interior-breadcrumbs a {
	color: #00b386;
	padding: 0 3px;
}
.interior-breadcrumbs a:hover {
	color: #00b386;
	text-decoration:underline;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-align: right;
}


.interior-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
	overflow: auto; 
}

.interior-breadcrumbs ul li {
	display: inline;
}

.interior-breadcrumbs ul a {
	margin-left: 10px;
	padding-left: 15px;
	
}
.interior-breadcrumbs ul a.first {
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}
.interior-breadcrumbs ul a:link  {
	color: #00b386;
	padding: 0 3px;
}
.interior-breadcrumbs ul a:hover {
	color: #00b386;
	text-decoration:underline;
}


/*-------------------ICONS & BUTTS----------------------*/
.btn {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
}
.btn-trans {
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0,0,0,.5);
	font-size: 20px;
	width: 100%;
	max-width: 300px;
	padding: 20px;
}
.btn-trans:hover, .btn-trans:focus {
	color: #206396;
	background: #fff;
}

.btn-trans2 {
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0,0,0,.5);
	font-size: 15px;
	width: 100%;
	padding: 5px 10px !important;

}
.btn-trans:hover2, .btn-trans2:focus {
	color: #206396;
	background: #fff;
}
.btn-blue {
	color: #fff;
	background: #3778e0;
	font-size: 20px;
	width: 100%;
	max-width: 300px;
	padding: 20px;
}
.btn-blue:hover, .btn-blue:focus {
	color: #fff;
	background: #1d5cc0;
}

.btn-green { background: #00b386; color: #fff; 
	padding: 15px; font-size: 20px; border-radius: 2px; width: 100%;
	  }
.btn-green:hover { background: #206396; color: #fff; }


.social-icon {
	color: #ccc;
	padding: 4px 1px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 1px;
}
.social-icon:hover, .social-icon:focus {
	color: #206396;
	background: #ccc;
}
/*-------------------FLEET PAGE----------------------*/
.icon-group  {
	color: #666;
	display: block;
	border: 1px solid #ccc;
	border-radius: 1px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.icon-group { font-size: 13px; }
}
.icon-group div {
	width: 50%;
	display: inline;
	float: left;
	padding: 3px 10px;
}
.icon-group div:first-child {
	border-right: 1px solid #ccc;
}
.icon-group span {
	color: #00b386;
}
.price-box {
	color: #fff;
	margin-top: 25px;
	padding: 15px;
	background: #00b386;
	overflow: hidden;
	font-family: "Raleway",sans-serif;
	font-weight: 400;
	font-size: 24px;
}	
/*-------------------FOOTER----------------------*/
footer {
	overflow: hidden;
	color: #ccc;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 0;
	border-top: 1px solid #545454;
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	footer .right { text-align: right; }
}
@media screen and (max-width: 767px) {
	footer { text-align: center; }
}
footer a {
	color: #ccc;
}
footer a:hover, footer a:focus { 
	color: #ccc;
	text-decoration: underline;
}
/*-------------------Reservations----------------------*/
.res-container {
  margin-right: auto;
  margin-left: auto;
}

/*-------------------Partners page----------------------*/

.partner-item h3 {
	color: #4a93b8;
	font-size: 18px;
	text-align: center;
}
.partner-item p {
	font-size: 14px;
	color: #c6c6c6;
}

/*----- hi :) ------*/

.int{
    top: -1px;
    margin-left: 10px;
    position: relative;
	float:right;
}

.brochure-box {
	padding: 35px 45px;
}

.brochure {
	background: #00B386;
	padding: 10px 25px 12px 25px;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
}

.brochure:hover {
	padding: 10px 25px 12px 25px;
	color: #00B386;
	background: #FFF
}
