/*
Theme Name: Blazing Blue Transporation TwentySeventeen
Theme URI: http://www.blazingbluetransportation.com
Description: Wordpress Theme for Blazing Blue Transporation
Author: Davo Productions
Author URI: http://www.davoproductions.com
Version: 1.0

License: GNU General Public License
License URI: license.txt
Text Domain: bbt-twentyseventeen

Tags:two-columns, left-sidebar, custom-background, custom-colors, custom-menu, sticky-post, custom-header

Blazing Blue Transporation Custom WordPress Theme has been created by Davo Productions(davoproductions.com), 2017.
Blazing Blue Transporation Custom WordPress Theme is released under the terms of GNU GPL

Blazing Blue Transporation Custom is a custom theme.
*/

/* =================================================================== */
/* Google Fonts
====================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:800');
/* =================================================================== */
/* Site Colors
====================================================================== */
/* Light Blue: #3a6989
   Dark Blue: #456285

/* ----------------------------------------------------------------------------
	Global Styles
---------------------------------------------------------------------------- */
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #555;
}
h1 {
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 3.5em;
	letter-spacing: 1px;
	text-shadow: 0 7px 10px rgba(0,0,0,0.07), 0 4px 4px rgba(0,0,0,0.2);
}
h2 {
	font-size: 70px;
	line-height: 84px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
}
h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h3 {
	font-size: 24px;
	line-height: 1.5;
	color: #fff !important;
}
h4 {
	color: #3a6989;
	font-weight: 700;
	text-transform: uppercase;
}
p, ul, ol, address {
	margin-bottom: 30px;
}
ol, ul, li {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
	color: #3a6989;
}
a:hover {
	color: #456285;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
/* ----------------------------------------------------------------------------
	Misc Styles
---------------------------------------------------------------------------- */
::selection {
	background: #3a6989;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
 background: #3a6989; /* Firefox */
 color: #fff;
 text-shadow: none;
}
::-webkit-selection {
 background: #3a6989; /* Safari */
 color: #fff;
 text-shadow: none;
}
:active, :focus {
	outline: none !important;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
.policy-spacer {
	padding: 50px 0;
}
/* Wordpress Styles */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 13px;
	margin-top: 4px;
	margin-bottom: 6px;
	padding: 0;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.gallery-caption {
	margin: 0;
	padding: 0;
}
.wp-caption {
	margin: 0;
	padding: 0;
	font-size: 13px;
	max-width: 100%;
}
.wp-caption-text {
	margin: 0;
	padding: 0;
}
.bypostauthor {
	margin: 0;
	padding: 0;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
.nomargin {
	margin: 0 !important;
}
.noleftmargin {
	margin-left: 0 !important;
}
.norightmargin {
	margin-right: 0 !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.noborder {
	border: none !important;
}
.noleftborder {
	border-left: none !important;
}
.norightborder {
	border-right: none !important;
}
.notopborder {
	border-top: none !important;
}
.nobottomborder {
	border-bottom: none !important;
}
.col-padding {
	padding: 60px 40px;
}
.nopadding {
	padding: 0 !important;
}
.noleftpadding {
	padding-left: 0 !important;
}
.norightpadding {
	padding-right: 0 !important;
}
.notoppadding {
	padding-top: 0 !important;
}
.nobottompadding {
	padding-bottom: 0 !important;
}
.hidden {
	display: none !important;
}
.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.vertical-middle {
	height: auto !important;
	left: 0;
}
.one-page-menu li:first-child {
	display:none !important;
	visibility:hidden !important;
}
/* ----------------------------------------------------------------
	Wrapper
-----------------------------------------------------------------*/
body:not(.no-transition) #wrapper, .animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}
#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/
#top-bar {
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #EEE;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
}
/* Top Links
---------------------------------*/
.top-links {
	position: relative;
	float: left;
}
.top-links ul {
	margin: 0;
	list-style: none;
}
.top-links ul li {
	float: left;
	position: relative;
	height: 44px;
	border-left: 1px solid #EEE;
}
.top-links ul li:first-child {
	border-left: 0 !important;
}
.top-links li > a {
	display: block;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	height: 44px;
	color: #555;
}
.top-links li i:first-child {
	margin-right: 3px;
}
.top-links li:hover {
	background-color: #eee;
}
.top-links li:hover ul {
	pointer-events: auto;
}
/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */
#header {
	position: relative;
	background-color: #FFF;
	border-bottom: 0;
}
#header .container {
	position: relative;
}
#header #header-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-webkit-backface-visibility: hidden;
	z-index: 199;
}
#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#header, #header-wrap, #logo img {
	height: 100px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}
#header.show-on-sticky #header-wrap {
	opacity: 0;
	pointer-events: none;
}
#header.show-on-sticky.sticky-header #header-wrap {
	opacity: 1;
	pointer-events: auto;
}
#header, #header-wrap, #logo img {
	height: 70px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}
#header.sticky-header #header-wrap {
	box-shadow: none;
	border-bottom: 1px solid #F5F5F5 !important;
	-webkit-backface-visibility: hidden;
}
#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
	height: 60px;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}
/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
#logo {
	position: relative;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
}
#logo a {
	display: block;
	color: #000;
}
#logo img {
	display: block;
	max-width: 100%;
}
#logo a.standard-logo {
	display: block;
}
#logo a.retina-logo {
	display: none;
}
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
#primary-menu {
	float: right;
}
#primary-menu ul.mobile-primary-menu {
	display: none;
}
#primary-menu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#primary-menu ul {
	list-style: none;
	margin: 0;
}
#primary-menu > ul {
	float: left;
}
#primary-menu ul li {
	position: relative;
}
#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}
#primary-menu > ul > li:first-child {
	margin-left: 0;
}
#primary-menu ul li > a {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	padding: 39px 15px;
	color: #444;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}
#primary-menu ul li a {
	padding: 24px 22px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #3a6989;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #1ABC9C;
}
/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slider .container {
	position: relative;
	height: 100%;
}
.bus-slide {
	height: 500px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */
.section {
	position: relative;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}
.section .container {
	z-index: 2;
}
.page-section {
	padding: 120px 0;
}
/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
#content {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
#content p {
	line-height: 1.8;
}
.content-wrap {
	position: relative;
	padding: 0;
}
#content .container {
	position: relative;
}
.feature-section {
	max-width: 900px;
	font-size: 2.5em;
	text-align: center;
	margin: 0 auto;
}
.feature-section p {
	padding: 0;
	margin: 0;
}
/* Welcome Title
-----------------------------------------------------------------*/
.welcome-title {
	position: relative !important;
	float: none !important;
	text-align: center;
	margin: 0 auto 50px !important;
	max-width: 700px;
}
.welcome-title p {
	font-size: 1.5em;
	font-weight: 300;
	opacity: .7;
	color: #fff;
	text-shadow: 0 -4px 20px rgba(0, 0, 0, .25);
}
/* ----------------------------------------------------------------------------
	BBT Services
---------------------------------------------------------------------------- */
.bbt-services {
	text-align: center !important;
}
.bbt-services [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}
.bbt-services [class^=col-] > a {
	display: block;
	position: relative;
	height: 250px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.bbt-services [class^=col-] img {
	display: block;
}
.bbt-services [class^=col-] > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.bbt-services [class^=col-] > a:hover:before {
	opacity: 1;
}
.bbt-services h3 {
	font-weight: 500 !important;
	font-size: 26px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
/* ----------------------------------------------------------------
	BBT Events
-----------------------------------------------------------------*/
.bbt-trip {
	position: relative;
}
.bbt-trip-image {
	position: relative;
	width: 100%;
}
.bbt-trip-image:before {
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 1;
	opacity: 0.90;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
}
.bbt-trip-image > a, .bbt-trip-image> img {
	display: block;
	width: 100%;
	height: auto;
}
.bbt-trip-location-date {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.bbt-trip-location-date span {
	display: block;
	margin-top: 3px;
	font-weight: 300;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	text-align: right;
}
.bbt-trip-desc {
	position: relative;
	margin-top: 20px;
	padding: 0 20px;
}
.bbt-trip-desc h3 {
	font-size: 21px;
}
.bbt-trip-desc p {
	margin-bottom:15px !important;
}
.bbt-trip-desc h3 + span {
	display: block;
	color: #999;
}
.bbt-trip-desc h3 a {
	color: #333;
}
.bbt-trip-desc h3 a:hover {
	color: #555;
}
.bbt-trip-flyer {
	position: absolute;
	top: 2px;
	right: 20px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #555;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bbt-trip-flyer:hover {
	border-color: transparent;
	background-color: #456285;
	color: #fff;
}
/* Special Trip Region
-----------------------------------------------------------------*/
.special-trip {
	background-color: #3a6989 !important;
	border-color: rgba(255,255,255,0.1);
	color: #eee;
	text-align: center;
}
.special-trip div {
	max-width: 900px;
	margin: 0 auto;
}
.special-trip p {
	margin: 0;
	padding: 0;
	font-size: 2em;
}
body:not(.device-touch) .btn {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-round-lg {
	position: relative;
	top: -3px;
	border-radius: 23px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px;
	font-weight: 600;
}
.btn-round-lg:hover {
	background-color: #F9F9F9;
	color: #333;
}
/* Portfolio - Items
-----------------------------------------------------------------*/
.portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}
body:not(.device-touch) .portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}
.portfolio-item {
	float: left;
	position: relative;
	width: 25%;
	height: auto;
	padding: 0 12px 12px 0;
}
.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image, .portfolio-item .portfolio-image a, .portfolio-item .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}
/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/
.portfolio.portfolio-full {
	margin: 0 !important;
	width: 100.4%;
}
.portfolio-full .portfolio-item {
	padding: 0 !important;
	overflow: hidden !important;
}
.portfolio-full .portfolio-desc {
	padding: 15px;
}
/* ----------------------------------------------------------------------------
	Portfolio Overlay
---------------------------------------------------------------------------- */
.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.portfolio-item:hover .portfolio-overlay {
	opacity: 1;
}
.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #444;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}
.portfolio-overlay a:hover {
	color: #1ABC9C;
	background-color: #EEE;
}
/* Portfolio - Description
-----------------------------------------------------------------*/
.portfolio-overlay .portfolio-desc {
	position: relative;
	padding: 0 !important;
	margin: 0;
	text-align: center;
	z-index: 3;
}
.portfolio-overlay .portfolio-desc a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: inherit;
	width: auto !important;
	height: auto !important;
	line-height: 1;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.portfolio-overlay .portfolio-desc a:hover {
	background: transparent;
}
.portfolio-overlay .portfolio-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 300;
	color: #F5F5F5 !important;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.portfolio-overlay .portfolio-desc h3 a {
	color: #333 !important;
	text-shadow: none;
}
.portfolio-overlay .portfolio-desc h3 a:hover {
	color: #1ABC9C;
}
.portfolio-overlay .portfolio-desc span {
	display: block;
	margin-top: 7px;
	color: #ddd !important;
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
}
.portfolio-overlay .portfolio-desc span a {
	color: #999 !important;
	text-shadow: none;
	font-size: inherit;
}
.portfolio-overlay .portfolio-desc span a:hover {
	color: #000;
}
.portfolio-overlay .portfolio-desc ~ a {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 !important;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
	-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}
/* ----------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------- */
.contact-right {
	background-color: #F5F5F5;
}
.abbr-wrapper {
	padding: 50px 0;
	clear: both;
}
label {
	padding-bottom:5px;
}
.wpcf7-textarea {
    height: 125px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	width: 98%;
}
input.wpcf7-submit {
	width:25% !important;
}
/* ----------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------- */
#footer {
	position: relative;
	background-color: #456285;
	color: #fff;
	padding: 30px 0 0px;
	border: none;
	text-align: center;
}
#footer a.dp {
	color:#fff;
	text-decoration:underline !important;
}
#footer a.dp:hover {
	color:#fff;
	text-decoration:none !important;
}
.social-icon {
	display: inline-block;
	margin: 0 5px 5px 0;
	text-align: center !important;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	width: 32px;
	height: 32px;
	line-height: 30px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-color: transparent !important;
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none !important;
}
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.social-icon i {
	display: block;
	position: relative;
	color: #fff;
	padding-top: 8px;
}
body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.si-facebook {
	background-color: #3B5998;
}
.si-facebook:hover {
	background-color: #2a4273;
}
.si-twitter {
	background-color: #00ACEE;
}
.si-twitter:hover {
	background-color: #0091c9;
}
/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}
body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}
.stretched #gotoTop {
	bottom: 30px;
}
#gotoTop:hover {
	background-color: #3a6989;
}

/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */

/* Min-Width: 992px and Max-Width: 1199px
	-----------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
#wrapper {
	width: 1000px;
}
}

/* Max-Width: 991px
	-----------------------------------------------------------------*/
@media (max-width: 991px) {
h2 {
	font-size:50px;
}
.page-section {
	padding:60px 0;
}
#section-policies .col-sm-12 {
	padding-bottom:15px;
}
.policy-spacer {
	padding:0;
}
.feature-section {
	font-size:2em;
}
#logo {
	height: 70px !important;
}
#header {
	min-height: 70px;
}
#primary-menu-trigger {
	top: 10px !important;
}
#wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}
.container.vertical-middle {
	width: 100% !important;
}
#header, #header-wrap {
	height: auto !important;
}
#header.sticky-header #header-wrap {
	position: relative;
}
#logo {
	display: block;
	height: 100px;
	float: none;
	margin: 0 auto 0 !important;
	max-width: none;
	text-align: center;
	border: 0 !important;
	padding: 0 !important;
}
#logo a.standard-logo {
	display: inline-block;
}
#primary-menu {
	display: block;
	float: none;
}
#primary-menu-trigger {
	opacity: 1;
	pointer-events: auto;
	top: 25px;
	margin-top: 0;
	left: 0;
	z-index: 1;
}
#primary-menu .container #primary-menu-trigger {
	top: 5px;
	left: 0;
}
#primary-menu > ul, #primary-menu > div > ul {
	display: none;
	float: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#primary-menu > div > ul {
	margin-top: 60px !important;
}
#primary-menu ul li {
	float: none;
	margin: 0 !important;
	text-align: left !important;
	border-top: 1px solid #EEE;
}
#primary-menu ul li:first-child {
	border-top: 0;
}
#primary-menu ul > li > a {
	padding: 14px 5px !important;
	border: none !important;
	margin: 0 !important;
}
.sticky-responsive-menu #header {
	min-height: 100px;
	-webkit-transition: min-height .4s ease;
	-o-transition: min-height .4s ease;
	transition: min-height .4s ease;
}
.sticky-responsive-menu #header-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sticky-responsive-menu.device-touch #header, .sticky-responsive-menu.device-touch #header-wrap, .sticky-responsive-menu.device-touch #logo, .sticky-responsive-menu.device-touch #logo img, .sticky-responsive-menu.device-touch #primary-menu-trigger {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
	min-height: 60px;
}
.responsive-sticky-header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
	-webkit-backface-visibility: hidden;
}
.responsive-sticky-header:not(.static-sticky) #logo, .responsive-sticky-header:not(.static-sticky) #logo img {
	height: 60px;
}
.responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
	top: 5px;
}
.responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul {
	max-height: 300px;
	overflow-y: scroll;
}
.responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul {
	margin-bottom: 20px !important;
}
.portfolio .portfolio-item {
	width: 33.33333333%;
}
.bbt-trip {
	padding-bottom:25px;
}
}

/* Max-Width: 767px
	-----------------------------------------------------------------*/
 @media (max-width: 767px) {
body {
	padding: 0 !important;
}
#wrapper {
	width: 100% !important;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 20px;
}
#top-bar {
	height: auto;
}
.top-links, .top-links > ul > li {
	float: none !important;
}
.top-links > ul {
	text-align: center;
}
.top-links > ul > li {
	display: inline-block;
}
.top-links > ul > li {
	margin-right: -4px;
}
/* Min-Width: 480px and Max-Width: 767px
	-----------------------------------------------------------------*/
}
 @media (min-width: 480px) and (max-width: 767px) {
.container {
	width: 470px !important;
}
.container.vertical-middle {
	width: 100% !important;
}
.page-section {
	padding:60px 0;
}
.feature-section {
	font-size:1.5em;
}
.bbt-trip {
	padding-bottom:25px;
}
.special-trip p {
	font-size:1.5em;
}
#section-policies .col-sm-12 {
	padding-bottom:15px;
}
.policy-spacer {
	padding:0;
}
.portfolio:not(.portfolio-1) {
	margin: 0 -6px -6px 0;
}
.portfolio:not(.portfolio-1) .portfolio-item {
	padding: 0 6px 6px 0;
	width: 50%;
}
.portfolio:not(.portfolio-1) .portfolio-desc {
	padding: 15px 5px 10px;
}
.portfolio:not(.portfolio-1) .portfolio-desc h3 {
	font-size: 16px;
}
.portfolio:not(.portfolio-1) .portfolio-desc span {
	font-size: 14px;
}
.portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a {
	margin: 20px 0 0 !important;
}
}

/* Max-Width: 479px
	-----------------------------------------------------------------*/
@media (max-width: 479px) {
h1 {
	font-size: 32px !important;
}
h2 {
	font-size: 28px !important;
	line-height:40px;
}
.container {
	width: 310px !important;
}
.container.vertical-middle {
	width: 100% !important;
}
.portfolio:not(.portfolio-1) {
	margin: 0;
}
.portfolio .portfolio-item {
	width: 100%;
}
#primary-menu-trigger, #primary-menu {
	margin-left:-25px;
}
.bus-slide {
	height:300px;
}
.welcome-title {
	margin-top:50px !important;
}
.welcome-title p {
	font-size:1em;
}
.feature-section {
	font-size:1.2em;
}
.bbt-trip {
	padding-bottom:25px;
}
.btn-lg {
	padding: 7px 10px;
	font-size: 14px;
}
.page-section {
	padding:30px 0;
}
.section {
	padding:30px 0;
}
.special-trip p {
	font-size:1.2em;
}
#section-policies .col-sm-12 {
	padding-bottom:15px;
}
.policy-spacer {
	padding:0;
}
#footer p {
	font-size:75%;
}
}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
#logo a.standard-logo {
 display: none;
}
#logo a.retina-logo {
 display: block;
}
}
 @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and ( min-device-pixel-ratio: 2) and (max-width: 991px), only screen and ( min-resolution: 192dpi) and (max-width: 991px), only screen and ( min-resolution: 2dppx) and (max-width: 991px) {
#logo a.standard-logo {
 display: none;
}
#logo a.retina-logo {
 display: inline-block;
}
}
