/*
	Theme Name: Pacific Maritime Group
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:	border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.5;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
a:hover {
	color: #0ebfe9;
}

.site-inner a,.site-footer a{
	position: relative;
}
.site-inner .envira-gallery-wrap a {
	position:static;
}
.site-inner a:hover,.site-footer a:hover{
	text-decoration:none !important;
}

.site-inner a:not(#filter-for-sale-cat li a.active,#filter-fleet-cat li a.active,#filter-service-cat li a.active,#filter-project-cat li a.active,a.tabbed-thumbs,a.red-button,a.hero-btn,.lsow-social-list-item a.lsow-email):before{
	  content: "";
	  position: absolute;
	  width: 0;
	  height: 1px;
	  bottom: 0;
	  left: 0;
	  background-color: #111;
	  visibility: hidden;
	  transition: all 0.5s ease-in-out;
}

.site-inner a:not(#filter-for-sale-cat li a.active,#filter-fleet-cat li a.active,#filter-service-cat li a.active,#filter-project-cat li a.active):hover:before{
	visibility: visible;
  	width: 100%;
}

.site-footer a:before{
	  content: "";
	  position: absolute;
	  width: 0;
	  height: 1px;
	  bottom: 0;
	  left: 0;
	  background-color: #fff;
	  visibility: hidden;
	  transition: all 0.5s ease-in-out;
}

.site-footer a:hover:before{
	visibility: visible;
  	width: 100%;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    	transition-property: background;
    	transition-timing-function: linear;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Tahoma;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #c00000;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #870004;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	/*background: url("images/PDC-clear-background-no-llc.gif") no-repeat scroll center center;*/
	clear: both;
	padding-top: 0;
	/*background-attachment: fixed;*/
}
/*.parallax-window {
	height: 400px;
	background: transparent;
}*/

.parallax-mirror{
	display: none;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	z-index: 999;
	width: 100%;
	background: rgba(0,0,0,1);
    position: fixed;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0 15px;
	width: 235px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 860px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 19px;
	padding: 10px 10px;
	position: relative;
	font-weight: 300;
	border-radius: 30px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
ul#menu-main-menu > li > a{
	padding: 10px 9px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #bab9b9;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: transparent;
}

.genesis-nav-menu .menu-item-has-children:hover > a {
	margin: 0 0 10px;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:		opacity .4s ease-in-out;
	-moz-transition:		opacity .4s ease-in-out;
	-ms-transition:			opacity .4s ease-in-out;
	-o-transition:			opacity .4s ease-in-out;
	transition:				opacity .4s ease-in-out;
	width: 390px;
	z-index: 99;
	background: rgba(0,0,0,0.7);
	border-radius: 5px;
	padding: 0 0 10px;
}

.sub-menu li.menu-item-red {
    background: #9b1015;
}

.sub-menu li.menu-item-red.round-item {
    border-radius: 5px 5px 0 0;
}
#menu-item-27 ul.sub-menu li.menu-item-object-page{
	/*padding-left: 25px;*/
}

ul#menu-main-menu li ul.sub-menu li ul.sub-menu{
	position: relative;
    margin: 0;
    padding-left: 25px;
	opacity: 1;
	left: auto;
	background:none;
}

.genesis-nav-menu .sub-menu a {
	border: none;
	padding: 5px 35px;
	position: relative;
	width: 390px;
	color: #fff;
	font-size: 18px;
	font-family: 'Tahoma';
}

#menu-main-menu .sub-menu a{
	padding: 0px 35px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu li.menu-item-red a {
	padding: 10px 25px;
}

.genesis-nav-menu .sub-menu a span {
	display: inline-block;
	position: relative;
}

.genesis-nav-menu .sub-menu a span:after {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	width: 0;
	background: #1d9901;
	height: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.genesis-nav-menu .sub-menu a span:hover:after {
	width: 100%;
}

.genesis-nav-menu .sub-menu li.menu-item-red a span:after {
	display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

.c-hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
  	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 14px;
	right: 14px;
	height: 5px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
  	top: -10px;
}

.c-hamburger span::after {
  	bottom: -10px;
}

.c-hamburger--htx {
  	background-color: #000;
}

.c-hamburger--htx span {
  	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  	transition-duration: 0.3s, 0.3s;
  	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  	transition-property: top, transform;
}

.c-hamburger--htx span::after {
  	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  	background-color: #000;
}

.c-hamburger--htx.is-active span {
  	background: none;
}

.c-hamburger--htx.is-active span::before {
  	top: 0;
  	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  	bottom: 0;
  	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  	transition-delay: 0s, 0.3s;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
	position: relative;
	line-height: 2;
}

.entry-content ul li::before {
	content: "";
	background: url("images/li-icon-red.png") no-repeat scroll left center;
	position: absolute;
	left: -35px;
	top: 6px;
	width: 24px;
	height: 24px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #c00000;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #151515;
	padding: 20px 0;
	text-align: center;
}

.site-footer p, .site-footer a {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.site-footer a:hover {
	text-decoration: underline;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

#hero-img {
	background: url("images/hero-img.jpg") no-repeat scroll 0 0;
	background-size: cover;
	height: 907px;
}

#hero-img h1 {
	text-align: center;
    font-size: 45px;
    color: #fff;
    display: block;
	text-transform: uppercase;
	/*margin: 300px 0 0;*/
}

#hero-img .slider-text .textwidget {
	margin: 300px 0 0;
}

a.hero-btn {
	background: rgba(135,0,0,0.7);
	display: block;
	color: #fff !important;
	font-size: 17px;
	text-align: center;
	padding: 8px 0;
	border-radius: 30px;
	width: 150px;
	margin: 20px auto 0;
	text-decoration: none !important;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

a.hero-btn:hover {
	background: #c00000;
}

#hero-img a.hero-btn {
    background: transparent;
    border: 2px solid #fff;
    width: 180px;
    padding: 10px 0;
}

#hero-img a.hero-btn:hover {
	background: #b41115;
	border: 2px solid #b41115;
}

.stats-row {
	margin: 320px 0 0;
}

.stats-row .panel-grid-cell {
    	border-right: 1px solid #5e6673;
}

.stats-row .panel-grid-cell:nth-of-type(3) {
    	border-right: none;
}

.stats-row h2 {
	color: #fff;
	font-size: 42px;
	text-align: center;
}

.stats-row h2 strong {
	font-size: 24px;
	font-weight: 400;
}

.stats-row p {
	color: #fff;
	font-size: 19px;
	text-align: center;
}

.header-widget-area .textwidget p, .header-widget-area .textwidget a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.header-widget-area .textwidget p {
    margin: 0;
}

.header-widget-area .textwidget p span.phone-numbers {
	margin-right: 20px;
}

.header-widget-area .textwidget p span.phone-numbers a.phone-icon {
	margin-right: 0;
}

.header-widget-area .textwidget p span.phone-numbers,
.header-widget-area .textwidget p a.mail-icon {
	display: inline-block;
    vertical-align: top;
    text-align: right;
}

.header-widget-area .textwidget {
    margin: 10px 0 0;
}

p.time-icon {
	position: relative
}

p.time-icon:before {
	content: "";
	background: url("images/time-icon.png") no-repeat scroll center center;
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 29px;
	height: 29px;
	border: 2px solid #b41115;
	border-radius: 100%;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

p.time-icon:hover:before {
	border: 2px solid #1d9901;
}

.home p.time-icon:before {
	width: 33px;
	height: 33px;
}

p.time-icon a {
	padding: 10px 0 10px 46px;
	margin: 0 16px 0 0;
}

p.time-icon a:hover, a.phone-icon:hover, a.mail-icon:hover {
	/*font-weight: 700;*/
	color: #bab9b9;
}

a.phone-icon {
	position: relative;
}

a.phone-icon:before {
	content: "";
	background: url("images/phone-icon.png") no-repeat scroll center center;
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 29px;
	height: 29px;
	border: 2px solid #b41115;
	border-radius: 100%;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

a.phone-icon:hover:before {
	border: 2px solid #1d9901;
}

.home a.phone-icon:before {
	width: 33px;
	height: 33px;
}

a.phone-icon {
	padding: 10px 0 10px 40px;
    margin: 0 20px 0 0;
}

a.mail-icon {
	position: relative;
}

a.mail-icon:before {
	content: "";
	background: url("images/mail-icon.png") no-repeat scroll center center;
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 29px;
	height: 29px;
	border: 2px solid #b41115;
	border-radius: 100%;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

a.mail-icon:hover:before {
	border: 2px solid #1d9901;
}

.home a.mail-icon:before {
	width: 33px;
	height: 33px;
}

a.mail-icon {
	padding: 10px 0 10px 40px;
    margin: 0 20px 0 0;
}

.home a.search-icon:before {
	width: 33px;
	height: 33px;
}
a.search-icon {
	padding: 17px 0 0 15px;
	text-indent: -9999px;
	position: relative;
}
a.search-icon:focus{
	outline: none;
}

a.search-icon:before {
	content: "";
	background: url("images/search-icon2.png") no-repeat scroll center center;
	background-size: 16px;
	position: absolute;
	display: block;
	left: -4px;
    top: -6px;
	width: 29px;
	height: 29px;
	border: 2px solid #b41115;
	border-radius: 100%;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

a.search-icon:hover:before {
	border: 2px solid #1d9901;
}

#custom_html-2 {
    float: right;
	margin-right: -30px;
}

#nav_menu-3 {
	float: right;
    margin-right: 10px;
}

#nav_menu-2 {
    margin: 10px 0 0;
}

.header-widget-area .widget_custom_html a {
	color: #fff;
	font-size: 19px !important;
	border: 2px solid #b41115;
	width: 33px;
    height: 33px;
	display: inline-block;
	margin: 0 0 0 7px;
	border-radius: 100%;
    text-align: center;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.header-widget-area .widget_custom_html a:hover {
	border: 2px solid #1d9901;
}

.panel-3 .panel-grid-cell {
	position: relative;
}

.panel-3 .widget_black-studio-tinymce {
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	background-color: transparent;
}

.panel-3 .col h3 {
	color: #fefefe;
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	padding: 30px 35px 0;
}

.panel-3 .so-widget-sow-image img {
	display: block !important;
}

.panel-3 .widget_sow-image {
	margin: 0 !important;
}

.panel-3 .widget_black-studio-tinymce,
.panel-3 .panel-grid-cell .widget_black-studio-tinymce img,
.panel-3 .panel-grid-cell .widget_black-studio-tinymce p {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.panel-3 .panel-grid-cell .widget_black-studio-tinymce img {
    	padding: 220px 0 0;
}

.panel-3 .panel-grid-cell .widget_black-studio-tinymce p {
	opacity: 0;
}

.panel-3 .panel-grid-cell:hover .widget_black-studio-tinymce p {
	opacity: 1;
}

.panel-3 .panel-grid-cell:hover .widget_black-studio-tinymce img {
    	/*padding: 70px 0 0;*/
}

.panel-3 .panel-grid-cell:hover .widget_black-studio-tinymce {
	background-color: rgba(0,0,0,0.8);
}

.col a {
    	margin: 60px auto 0;
    	display: block;
}

.panel-3 .col p {
	color: #fefefe;
	text-align: center;
	font-size: 17px;
	font-weight: 200;
	padding: 0 59px;
	margin: 0;
}

.our-project {
	padding: 50px 0 0;
}

.our-project h2 {
	font-size: 40px;
	color: #c00000;
	text-align: center;
	background: url("images/heading-img.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 50px;
}

.projects-row .panel-grid-cell {
	position: relative;
	cursor: pointer;
}

.projects-row .panel-cell-style.active {
	border: 8px solid #fff;
	position: relative;
	z-index: 99;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.projects-row .panel-cell-style.active .col p {
    font-size: 15px;
}

.projects-row .widget_black-studio-tinymce {
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	background-color: transparent;
}

.projects-row .col h3 {
	color: #fefefe;
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	padding: 220px 35px 0;
}

.projects-row .panel-grid-cell:hover .col h3 {
	/*padding: 80px 35px 0;*/
}

.projects-row .so-widget-sow-image img {
	display: block !important;
	height: 485px !important;
}

.projects-row .widget_sow-image {
	margin: 0 !important;
}

.projects-row .widget_black-studio-tinymce,
.projects-row .panel-grid-cell .widget_black-studio-tinymce img,
.projects-row .panel-grid-cell .widget_black-studio-tinymce p {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.projects-row .panel-grid-cell .widget_black-studio-tinymce img,
.projects-row .panel-grid-cell .widget_black-studio-tinymce p {
	opacity: 0;
}

.projects-row .panel-grid-cell:hover .widget_black-studio-tinymce img,
.projects-row .panel-grid-cell:hover .widget_black-studio-tinymce p {
	opacity: 1;
}

.projects-row .panel-grid-cell:hover .widget_black-studio-tinymce {
	background-color: rgba(0,0,0,0.75);
}

.projects-row .col a {
    	margin: 60px auto 0;
    	display: block;
}

.projects-row .col p {
	color: #fefefe;
	text-align: center;
	font-size: 17px;
	font-weight: 200;
	padding: 0 59px;
	margin: 0;
}

.our-fleet-panel {
	padding: 60px 0 50px;
}

.our-fleet-panel h2 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	background: url("images/heading-img-white.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 70px;
}

.our-fleet-panel p {
	font-size: 24px;
	text-align: center;
	color: #bebebe;
}

.our-fleet-panel p a {
	color: #bebebe;
	font-weight: 300 !important;
}

.our-fleet-panel p a:hover {
	text-decoration: none !important;
}

.our-fleet-panel p img {
    margin: 0 auto -20px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.our-fleet-panel .textwidget:hover p img,
.our-fleet-panel .textwidget p a.active img
{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.new-fleet-panel {
	padding: 60px 0 50px;
}

.new-fleet-panel h2 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	background: url("images/heading-img-white.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 70px;
}

.new-fleet-panel p {
	font-size: 20px;
	text-align: center;
	color: #333;
}

.new-fleet-panel p a {
	color: #333 !important;
	font-weight: 500 !important;
}

.new-fleet-panel p a:hover {
	text-decoration: none !important;
}

.new-fleet-panel p img {
    margin: 0 auto -20px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.new-fleet-panel .textwidget:hover p img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.fleets li a.active {
	background-color: transparent !important;
	font-weight: bold;
}

.fleets li a.active img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.pacific-panel .left-sec, .pacific-panel .right-sec {
	height: 550px;
}

.project-service p a {
    color: #000 !important;
    font-weight: 700;
}

.project-service p a:hover {
    text-decoration: none !important;
}

.pacific-panel .left-sec .textwidget {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.pacific-panel h2 {
	font-size: 40px;
	text-align: center;
	color: #c00000;
	background: url("images/heading-img.png") no-repeat scroll center bottom;
	padding: 60px 0 30px;
	margin: 0 0 40px;
}

.pacific-panel .left-sec ul li {
	list-style-type: none;
	position: relative;
	padding: 0 0 0 30px;
	line-height: 2;
}

.pacific-panel .left-sec ul li:hover {
	font-weight: 700;
	cursor: pointer;
}

.pacific-panel .textwidget {
    font-size: 16px;
}

.pacific-panel .left-sec ul li a:hover {
	color: #c00000;
}

.pacific-panel .left-sec ul li::before {
	content: "• ";
    color: #c00000;
    position: absolute;
    left: 10px;
    top: 0px;
	background: none;
	font-family: 'arial', sans-serif;
	/*content: "";
	background: url("images/li-arrow.png") no-repeat scroll left center;
	position: absolute;
	left: -10px;
	top: 6px;
	width: 26px;
	height: 26px;*/
}

/*.pacific-panel .left-sec ul li:hover::before {
	content: "";
	background: url("images/li-icon-hover.png") no-repeat scroll left center;
	position: absolute;
	left: -10px;
	top: 6px;
	width: 28px;
	height: 28px;
}*/

.pmtg-panel {
    position: relative;
}

.services-panel {
	padding: 40px 0;
	position: absolute;
    top: 0;
    display: none !important;
}

.services-panel.active {
    display: block !important;
    position: relative;
}

.services-panel h3 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #e5e5e5;
	padding: 0 0 10px;
	color: #fff;
}

.close-btns p {
	text-align: right;
	margin: 0;
}

.services-panel .close-btns p a {
    color: #fff !important;
}

.close-btns p a:hover {
	text-decoration: underline;
	font-weight: 700;
}

.services-panel .close-btns strong {
	width: 28px;
	height: 28px;
	background: #6e6e6e;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	color: #fff;
}

.services-panel .close-btns strong:hover {
	background: #c00000;
}

.boat-img-row {
	height: 443px;
}

.safety-panel {
	padding: 50px 0;
}

.safety-panel h2 {
	font-size: 38px;
	color: #c00000;
	text-align: center;
	background: url("images/heading-img.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 30px;
}

a.red-button {
	background: #c00000;
	display: block;
	color: #fff !important;
	font-size: 17px;
	text-align: center;
	padding: 8px 0;
	border-radius: 30px;
	width: 150px;
	margin: 20px auto 0;
	text-decoration: none !important;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

a.red-button:hover {
	background: #870004;
}

.footer-sec {
	background: #000;
}

.footer-sec .panel-grid-cell {
	border-right: 2px solid #1a1a1a;
	padding: 70px 0 50px;
	min-height: 550px;
}

.footer-sec .panel-grid-cell:nth-of-type(3) {
	border-right: none;
}

.footer-sec h3 {
	font-size: 20px;
	color: #c00000;
	font-family: 'Montserrat', sans-serif;
}

.footer-sec p, .footer-sec a {
	font-size: 17px;
	color: #fff;
	font-weight: 300;
}

a.footer-btn {
	background: #870000;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding: 8px 0;
	border-radius: 30px;
	width: 150px;
	margin: 20px auto 0;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

a.footer-btn:hover {
	background: #c00000;
}

.quote-request-panel {
	padding: 40px 0 10px;
}

.quote-request-panel h2 {
	font-size: 38px;
	color: #c00000;
	text-align: center;
	background: url("images/heading-img.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.quote-request-panel p {
	font-size: 23px;
	text-align: center;
}

.quote-request-panel .textwidget {
    	padding: 0 85px;
}

.quote-request-panel .gform_wrapper ul li.gfield {
    	clear: none;
    	float: left;
}

.quote-request-panel label.gfield_label {
    	text-align: center;
    	display: block !important;
}

.quote-request-panel input {
    	width: 370px !important;
    	border-radius: 30px;
	margin: 0 10px;
}

#gform_submit_button_1 {
	float: right;
	width: 190px !important;
	margin: -70px 0 0 0;
}

.testimonials-panel {
	padding: 5px 0 40px;
}

.testimonials-panel h2 {
	font-size: 38px;
	color: #fff;
	text-align: center;
	background: url("images/heading-img-white.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.single-wpm-testimonial #featured-image {
	display: none;
}

.home .site-header {
    	background: transparent;
}

.home .site-header.sticky {
    	background: rgba(0,0,0,1);
}

/*--------Testimonials Css--------*/

body .testimonials-panel .ms-postfeed > a {
	display: none;
}

body .testimonials-panel .metaslider .caption-wrap {
	position: relative;
	bottom: inherit;
	left: inherit;
	background: transparent !important;
	color: #2b2b2b;
	opacity: 1;
	margin: 0;
	display: block;
	width: 100%;
	height: 100px !important;
	line-height: 32px;
	font-weight: 300;
}

body .testimonials-panel .flexslider li {
	position: static;
}

body .testimonials-panel .flexslider ul.flex-direction-nav li a.flex-prev,
body .testimonials-panel .flexslider ul.flex-direction-nav li a.flex-next {
	opacity: 1 !important;
}

.testimonials-panel ul.flex-direction-nav .flex-prev {
    	margin: 0 0 0 60px !important;
}

.testimonials-panel ul.flex-direction-nav .flex-next {
    	margin: 0 60px 0 0 !important;
}

.testimonials-panel .caption h4 {
    	margin: 0 0 -30px;
    	color: #505d68;
}

.testimonials-panel .caption h5 {
    	color: #a1aeb7;
}

.testimonials-panel .caption p {
	color: #fff;
	line-height: 1.5;
    	font-size: 19px;
}

.testimonials-panel .caption p a {
	color: #fff;
    	font-size: 19px;
	text-decoration: underline;
}

.testimonials-panel .caption h4 {
	color: #fff;
	font-size: 19px;
	font-family: 'Montserrat', sans-serif;
	margin: 5px 0 0;
}

body .testimonials-panel .metaslider .caption {
	padding: 0;
	text-align: center;
}


body .testimonials-panel .flex-control-nav {
	position: relative;
	bottom: 0;
	margin: 0;
}

body .testimonials-panel .metaslider .flexslider {
	margin: 0 0 0;
}

body .testimonials-panel .flex-control-nav li a {
	margin: 0 3px;
	width: 8px;
	height: 8px;
	-webkit-transition: background ease-in-out 0.3s;
	-moz-transition: background ease-in-out 0.3s;
	-o-transition: background ease-in-out 0.3s;
	transition: background ease-in-out 0.3s;
	background: #bb0000;
}

body .testimonials-panel .flex-control-paging li a:hover,
body .testimonials-panel .flex-control-paging li a.flex-active {
	background: #fff;
}

body .testimonials-panel .slides {
	margin: 0 0 22px !important;
}

body .testimonials-panel .metaslider .slides img {
    	margin: 20px auto !important;
    	display: block;
}

/*--------Testimonials Css--------*/

.testimonials-panel a.red-button {
	margin: 50px auto 0;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    	padding: 15px 15px;
}

/*
Internal pages CSS
------------------------------------*/

.page-featured-image {
    	position: relative;
}

.page-featured-image:after {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.24);
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}

.page-featured-image img {
	display: block;
	width: 100%;
}

.page-featured-image .page-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-featured-image h1.entry-title {
	text-align: center;
	font-size: 45px;
	color: #fff;
	display: block;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	margin-top:130px;
}

.unique-section {
	padding: 50px 0 20px;
}

.unique-section h1 {
	font-size: 45px;
	color: #c00000;
	text-align: center;
	background: url("images/heading-img.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.entry-content p a {
	color: #c00000;
}

.entry-content p a:hover {
	text-decoration: underline;
}

.unique-section1 h2 {
	font-size: 36px;
	border-bottom: 2px solid #e5e5e5;
	padding: 0 0 10px;
	color: #c00000;
}

.unique-section1 h3 {
	font-size: 32px;
}

.panel-3.sidebar p {
	font-size: 16px;
}

.panel-3.sidebar .widget_black-studio-tinymce {
    	height: 96%;
}

.panel-3.sidebar .panel-grid-cell .widget_black-studio-tinymce img {
    	padding: 110px 0 0;
}

.panel-3.sidebar .panel-grid-cell:hover .widget_black-studio-tinymce img {
    	padding: 40px 0 0;
}

.panel-3.sidebar .col p {
	padding: 0 30px;
}

.panel-3.sidebar .col a {
    	margin: 30px auto 0;
}

.quote-request-panel.sidebar {
    	border: 1px solid #ccc;
	padding: 30px 20px 20px;
}

.quote-request-panel.sidebar .gform_wrapper ul li.gfield {
    	clear: both;
    	float: none;
}

.quote-request-panel.sidebar input {
	width: 370px !important;
	border-radius: 30px;
	margin: 0;
	background: #f2f2f2;
}

.quote-request-panel.sidebar .textwidget {
    	padding: 0;
}

.quote-request-panel.sidebar label.gfield_label {
    	text-align: left;
}

.quote-request-panel.sidebar p {
	font-size: 22px;
}

.quote-request-panel.sidebar #gform_submit_button_1 {
	float: none;
	width: 190px !important;
	margin: 0 auto;
	display: block;
	background: #c00000;
}

.quote-request-panel.sidebar #gform_submit_button_1:hover {
	background: #870004;
}

/*.page-template-default .site-inner .wrap {
	max-width: 100%;
}

.page-template-default .site-inner .content {
	padding: 0 5% 0 0;
}

.page-template-default .site-inner .sidebar {
	width: 450px;
	margin-top: 5px;
}*/

/*
==========Sticky form Css====================*/

.req-estimate-btn-sticky {
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 9999;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.req-estimate-btn-sticky:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.req-estimate-form h3 {
	background: #c00000;
	font-size: 19px;
	color: #fff;
	text-align: center;
	padding: 27px 0;
	margin: -75px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.req-estimate-btn {
	/*background: url("images/req-estimate.jpg") no-repeat scroll 0 0;*/
	background: rgba(192,0,0,1);
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 0;
	font-weight: 600;
	height: 249px;
	padding: 15px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 73px;
	z-index: 500;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.req-estimate-btn:hover {
	background: rgba(192,0,0,1);
}

.req-estimate-btn::after {
	color: #c5c5c5;
	content: "Quote Request";
	display: block;
	font-size: 19px;
	position: relative;
	right: 70px;
	text-align: center;
	top: 95px;
	width: 180px;
	letter-spacing: 2px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);

}

.req-estimate-form {
	background: rgba(43,43,43,0.85);
	border: 1px solid #3b3b3b;
	display: none;
	float: left;
	max-width: 370px;
	padding: 0;
	position: relative;
	right: 0;
	top: 0px;
}

.close-btn {
    	background: url("images/close-btn.jpg") no-repeat scroll left top;
	cursor: pointer;
	height: 75px;
	margin: 0;
	position: relative;
	width: 70px;
	z-index: 9999;
}

.req-estimate-form .gfield_label {
    color: #fff;
}

.req-estimate-form .medium {
    border-radius: 30px;
	font-size: 18px !important;
	font-weight: 300;
	padding: 13px 10px !important;
	width: 320px !important;
}

.req-estimate-form input, .req-estimate-form textarea {
    border-radius: 30px;
}

.req-estimate-form .gform_title {
	background: #a90104 none repeat scroll 0 0;
	color: #fff;
	font-size: 18px !important;
	margin: -81px -25px 0 !important;
    padding: 21px 0;
	text-align: center;
}

/*input#input_2_6, input#input_2_7 {
    width: 110px !important;
}*/

body .pum-title {
    text-align: center !important;
    color: #c00000 !important;
    font-weight: 700 !important;
}

form#gform_2 {
    padding: 0 10px 0 25px;
}

input#gform_submit_button_2 {
	margin: 0 auto;
	display: block;
	width: 180px;
}

/*
==========Sticky form Css====================*/

/*
blog css start
----------------- */

.entry-title a {
    	color: #c00000;
	font-weight: 400;
	font-size: 30px;
}

.entry-title a:hover {
    	color: #c00000;
	text-decoration: underline;
}

#featured-image {
	float: left;
	margin: 0 20px 0 0;
}

.social-share {
	padding: 10px 0 4px;
	border-top: 1px solid #c00000;
    	border-bottom: 1px solid #c00000;
	margin-bottom: 20px;
}

a.read-more {
    	color: #c00000;
}

a.read-more:hover {
    	text-decoration: underline;
}

p.entry-meta {
    	font-size: 16px;
}

.entry-meta a {
	color: #c00000;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.page-template-page_blog-php .sidebar section, .archive .sidebar section, .single .sidebar section {
	background: #c00000;
	padding: 20px;
}

.sidebar .widget-title {
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
}

.sidebar .widget li {
    	background: url("images/dbl-right-arrow.png") no-repeat left 10px;
    	padding-left: 20px;
}

.sidebar .widget a {
    	color: #fff;
    	font-weight: 400;
}

.single h1.entry-title {
	text-align: left;
	padding: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 30px;
	color: #c00000;
}

.single #featured-image {
   	float: none;
    	margin: 0 auto 10px;
    	text-align: center;
}

time.entry-time {
    	font-size: 14px;
}

/*
blog css end*/

.no-page-featured-image {
    	margin: 150px 0 0;
}

.no-page-featured-image h1.entry-title {
	text-align: center;
	font-size: 45px;
	color: #c00000;
	display: block;
	margin: 0;
	font-weight: 400;
}

.page-template-page_blog-php .site-inner{
	padding-top: 40px;
}

.error404 .no-page-featured-image {
    	margin: 40px 0 0;
}

.search .no-page-featured-image {
    	display: none;
}

.search .site-inner {
	padding: 40px 0;
}

.footer-col2 a:hover {
	color: #c00000;
}

.footer-col2 img.wp-image-49 {
	margin: 50px 0 0 0;
}

.footer-col1 img, .footer-col3 img {
	margin: 0;
}

/*
Sidebar Slider Start
------------------------------- */

.sidebar #black-studio-tinymce-5 .textwidget {
	background: #f2f2f2;
	padding: 40px 0;
	clear: both;
}

.sidebar .textwidget h2 {
	font-size: 36px;
	color: #c00000;
	text-align: center;
	background: url("images/heading-img.png") no-repeat scroll center bottom;
	padding: 0 0 20px;
	margin: 0 0 40px;
}

.sidebar .metaslider .caption-wrap {
    	position: relative;
	background: #f2f2f2;
}

.sidebar .caption h3 {
	font-size: 32px;
	text-align: center;
	padding: 15px 0 0;
}

.sidebar .caption p {
	font-size: 18px;
    	color: #000;
	padding: 0 30px;
}

.sidebar a.red-button {
	width: 180px;
	margin: 0px auto 0;
}

body .sidebar .flex-control-nav li a {
	margin: 0 3px;
	width: 8px;
	height: 8px;
	-webkit-transition: background ease-in-out 0.3s;
	-moz-transition: background ease-in-out 0.3s;
	-o-transition: background ease-in-out 0.3s;
	transition: background ease-in-out 0.3s;
	background: #bb0000;
}

body .sidebar .flex-control-paging li a:hover,
body .sidebar .flex-control-paging li a.flex-active {
	background: #fff;
}

body .sidebar .metaslider .flex-control-nav {
    	top: 55%;
}

body .sidebar .metaslider .flex-control-nav li {
    	padding: 0;
}

body .sidebar .metaslider .flexslider {
	margin: 0 0 20px;
}

/*
Sidebar Slider End
------------------------------- */

.project-one, .project-two, .project-three {
	float: left;
	width: 300px;
	height: 300px;
	border: 1px solid #000;
}

/*
Project page styling Start
---------------------------------------------------------------------------------------------------- */

.our-projects {
	padding-top: 0px;
	text-align: center;
	overflow: hidden;
}

.our-projects {
	margin-bottom: 30px;
}

#filter-project-cat {
    margin: 50px 0 20px;
    text-align: left;
}

.our-projects li {
	display: inline-block;
	padding: 0;
}

.our-projects li a {
	color: #000;
	font-size: 20px;
	margin: 9px 16px;
	display: block;
	letter-spacing: 0.55px;
	text-align: center;
}

.our-projects li a:focus{
	outline: none !important;
}



.our-projects li a.active {
	background-color: #e3e3e3;
	font-weight: bold;
	padding: 9px 16px;
}

.all-projects {
	height: 100%;
}

.all-projects article {
	width: 33.3%;
	float: left;
	padding: 0 6px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.project-image {
	margin-bottom: 13px;
}

.project-image a {
	display: block;
	position: relative;
}

.project-image img {
	display: block;
	width: 375px;
	height: 250px;
	object-fit: cover;
}

.all-projects h4 {
	font-size: 28px;
	font-weight: bold;
	padding: 0 40px;
	margin-bottom: 0;
}

.project-item a {
	color: #000;
}

.project-item a:hover {
	text-decoration: underline;
}

/*
For sale page styling Start
---------------------------------------------------------------------------------------------------- */

.our-for-sale {
	padding-top: 0px;
	text-align: center;
	overflow: hidden;
}

.our-for-sale {
	margin-bottom: 30px;
}

#filter-for-sale-cat {
    margin: 50px 0 20px;
    text-align: left;
}

.our-for-sale li {
	display: inline-block;
	padding: 0;
}

.our-for-sale li a {
	color: #000;
	font-size: 20px;
	margin: 9px 16px;
	display: block;
	letter-spacing: 0.55px;
	text-align: center;
}

.our-for-sale li a:focus{
	outline: none !important;
}

.our-for-sale li a.active {
	font-weight: bold;
	background-color: #e3e3e3;
	padding: 9px 16px;
}

.all-for-sale {
	height: 100%;
}

.all-for-sale article {
	width: 33.3%;
	float: left;
	padding: 0 6px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.for-sale-image {
	margin-bottom: 13px;
}

.for-sale-image a {
	display: block;
	position: relative;
}

.for-sale-image img {
	display: block;
	width: 375px;
	height: 250px;
	object-fit: cover;
}

.all-for-sale h4 {
	font-size: 28px;
	font-weight: bold;
	padding: 0 40px;
	margin-bottom: 0;
}

.for-sale-item a {
	color: #000;
}

.for-sale-item a:hover {
	text-decoration: underline;
}
/*
Fleet page styling Start
---------------------------------------------------------------------------------------------------- */

.our-fleets {
	padding-top: 0px;
	text-align: center;
	overflow: hidden;
}

.our-fleets {
	margin-bottom: 30px;
}

#filter-fleet-cat {
    margin: 50px 0 20px;
    text-align: left;
}

.our-fleets li {
	display: inline-block;
	padding: 0;
}

.our-fleets li a {
	color: #000;
	font-size: 20px;
	margin: 9px 16px;
	display: block;
	letter-spacing: 0.55px;
	text-align: center;
}

.our-fleets li a:focus{
	outline: none !important;
}

.our-fleets li a.active {
	font-weight: bold;
	background-color: #e3e3e3;
	padding: 9px 16px;
}

.all-fleets {
	height: 100%;
}

.all-fleets article {
	width: 33.3%;
	float: left;
	padding: 0 6px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.fleet-image {
	margin-bottom: 13px;
}

.fleet-image a {
	display: block;
	position: relative;
}

.fleet-image img {
	display: block;
	width: 375px;
	height: 250px;
	object-fit: cover;
}

.all-fleets h4 {
	font-size: 28px;
	font-weight: bold;
	padding: 0 40px;
	margin-bottom: 0;
}

.fleet-item a {
	color: #000;
}

.fleet-item a:hover {
	text-decoration: underline;
}

/*
Service page styling Start
---------------------------------------------------------------------------------------------------- */

.our-services {
	padding-top: 0px;
	text-align: center;
	overflow: hidden;
}

.our-services {
	margin-bottom: 30px;
}

#filter-service-cat {
    margin: 50px 0 20px;
    text-align: left;
}

.our-services li {
	display: inline-block;
	padding: 0;
}

.our-services li a {
	color: #000;
	font-size: 20px;
	margin: 9px 16px;
	display: block;
	letter-spacing: 0.55px;
	text-align: center;
}

.our-services li a:focus{
	outline: none !important;
}

.our-services li a.active {
	font-weight: bold;
	background-color: #e3e3e3;
	padding: 9px 16px;
}

.all-services {
	height: 100%;
}

.all-services article {
	width: 33.3%;
	float: left;
	padding: 0 6px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.service-image {
	margin-bottom: 13px;
}

.service-image a {
	display: block;
	position: relative;
}

.service-image img {
	display: block;
	width: 375px;
	height: 250px;
	object-fit: cover;
}

.all-services h4 {
	font-size: 28px;
	font-weight: bold;
	padding: 0 40px;
	margin-bottom: 0;
}

.service-item a {
	color: #000;
}

.service-item a:hover {
	text-decoration: underline;
}
/*
Start: Recommended Isotope styles
--------------------------------------------- */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

/*
Project styling End
---------------------------------------------------------------------------------------------------- */

body .cd-intro {
    margin: 0 auto !important;
}

#hero-img h1 b {
    font-weight: 400;
}

/*body .cd-headline.clip .cd-words-wrapper::after {
	display: none;
}*/

.project-btns {
    padding: 60px 0 80px !important;
}

.project-btns a.red-button {
    width: 350px;
    padding: 15px 0;
}
/*
span.yrm-toggle-expand.yrm-toggle-expand-1 {
    background: #c00000;
    color: #fff;
    border-radius: 30px;
}
*/

span.yrm-toggle-expand.yrm-toggle-expand-1 {
    background: none;
    color: #000;
    border: none;
    border-radius: 0;
    font-weight: bold;
}


span.yrm-toggle-expand.yrm-toggle-expand-1:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.yrm-toggle-expand-1 {
    width: 95px !important;
    height: 20px !important;
}

span.yrm-toggle-expand.yrm-toggle-expand-1:hover:before {
  visibility: visible;
  width: 100%;
}

body .yrm-content {
    color: #333 !important;
}

.our-projects li a img {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.our-projects li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.our-projects.fleets li {
	width: 230px;
	vertical-align: top;
}

.fleet-page {
	padding: 50px 0;
}

.our-fleet-panel.fleet-page p a {
    color: #000 !important;
    font-size: 16px;
}

/*@media only screen and (min-width:720px){*/
  .lsow-team-members {
    text-align: center;
  }

  .lsow-team-members .lsow-grid-item {
    float:  none!important;
    display: inline-block!important;
    vertical-align:top;
  }
/*}*/

/*body.term-harbor-towing.active .our-fleet-panel .textwidget p img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

body.term-harbor-towing.active .our-fleet-panel.fleet-page p a {
    color: #c00000 !important;
}*/

.site-container {
    overflow: hidden;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 665px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 280px;
	}

	.header-widget-area .textwidget p, .header-widget-area .textwidget a {
    		font-size: 14px;
    		margin: 0 5px;
	}

	.genesis-nav-menu a {
		font-size: 16px;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 22px;
	}

	.page-featured-image h1.entry-title {
    		font-size: 36px;
	}

	.page-template-default .site-inner .sidebar {
    		width: 400px;
	}

	.unique-section h1 {
    		font-size: 36px;
	}

	.panel-3.sidebar .col p {
    		padding: 0 20px;
	}

	.panel-3.sidebar p {
    		font-size: 14px;
	}

	.panel-3.sidebar .col a {
    		margin: 20px auto 0;
	}

	.quote-request-panel.sidebar input {
    		width: 330px !important;
	}

	#hero-img {
    		height: 700px;
	}

	#hero-img .slider-text .textwidget {
    		margin: 250px 0 0;
	}

	.stats-row {
    		margin: 180px 0 0;
	}

	.panel-3 .col p {
		font-size: 14px;
	}

	.col a {
    		margin: 30px auto 0;
	}

	.projects-row .col h3 {
    		padding: 150px 35px 0;
	}

	.projects-row .panel-grid-cell:hover .col h3 {
    		padding: 40px 35px 0;
	}

	.projects-row .col p {
		font-size: 15px;
    		padding: 0 20px;
	}

	.projects-row .col a {
    		margin: 20px auto 0;
	}

	.testimonials-panel .caption p, .testimonials-panel .caption p a {
    		font-size: 16px;
	}

	.quote-request-panel .textwidget {
    		padding: 0;
	}

	.quote-request-panel input {
    		margin: 0;
	}

}

@media only screen and (max-width: 980px) {
	#nav_menu-3 {
    	float: left;
	}
	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 0 5%;
		padding: 0rem 5%;
	}

	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}
	
	.header-widget-area .textwidget a.search-icon {
		/*display: block;*/
		margin-top: 12px;
    	margin-left: 10px; 
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}

	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	
	.header-widget-area .textwidget p span.phone-numbers {
		margin-right: auto;
	}
	
	.header-widget-area .textwidget p span.phone-numbers,
	.header-widget-area .textwidget p a.mail-icon {
		display: block;
		vertical-align: top;
		text-align: center;
	}

	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon, .c-hamburger {
		display: block;
		position: absolute;
    		top: 0;
    		right: 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}

	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}

	.page-featured-image h1.entry-title {
    		font-size: 28px;
	}

	.unique-section {
    		padding: 0px 0 20px;
	}

	.page-template-default .site-inner .sidebar {
    		margin: 0 auto;
	}

	.footer-sec {
		text-align: center;
		padding: 20px 0;
	}

	.footer-sec .panel-grid-cell {
    		border-right: none;
    		padding: 70px 0 50px;
    		min-height: 100%;
	}

	.site-footer p, .site-footer a {
    		font-size: 12px;
	}

	.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
    		background: transparent;
	}

	.genesis-nav-menu .sub-menu {
		border-bottom: none;
		padding: 0;
		background: transparent;
	}

	.genesis-nav-menu .sub-menu a {
		color: #fff;
		font-size: 16px;
    		font-family: 'Montserrat', sans-serif;
		text-align: left;
	}

	.genesis-nav-menu .sub-menu a:hover {
    		background: none;
	}

	.home .site-header {
    		background: rgba(0,0,0,0.8);
	}

	#hero-img {
    		height: 500px;
	}

	#hero-img .slider-text .textwidget {
    		margin: 140px 0 0;
	}

	.stats-row {
    		display: block !important;
	}

	.stats-row .panel-grid-cell {
    		float: left !important;
    		width: 33% !important;
	}

	.stats-row {
    		margin: 90px 0 0;
	}

	body .testimonials-panel .metaslider .caption-wrap {
		height: auto !important;
	}

	.quote-request-panel .gform_wrapper ul li.gfield {
    		clear: both;
    		float: none;
	}

	.quote-request-panel input {
		width: 320px !important;
    		margin: 0 auto;
    		display: block;
	}

	#gform_submit_button_1 {
		float: none;
		margin: 0 auto;
		display: block;
	}

	.no-page-featured-image {
    		margin: 40px 0 0;
	}

	.footer-col1 img, .footer-col3 img {
		margin: 0 auto;
	}

	.projects-row .panel-cell-style.active {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	#custom_html-2 {
    	float: none;
    	padding: 0 0 10px;
	}
	
	.sub-menu li.menu-item-red {
    	background: transparent;
	}
	
	.genesis-nav-menu .sub-menu li.menu-item-red a {
    	padding: 10px 7px;
	}
	
	.page-featured-image {
    	margin: 0 0 20px;
	}

}

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

	section#black-studio-tinymce-6 {
		text-align: left;
		max-width: 85%;
		margin: 0 auto;
	}
	/*
	#menu-main-menu{
		top: 0;
    	position: absolute;
    	background: #333;
	}
	.c-hamburger{
		z-index:10;
	}
	.c-hamburger--htx.is-active{
		background-color:#333 !important;
	}
	#menu-main-menu .sub-menu a{
		padding: 0 2rem !important;
	}
	*/
}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	.page-featured-image h1.entry-title {
    		font-size: 22px;
	}

	.unique-section h1 {
    		font-size: 30px;
	}

	.unique-section1 h2 {
    		font-size: 26px;
	}

	.unique-section1 h3 {
    		font-size: 24px;
	}

	body {
		font-size: 16px;
	}

	.page-template-default .site-inner .sidebar {
    		width: 320px;
	}

	.panel-3.sidebar .col p {
    		padding: 0 5px;
    		font-size: 12px;
	}

	.panel-3.sidebar .panel-grid-cell .widget_black-studio-tinymce img {
    		padding: 80px 0 0;
    		width: 120px;
	}

	.quote-request-panel h2 {
    		font-size: 30px;
	}

	.quote-request-panel.sidebar input {
    		width: 260px !important;
	}

	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    		line-height: 1;
	}

	.stats-row h2 {
    		font-size: 30px;
	}

	.stats-row p {
    		font-size: 16px;
	}

	.panel-3 .panel-grid-cell .widget_black-studio-tinymce img {
		width: 210px;
    		padding: 70px 0 0;
	}

	.panel-3 .panel-grid-cell:hover .widget_black-studio-tinymce img {
    		padding: 20px 0 0;
	}

	.panel-3 .col p {
    		font-size: 13px;
		padding: 0 20px;
	}

	.col a {
    		margin: 10px auto 0;
	}

	.our-project h2, .our-fleet-panel h2, .pacific-panel h2, .pacific-panel h2, .safety-panel h2 {
    		font-size: 30px;
	}

	.quote-request-panel p {
    		font-size: 20px;
	}

	#featured-image {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.title-area {
    		padding: 20px 0 0px;
	}

	.all-projects article ,.all-services article,.all-fleets article  {
		width: 100%;
	}

	.page-featured-image h1.entry-title {
		margin-top: 50px;
	}

	.project-btns a.red-button {
    	width: 320px;
    	font-size: 16px;
	}

	.req-estimate-btn {
    	position: fixed;
    	top: auto;
    	bottom: 0;
    	right: 0;
	}

	.req-estimate-form {
    	position: absolute;
    	right: 0;
    	top: 0px;
	}

	input#input_2_6, input#input_2_7 {
    	width: 90% !important;
	}

	.projects-row .so-widget-sow-image img {
    	height: 350px !important;
	}

	.our-projects.fleets li {
    	margin: 0 auto;
    	display: block;
	}

}

/* Additional styles Feb 5th, 2021 */
.testimonials-panel a.red-button,.overlay-grids a.hero-btn,.our-fleet-panel a.hero-btn{
    background: transparent !important;
    border: 2px solid #fff;
    width: 180px;
    padding: 10px 0;
}

.testimonials-panel a.red-button:hover,.overlay-grids a.hero-btn:hover,.our-fleet-panel a.hero-btn:hover {
	background: #b41115 !important;
	border: 2px solid #b41115;
}

.our-fleet-panel.fleet-page a.hero-btn{
    background: #c00000 !important;
    border: 2px solid #fff;
    width: 180px;
    padding: 10px 0;
	color:#fff !important;
}

.our-fleet-panel.fleet-page a.hero-btn:hover {
	background: #b41115 !important;
	border: 2px solid #b41115;
}

a.site-btn{
	background: #c00000 !important;
	width: auto;
	display: inline-block;
	padding: 10px 20px;
}

.single-service h1.entry-title{
	text-align: center;
    font-size: 45px;
    color: #fff;
    display: block;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 130px;
}

.page-id-42 .lsow-team-members .lsow-team-member .lsow-social-list .lsow-social-list-item{
	margin: 0 auto;
}

/* Based on different mobile responsiveness test this break point was chosen than 640 or 980 */
@media only screen and (min-width: 767px){
	.page-id-42 .lsow-team-members .lsow-team-member .lsow-social-list .lsow-social-list-item a.lsow-email{
		width: 150px;
		height: 150px;
		display: block;
		margin: -85px auto 0 auto;
		border-radius: 150px;
	}
	.lsow-team-members.lsow-style1 .lsow-team-member:hover .lsow-image-wrapper .lsow-social-list i{
		position: absolute;
		left: 50%;
		top: 70%;
		transform: translate(-50%);
	}
}

#download.ow-icon-placement-right{
	margin: 30px;
}
#download.ow-icon-placement-right:before{
	display:none;
}

/* Custom employee login pages styles */

ul#menu-employee-menu{
	list-style: none;
    min-height: 50px;
    margin: 30px 0;
}

ul#menu-employee-menu li{
	padding: 10px 15px 10px 0px;
	float: left;
}

ul#menu-employee-menu li a:hover{
	color: #333;;
}

ul#menu-employee-menu li a.active:before, ul#menu-employee-menu li a:hover:before{

}
/* Employee pages styles end */

/* #ajaxsearchlite1 */
#ajaxsearchlite1{
  	width: 0;
	margin: 5px 0 0 15px;
	transition: width 0.25s linear;
	border: none !important;
}
#ajaxsearchlite1.search-open{
  	width: 220px;
	margin-left: 40px;
	border: 2px solid rgb(180, 17, 21) !important;
}

#ajaxsearchlite1 .probox .promagnifier{
	box-shadow: none;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    padding: 3px !important;
}

#ajaxsearchlite1 input::-webkit-input-placeholder, #ajaxsearchlite1 input::placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
#ajaxsearchlite1 input::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
#ajaxsearchlite1 input:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
#ajaxsearchlite1 input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	color: #fff !important;
}

@media only screen and (min-width: 980px){
	#ajaxsearchlite1{
    	float: right;
	}	
}

@media only screen and (max-width: 980px) {
	#ajaxsearchlite1.search-open {
		margin: 10px auto;
	}
}

@media only screen and (max-width: 360px){
	#ajaxsearchlite1{
		margin: -40px 0 0 15px;
	}
	#ajaxsearchlite1.search-open{
		position: relative;
		margin-top: 5px;
    	width: 83%;
    	left: 0;
	}
}
/* end #ajaxsearchlite1 */