/* Site framework */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
}

.contentDiv {
    min-height: 600px;
}

.admin_panel+.header_wrap {
    margin-top: 31px;
}


/* Header */

.header_wrap {
    background: #0D0D0D;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
    height: 195px;
}

.logo {
    margin: 20px 0 10px 0;
    display: block;
}

.header_left,
.header_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 195px;
}

.header_right {
    align-items: flex-end;
}

.header_right .button {
    flex: 0 0 auto;
    width: auto;
    background: url(../images/arrow.png) no-repeat left 10px center;
    padding: 0 20px 0 50px;
    border-radius: 4px;
}

.header_right .button:hover {
    background-image: url(../images/arrow-white.png);
}

.header_left .phone1 {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/call.svg) no-repeat left center;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.header_left .licence {
    color: #fff;
    padding-left: 30px;
    margin-top: 10px;
}


/* Menus */

.menu_wrap {
    background: #090909;
    border: 1px solid #202020;
    border-width: 1px 0;
}

.topmenu {
    z-index: 3000;
    margin: 0 auto;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
}

.topmenu li {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    line-height: 60px;
}

.topmenu li a {
    display: block;
    text-align: center;
    padding: 0 15px;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
    font-weight: 700;
}

.topmenu li a:hover {
    color: #ff6700;
}

.topmenu>li>a:after {
    content: "•";
    position: relative;
    right: -16px;
    float: right;
}

.topmenu li:last-child a:after {
    display: none;
}

.topmenu li ul {
    position: absolute;
    display: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    top: 44px;
    left: 0;
    clear: both;
}

.topmenu li ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    float: none;
}

.topmenu li ul li a {
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    width: 220px;
    background: #000;
    z-index: 100;
    font-weight: 400;
    word-wrap: break-word;
    text-indent: 10px;
    line-height: 35px;
}

.topmenu li ul li ul {
    position: absolute;
    right: -190px;
    top: 0;
    left: auto;
    display: none;
}

.topmenu li:last-child ul li ul {
    right: auto;
    left: -190px;
}

.topmenu li ul li:last-child a {
    padding-bottom: 15px;
}

.topmenu li ul li:first-child a {
    padding-top: 20px;
}

.footermenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.footermenu li {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 26px;
}

.footermenu li a {
    display: block;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.footermenu li a:hover {
    text-decoration: none;
    color: #ff6700;
}


/* Footer */

.footer_wrap {
    background: #000;
    margin-top: 20px;
    padding: 10px 0 20px 0;
    line-height: 26px;
}

.footer_wrap p {
    color: #fff;
}

.footer_wrap span {
    color: #fff;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
    text-transform: uppercase;
}

a.contact {
    display: block;
    color: #3a3a38;
    padding-left: 25px;
    background: url(../images/contact.jpg) no-repeat left center;
}

a.phone {
    display: block;
    color: #3a3a38;
    padding-left: 25px;
    background: url(../images/phone.jpg) no-repeat left center;
}

.footer_wrap .grid_4:nth-child(4) {
    text-align: right;
}

.footer_wrap .grid_4:nth-child(4) img {
    padding-left: 20px;
}


/* Byline */

.byline_wrap {
    background: #dddcdc;
    text-align: center;
    color: #999797;
    font-size: 12px;
    padding: 15px 0;
}

.byline_wrap .container_16 {
    position: relative;
}

.byline_wrap a {
    color: #999797;
}

.byline_wrap ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
}

.byline_wrap li {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 14px;
}

.byline_wrap li a {
    display: block;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    color: #000;
    border-right: 1px solid #000;
}


/*gets rid of | on the last li*/

.byline_wrap li:last-child a {
    border: 0;
}

.bottomImg {
    position: absolute;
    vertical-align: middle;
    right: 0px;
    top: -40px;
}


/* Contact Forms */

.customform {
    font: 12px arial;
    color: #333;
}

.customform .fullwrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.customform .linewrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.customform .linewrap .leftwrap {
    float: left;
    width: 30%;
    height: 30px;
}

.customform .linewrap .leftwrap label {
    display: block;
    text-align: right;
    padding-right: 10px;
}

.customform .linewrap .rightwrap {
    float: left;
    width: 70%;
}

.customform .linewrap .textareawrap textarea {
    width: 95%;
    height: 120px;
    font: 13px Trebuchet MS;
    color: #000;
}

.customform .linewrap .textinputwrap input {
    width: 95%;
    font: 13px Trebuchet MS;
    color: #000;
}

.customform .linewrap .dropdownwrap select {
    width: 100%;
    font: 13px Trebuchet MS;
    color: #000;
}

.customform .infowrap {
    margin: 10px 0;
    font-weight: bold;
}


/* Fonts */

a {
    text-decoration: none;
    color: #f1592a;
}

html {
    overflow-y: scroll;
}

h1 {
    display: block;
    font-size: 32px;
    color: #000;
    margin: 0 0;
    padding: 0;
    line-height: 36px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
}

h2 {
    display: block;
    font-size: 28px;
    color: #000;
    margin: 0 0;
    padding: 0;
    line-height: 36px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
}

h3 {
    display: block;
    font-size: 26px;
    color: #000;
    margin: 0 0;
    padding: 0;
    line-height: 32px;
    font-weight: normal;
}

h4 {
    display: block;
    font-size: 24px;
    color: #000;
    margin: 0 0;
    padding: 0;
    line-height: 30px;
    font-weight: normal;
}

h5 {
    display: block;
    font-size: 20px;
    color: #000;
    margin: 0 0;
    padding: 0;
    line-height: 26px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
}

h6 {
    display: block;
    font-size: 18px;
    color: #000;
    margin: 0 0;
    padding: 0;
    line-height: 24px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
}

p {
    padding: 5px 0 20px 0;
    font-size: 16px;
    color: #3a3a38;
    line-height: 24px;
}

ul {
    list-style-position: outside;
    padding: 5px 0 20px 20px;
    font-size: 14px;
    color: #3a3a38;
    list-style-type: disc;
    line-height: 24px;
}

ul li {
    padding: 0 0 15px 0;
    line-height: 20px;
}

ol {
    list-style-position: outside;
    padding: 5px 0 20px 20px;
    font-size: 14px;
    color: #3a3a38;
    list-style-type: circle;
    line-height: 24px;
}

ol li {
    padding: 0 0 5px 0;
}

hr {
    color: #dadbdc;
    background: #dadbdc;
    height: 1px;
    border: 0;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}


/* Contact Forms */

.cf_line {
    clear: both;
    line-height: 30px;
}

.cf_label {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.cf_field {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.cf_field textarea,
.cf_field select,
.cf_field input[type=text] {
    width: 98%;
}

.cf_field textarea {
    height: 60px;
    resize: none;
}

.cf_submit,
.ff_submit {
    text-align: center;
    margin: 10px 0;
}

.cf_submit a,
.ff_submit a {
    background: #ff6700;
    color: white;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
}

.cf_recaptcha{margin: 20px 0;}


/*Fading Gallery*/

.caroufredsel_wrapper {
    padding-bottom: 20px;
}

div[type=fading_gallery] a {
    position: relative;
}

div[type=fading_gallery] .banner,
div.fg_gallery .banner {
    position: absolute;
    bottom: 0;
    padding: 0px 5px;
    width: 100%;
    background: rgba(0, 105, 0, 0.9);
}

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

.fg_gallery>div {
    height: 100%;
}


/*Full Screen Gallery*/

div.fullscreenwrap {
    margin: 0 auto 20px;
    top: 0 !important;
    opacity: 0;
    position: relative;
}

div.fullscreenfade {
    margin: 0 auto;
    display: block;
}

div.fullscreenfade div.slide {
    float: left;
    position: relative;
    background-position: 50% 0px;
}

div.fullscreenfade div.slide .frame {
    margin: 0 auto;
    width: 940px;
}

div.fullscreenfade div.slide .banner {
    display: inline-block;
    vertical-align: middle;
    padding: 0 70px;
    box-sizing: border-box;
    width: 100%;
}

div.fullscreenfade div.slide .banner .buttons a {
    background: url(../images/arrowright.png) 94% center no-repeat #ff6700;
    min-width: 220px;
    font-weight: bold;
    color: white;
    padding: 20px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 10px 0px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
}

.orange-hover {
    position: relative;
    display: block;
}

.orange-hover:hover:after {
    position: absolute;
    display: block;
    width: 220px;
    height: 150px;
    top: 5px;
    left: 0;
    background: rgba(241, 89, 42, 0.5);
    content: ' ';
}


/*Button*/

.button {
    background: url(../images/arrowright.png) 94% center no-repeat #000;
    border: 1px solid #ff6700;
    color: white;
    padding: 0px 10px;
    text-align: left;
    text-decoration: none;
    display: block;
    font-size: 20px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
    text-transform: uppercase;
    width: 100%;
    line-height: 50px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.button:hover {
    background-color: #ff6700;
}

.facebook,
.instagram {
    height: 30px;
    width: 30px;
    margin-left: 10px;
    background: url(../images/facebook.svg) left center no-repeat;
}

.instagram {
    background: url(../images/instagram.svg) left center no-repeat;
}

.arrow {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding-right: 10px;
    background: url(../images/arrow.png) left center no-repeat;
    vertical-align: middle;
}

.arrowright {
    display: inline-block;
    float: right;
    height: 30px;
    width: 30px;
    padding-right: 10px;
    background: url(../images/arrowright.png) 50% center no-repeat;
    vertical-align: middle;
}

.office-hours p {
    font-size: 14px;
}

.social {
    display: flex;
    height: 50px;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
}


/*hide the 2nd img*/

.rollover a:nth-child(2) img {
    display: none;
}


/*show the 2nd img when hover*/

.rollover:hover a:nth-child(2) img {
    display: block;
}


/*When hover dont show 1st img*/

.rollover:hover a:first-child img {
    display: none;
}

.HomeImg {
    margin-bottom: 10px;
}


/*gives padding to the 2nd image*/

.threeinarow a:nth-child(2) .HomeImg {
    padding: 0 2px;
}

.container_16 .dmac {
    text-align: center!important;
}


/*arrows*/

.arrows.next {
    position: absolute;
    z-index: 10;
    right: calc(50% - 480px);
    top: 40%;
    background: url(../images/gal_next.png) center center no-repeat;
    width: 60px;
    height: 67px;
    cursor: pointer;
}

.arrows.prev {
    position: absolute;
    z-index: 10;
    left: calc(50% - 480px);
    top: 40%;
    background: url(../images/gal_prev.png) center center no-repeat;
    width: 60px;
    height: 67px;
    cursor: pointer;
}

.arrows:hover {
    opacity: .6;
}

.qc-back {
    background: #EEEEEB;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.quote-calc p {
    font-size: 14px;
}

.quote-truck {
    color: #F47B20;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    background: url(../images/bottomImg.png) no-repeat left center;
    padding-left: 100px;
    background-size: auto 40px;
    margin: 40px 0 30px;
}

.qc-header {
    color: #303B42;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #D8D8D8;
}

.qc-form>div {
    display: flex;
}

.qc-form>div>div {
    width: 0;
    flex: auto;
    margin: 0 0 20px 10px;
}

.qc-form>div>div:first-child {
    margin-left: 0;
}

.qc-input {
    display: flex;
    flex-direction: column;
}

.qc-input input {
    width: 100%;
    padding: 0 5px;
    border: 1px solid #D8D4D4;
    height: 46px;
    box-sizing: border-box;
}

.qc-input select {
    width: 100%;
    padding: 0;
    border: 1px solid #D8D4D4;
    height: 46px;
    box-sizing: border-box;
}

.qc-input label {
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #303B42;
}

.qc-services {
    background: #fff;
    margin: 20px 0;
}

.qc-services>div {
    border-top: 2px solid #EEEEEB;
    padding: 10px;
}

.qc-services>div:first-child {
    border: 0;
}

.qc-services>div>div:first-child {
    line-height: 33px;
    padding-left: 10px;
    font-size: 20px;
    color: #303B42;
    font-weight: bold;
    border-left: 2px solid #F47B20;
    margin-bottom: 10px;
}

.qc-services>div>div>div {
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #EFEBEB;
    margin-bottom: 5px;
    padding: 0 10px;
}

.qc-services>div>div>div>strong {
    margin-left: 5px;
}

.qc-services>div>div>div>.qc-service-input {
    margin-left: auto;
    display: flex;
    border: 1px solid #BBB9B9;
}

.qc-services>div>div>div>.qc-service-input a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #303B42;
    line-height: 35px;
    text-align: center;
    background: #EFEDEC;
}

.qc-services>div>div>div>.qc-service-input input {
    width: 35px;
    text-align: center;
    padding: 0;
    height: 35px;
    border: 1px solid #BBB9B9;
    border-width: 0 1px;
    margin: 0;
}

.qc-services>div>div>div>.qc-service-input input.orange {
    color: #F47B20;
}

.qc-total-slider {
    width: 340px !important;
    position: relative;
    padding-top: 180px;
    flex: 0 0 auto !important;
    text-align: center;
}

.qc-total-slider p {
    font-size: 14px;
    line-height: 20px;
}

.qc-total-box {
    background: #F47B20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0 10px;
    box-sizing: border-box;
    transform: all 0.3s ease-in-out;
}

.qc-total-box>div:first-child {
    color: #fff;
    font-size: 24px;
}

.qc-total-box>input {
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 6px #00000029;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    margin: 10px 0;
    color: #303B42;
    border: 0;
    font-family: inherit;
    cursor: pointer;
}

.qc-total-box>div:last-child {
    color: #303B42;
    font-size: 13px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.thank-overlay {
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.74);
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thank-overlay.open {
    display: flex;
}

.thank-overlay>div {
    padding: 20px 20px 20px 100px;
    background: #fff url(../images/plane.svg) no-repeat left 20px top 20px;
    margin: 5px;
    border: 1px solid #D1CFCF;
    max-width: 700px;
    box-sizing: border-box;
}

.thank-overlay>div>div:first-child {
    color: #F47B20;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.thank-overlay>div>div:nth-child(2) {
    color: #393838;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.thank-overlay>div>div:last-child {
    display: flex;
    align-items: center;
}

.thank-overlay>div>div:last-child a {
    line-height: 56px;
    background: #F47B20;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}

.info {
    padding-left: 25px;
    background: url(../images/info.svg) no-repeat left top 7px;
}


/* Payment Form */

.payment_module {
    line-height: 30px;
    color: #3a3a38;
    font-size: 14px;
    margin: 20px 0;
}

.payment_module .inv_button {
    height: 44px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #F47B20;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 30px;
    margin: 5px 0 20px auto;
    line-height: 44px;
    text-align: center;
    min-width: 280px;
    text-transform: uppercase;
    display: block;
}

.payForm {
    display: flex;
    flex-wrap: wrap;
}

.payment_module input[type=text],
.payment_module select {
    line-height: 36px;
    width: calc(50% - 5px);
    color: #000;
    box-sizing: border-box;
    border: 1px solid #aaa;
    font-family: arial;
    font-size: 14px;
    height: 36px;
    padding: 0;
    margin: 0px 10px 10px 0;
    padding: 0 5px;
    background: #fff;
}

.payment_module input[type=text].email {
    width: 100%;
    margin: 0 0 10px;
}

.payment_module input[type=text]:nth-child(2n) {
    margin-right: 0px;
}

.payment_module input.invoiceamount {
    background: url(../images/icon_euro.png) 15px center no-repeat #fff;
    text-indent: 30px;
}

.payment_module label {
    display: block;
    font-size: 16px;
    color: #152241;
    font-weight: bold;
    line-height: 24px;
}

.payment_module>div:last-of-type,
.payment_module>div:nth-child(2) {
    border-top: 1px solid #e1e1e1;
    display: none;
}

.payoverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100;
}

.payoverlay>div {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 600px;
    background: #fff;
    border-radius: 5px;
    top: 40px;
}

.payment_info {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 30px;
}

.paymentbox {}

.paymentbox input[type=text] {
    margin-left: 0 !important;
}

.paymentbox input[name=card_cvv] {
    width: 204px !important;
}

.paymentbox select {
    width: 100px;
    margin-right: 4px;
    text-indent: 0;
}

.paymentbox input[type=checkbox] {
    vertical-align: middle;
    clear: both;
}

.payment_icon {}

.payment_icon img {
    width: 100%;
    height: auto;
}

.stripeinfo {
    background: #f6f6f6;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #152241;
    line-height: 18px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.pm_section1 {
    display: flex;
}

.pm_section1>div {
    width: 0;
    flex: auto;
}