/*   
Theme name: BigTuna
Theme URI: http://bigtuna.com
Description: A responsive WordPress theme
Author: BigTunaWeb
Author URI: http://bigtuna.com
Version: 1.0
*/

@charset "utf-8";

/* CSS RESET
================================ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a, a:hover {text-decoration: none;}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
td {vertical-align: top;}
html {overflow-y:scroll;}

/* GLOBAL DECLARATIONS
================================ */

body { font-family: 'Open Sans', sans-serif; font-size: 12px; -webkit-font-smoothing: antialiased; overflow: hidden; }
body.page-template-page-landing {background:url(images/home-bg.jpg) top left no-repeat; background-size:100% 100%; }
body.page-template-page-landing .content {background:transparent;}
body.page-id-143 .hero-form { display:none; }

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

.left { float: left; }
.right { float: right; }

.va-parent { font-size: 0; }
.va-parent > * { font-size: initial; }
.va-top { float: none; display: inline-block; vertical-align: top; }
.va-middle { float: none; display: inline-block; vertical-align: middle; }
.va-bottom { float: none; display: inline-block; vertical-align: bottom; }

img { max-width: 100%; display: block; }

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

/*header,
section,
main,
footer { padding: 15px 0; }*/


/* HEADER
================================ */

header { padding:10px 0 5px; background:#005fb8; border-bottom:3px solid #ff6600; }

a#logo img { display: block; margin: auto; }

@media only screen and (min-width: 768px) {
  a#logo { display: inline-block; vertical-align:middle; }
  a#logo img { margin-left: 0; }
}

.phone-wrapper { display: inline-block; overflow: hidden; float: right; white-space:nowrap;}

.phone-wrapper > *,
#phone > * { display: inline-block; vertical-align: middle; }

.phone-wrapper img { display: block; }
.phone-wrapper i { font-size: 25px; padding: 5px 0px; color: #fff; }
.phone-wrapper span { padding: 5px 5px; }
a#phone { display: inline-block; color: #fff; font-family:'Hind'; font-weight: 300; font-size: 22px; overflow: hidden; }
a#phone:first-of-type {margin-right:15px;}

@media only screen and (max-width:991px) { 
    .phone-wrapper { float: none; margin: 25px; }
}

@media only screen and (max-width: 767px) { 
    header {  text-align: center; }
    a#logo { display: block; float: none; margin-top: 25px; text-align: center; }
    .phone-wrapper { float: none; margin: 25px; }
}

header .header-btns {display:inline-block; vertical-align:middle; margin-left:10px;}

@media only screen and (max-width:1199px) {
	.header-btns a {font-size:13px;}
}

@media only screen and (max-width:991px) {
	.text-center-sm { text-align:center; }
}

/* NAVIGATION
================================ */

/* NAVIGATION GENERAL STYLES
================================ */
nav { background:transparent; font-family:'Hind'; font-weight:300; font-size: 15px; text-transform:uppercase; position: relative; float:right;}



@media only screen and (max-width: 998px) and (min-width: 768px) {
nav {font-size: 13px;}
}
nav a:hover,
nav a:focus { text-decoration: none; }
nav a { display: block; }

@media only screen and (min-width: 768px) {
  nav {margin-top:30px;}
    #navbar.collapse { display: block; visibility: visible; }
}

@media only screen and (max-width: 767px) {
  nav {float:none;}
    #navbar { background: #005fb8; position: relative; top: 100%; left: 0; right: 0; z-index: 1; }
}
@media only screen and (max-width:991px) { 
    nav {float:none; margin-top:0;}
	nav ul {display:inline-block;}
}


/* NAVIGATION MOBILE MENU TOGGLE
================================ */
.navbar-toggle.collapsed { background: #fff; }
.navbar-toggle { background: #ccc; }
.navbar-toggle .icon-bar { background: #252525; }

/* NAVIGATION FIRST LEVEL
================================ */
.menu-item a { padding: 15px 6px 15px; color: #fff; }
nav .menu-item a {text-shadow:1px 1px 5px #000; }
.menu-item a:focus,
.menu-item.open > a,
.menu-item a:hover,
.menu-item.active a,
.menu-item.active a:hover,
.menu-item.active a:focus { background:transparent; color: #ff6600;  }

@media only screen and (max-width:1199px) {
	.menu-item a {padding:15px 5px; font-size:13px;}
}

@media only screen and (max-width: 998px) and (min-width: 768px) {
.menu-item a { padding: 15px 6px 15px; font-size: 14px;}
}

@media only screen and (min-width: 768px) {
    .menu-item { float: left; }
}

@media only screen and (max-width: 767px) {
	nav .menu-item {text-align:left;}
}

/* NAVIGATION SECOND LEVEL
================================ */

.dropdown-menu { margin-top: 1px; border-radius: 0; border: none; padding: 0; background: #005fb8; }
.dropdown-menu > li { width: 100%; }
.dropdown-menu > li > a { padding: 15px; color: #fff; font-family:'Hind'; font-weight:300; font-size: 16px; text-transform:uppercase; }

.dropdown-menu > li > a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus { background: #005fb8; color: #ff6600; }

@media only screen and (max-width: 767px) {
    .dropdown-menu { position: relative; background: none; width: 100%; float: none; box-shadow: none; margin-top: 0; }
    .dropdown-menu > li > a { color: #fff; }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus { background: #005fb8; color: #ff6600; }
}

.class-banner {
	background:yellow;
	text-align:center;
	padding:15px 0;
}
.class-banner p span {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
}
.class-banner a { color:#000; }
/* SLIDER
================================ */

.slider-wrap { position:relative; }

.metaslider .slides li { }
.slider-wrap .metaslider .caption-wrap { opacity: 1; background: none; opacity: 1; top:100px; right:4%; bottom:initial; left:initial; text-align:right;}
.slider-wrap .metaslider .caption { background: rgba(0, 95, 184, 0.5); text-align:center; border-top:8px solid #005fb8; border-bottom:8px solid #005fb8; color: #fff; display:inline-block; text-transform:uppercase; text-shadow:2px 2px 5px #000; }
.slider-wrap .metaslider .caption h3 {font-family:'Hind'; font-weight:300; font-size:54px; }
.slider-wrap .metaslider .caption h3 strong {font-weight:600; color:#ff6600;}
.slider-wrap .metaslider .caption h4 {font-family:'Hind'; font-weight:600; font-size:23px; letter-spacing: 4px; }


@media only screen and (max-width: 991px) {
    .slider-wrap .metaslider .caption { font-size: 1.5rem; }
}

.mid-feature {background:#000; border-top:1px solid #ff6600; border-bottom:1px solid #ff6600; padding:15px 0;}
.mid-feature h1 {font-family:'Hind'; font-size:20px; font-weight:300; color:#fff; line-height:30px;}
.mid-feature h1 strong {font-weight:600;}
.mid-feature a.apply {display:inline-block; border:1px solid #ff6600; color:#fff; background:transparent; padding:8px 12px; font-family:'Hind'; font-size:16px; text-transform:uppercase; font-weight:300; border-radius:4px; margin-top:10px; transition: background 0.5s, color 0.5s; -webkit-transition: background 0.5s, color 0.5s;}

.mid-feature a.apply:hover { background: #fff; color: #000; }

/* HOMEBOXES
================================ */

.homeboxes { padding:3px 0; background:#fff; }
.homeboxes .row .col-xs-12:first-of-type {padding-left:0;}
.homeboxes .row .col-xs-12:last-of-type {padding-right:0;}
.homeboxes .row .col-xs-12 {padding:0 3px;}

.homebox { border: 1px solid #ff6600; overflow: hidden; position: relative; transform: translateZ(0); -webkit-transform: translateZ(0); margin:3px 0;}
.homebox img { width: 100%; display: block; }
.homebox .overlay {opacity:1; height:100%; width:100%; background:rgba(0, 95, 184, 0.6); transition:opacity 0.5s; -webkit-transition:opacity 0.5s; position:absolute; top:0; left:0; right:0; bottom:0; z-index:1000;}
.homebox:hover .overlay {opacity:0;}
.homebox h3 {font-family:'Hind'; font-weight:300; color:#fff; text-shadow:1px 1px 5px #000; text-transform:uppercase; font-size:50px; line-height:50px; padding:15px; position:absolute; bottom:0; left:0; z-index:1001;}
.homebox h3 strong {font-weight:600;}


/* CONTENT
================================ */

body.error404 .content,
body.search .content { padding-bottom: 25px; }
body:not(.page-template-index) .content {padding:20px 0;}
.content {  }
.content { font-size: 16px; color: #3f3f3f; line-height: 28px; overflow: hidden; font-family:'Hind';}

.content h1,
.content h2,
.content h3 { color: #000; font-weight: 400; margin: 10px 0; }

.content h1 {  font-size: 28px; }
.content h2 { font-size: 22px; }
.content h3 { font-size: 18px; }
.content p { padding: 10px 0; }
.content a { color: #13264b; }
.content p a:hover { text-decoration: underline; cursor: pointer; }

.content ul.contentList {  }
.content ul.contentList li:before { content: '\2022'; position: absolute; top: 0px; left: 0; font-size:21px; line-height: 1.5; color:#0071BC;}
.content ul.contentList li { padding-left: 20px; position:relative;}

.inner-content img.left { float: left; margin: 10px 15px 15px 0; }
.inner-content img.right { float: right; margin: 10px 0 15px 15px; }
.inner-content img.border { border: 1px solid #c2c2c2; }

.ngg-gallery-thumbnail-box {width:24%;}
.ngg-gallery-thumbnail {width:100%; height:100%;}
.ngg-gallery-thumbnail img {width:100%; height:100%;}

@media only screen and (max-width: 767px) { 
    .inner-content img:not(.wpcf7-captchac):not(.keep):not(.ajax-loader) { display: none; }
    /* OVERRIDE FOR IMAGES THAT MAY BE INJECTED DYNAMICALLY BY PLUGINS
    ================================================================== */
  .ngg-gallery-thumbnail-box {width:48%;}
    .ngg-gallery-thumbnail img { display: block !important; }
}

/* SIDEBAR
================================ */
/*  hack to make sidebar full height of content area: */
/* padding: 15px 0 10030px; margin-bottom: -9999px; */
.sidebar { position: relative; padding: 15px; text-align: center; line-height: 1; }
.sidebar .col-xs-12 { padding: 15px; }

.sidebar h2 { margin: 0 0 30px; }

.sidebar .boxy { border: 1px solid #bcbcbc; padding: 15px; }

.content ul { list-style: none; text-align: left; }
.content li { padding: 10px; position: relative; }

.content ul.bullet {  }
.content ul.bullet li:before { content: '\2022'; position: absolute; top: 1px; left: 0; font-size: 30px; line-height: 1.5; }
.content ul.bullet li { padding-left: 20px; }

.content ul.border { border: 1px solid #bcbcbc; }
.content ul.border li:not(:last-of-type) { border-bottom: 1px solid #bcbcbc; }

.content ul.border.bullet li:before { left: 10px; }
.content ul.border.bullet li { padding-left: 30px; }

.sidebar .gmap { border: 1px solid #bcbcbc; }
.sidebar .gmap iframe {  width: 100%;  height: auto; display: block; }

/* locations */

.locations { font-family: 'Open Sans', sans-serif; border-top: 1px solid #636363; padding: 20px 0; }
.locations h6 { color: #000066; font-weight: 600; font-size: 18px; }
.locations p { color: #414141; font-weight: 400; font-size: 15px; }

/* blog */

.post-item { margin-bottom: 15px; padding-bottom: 30px; border-bottom: 1px dashed #ECE; }
.post-item .post-item-header { overflow: auto; border-bottom: 1px solid #e3e3e3; padding-bottom: 15px; }
.post-item .post-item-header h2 { font-size: 18px; color: #a4a4a4; margin-top: 15px; }
.post-item .post-content { margin: 10px 0; }
.post-item img.post-item-thumb { float: left; border: 3px solid #ccc; outline: 1px solid #ddd; margin: 12px 22px 10px 0; width: 250px; max-height: 250px; }

@media only screen and (max-width: 767px) { 
    .post-item img.post-item-thumb { float: none; display: block; width: 100%; max-height: initial; }
}

.sidebar-blog { text-align: left; }
.sidebar-blog ul { list-style: none; border: 1px solid #dddddd; border-radius: 5px; overflow: hidden; margin: 25px 0; }
.sidebar-blog ul li { padding: 8px 14px; border-bottom: 1px solid #dddddd; background-color: #fff; font-size: 13px; color: #003471; font-weight: 400; }
.sidebar-blog ul li a { color: #003471;  }
.sidebar-blog ul li:last-child { border-bottom: none; }
.sidebar-blog ul li:hover { background-color: #e8e8e8; }

@media only screen and (max-width: 991px) { 
    .sidebar-blog ul li { padding: 16px 14px; }
}

.sidebar-blog .searchform { margin: 25px 0; }
.sidebar-blog .searchform input[type="text"] { border: 1px solid #ccc; border-radius: 4px; width: 68%; padding: 4px; }
.sidebar-blog .searchform input[type="submit"] { border: 1px solid #275674; color: #fff; background-color: #275674; border-radius: 4px; width: 30%; padding: 9px; }

.sidebar-blog .social { padding: 0; background-color: #003471; border: 1px solid #6d7b8b; color: #fff; font-size: 16px; font-weight: 600; font-family: 'Open Sans', sans-serif;  }
.sidebar-blog .social span { display: inline-block; margin: 12px 0 0 10px; }
.sidebar-blog .social .icons { float: right; margin: 0 8px; height: 44px; }
.sidebar-blog .social .icons img { display: inline-block; margin: 8px 0; }

.sidebar-blog ul.meta { border: none; border-radius: 0; }
.sidebar-blog ul.meta li { width: 48%; float: left; border: 1px solid #cccccc; color: #fff; text-align: center; background-color: #275674; border-radius: 4px; }
.sidebar-blog ul.meta li:nth-child(odd) { float: left; }
.sidebar-blog ul.meta li:nth-child(even) { float: right; }
.sidebar-blog ul.meta li a { color: #fff; }

a.read-more { padding: 10px; float: right; text-align: center; color: #fff; border: 1px solid #275674; background-color: #275674; font-size: 13px; font-weight: 700; margin-top: -5px; }

.pagination {  margin: 10px 0;  }
.pagination .page-numbers { border: 1px solid #dddddd; background-color: #fff; display: inline-block; padding: 5px 10px; float: left; font-size: 12px; font-weight: 400; color: #000; }
.pagination .page-numbers:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.pagination .page-numbers:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination a.page-numbers { color: #2a6496; }
.pagination a.page-numbers:hover { background-color: #ebebeb; color: #2a6496; }

.hard-button { border: 1px solid #598527; border-radius: 4px; background-color: #275674; color: #fff; font-size: 16px; font-weight: 700; margin: 20px 0; overflow: hidden; height: 47px; line-height: 16px; }
.hard-button .body { float: left; width: 80%; }
.hard-button .title { font-style: italic; font-weight: 600; padding: 3px 10px; display: block; border-bottom: 1px solid #6fa327; }
.hard-button .sub { padding: 3px 10px; display: block; }
.hard-button .fa { float: right; width: 20%; background-color: #598527; text-align: center; font-size: 38px; padding: 5px; box-sizing: border-box; height: 100%; }
.hard-button .fa.fa-comment-o { padding-top: 2px; }

/* portfolio */

#portfolio p { padding: 0; margin: 0; }

#portfolio .nav.nav-tabs { font-size: 14px; color: #111d72; }
#portfolio .nav-tabs>li a { background-color: #f1f1f1; border: 1px solid #c2c2c2; border-top-left-radius: 5px; border-top-right-radius: 5px; }
#portfolio .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #111d72; background-color: #fff; border-bottom: 1px solid #fff; }

#portfolio .tab-content { border: 1px solid #ccc; border-top: none; overflow: hidden; } 

#portfolio .ngg-gallery-thumbnail-box { width: 25%; margin: 0 !important;}
#portfolio .ngg-gallery-thumbnail { width: 90%; margin: 4%; }
#portfolio .ngg-gallery-thumbnail img { width: 100%; height: auto; }

@media only screen and (max-width: 767px) { 
    #portfolio .nav-tabs>li { float: none; display: block; background: none; border: none; }
    #portfolio .nav-tabs>li a { border-radius: 5px; display: block; margin: 5px 0; border: 1px solid #c2c2c2 !important; background-color: #fff; }
    
    #portfolio .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { background-color: #ddd; }
    
    #portfolio .ngg-gallery-thumbnail-box  { width: 50%; }
}

/* PANEL FORM
================================ */
.panel_form {
  font-size: 16px;
  color: #3F3F3F;
  line-height: 28px;
  font-family:'Hind';
  background: #efefef;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .panel_form {
    padding: 30px 0;
  }
}
.panel_form i {
  color: #005fb8;
}
.panel_form img {margin:auto;}
.panel_form h1,
.panel_form h2,
.panel_form h3 {
  color: #000;
  font-weight: 400;
  margin: 3px 0;
}
.panel_form h1 {
  font-size: 28px;
  margin: 15px 0 5px;
}
@media only screen and (max-width: 767px) {
  .panel_form h1 {
    margin-top: 10px;
  }
}
.panel_form h2 {
  font-size: 28px;
}
.panel_form h3 {
  font-size: 18px;
}
.panel_form p {
  padding: 10px 0;
}
.panel_form a {
  color: #000;
}
.panel_form ul {
  margin-bottom: 15px;
}
.panel_form li > i {
  font-size: 1.5rem;
  float: left;
  margin-right: 15px;
}
.panel_form li > span {
  display: block;
  overflow: auto;
}
.panel_form li > span h3 {
  margin: 5px 0 0 0;
  line-height: 1;
  overflow: hidden;
}
.panel-form-header {
  text-align: center;
  padding: 15px 15px 0;
  background:#fff;
}
.panel-form-header span > * {
  display: inline-block;
  vertical-align: middle;
}
.panel-form-header span i {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #ff6600;
}
@media only screen and (max-width: 1199px) {
  .panel-form-header span i {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
/* PANEL FORM WPCF7
================================ */
.safety-inspection .wpcf7-contact-page .submit-wrapper input { padding: 15px 30px; }


.panel-box {position:relative; box-shadow:2px 3px 5px -1px #404040;}
.panel_form .logos {}
.panel_form .logos img {display:inline-block; padding:0 22px;}
.wpcf7-panel-form {
  color: #252525;
  text-align: center;
}
.wpcf7-panel-form .col-xs-12 {
  padding: 0 7.5px;
}
.wpcf7-panel-form input,
.wpcf7-panel-form textarea {
  padding: 18px 10px;
  width: 100%;
  border: 1px solid #d7d7d7;
  display: block;
  background:#ebebeb;
	font-family: 'Lato';
 	font-weight: 700;
  color:#666;
  line-height: 1rem;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  transition: border-color 0.5s;
  outline: none;
  border-radius: 5px;
}
.wpcf7-panel-form input:focus,
.wpcf7-panel-form textarea:focus {
  border-color: #ff6600;
}
.wpcf7-panel-form span.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.wpcf7-panel-form .captcha-wrapper {
  padding: 13px 10px;
  background: #e4e4e4;
  margin-bottom: 15px;
  overflow: hidden;
  height: 56px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .wpcf7-panel-form .captcha-wrapper {
    width: 50%;
    float: left;
    margin-right: 15px;
  }
}
.wpcf7-panel-form .captcha-wrapper > img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.wpcf7-panel-form .contact-captcha > span {
  overflow: auto;
}
.wpcf7-panel-form .contact-captcha > span > input {
  width: 100%;
}
.wpcf7-panel-form img.ajax-loader {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto !important;
}
.wpcf7-panel-form .input-block {
    padding: 15px 15px 0;
    background: #fff;
}
.wpcf7-panel-form .submit-block {
  padding: 10px 15px 30px;
  background: #fff;
  width: 100%;
}
.wpcf7-panel-form .submit-wrapper {
  display: inline-block;
}
.wpcf7-panel-form .submit-wrapper:hover {
  background: #eb5e00;
  cursor: pointer;
}
.wpcf7-panel-form .submit-wrapper:hover label {
  margin-left: 10px;
  cursor: pointer;
}
.wpcf7-panel-form .submit-wrapper label {
  font-size: 16px;
  padding: 0 20px 0 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: margin-left 0.25s;
  -moz-transition: margin-left 0.25s;
  -o-transition: margin-left 0.25s;
  -ms-transition: margin-left 0.25s;
  transition: margin-left 0.25s;
  height: 24px;
}
.wpcf7-panel-form .submit-wrapper label i {
  color: #fff;
}
.wpcf7-panel-form .submit-wrapper input {
  width: auto;
  background: #ff6600;
  position: relative;
  border-radius:6px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-box-shadow: 0px 2px 2px #000;
  box-shadow: 0px 2px 2px #000;
  padding: 15px;
  color: #fff;
  border: none;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.wpcf7-panel-form .submit-wrapper input:hover {
  background: #eb5e00;
  cursor: pointer;
}
.wpcf7-panel-form ::-webkit-input-placeholder,
.wpcf7-panel-form :-moz-placeholder,
.wpcf7-panel-form ::-moz-placeholder,
.wpcf7-panel-form :-ms-input-placeholder {
  color: #999;
}

/* HERO CONTACT
================================ */

.hero-form { padding: 45px 0 30px; background: url(images/contact-background.jpg) center center no-repeat; background-size: cover; font-size: 15px; line-height: 30px; }

body.page-id-89 .hero-form,
body.page-id-83 .hero-form,
body.page-id-79 .hero-form { padding: 45px 0 30px; background: url(images/contact-background.jpg) center center no-repeat; background-size: cover; font-size: 15px; line-height: 30px; }

body.page-id-87 .hero-form,
body.page-id-81 .hero-form { padding: 45px 0 30px; background: url(images/contact-background-2.jpg) center center no-repeat; background-size: cover; font-size: 15px; line-height: 30px; }



.hero-form h2 { font-size: 40px; color: #fff; margin-bottom: 15px; font-weight: 400; }
.hero-form h2 i { margin-right: 15px; }
.hero-form h2 > * { display: inline-block; vertical-align: middle; }

.hero-form input[type="text"], .hero-form input[type="email"], .hero-form textarea {background:rgba(255,255,255,0.85); color:#000; font-size:20px;}
.hero-form ::-webkit-input-placeholder { color: #000; }
.hero-form :-moz-placeholder { color: #000; }
.hero-form ::-moz-placeholder { color: #000; }
.hero-form :-ms-input-placeholder { color: #000; }

@media only screen and (max-width: 767px) { 
    .hero-form { padding: 15px 0 0; }
    .hero-form h2 { font-size: 35px; text-align: center; }
}


/* FOOTER
================================ */

footer { background: #000; color: #fff; font-size: 14px; line-height: 20px; padding:15px 0; text-align:center;}
footer img {margin:auto; display:inline-block;}
footer a { color: #fff; text-decoration: none; display: block; }
footer .icons a {display:inline-block; padding:5px; transition:color 1s; -webkit-transition:color 0.5s;}
footer .icons a:hover {color:#ff6600;}
footer .icons a i {font-size:18px;}
footer .foot-details {font-size:14px; font-family:'Hind'; font-weight:300; padding:5px 0;}
footer ul {display:inline-block;}
/* !!!! BACKGROUND & COLOR !!!! */
footer .menu-item a {color:#fff; font-size:16px; font-family:'Hind'; padding:5px 25px 5px; font-weight:500; transition:color 1s; -webkit-transition:color 0.5s;}
footer .menu-item.open > a,
footer .menu-item a:hover { background: none; color:#ff6600; }

/* !!!! BACKGROUND & COLOR !!!! */
footer .menu-item.active a,
footer .menu-item.active a:hover,
footer .menu-item.active a:focus { background: none; color:#ff6600; }
footer .design { padding:5px 0; font-size:14px; font-family:'Hind'; font-weight:300;}
footer .design a { text-decoration: underline; display: inline-block; color: #fff; }

@media only screen and (max-width: 1199px) { 
    .footer .design { padding:  0 0 20px; }
}
@media only screen and (max-width: 767px) { 
    .footer .design { padding:  10px 0 15px; }
    footer .menu-item a { padding: 10px 15px 0 0; }
    .footer .nav>li>a { padding: 5px 15px; }
    .footer .nav>li:not(:last-of-type):after { content: none; }
}
@media only screen and (min-width: 768px) { 
    footer .menu-item a { padding-left: 0; }
}

/* WPCF7
================================ */

/* BIG FORM
================================ */

.wpcf7-standard-form { color: #000; position: relative; font-size: 12px; }
.wpcf7-standard-form textarea { height: 146px; }

.wpcf7-standard-form.contact img { height: 42px; }

.wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap { margin-top: 10px ;}

@media only screen and (max-width: 767px) {
    .contact-message { margin-top: 10px; }
}

.wpcf7-standard-form .wpcf7-submit { padding: 5px 35px; }

/* wpcf7 standard form :: START */

.wpcf7-standard-form.small img { height: 40px; }

.wpcf7-standard-form span.wpcf7-not-valid-tip { clear: both; }
.wpcf7-standard-form span.wpcf7-form-control-wrap { width: 100%; display: block; }
.wpcf7-standard-form div.wpcf7-validation-errors { background-color: #fff; }
.wpcf7-standard-form p { margin: 0; padding: 0; }

.wpcf7-standard-form input,
.wpcf7-standard-form select,
.wpcf7-standard-form textarea { width: 100%; border: 1px solid #cccccc; padding: 5px 10px; background-color: #fff; box-sizing: border-box; border-radius: 0; color: #000;}

.wpcf7-standard-form.short input,
.wpcf7-standard-form.short select,
.wpcf7-standard-form.short textarea { padding: 7px; }


.wpcf7-standard-form input:focus,
.wpcf7-standard-form select:focus,
.wpcf7-standard-form textarea:focus { outline: 1px solid #125a71; } 

.wpcf7-standard-form img.wpcf7-captchac { display: block; float: right; width: 32%; border: 1px solid #cccccc; clear: right; z-index: 2; }
.wpcf7-standard-form input.wpcf7-captchar { width: 67%; float: left; }
.wpcf7-standard-form.short input.wpcf7-captchar { float: left; }
.wpcf7-standard-form.short img.wpcf7-captchac { height: 33px; margin: 10px 0 8px; }

.wpcf7-standard-form.long img.wpcf7-captchac { height: 40px; }
.wpcf7-standard-form.long input.wpcf7-captchar {  }
.wpcf7-standard-form.long .wpcf7-form-control-wrap.captcha-1 { clear: left; }

.wpcf7-standard-form input.wpcf7-submit { float: right; clear: both; text-transform: uppercase; background-color: #252525; color: #fff; font-size: 12px; font-weight: 400; width: auto; padding: 10px 15px; }

@media only screen and (max-width: 767px) {
    .wpcf7-standard-form .wpcf7-submit { margin-top: 10px; }
}

.wpcf7-standard-form.long .wpcf7-form-control-wrap { display: block !important; }
.wpcf7-standard-form.long span.your-message { float: right; }

/* wpcf7 standard form :: END */

/* CONTACT PAGE
================================ */
.content .contact-h1 { font-weight: 400; }

.contact-widget { background:url(images/map-detail-bg.jpg) top right no-repeat, #0153a0; background-size:auto 100%; }
.contact-widget .container-fluid { padding: 0; text-align: center; }
.contact-widget .col-xs-12:first-of-type { padding: 15px; }
@media only screen and (min-width: 768px) {
  .contact-widget .container-fluid { padding-right: 15px; }
}

.map-wrapper { height: 350px; }
.map-wrapper iframe { width: 100%; height: 100%; }

.contact-widget { font-size: 15px; color: #fff; line-height: 28px; overflow: hidden; }
.contact-widget h1,
.contact-widget h2,
.contact-widget h3 { color: #fff; font-weight: 700; margin: 10px 0; font-family: 'Hind', sans-serif; text-shadow:1px 1px 5px #000; }

.contact-widget h1 {  font-size: 32px; }
.contact-widget h2 { font-size: 32px; font-weight: 500; }
.contact-widget h3 { font-size: 24px; font-weight: 300; }

@media only screen and (max-width: 767px) {
  .map-wrapper { border-top: 7px solid #ff6600; }
}

/* WPCF7
================================ */

div.wpcf7 img.ajax-loader { display: block; margin: 0 0 0 auto; }

.wpcf7-contact-page { color: #252525; padding-bottom: 15px; width: 100%; font-size: 15px; line-height: 30px; }
.wpcf7-contact-page input,
.wpcf7-contact-page textarea { padding: 15px; width: 100%; border: 1px solid #ccc; border-radius: 5px; display: block; transition: border-color 0.5s; -webkit-transition: border-color 0.5s; }
.wpcf7-contact-page input[type="text"], .wpcf7-contact-page input[type="email"], .wpcf7-contact-page textarea {font-size:20px;}
.wpcf7-contact-page textarea { height: 222px; }
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus { border-color: #ff6600; }
.wpcf7-contact-page span.wpcf7-form-control-wrap { margin-bottom: 15px; display: block; font-size: 20px; }
.wpcf7-contact-page .contact-captcha > img { height: 62px; width: 174px; float: left; margin-right: 15px; border-radius: 5px; }
.wpcf7-contact-page .contact-captcha > span { overflow: auto; }
.wpcf7-contact-page .contact-captcha > span > input { width: 100%; }

.wpcf7-contact-page .captcha-wrapper {
  padding: 13px 10px;
  background: #ff6600;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  height: 62px;
}
@media only screen and (min-width: 992px) {
  .wpcf7-contact-page .captcha-wrapper {
    width: 50%;
    float: left;
    margin-right: 15px;
  }
}
.wpcf7-contact-page .captcha-wrapper > img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.wpcf7-contact-page img.ajax-loader { display: inline-block; }
.wpcf7-contact-page .submit-wrapper { text-align: right; }
.wpcf7-contact-page .submit-wrapper input { width: auto; display: inline-block; background: #ff6600; padding: 10px 30px; color: #fff; border: none; transition: background 0.25s; font-size: 18px; }
.wpcf7-contact-page .submit-wrapper input:hover { background: #eb5e00; }

::-webkit-input-placeholder { color: #999999; }
:-moz-placeholder { color: #999999; }
::-moz-placeholder { color: #999999; }
:-ms-input-placeholder { color: #999999; }


/* CONTACT PAGE
================================ */

.contact-location { color: #fff; font-weight: 600; line-height: 1.2; background-color: #252525; padding: 30px 15px; }

.contact-location p { padding: 0; }
.contact-location p:first-of-type { font-weight: 700; font-size: 22px; font-family: 'Open Sans Condensed'; margin-bottom: 5px;}

/* contact page :: START */

.contact-social { text-align: left; }
.contact-social h2 { margin: 25px 0; font-family: 'Open Sans Condensed'; }
.contact-social a { display: inline-block; vertical-align: top; margin-right: 8px; }
.contact-social img { display: block; }

.contact-map-large { height: 260px; border: 7px solid #252525; margin: 20px 0; }
.contact-map-large iframe { display: block; width: 100%; height: 100%; }

/* contact page :: END */

/* content list */
ul.contentList { list-style-type: none; margin: 0; padding: 0; }
ul.contentList li { margin: 3px 0 3px 12px; padding: 0 0 0 15px; background: url(images/bullet.png) top 12px left no-repeat; }

/* horizontal line */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #d6d6d6; margin: 1.5em auto; padding: 0 }


/* blockquote */

blockquote { max-width: 95%; padding: 0px 20px;}

@media only screen and (max-width: 991px) {
blockquote { max-width: 100%; }
} 

blockquote:before {
   content: '\f10d';
   font-family: 'FontAwesome';
   font-size: 40px;
   color: #79a3f8;
   display: block;
   float: left;
   padding-right:10px;
}
blockquote:last-child { margin-bottom: 0; }
blockquote p { padding: 0 !important; margin-top: 25px; font-size: 20px; color: #494949; line-height: 45px; }
blockquote .person { text-align: left; font-weight: bold; color: #494949; font-weight: 600; padding-top: 10px; font-size: 20px; font-style: italic; }
blockquote .person:before { content: '\2014'; color: #494949; font-weight: 600; font-size: 20px; padding-right: 5px; margin-left: 20px; float: left; margin-top: 6px; margin-right: 10px; }
blockquote .person p { overflow: auto; margin-top: 0; }


/* image float */
img.img-left { float: left; margin: 10px 20px 10px 0px; }
img.img-right { float: right; margin: 10px 0px 10px 20px; }

.fw-header { font-family: 'Roboto'; font-weight: 400; font-size: 28px; color: #fff; text-align: center; padding: 25px 0; background: #1B1464; }
.jumbo-contact { padding: 50px 0; background: url(images/contactbg.jpg) center center no-repeat; background-size: cover; border-top: 10px solid #ccc; }

@media only screen and (min-width: 768px) {
	.jumbo-contact input[type="text"], .jumbo-contact input[type="email"], .jumbo-contact select, .jumbo-contact textarea { 
		background:rgba(238,238,240,0.8); 
		color:#666;
		font-family:'Lato';
		font-size:16px;
	}
	.jumbo-contact .contact-captcha > img {height:51px; width:168px;}
    	.jumbo-contact .wpcf7-standard-form img.wpcf7-captchac {margin:6px 0;}
	.jumbo-contact ::-webkit-input-placeholder { color: #666; }
	.jumbo-contact :-moz-placeholder { color: #666; }
	.jumbo-contact ::-moz-placeholder { color: #666; }
	.jumbo-contact :-ms-input-placeholder { color: #666; }
	.jumbo-contact .submit-wrapper input {background:#73a1bb; box-shadow:2px 2px 5px #666; font-family:'Hind'; font-weight:700; font-size:16px;}
}

/* ASSOCIATES SLIDER
================================ */

.assoc {}
.assoc .assoc-slider {margin-bottom:0; padding:40px 0;}
.assoc .assoc-slider .slick-slide {text-align:center;}
.assoc .assoc-slider .slick-slide:last-of-type {text-align:center;}
.assoc .assoc-slider a {display:inline-block; float:none; vertical-align:middle; }
.assoc .slick-prev:before, .assoc .slick-next:before {color:#000 !important;}
.assoc .assoc-slider a:focus {outline:0;}
.assoc .assoc-slider a img {max-width:100%; display:inline-block;}


/* resize iframe */
.iframe-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* content container*/


.content .toggle-title {background-color: #005fb8; color: #fff; border-bottom: 3px solid #ff6600; border-left: 3px solid #ff6600; border-right: 3px solid #ff6600;; padding: 10px 0; width: 100%; text-align: center; font-weight: 600; margin: 0px; }
.content .toggle-content { background-color: #fff; padding: 20px 20px; border-bottom: 3px solid #ff6600; border-left: 3px solid #ff6600; border-right: 3px solid #ff6600; width:100%; }
body.page-id-83 .inner-content img { margin-top:30px; border-top: 3px solid #ff6600; border-left: 3px solid #ff6600; border-right: 3px solid #ff6600; } 

/* sidebar call to action */

.side-bar-inspection { background: #6E9BCE; border-top: 8px solid #005fb8; border-bottom: 8px solid #005fb8; max-width:100%; padding: 15px 25px; margin: 15px 0;}
.side-bar-inspection h1 { color: #fff; font-size: 32px; text-shadow: 2px 2px 5px #000; text-align: center; }
.side-bar-inspection p { color:#fff; font-size: 16px; margin-bottom: 10px; font-weight: 600; line-height: 1.3em; }
.side-bar-inspection span {text-transform: uppercase; color: #ff6600; }
.side-bar-inspection img { border: 2px solid #ff6600; }
.side-bar-inspection a.learn-more {
    border: 2px solid #fff;
    border-radius: 6px;
    background: transparent;
    font-family: 'Hind';
    font-size: 18px;
    color: #fff;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    padding: 5px 10px;
}

.side-bar-inspection a.learn-more:hover {
    background: #fff;
    color: #000;
}
.btn-primary { width:100%; }

h3.big {
	text-transform:uppercase;
	font-size:56px;
	width:100%;
	color:#fff;
	background:#FF6600;
	padding:2rem 0 1.5rem;
	position:relative;
}
h3.big:before {
	content:'\f054';
	font-family:'FontAwesome';
	color:#fff;
	font-size:56px;
	position:absolute;
	top:50%;
	left:5%;
	transform:translatey(-50%);
	-webkit-transform:translatey(-50%);
	-moz-transform:translatey(-50%);
}
h3.big:after {
	content:'\f053';
	font-family:'FontAwesome';
	color:#fff;
	font-size:56px;
	position:absolute;
	top:50%;
	right:5%;
	transform:translatey(-50%);
	-webkit-transform:translatey(-50%);
	-moz-transform:translatey(-50%);	
}
.info-box {
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:5px 0;
}

.course-boxes {
	
}
.course-boxes .course-box {
	border:3px solid #ff6600;
	margin-bottom:2rem;
}
.course-boxes .course-box img {
	min-height:282px;
}
.course-boxes select {
	background-color: #005fb8;
	color:#fff;
	font-size: 22px;
	font-weight:600;
	width:100%;
	text-align:center;
}

.safety-training-form { padding:50px 0; }

.safety-training-form input,
.safety-training-form select {
    padding:10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
}
.safety-training-form p.small {font-size:12px; line-height:1;}
.safety-training-form p.small a {font-size:12px;}
.safety-training-form p a {font-size:20px; text-decoration:underline;}


.wpcf7-spinner {display:block;}
.hollow-web-design-01 {
  display:block;
}
.hollow-web-design-01 .top-half {
/*   background:#fff; */
  padding:4rem 0 0;
}
.hollow-web-design-01 .top-half h1 {
  color:var(--defaultMainDark);
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#000;
  text-align:center;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0px;
  margin:0 12rem 1rem;  
}
.hollow-web-design-01 .top-half p {
  font-size:1rem;
  color:#000;
  font-weight:500;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
/*   background:#F6F6F6; */
  padding:2rem 0 2rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea,
.hollow-web-design-01 .bottom-half .form-wrap .wpcf7-form-control:not(.wpcf7-submit) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 0px 10px 15px !important;
    border-radius: 10px !important;
    border: 1px solid #DCDCDC !important;
}
.hollow-web-design-01 .bottom-half .form-wrap textarea { height:9em; }
.hollow-web-design-01 .bottom-half .form-wrap textarea::placeholder { color:#000; }
.hollow-web-design-01 .bottom-half .form-wrap input[type="submit"] {
    background:var(--defaultMainAccent);
    border-radius:35px;
    text-transform:uppercase;
    border:none;
    font-weight:500;
    display:block !important;
    width:auto !important;
    margin:1rem auto 0 !important;
    float:none !important;
    clear:both !important;
    padding: 10px 22px !important;
    background: var(--defaultMainAccent, #2b90b9) !important;
    color: #fff !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    line-height: 1.2 !important;
}
.page-id-7247 .wpcf7-spinner,
.page-id-7247 .wpcf7-response-wrap{
	display: none;
}
@media only screen and (max-width:767px) {
  .hollow-web-design-01 .top-half h2 {
    margin:0 3rem 1rem;
  }
  .hollow-web-design-01 .top-half p {
    font-size:1rem !important;
  }
  .hollow-web-design-01 .bottom-half .form-wrap {
    width:80%;
  }
}