/*

 MyWork CMS Mobile Framework - Stylesheet

 Author: Martin Krestan | Jeramy Simpson

 Author URL: http://www.mywork.com.au

 Version: 1.0

*/





/************************************************************************************

New Asset Styling and Global Overrides

*************************************************************************************/





/* Inputs */



input[type=text],
input[type="email"],

textarea,

.form-element textarea,

select {

    width: 100%;

    float: none;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    max-width: 100%;

    *width: expression((this.parentNode.clientWidth - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');

}

input:focus,

textarea:focus,

select:focus {

    border: 1px solid #aaaaaa;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);

    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);

}

.form-element label {

    display: none;

}



/* Float Fix for inline errors */



.form-element input[type="text"] {

    float: none;

}



/* Layout */



#container-all-outer,

#container-all-inner {

    width: 100%;

    overflow: visible;

    display: block;

    margin-left: auto;

    margin-right: auto;

}

#container-all {

    display: block;

    min-width: 100%;

    width: 100%;

    overflow: visible;

    margin-left: auto;

    margin-right: auto;

}



/* Mobile Menu */



.mobile-header {

    line-height: 100%;

    margin: 0px;

    padding: 0px;

    width: 100%;

    display: none;

    position: fixed;

    z-index: 30;

    background: #333333;

    z-index: 9999;

}

.mobile-header ul {

    margin: 0px;

    padding: 0px;

    z-index: 30;

    list-style: none;

}

.mobile-header ul li {

    float: left;

    list-style-image: none;

    list-style-position: outside;

    list-style-type: none;

    margin: 0px;

    padding: 0px;

    position: relative;

    z-index: 30;

    width: 25%;

}

.mobile-header ul li a {

    margin: 0px;

    padding: 10px 0px;

    width: auto;

    display: block;

    text-align: center;

    font-size: 12px;

    line-height: 12px;

    color: #ffffff;

    background: none;

}

.mobile-header ul li a i {

    display: block;

    font-size: 14px;

    height: 14px;

    line-height: 14px;

    margin: 0px auto 5px auto;

}

.mobile-header ul li.active a {

    background-color: #111111;

}

.mobile-header ul li.m-menu a span.menu-open,

.mobile-header ul li.m-menu.active a span.menu-close {

    display: inline;

}

.mobile-header ul li.m-menu.active a span.menu-open,

.mobile-header ul li.m-menu a span.menu-close {

    display: none;

}



/* Mobile Menu */



.mobile-menu {

    background: #222222;

    margin: 0px;

    padding: 0px;

    width: 200px;

    text-transform: none;

    font-size: 12px;

    position: absolute;

    top: 50px;

    z-index: 9998;

    display: none;

}

.mobile-menu-bg {

    background: #222222;

    margin: 0px;

    position: fixed;

    width: 200px;

    top: 0px;

    bottom: 0px;

    z-index: 9997;

    display: none;

    height: 100%;

}



/* Top Level Menu Navigation */



.mobile-menu ul {

    margin: 0px;

    padding: 0px;

    list-style: none;

    width: 100%;

}

.mobile-menu ul > li {

    width: 100%;

    border-bottom: 1px solid #333333;

    display: block;

    float: none;

}

.mobile-menu ul li a {

    font-size: inherit;

    margin: 0px;

    z-index: auto;

    padding: 15px;

    background: none;

    width: auto;

    text-transform: none;

    line-height: 15px;

    border: 0px;

    display: block;

    color: #ffffff;

    text-align: left;

    font-weight: bold;

    background: none;

}

.mobile-menu ul li a:hover {

    color: #97c21e;

}



/* Second Level Menu Navigation */



.mobile-menu ul ul li {

    border-bottom: 0px;

    padding-left: 20px;

    width: auto;

}

.mobile-menu ul ul li a {

    color: #cccccc;

}



/* Third Level Menu Navigation */



.mobile-menu ul ul ul li {}

.mobile-menu ul ul ul li a {

    color: #999999;

    font-weight: normal;

}



/* Header */





/* Call To Action */



.call-to-action .contact-email a.email i {

    display: none;

}



/* View Full / Mobile Site Buttons */



.view {

    display: none;

    text-align: center;

    margin: 20px 0px;

}

.view a {

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);

    color: #dddddd;

    cursor: pointer;

    font-size: 14px;

    line-height: 20px;

    text-align: center;

    vertical-align: middle;

    padding: 12px;

    display: inline-block;

    width: auto;

    background: #404040;

}

.view a:hover,

.view a:active,

.view a:focus {

    background-color: #555555;

    color: #ffffff;

    background-position: 0 -15px;

    text-decoration: none;

    transition: background-position 0.1s linear 0s;

}

.view a + a {

    margin-left: 10px;

}

.content-middle.rightSide {

    float: left;

    width: 70%;

}

.sidebar {

    width: 30%;

}



/* Footer */





/* Advanced Footer */



.footer-contact .contact-email a.email i {

    display: none;

}



/* Nav Transitions */



.mobile-header,

#mobile-search {

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.mobile-header-show {

    opacity: 1;

    top: 0px;

}

.mobile-header-hide {

    opacity: 0;

    top: -50px;

}



/* Back To Top */



.back-to-top {

    position: fixed;

    bottom: 10px;

    right: 10px;

    display: none;

    color: #fff;

    width: 54px;

}

.back-to-top a {

    color: #fff;

    background: rgba(0, 0, 0, 0.5);

    margin-bottom: 0;

    font-weight: 400;

    text-align: center;

    vertical-align: middle;

    cursor: pointer;

    border: 1px solid rgba(0, 0, 0, 0.8);

    white-space: nowrap;

    padding: 20px 0px;

    font-size: 14px;

    line-height: 100%;

    border-radius: 3px;

    -webkit-user-select: none;

    z-index: 9999;

    position: relative;

    display: block;

}

.back-to-top a:hover,

.back-to-top a:active {

    color: #fff;

    background: rgba(0, 0, 0, 0.8);

}



/************************************************************************************

smaller than 1200

*************************************************************************************/



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



    #menu #top ul {

        top: 56px;

    }



    



    .overview_thumbnail_all {

        margin: 3%;

        width: 27%;

    }

    .menu-row #menu > ul a {

        font-size: 14px;

        padding: 22px 18px;

    }



    .container-width {

        padding-left: 15px;

        padding-right: 15px;

    }

    .services-container {

        padding: 0;

    }

    .services-row {

        margin-top: 0;

    }

    .services-row .service-wrap:nth-child(2) {

        margin-top: 0;

    }



    .nivo-caption {

        top: 0;

        left: 0;

        margin-left: 0px;

        padding-left: 60px;

        padding-right: 60px;

    }



    .nivo-caption h1 {

        font-size: 38px;

    }

    .nivo-caption li {

        font-size: 17px;

    }

    .nivo-caption button {

        font-size: 14px;

    }

    /* CSS Mobile Reset */

    body {

        word-wrap: break-word;

        -webkit-text-size-adjust: none;

        line-height: 175%;

    }

    /* Links */

    a {

        /*font-weight: normal;*/

    }

    /* Structure */

    #container-all-outer div {

        box-sizing: border-box;

        -moz-box-sizing: border-box;

        -webkit-box-sizing: border-box;

        *width: expression((this.parentNode.clientWidth - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');

    }

    /* Google Maps Fix */

    .google-map-canvas,

    .google-map-canvas * {

        box-sizing: content-box;

        -moz-box-sizing: content-box;

        -webkit-box-sizing: content-box;

    }

    /* Image Overrides */

    #wrapper img,

    #wrapper img[style] {

        border: 0px !important;

        max-width: 100% !important;

        height: auto !important;

    }

    /* Tables */

    table[style] {

        width: auto !important;

        border-collapse: collapse !important;

        border-spacing: 0px !important;

    }

    /* Forms */

    keygen,

    select,

    input.submitbutton {

        -webkit-border-radius: 0px;

        border-radius: 0px;

    }

    .formError.inline .formErrorContent {

        width: 100%;

    }

    /* Call To Action */

    .call-to-action .contact-social a .title,

    #recaptcha_widget .captchaImgs-contain .captchaImgs a .title {

        width: 56px;

        max-width:

    }

    /* Layout */

    #container-all-outer {

        width: 100%;

        overflow: hidden;

        display: block;

    }

    #container-all-inner {

        width: 100%;

        overflow: hidden;

        display: block;

    }

    #container-all {

        display: block;

        min-width: 320px;

        width: auto;

        overflow: hidden;

    }

    #header {

        width: 100%;

    }

    /* Body */

    #wrapper {

        width: auto;

        padding: 20px;

    }

    .content {

        width: 100%;

        padding-left: 0px;

        padding-right: 0px;

    }

    .sidebar {

        width: 28%;

        padding: 30px 0px 30px 0;

    }

    /* Page Headings */

    .heading {

        padding: 30px 0px 15px;

    }

    /* Photo Gallery */

    .gallery-container {

        width: auto;

    }

    .thumbnail-all {

        margin: 3%;

        width: 27%;

    }

    .gallery-text {

        width: auto;

    }

    /* Breadcrumbs */

    .breadcrumb {

        width: auto;

    }

    /* Google Map */

    .iframe-rwd {

        position: relative;

        padding-bottom: 65.25%;

        padding-top: 30px;

        height: 0px;

        overflow: hidden;

    }

    .iframe-rwd iframe {

        position: absolute;

        top: 0px;

        left: 0px;

        width: 100%;

        height: 100%;

    }

    /* View Full / Mobile Site Buttons */

    .view {

        display: block;

    }

    .view a#view_mob_link {

        display: none;

    }

    .view a#view_full_link {}

    /* Footer */

    #footer {

        width: 100%;

        padding-left: 0px;

        padding-right: 0px;

    }

    /* Footer MyWork */

    .footer-mywork {

        width: 100%;

        padding: 10px 0px;

        text-align: center;

    }

    .footer-mywork span.left {

        margin-right: 30px;

        float: none;

        display: inline;

    }

    /* Footer Sitemap*/

    .mini_sitemap ul {

        padding: 0px 15px;

    }

    .mini_sitemap ul.top li {

        width: auto;

        padding: 0px;

        margin: 0px 10px;

    }

    .mini_sitemap ul.top > li > a {

        border: 0px;

        padding: 0px;

        margin: 0px;

    }

    .mini_sitemap ul.top ul {

        display: none;

    }

    /* Slideshow */

    #slider-container {

        margin-bottom: 20px;

    }

    #slider-wrapper[style] {

        width: 100% !important;

        height: auto !important;

    }

    /*Back to top*/

    .back-to-top {

        display: block;

    }

    .services-row .service-wrap {

        min-height: 420px;

    }

    .menu-row #menu > ul a {

        font-size: 14px;

        padding: 25px 8px;

    }

}



/************************************************************************************

smaller than 980

*************************************************************************************/



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



    .brands-wrap .brand {

        display: inline-block;

        width: 11%;

        margin: 1%;

    }



    .sales-points-wrap .sale-point {

        padding: 0 25px;

    }

    .free-quote h3 {

        font-size: 27px;

        line-height: 1.4em;

    }

    .free-quote button {

        padding: 12px 26px;

        margin-top: 0px;

        font-size: 14px;

    }

    .header-row {

        padding-top: 50px;

    }

    .header-row .header-right .call-to-action {

        margin-top: 20px;

    }

    .services-row .service-wrap {

        padding: 20px 10px 20px;

    }

    .services-row .service-wrap img {

        width: 40px;

        height: auto !important;

        margin-bottom: 5px;

    }

    .services-row .service-wrap h3 {

        font-size: 18px;

    }

    .services-row .service-wrap .read-more {

        margin-top: 10px;

    }



    .nivo-caption h1 {

        font-size: 20px;

        padding: 8px 14px;

    }

    .nivo-caption ul {

        padding: 5px 7px;

    }

    .nivo-caption li {

        font-size: 13px;

    }

    .nivo-caption a {



    }

    .nivo-caption button {

        font-size: 13px;

        margin-top: 0;

        padding: 8px 12px;

    }

    /*    header*/

    /* Mobile Menu */

    .mobile-header {

        display: block;

    }

    .mobile-header .fa.fa-envelope {

        font-size: 12px;

    }

    .mobile-menu,

    .mobile-menu.active,

    .mobile-menu-bg.active {

        display: block;

    }

    /* Desktop Nav Bar*/

    #menu {

        display: none;

    }

    .content-left {

        width: 67%;

    }

    .sidebar {

        margin: 0px;

        padding-right: 0;

    }

    /* Advanced Footer */

    .footer-custom {

        margin: 0px 20px;

    }

    .footer-about {

        display: inline-block;

        width: 50%;

        margin: 0px 0px 30px 0px;

    }

    .footer-custom .mini_sitemap ul.top li {

        text-align: inherit;

    }

    .footer-custom .mini_sitemap {

        width: 20%;

        margin: 0px;

    }

    .footer-contact {

        width: 29%;

        margin: 0;

    }

    .services-row .service-wrap {

        min-height: 310px;

    }

}



/************************************************************************************

smaller than 900

*************************************************************************************/



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

    .content-left {

        width: 64%;

    }

    .blog-social {

        display: none;

    }

    .services-row .service-wrap a.stretch {

        padding: 40px 0px 30px;

    }

    .services-row .service-wrap {

        min-height: 435px;

    }

}



/************************************************************************************

smaller than 800

*************************************************************************************/



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



    .header-row .header-right .call-to-action {

        margin-right: 0px;

    }

    .visible-label {

        display: block !important;

        width: 100%;

        font-weight: bold;

        margin-bottom: 5px !important;

        font-size: 12px;

    }

    .header-row .logo-wrap,

    .header-row .header-right {

        width: 100%;

        float: none;

        display: block;

        text-align: center;

    }

    .header-row .call-to-action .green-box {

        float: none;

    }

    .header-row .logo-wrap img {

        max-width: 320px;

        margin-top: 10px;

    }



    /* Call To Action */

    .social-email {

        display: inline-block !important;

    }

    .call-to-action {

        position: relative;

        text-align: center;

        top: 0px;

        width: 100%;

    }

    .call-to-action .contact-social a.social-mobile {

        display: inline-block;

    }

    .content-left {

        float: none;

        width: 100%;

    }

    .sidebar,

    .home .bottom_widget {

        float: none;

        margin: 0px;

        width: 100%;

    }

    /* Content Container Resets */

    .heading,

    .content-middle,

    .content-left,

    .content-middle.rightSide,

    .content {

        width: 100%;

        padding-left: 0px;

        padding-right: 0px;

    }

    .services-row .service-wrap {

        min-height: 435px;

    }

}



/************************************************************************************

smaller than 768

*************************************************************************************/



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

    .free-quote {

        text-align: center;

        padding: 20px;

    }

    .free-quote h3 {

        display: block;

        width: 100%;

        float: none;

        text-align: center;

        line-height: 1em;

        font-size: 23px;

    }

    .free-quote button {

        padding: 11px 26px;

    }

    .free-quote a {

        float: none;

        margin-top: 10px;

        display: inline-block;

    }

    .sidebar .contactFormS {

        display: none;

    }

    .contact .sidebar .contactFormS {

        display: block;

    }

    .services-row .service-wrap {

        min-height:465px;

    }



}



/************************************************************************************

smaller than 700

*************************************************************************************/



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

    .services-row {

        border-top: solid #87e100 3px;

    }

    .free-quote-row {

        display: none;

    }

    #slider {

        display: none;

    }

    .services-row .service-wrap a.stretch {

        padding: 20px;

    }

    .blog-container {

        border: 0;

    }

    .blog-image {

        width: 100%;

        max-width: 100%;

        height: auto;

        float: none;

    }

    .blog-content.image-left {

        padding: 0;

        margin: 0;

        margin-top: 10px;

    }

    .blog-image .desktop {

        display: none;

    }

    .blog-image .mobile {

        display: block;

    }

    .blog-body {

        display: none;

    }

    .blog-title a {

        display: block;

    }

    

    .blog-body {

        font-size: 12px;

        line-height: 1.5em;

    }

    .services-row .service-wrap {

        display: block;

        float: none;

        width: 100%;

    }

    .services-row .service-wrap .read-more {

        margin-top: 0px;

    }

    .services-row .service-wrap h3 {

        font-size: 15px;

        margin-bottom: 5px;

    }

    .services-row .service-wrap p {

        font-size: 12px;

        margin-bottom: 5px;

    }

    .services-row .service-wrap .read-more {

        font-size: 13px;

    }

    .parallax {

        display: none;

    }

    .sales-points-wrap .sale-point, .sales-points-wrap .sale-point.sale-two {

        width: 100%;

        display: block;

        float: none;

        padding: 0 15px;

        max-width: 280px;

        margin: 0 auto;

        margin-bottom: 15px;

    }



    .sales-points-wrap .sale-point h4 {

        margin-bottom: 3px;

        font-size: 16px;

    }

    /* Responsive Tables */

    /* Force table to not be like tables anymore */

    table,

    thead,

    tbody,

    th,

    td,

    tr {

        display: block;

        width: 100%;

    }

    tbody {

        width: auto;

    }

    /* Hide table headers (but not display: none;, for accessibility) */

    thead tr {

        position: absolute;

        top: -9999px;

        left: -9999px;

    }

    tr [style] {

        /* border: 1px solid #ccc; */

        width: auto !important;

    }

    td[style] {

        width: auto;

    }

    .services-row .service-wrap {

        min-height: 0;

    }

}



/************************************************************************************

smaller than 650

*************************************************************************************/



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

    .overview-col {

        width: 50%;

    }

    #footer .logo-wrap {

        max-width: 100%;

        width: 100%;

        text-align: center;

    }

    #footer .postal .fa,

    #footer .postal span {

        float: none;

    }

    #footer .logo-wrap img {

        max-width: 200px;

    }

    #footer .mini_sitemap {

        display: none;

    }

    .free-quote {

        padding: 25px 0px;

    }

    .free-quote h3 {

        font-size: 22px;

    }

    .free-quote button {

        font-size: 13px;

        padding: 10px 26px;

    }

    .blog-title {

        font-size: 13px;

    }

    body {

        font-size: 14px;

    }

    /* Photo Gallery */

    .gallery-container {

        width: auto;

    }

    .gallery-text {

        width: auto;

    }

    /* Breadcrumbs */

    .breadcrumb {

        font-size: 10px;

    }

    /* Footer*/

    .footer-custom {

        margin: 0px 20px;

        text-align: center;

    }

    .footer-custom .fa.fa-map-marker {

        float: none;

        margin: 0px;

    }

    .footer-about {

        display: inline-block;

        width: 100%;

    }

    .footer-custom .mini_sitemap,

    .footer-contact {

        width: 100%;

        margin: 0px;

    }

    .footer-custom .mini_sitemap {

        margin: 0px 0px 30px 0px;

    }

    .mini_sitemap ul.top li {

        text-align: center;

    }

    .footer-contact div {

        padding: 5px 0px !important;

        background: none !important;

    }

    .footer-contact div > span.label {

        display: inline;

    }

    .footer-mywork {

        width: 100%;

        text-align: center;

    }

}



/************************************************************************************

smaller than 610

*************************************************************************************/



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



    .overview_thumbnail_all {

        margin: 3%;

        width: 44%;

    }

    /* Header */

    /* #header {

		background-image: none;

	} */

    /* Photo Gallery */

    .thumbnail-all {

        margin: 3%;

        width: 44%;

    }

    #wrapper .gallery-images img,

    #wrapper .gallery-images img[style] {

        height: auto !important;

        width: 100% !important;

    }

}



/************************************************************************************

smaller than 560

*************************************************************************************/



@media screen and (max-width: 560px) {}



/************************************************************************************

smaller than 520

*************************************************************************************/



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

    .header-phone-number {

        display: none;

    }

    .overview-col {

        width: 100%;

    }

    .header-row .header-right .green-box {

        display: none;

    }

    .header-row .header-right .call-to-action {

        width: 100%;

        margin: 0;

        display: block;

    }

    .header-row .header-right .quote-box {

        display: block;

        margin: 15px auto 0;

        max-width: 200px;

    }

}



/************************************************************************************

smaller than 480

*************************************************************************************/



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

    /* Headings */

    h1 {

        font-size: 22px;

        text-align: left;

    }

    h2 {

        line-height: 140%;

        font-size: 20px;

    }

    h3 {

        line-height: 140%;

        font-size: 18px;

    }

    h4 {

        line-height: 140%;

        font-size: 18px;

    }

    h5 {

        line-height: 140%;

        font-size: 18px;

    }

    h6 {

        line-height: 140%;

        font-size: 18px;

    }

}



/************************************************************************************

smaller than 440

*************************************************************************************/



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

    /* Photo Gallery */

    .thumbnail-all {

        margin: 0px 0px 20px 0px;

        width: 100%;

    }

    .footer-mywork span.left {

        margin: 0px 0px 10px 0px;

        display: block;

    }

}



/************************************************************************************

smaller than 320

*************************************************************************************/



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

    h1 {

        font-size: 20px !important;

    }

    .breadcrumb {

        display: none;

    }

}





@media screen and (min-width: 900px) {

    .fixed {

        position: fixed;

        top:0; left:0;

        width: 100%;

        z-index: 999;

    }

    .fixed .logo-wrap img {

        width: 200px;

    }

    .fixed #menu a {

        padding: 15px 16px !important;

    }

    .fixed #menu #top ul {

        top: 42px;

    }

    .fixed .header-phone-number {

        display: inline-block;

        float: left;

        margin-top: 17px;

        margin-right: 10px;

    }

    .fixed .call-to-action {

        margin-top: 0 !important;

    }

    .fixed .header-row {

        padding-top: 10px;

        padding-bottom: 10px;

    }

    body.isfixed {

        margin-top: 213px;

    }

}



@media only screen and (min-width : 800px) {

    .sidebar_fixed {

        position: fixed;

        

        /* Header height 113px + 10px*/

        top: 123px;

        

        background-color: white;

        padding: 5px;

    }

}

