/*
Author: Thoeun Uch
Author URI: http:www.bravotangobravo.com.au
Description: Micro site styling for What The Truck www.whatthetrucksale.com.au
Version: 1.0
Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
Code licensed under the Apache License v2.0.
For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

@import url("devonly.css");

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Navigation
3.0 Header
4.0 Content
5.0 Footer

Mobile First

Tablet
@media(min-width:768px) {

}
Desktop
@media(min-width:992px) {

}
Widescreen
@media(min-width:1200px) {

}

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

.hide {
    display: none;
}

body {
    text-align: center;
    color: #fff;
    background-image: url("../img/main-image-mob.jpg");
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 100vh;
}

@media screen and (min-width: 480px) {
    body {
        background-image: url("../img/main-image.jpg");
        background-position: top;
        background-attachment: scroll !important;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        height: 100vh;
    }
}



.text-muted {
    color: #777;
}

.text-primary {
    color: #ef4e22;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ef4e22;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ef4e22;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    background-color: rgba(0,0,0,0);
    border-color: #ef4e22;
    border-width: 0.15em;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #ef4e22;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ef4e22;
    color: #fff;
    background-color: #ef4e22;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #ef4e22;
    background-color: #ef4e22;
}

.btn-primary .badge {
    color: #ef4e22;
    background-color: #fff;
}

#what .btn-primary {
    margin-bottom: 0.3em;
    margin-left: 0.2em;
}

#services {
    margin-bottom: 2em;
}

.btn-xl {
    padding: 0.5em 1em;
    border-color: #fff;
    border-radius: 4px;
    border-width: 0.1em;
    text-transform: uppercase;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0,0,0,0);
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ef4e22;
    color: #fff;
    background-color: #ef4e22;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ef4e22;
    background-color: #ef4e22;
}

.btn-xl .badge {
    color: #ef4e22;
    background-color: #fff;
}

.orange {
    color: #ef4e22 !important;
}

@media(min-width:768px) {
    .btn-xl {
        font-size: 1.5em;
    }

    #services {
        margin-bottom: 3em;
    }
}

/*--------------------------------------------------------------
2.0 Navigation
--------------------------------------------------------------*/

.nav {
    text-align: left;
}

.navbar {
    border-bottom: none;
}

.navbar-default {
    background-color: #ef4e22 !important;
}

.navbar-default .navbar-brand {
    font-family: "proxima-nova",Helvetica,Arial,cursive;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    background-color: rgba(0,0,0,.1);
    color: #fff;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #ef4e22;
    background-color: #ef4e22;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(0,0,0,.1);
}

.navbar-default .nav li a {
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 4;
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}

@media(min-width:768px) {
    .navbar .container {
        width: auto;
    }

    .navbar-default {
        padding: 0.9em 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.8em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .nav li a {
        font-size: 1em;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 4px;
    }

    .navbar-default.navbar-shrink {
        padding: 0 0;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.2em;
    }
}

@media(min-width:992px) {
    .navbar .container {
        width: 970px;
    }
}

@media(min-width:1200px) {
    .navbar .container {
        width: 1170px;
    }
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

#btb-logo {
    margin-bottom: 1.5em;
    width: 20%;
}

/*header {
    text-align: center;
    color: #fff;
    background-attachment: fixt, fixed, scroll;
    xbackground-image: url(../img/man-working.jpg);
    background-image: url("../img/overlay.png"), -moz-linear-gradient(45deg, rgba(239, 78, 34, 0.65), rgba(0, 0, 0, 0.75)), url("../img/man-working.jpg");
    background-image: url("../img/overlay.png"), -webkit-linear-gradient(45deg, rgba(239, 78, 34, 0.65), rgba(0, 0, 0, 0.75)), url("../img/man-working.jpg");
    background-image: url("../img/overlay.png"), -ms-linear-gradient(45deg, rgba(239, 78, 34, 0.65), rgba(0, 0, 0, 0.75)), url("../img/man-working.jpg");
    background-image: url("../img/overlay.png"), linear-gradient(45deg, rgba(239, 78, 34, 0.65), rgba(0, 0, 0, 0.75)), url("../img/man-working.jpg");
    background-position: center center;
    background-repeat: repeat, no-repeat, no-repeat;
    -webkit-background-size: auto, cover, cover;
    -moz-background-size: auto, cover, cover;
    background-size: auto, cover, cover;
    -o-background-size: auto, cover, cover;
}*/

header {
    background-color: rgba(0, 0, 0, 0.55);
}

header .intro-text {
    padding-top: 10em;
    padding-bottom: 11em;
}

header .intro-text .intro-lead-in {
    margin-bottom: 1em;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
}

header .intro-text .intro-heading {
    margin-bottom: 1.5em;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    font-weight: lighter;
    line-height: 1.1em;
}

@media(min-width:768px) {
    #btb-logo {
        max-width: 15%;
    }

    header .intro-text {
        padding-top: 15em;
        padding-bottom: 15em;
    }

    header .intro-text .intro-lead-in {
        font-size: 2em;
    }

    header .intro-text .intro-heading {
        font-size: 1.8em;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:992px) {
    #btb-logo {
        margin-bottom: 2em;
    }
}

section {
    padding: 8em 0;
}

section h2.section-heading {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
}

section h3.section-subheading {
    color: #282828;
    margin-bottom: 1.5em;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    font-weight: lighter;
    line-height: 1.1em;
}

@media(min-width:768px) {
    section h2.section-heading {
        font-size: 2em;
    }
    section h3.section-subheading {
        font-size: 1.8em;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:992px) {

}

section#what {
    background-color: rgba(255, 255, 255, 0.90)
}

#what .work-item {
    right: 0;
    margin: 0;
    padding: 0;
}

#what .work-item .work-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    border: solid 1px #CCC;
}

#what .work-item .work-link .work-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#what .work-item .work-link .work-hover:hover {
    opacity: 1;
}

#what .work-item .work-link .work-hover .work-hover-content {
    position: absolute;
    left: 10%;
    top: 75%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: left;
    font-size: 20px;
    color: #fff;
}

#what .work-item .work-link .work-hover .work-hover-content i {
    margin-top: -12px;
}

#what .work-item .work-link .work-hover .work-hover-content h3,
#what .work-item .work-link .work-hover .work-hover-content h4 {
    margin: 0;
    margin-right: 2em;
}

#what .work-item .work-link .work-hover .work-hover-content h4,
#what .work-item .work-link .work-hover .work-hover-content h5 {
    font-weight: lighter;
}

#what * {
    z-index: 2;
}

section#different {
    background-color: rgba(0, 0, 0, 0.90)
}

section#different h3.section-subheading {
    color: #fff;
}

section#how {
    background-color: rgba(255, 255, 255, 0.90)
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    xbackground-color: #222;
    background-color: rgba(0, 0, 0, 0.90);
}

section#contact h2.section-heading {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 1em;
    text-align: left;
}

section#contact h3.section-subheading {
    color: #fff;
    margin-bottom: 1.5em;
    font-size: 1.1em;
    font-weight: lighter;
    line-height: 1.1em;
    text-align: left;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    font-size: 1.2em;
    padding: 0.5em;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #ef4e22;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

section#contact .text-danger ul li {
    text-align: left;
}

.whiteText {
    color: #FFFFFF !important;
}

#all-client-slider {
    background-image: url("../img/all-client-8.png");
    background-position: 0 bottom;
    background-attachment: scroll;
    background-repeat: repeat;
    height: 180px;
    overflow: hidden;
    width: 100%;
}

@media(min-width:768px) {
    section#contact h2.section-heading {
        font-size: 2em;
    }
    section#contact h3.section-subheading {
        font-size: 1.8em;
        margin-left: 0;
    }
}

@media(min-width:992px) {

}

footer {
    background: #000;
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks a {
    color: #fff;
}
footer ul.quicklinks a:hover,
footer ul.quicklinks a:focus,
footer ul.quicklinks a:active {
    color: #ef4e22;
    text-decoration: none;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ef4e22;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.modal-content-clearbg {
  background-color: transparent !important;
}

.works-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.works-modal .modal-content h2 {
    color: #282828;
    margin-bottom: 15px;
    font-size: 2em;
}

.works-modal .modal-content h2,
.works-modal .modal-content h3,
.works-modal .modal-content h4 {
    color: #282828;
    margin-bottom: 5px;
    margin-top: 5px;
}

.works-modal .modal-content p {
    margin-bottom: 30px;
}

.works-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.works-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.works-modal .modal-content img {
    margin-bottom: 30px;
}

.works-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.works-modal .close-modal:hover {
    opacity: .3;
}

.works-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.works-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.works-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.onDark {
    background-color: #ffffff !important;
}

@media(min-width:768px) {

}

@media(min-width:992px) {

}

::-moz-selection {
    text-shadow: none;
    background: #ef4e22;
}

::selection {
    text-shadow: none;
    background: #ef4e22;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #ef4e22;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
