/* ----- Debug Styles ----- */
/* div { outline: 1px dashed #f00; outline: 1px dashed rgba(255, 0, 0, .2) !important; } */

body {
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.strong {
    font-weight: bold;
}

.col .no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

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

img.nofit {
    max-width: unset;
}

/* PHONE AND UP */

h1, h2, h3, h4, h5, h6 {
    color: #47b44f;
}

h1, h2 {
    text-transform: uppercase;
}

h2 {
    line-height: 1em;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.15rem; line-height: 1.2;
    margin: 0;
}

.section.inverse {
    background: #000; color: #fff;
}

.inverse {
    color: #fff;
}

a.inverse {
    color: #fff;
}

a.inverse:hover {
    color: #000;
}

.section a {
    text-decoration: underline;
    color: #47b44f;
}

.section a:hover {
    color: #000;
}

.section-padding {
    padding-top: 50px; padding-bottom: 50px;
}

.section ul {
    margin: 0 0 30px 0; padding: 0 0 0 2em;
}

.section li {
    margin: 0; padding: 0;
}

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

::selection {
  background: #47b44f;
  color: #ffffff;
}
::-moz-selection {
  background: #47b44f;
  color: #ffffff;
}

.button.green,
button.green,
input.green[type="button"],
input.green[type="submit"],
input.green[type="reset"],
form.formtools input[type="submit"] {
  border-color: #47b44f;
  border-width: 3px;
  color: #000;
}

.button.green::before,
button.green::before,
input.green[type="button"]::before,
input.green[type="submit"]::before,
input.green[type="reset"]::before,
form.formtools input[type="submit"]::before {
    background-color: #47b44f;
}

.button.green:hover,
button.green:hover,
input.green[type="button"]:hover,
input.green[type="submit"]:hover,
input.green[type="reset"]:hover,
.button.green.inverted,
form.formtools input[type="submit"]:hover {
    background-color: #47b44f;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
    color: #000;
}

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

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  color: #000;
}
.input-wrapper:hover ::-webkit-input-placeholder {
  color: #000;
}
.input-wrapper:hover ::-moz-placeholder {
  color: #000;
}
.input-wrapper:hover :-moz-placeholder {
  color: #000;
}
.input-wrapper:hover :-ms-input-placeholder {
  color: #000;
}

.input-wrapper.hovered::after {
    background-color: #47b44f;
}

.input-wrapper::after {
    background-color: #000;
}

body.fixed-header #header {
    height: 136px;
}

body.fixed-header #content-wrapper {
    padding-top: 136px;
}

header#header {
    background: #000;
    border-bottom: 3px solid #47b44f;
}

nav#header-nav {
    margin-top: 16px;
    font-family: 'oswald_regularregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

nav#header-nav span.line {
    display: none;
}

nav#header-nav a {
    font-size: 0.9em !important; line-height: 1;
    letter-spacing: 0.05em;
}

#header-nav a:hover,
#header-nav li.current-menu-item > a,
#header-nav > ul > li:hover > a,
#header-nav a.current-link {
    color: #47b44f;
}

nav#header-nav a.current-link {
    color: #fff;
}

nav#header-nav .button {
    padding: 5px 10px;
    border-width: 1px; border-radius: 5px;
    font-size: 16.2px;
    -moz-osx-font-smoothing: auto;
    font-family: 'oswald_regularregular', Helvetica, Arial, sans-serif;
}

#intro .slides .slide {
    display: none;
}

#intro .slides > .slide:first-child {
    display: block;
}

#intro h1 .head-topline {
    display: block;
    margin-bottom: 1em;
}

#intro h1 .head-topline sup {
    position: relative; left: 0; top: -1px;
    font-size: 0.5em;
}

#skip-intro {
    display: none;
}

#intro-arrow {
    position: absolute; bottom: 0; left: 50%;
    width: 120px; height: 28px;
    margin-left: -60px;
    background-image: url('../images/ol-downarrow-inverse.png') !important;
    background-size: cover;
}

#intro-arrow a {
    display: block; height: 28px;
}

h1 {
    position: absolute; top: 40%; left: 0;
    width: 100%;
    margin: 0;
    font-family: 'montserratregular', Helvetica, Arial, sans-serif;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.home-app .slider .animate-in .layer2 {
    width: auto;
    top: 40%; left: 15px; right: 15px;
    text-align: center;
}

.sequence-pagination li:hover,
.sequence-pagination li.current {
    background-color: #47b44f;
}

#why-fastrack {
    min-height: 0 !important;
    background: #fafafa url('../images/bg-why-fastrack.jpg') 0 20px no-repeat;
    background-size: 40% auto;
}

#threepl-explained {
    min-height: 0 !important;
    background: #000 url('../images/bg-3pl-explained.jpg') top left no-repeat;
    background-size: cover;
}

#our-services {
    min-height: 0 !important;
    background: #47b44f;
}

#our-services .section-padding {
    padding-bottom: 0 !important;
}

#our-services a {
    color: #fff;
}

#our-services a:hover {
    color: #000;
}

#our-services .row > .col-md-5 {
    background: transparent url('../images/bg-our-services.jpg') top left no-repeat;
    background-size: 100% auto;
}

.section .feature-list,
.section .details {
    margin: 0 0 2em 0; padding: 0;
    list-style: none outside;
}

.section .feature-item,
.section .detail-item {
    display: table;
    width: 100%;
    padding: 0 0 1em 0;
}

.feature-list .icon,
.details .icon {
    display: table-cell;
    vertical-align: middle;
    width: 85px;
}

.feature-list .icon img {
    display: block;
    margin-right: 15px;
}

.feature-list .text,
.details .text {
    display: table-cell;
    vertical-align: middle;
}

.feature-list .text p,
.details .text p {
    margin: 0;
}

.service-panel {
    position: relative;
    padding: 1px;
    cursor: pointer; cursor: hand;
}

.service-panel img {
    display: block;
}

.service-panel .title {
    position: absolute; left: 15px; bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px; line-height: 1;
    text-transform: uppercase;
}

.service-panel .hovertext {
    display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    padding: 1em;
    font-size: 0.9em; line-height: 1.3;
    background: rgba(0, 0, 0, 0.5);
}

.service-panel.top {
    padding-top: 0;
}

.service-panel.bottom {
    padding-bottom: 0;
}

.service-panel.left {
    padding-left: 0;
}

.service-panel.right {
    padding-right: 0;
}

.panel-hover-list > li {
    margin-bottom: 0.5em;
    text-decoration: underline;
    cursor: pointer; cursor: hand;
}

.panel-hover-list > li:hover {
    color: #000;
}

#contact-us {
    min-height: 0 !important;
    background: #fafafa;
}

#contact-us .detail-item p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

#contact-us .detail-item {
    padding: 0 0 2.25em 0;
}

#contact-form > .row:last-child {
    margin-top: 3em;
    text-align: center;
}

#contact-form .google-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}

#contact_form .form_row {
    display: block; float: left; clear: none;
    width: 260px; margin-right: 5px;
    padding-bottom: 10px;
}

form.formtools input[type="text"],
form.formtools input[type="password"],
form.formtools input[type="email"],
form.formtools input[type="number"],
form.formtools input[type="tel"],
form.formtools select,
form.formtools textarea {
    width: 260px;
    border-color: #47b44f;
}

form.formtools textarea {
    width: 525px;
}

form.formtools input[type="text"]:focus,
form.formtools input[type="password"]:focus,
form.formtools input[type="email"]:focus,
form.formtools input[type="number"]:focus,
form.formtools input[type="tel"]:focus,
form.formtools select:focus,
form.formtools textarea:focus {

}

#contact_form label.infield sup {
    top: 5px;
}

#contact_form #contact_form_row_5,
#contact_form #contact_form_row_6,
#contact_form #contact_form_row_7 {
    width: 100%; clear: both;
    margin-right: 0;
}

#contact_form #contact_form_row_7 {
    text-align: center;
}

form.formtools .required-label {
    margin-left: 0;
}

#contact_form label.infield {
    width: 90%;
}

#contact_form input[type="submit"] ::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fecb16;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

#contact_form input[type="submit"] {
	font-size: 1.8rem;
	line-height: 22px;
	font-family: 'fira_sanslight';
	font-variant: small-caps;
	background: transparent;
	border: 5px solid #fecb16;
	display: inline-block;
	cursor: pointer;
	color: #fecb16;
	padding: 14px 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: none;
	text-align: center;

    border-color: #47b44f;
    border-width: 3px;
    color: #000;
}

#contact_form input[type="submit"]:hover {
    background-color: #47b44f;
}

#contact_form_recaptcha {
    margin-top: 10px;
}

form.formtools .input-wrap-textarea .chars_remain {
    display: none;
}

.google-map iframe {
    display: block;
    width: 100%;
    margin: 0;
}

#preloader {
  background: linear-gradient(220deg, #47b44f, #3a9941);
}

#scrollUp {
    bottom: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAxLjg5NCAyMDEuODk0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDEuODk0IDIwMS44OTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjNDdiNDRmIiBwb2ludHM9IjMzLjc2OCw2Ni4wMTkgMzkuMTA4LDcxLjI2NiA5Ny4xNzEsMTQuMjA0IDk3LjE3MSwyMDEuODk0IDEwNC43MTksMjAxLjg5NCAxMDQuNzE5LDE0LjE5NCAxNjIuNzg2LDcxLjI2NiAxNjguMTI1LDY2LjAxOSAxMDAuOTQ3LDAiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==") !important;
}

#footer #footer-widgets {
    padding-top: 30px; padding-bottom: 30px;
}

#footer #footer-widgets .left > *,
#footer #footer-widgets .right > * {
    margin: 0;
}

#footer #footer-widgets .left {
    text-align: left;
}

#footer #footer-widgets .right {
    text-align: right;
    color: #666;
}

body.small-header #header .logo img {
    width: 220px;
}

body.small-header #header {
    padding: 20px 0;
}

body.small-header #content-wrapper {
    padding-top: 0;
}

body.iframe .container {
    width: 100% !important;
}

body.iframe iframe {
    position: fixed; top: 0; left: 0px; bottom: 0px; right: 0px ;overflow:hidden;
    width: 100%; height: 100%;
    margin: 0; padding: 0;
    border: none;
}

body.iframe.small-header iframe {
    top: 85px;
}

body.iframe #header {
    background: #fff;
}

@media (min-width: 768px) {
	/* TABLET AND ABOVE */
}

@media (min-width: 992px) {
	/* DESKTOP AND ABOVE */
}

@media (min-width: 1200px) {
	/* LARGE SCREEN ONLY */
}

@media (max-width: 1199px) {
	/* DESKTOP AND BELOW */

    .section p,
    .section ul {
        margin-bottom: 15px;
    }

    h3 {
        font-size: 15px;
    }

    h2, h3 {
        margin: 0 0 10px 0;
    }

    .section p,
    .section li {
        font-size: 14px; line-height: 1.3;
    }

    .section-padding {
        padding-top: 30px; padding-bottom: 30px;
    }

    body.fixed-header #header {
        height: 127px;
    }

    body.fixed-header #content-wrapper {
        padding-top: 127px;
    }

    #header .logo {
        max-width: 330px;
    }

    #slider {
        height: 500px;
        min-height: 500px !important;
    }

    .home-app .slider .animate-in .layer2 {
        top: 30%;
    }

    #threepl-explained > div {
        background: rgba(0, 0, 0, 0.5);
    }

    .service-panel .hovertext {
        font-size: 0.7em; line-height: 1.2;
    }
}

@media (max-width: 991px) {
	/* TABLET AND BELOW */

    body.fixed-header #header {
        height: 114px;
    }

    body.fixed-header #content-wrapper {
        padding-top: 114px;
    }

    nav#header-nav .button {
        padding: 10px 40px 10px 20px;
        border: none; border-radius: 0;
        text-align: left;
    }

    #header-nav li a:hover,
    #header-nav li a.button:hover {
        background-color: #000;
        color: #47b44f !important;
    }

    #header-nav li a.button::before {
        width: 0;
    }

    #slider {
        height: 400px;
        min-height: 400px !important;
    }

    .service-panel .hovertext {
        display: block !important;
        font-size: 1em; line-height: 1.3;
    }

    .service-panel .title {
        display: block !important;
    }

    #contact_form {
        width: 280px;
    }

    #contact_form .form_row {
        display: block; float: none;
    }

    #contact_form #contact_form_row_5,
    #contact_form #contact_form_row_6,
    #contact_form #contact_form_row_7 {
        width: 260px;
    }

    #contact_form textarea {
        width: 260px;
    }
}

@media screen and (max-width: 767px) {
	/* PHONE ONLY */

    .section-padding {
        padding-top: 20px; padding-bottom: 20px;
    }

    body.fixed-header #header {
        height: 108px;
    }

    body.fixed-header #content-wrapper {
        padding-top: 108px;
    }

    #header .logo img {
        max-width: 80%;
    }

    #slider {
        height: 200px;
        min-height: 200px !important;
    }

    h1 {
        font-size: 3rem;
        line-height: 1;
    }

    #why-fastrack,
    #threepl-explained {
        background-image: none;
    }

    .service-panel .title {
        font-size: 12px;
    }

    .section .feature-list,
    .section .details {
        margin-bottom: 15px;
    }

    #contact-us .detail-item {
        padding: 0 0 1em 0;
    }

    .feature-list .icon,
    .details .icon,
    .feature-list .text,
    .details .text {
        vertical-align: top;
    }

    .feature-list .icon,
    .details .icon {
        width: 55px;
    }

    .feature-list .icon img,
    .details .icon img {
        width: 40px; height: 40px;
    }

    .feature-list h3,
    .details h3 {
        margin-top: 0;
    }

    .google-map iframe {
        height: 250px;
    }

    .service-panel .hovertext {
        font-size: 0.9em; line-height: 1.3;
    }

    #footer .row > div {
        padding: 0.5em 0;
    }

    #footer #footer-widgets .left,
    #footer #footer-widgets .right {
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	/* TABLET ONLY */
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	/* DESKTOP ONLY */
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	/* TABLET AND DESKTOP ONLY */
}

@media screen and (max-width: 719px) {
    .service-panel .title {
        display: block !important;
    }

    .service-panel .hovertext {
        display: none !important;
    }

    .panel-hover-list > li {
        text-decoration: none;
        cursor: default;
    }

    .panel-hover-list > li:hover {
        color: #fff;
    }
}