/*
Theme Name: ABC Electrical
Author: Slick Design
*/

/* General/common styling */

.clearfix::before, .clearfix::after {
	content: "";
    display: table;
}

.clearfix::after {
	clear: both;
}

body {
	margin: 0;
    color: #6d6e71;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.global-inner {
	width: 950px;
	margin: 0 auto;
}

.global-left {
    width: 60%;
    float: left;
}

.global-right {
	width: 25%;
	float: right;
	margin-top: 22px;
}

.blue-text-light {
    color: #3d7edb;
    font-weight: 300;
}

.blue-text {
    color: #3d7edb;
    font-weight: 400;
    font-size: 19px;
}

a {
    text-decoration: none;
}

a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

a > img {
    border: 0 none transparent;
}

.book-button a,
.book-button a:hover {
    color: #ffffff !important;
}

.site-footer {
    position: relative;
}

a.back-to-top {
    margin-right: -33px; 
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px 10px 18px;
    font-family: 'Oswald',sans-serif;
    position: absolute;
    right: 0;
    bottom: 450px;
    color: #8bb2e9;
    background-color: #000000;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

a.back-to-top .blue-arrow-up {
    position: absolute;
    top: 18px;
    left: 3px;
    width: 10px;
    height: 8px;
    background: url('img/blue-arrow-up.png') no-repeat center center;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.link-button a:hover {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.link-button a,
.link-button a:hover {
    color: #ffffff !important;
    font-weight: 300!important;
}

.link-button.no-link {
    padding-right: 12px !important;
}

.global-left ol { 
    counter-reset: item;
    margin-bottom: 30px;
    padding-left: 20px;
}

.global-left ol li { 
    display: block; 
    text-indent: -1.1em;
}

.global-left ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #77a5e6;
    font-weight: 400;
    padding-right: 3px;
}

.global-left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.global-left ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.global-left ul li:before {
    content: "• ";
    padding-right: 3px;
    color: #77a5e6;
    font-weight: 700;
}

.ui-autocomplete.ui-widget {
    background: white;
    width: 300px ! important;
    padding-left: 0;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border: 1px solid lightgrey;
}

.ui-autocomplete.ui-widget > li {
    padding: 5px;
    display: block;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
}

.ui-autocomplete.ui-widget > li:first-child {
    border-top: 0 none transparent;
}

.ui-autocomplete.ui-widget > li:last-child {
    border-bottom: 0 none transparent;
}

@media screen and (max-width: 767px) {
    .global-inner {
        width: 93%;
    }

    .global-left {
        width: 100%;
        float: none;
    }

    .global-right {
        width: 70%;
        float: none;
        margin: 40px auto 0;
    }

    a.back-to-top {
        display: none;
    }

    .search-form {
        display: none;
    }

    .brands-footer .logo-div {
        margin-right: 4% !important;
        height: 35px;
    }

    .brands-footer .blue-banner-text {
        right: 28px !important;
    }
}

@media screen and (max-width: 350px) {
    .global-right {
        width: 85% !important;
    }

    .brands-footer .blue-banner-text {
        right: 71px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .global-inner {
        width: 95%;
        margin: 0 auto;
    }

    .global-right {
        width: 34%;
        max-width: 245px;
    }

    .header-logo object {
        width: 400px;
    }

    #site-navigation {
        float: none !important;
    }

    .search-form {
        float: left !important;
        margin-top: -13px !important;
        margin-bottom: 20px;
    }

    .brands-footer .logo-div {
        margin-right: 4px !important;
    }

    .brands-footer .global-inner {
        width: 732px;
    }

    .brands-footer .blue-banner-text {
        right: 7px !important;
    }
}

/** 404 page styling **/

.error404 a.back-to-top {
    bottom: 210px;
}

.error404 a {
    font-weight: 400;
    color: #77a5e6;
    text-decoration: none;
}


/** General custom form styling **/

.gform_wrapper .hidden-section-break {
    border-bottom: none !important;
}

.gform_wrapper .hidden-section-break h2 {
    display: none;
}

.gform_wrapper .gsection.payer-section-title {
    border-bottom: none;
    border-top: 1px solid #CCC;
    padding-top: 10px;
    font-size: 15px;
    margin-bottom: 0;
}

.who-is-booking {
	margin-top: -22px !important;
}

.who-is-booking h2 {
    font-size: 21px !important;
}

.global-left ul.gform_fields li { 
    padding-left: 0; 
    text-indent: 0;
}

.gform_wrapper .top_label .gfield_label,
.gfield_checkbox label {
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
    font-size: 17px;
    max-width: 410px;
}

.gform_wrapper .payer-conditions .gfield_label {
    max-width: 530px;
}

.gform_wrapper .full-width-label .gfield_label {
    max-width: none;
}

input#input_6_11_1,
input#input_6_11_2 {
    width: 94% !important;
}

input#input_6_11_4 {
    width: 90% !important;
}

.gform_wrapper .gfield_required {
    color: #f58d75 !important;
}

.gform_wrapper .top_label input,
.gform_wrapper .top_label textarea {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

.gform_wrapper textarea.medium {
    width: 70% !important;
}

.gform_wrapper .top_label input {
    height: 30px;
}

.form-field-left,
.form-field-right {
    display: inline-block;
    width: 45% !important;
}


.form-field-left {
    float: left;
    margin-right: 4%;
}

.form-field-left input.medium, 
.form-field-right input.medium {
    width: 100% !important;
}
 
.gform_wrapper .gform_footer input[type=submit] {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 4px 25px 4px 11px ! important;
    position: relative;
    border-radius: 0;
    font-weight: 300;
    border: none;
    font-family: 'Oswald', sans-serif;
    background: url('img/link-arrow.png') no-repeat 90% center #000000;
    cursor: hand;
    cursor: pointer;
}

.gform_wrapper .gform_footer input.button[type=submit] {
    display: block;
    width: auto;
}

.gform_wrapper div.validation_error {
    border: none !important;
    color: #ee2624 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: initial !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error .gfield_label {
    color: #6d6e71;
    margin-left: 17px !important;
}

.gform_wrapper li.gfield_error input,
.gform_wrapper .top_label .gfield_error textarea {
    border-color: #ee2624 !important;
}

.gform_wrapper li.gfield.gfield_error div.gfield_description {
    color: #ee2624;
    font-weight: 300;
}

.gform_wrapper .validation_message {
    color: #ee2624 !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 2px !important;
}

.gform_wrapper .ginput_container_email input.medium {
    width: 70% !important;
}

.recaptcha-instructions {
    font-size: 17px;
}

#recaptcha_response_field {
    border: 1px solid #d1d1d1 !important;
    width: 299px !important;
}

#recaptcha_response_field::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
}
#recaptcha_response_field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
 #recaptcha_response_field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#recaptcha_response_field:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
}

#recaptcha_privacy a, 
#recaptcha_privacy a:hover {
    font-family: 'Oswald',sans-serif;
    color: #d1d1d1;
    font-weight: 300;
    font-size: 13px;
}

.gform_wrapper .form-field-right .ginput_container_email input.medium {
    width: 100% !important;
}

.gform_wrapper ul.top_label input.medium, .gform_wrapper ul.top_label select.medium {
    width: 70%;
}

.gform_wrapper ul.top_label textarea.small {
    width: 70%;
}

.gform_wrapper .gsection.no-label {
    margin: 14px 6% 0 0;
}

.no-label label {
    display: none !important;
}

.gfield_checkbox label {
    display: block !important;
}

.section-break-or h2.gsection_title:after {
    content: "OR";
    position: absolute;
    left: 46%;
    font-size: 16px;
    font-family: 'Oswald',sans-serif;
    font-weight: normal;
    background: white;
    padding: 0 7px;
    color: black;
    margin-top: -4px;
}

.section-break-or {
    position: relative;
}

.no-label label.gfield_label {
    display: none ! important;
}

.no-label {
    margin-top: 0 ! important;
}

.no-label .gfield_required, .no-line {
    display: none;
}

.gform_wrapper .placeholder-only .ginput_complex.ginput_container label {
    font-size: 0;
    padding: 5px;
}

.terms-and-conditions-required-link .gfield_required {
    display: none;
}

.terms-and-conditions-required-link .gfield_description {
    display: block !important;
    margin-top: -18px !important;
    margin-left: 0 !important;
    margin-bottom: 7px;
}

.gform_wrapper .terms-and-conditions-required-link .gfield_description {
    display: inline-block;
    width: auto;
    margin-left: 3px;
    margin-top: 1px;
}

.gform_wrapper .top_label input.large {
    width: 94% !important;
}

.gform_wrapper ul.top_label .textarea-full textarea.small {
    width: 94%;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0 ! important;
    max-width: 100% ! important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: .625em 0 .5em ! important;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required {
    margin: 0 ! important;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required.form-field-left {
    margin-right: 4% ! important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label+div.ginput_container {
    margin-top: .375em ! important;
}

.gform_confirmation_message {
    margin: 20px 0;
}

.ginput_container .select {
    width: 100%;
}

.gform_ajax_spinner {
    display: none;
}

.gform_wrapper.gf_browser_safari ul li:after,
.gform_wrapper.gf_browser_safari ul li:before {
    content: none;
}

.gf_browser_gecko.gform_wrapper .gform_footer input.button[type="submit"] {
    line-height: 0;
}

@media screen and (max-width: 767px) {
    input#input_6_11_1,
    input#input_6_11_2 {
        width: 70% !important;
    }
    .gform_wrapper .top_label input.large {
        width: 70% !important;
    }

    .gform_wrapper ul.top_label .textarea-full textarea.small {
        width: 70%;
    }

    .gform_wrapper .gform_footer {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .form-field-left, 
    .form-field-right {
        width: 70% !important;
    }

    .gform_wrapper .terms-and-conditions-required-link .gfield_description {
        padding: 0;
        margin: 0 0 10px;
    }

    #recaptcha_widget_div {
        -moz-transform: scale(0.66);
        -webkit-transform: scale(0.66);
        -o-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .checkbox-inline ul.gfield_checkbox > li {
        display: block !important;
    }

    .upload-inline .gfield_description {
        margin-top: -22px !important;
        right: 38px !important;
    }

    .mobile-1 {
        padding-bottom: 18px;
        border-bottom: 1px solid lightgrey;
    }

    .mobile-2 {
        padding-top: 10px;
    }

    .separator-right,
    .separator-right > .ginput_container {
        position: relative;
    }

    .separator-right > .ginput_container:after {
        content: "";
        position: absolute;
        height: 200%;
        right: -10px;
        top: 0;
    }

    .separator-right.separator-right-or > .ginput_container:before {
        content: "Or";
        position: absolute;
        z-index: 1;
        right: 124px;
        top: 72px;
        padding: 2px 0;
        background: white;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    .separator-right.separator-right-or > .ginput_container:after {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .separator-right,
    .separator-right > .ginput_container {
        position: relative;
    }

    .separator-right > .ginput_container:after {
        content: "";
        border-right: 1px solid lightgrey;
        position: absolute;
        height: 200%;
        right: -10px;
        top: 0;
    }

    .separator-right.separator-right-or > .ginput_container:before {
        content: "Or";
        position: absolute;
        z-index: 1;
        right: -16px;
        top: -7px;
        padding: 2px 0;
        background: white;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    .separator-right.separator-right-or > .ginput_container:after {
        height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .upload-inline .gfield_description {
        margin-top: -19px !important;
        right: initial !important;
        left: 0;
    }

    .gform_wrapper .top_label .gfield_label, 
    .gfield_checkbox label {
        font-size: 14px;
    }
}


/* Placeholder styling */
::-webkit-input-placeholder {
   font-family: 'Oswald', sans-serif;
   font-weight: 300;
   padding-left: 10px;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'Oswald', sans-serif; 
   font-weight: 300;
   padding-left: 10px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Oswald', sans-serif;
   font-weight: 300;
   padding-left: 10px;
}

:-ms-input-placeholder {  
   font-family: 'Oswald', sans-serif; 
   font-weight: 300;
   padding-left: 10px;
}

/* Radio button styling */

input[type="radio"] {
   display: none;
}

input[type="radio"] + label {
   position: absolute;
   left: 12px;
   bottom: 5px;
   height: 20px;
   width: 20px;
   display: inline-block;
   cursor: pointer;
   vertical-align: middle;
   background: #FFF;
   border: 1px solid #d2d2d2;
   border-radius: 100%;
}

input[type="radio"] + label:hover {
    border-color: #c2c2c2;
}

input[type="radio"]:checked + label {
    background: url('img/radio-checked.png') no-repeat center center;
}

/* Checkbox styling */
input[type=checkbox],
.gf_browser_ie9 input[type=checkbox]+label:before,
.gf_browser_ie input[type=checkbox]+label:before,
.gf_browser_gecko input[type=checkbox]+label:before {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box ;
    width: 20px ;
    height: 20px !important;
    border-width: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #d1d1d1;
}

.gf_browser_ie9 input[type=checkbox],
.gf_browser_ie input[type=checkbox],
.gf_browser_gecko input[type=checkbox] {
    display: none;
}

.gf_browser_ie9.gform_wrapper .gfield_checkbox li input[type=checkbox]+label,
.gf_browser_ie.gform_wrapper .gfield_checkbox li input[type=checkbox]+label,
.gf_browser_gecko.gform_wrapper .gfield_checkbox li input[type=checkbox]+label {
    margin-left: 0;
}

.gf_browser_ie9 input[type=checkbox]+label:before,
.gf_browser_ie input[type=checkbox]+label:before ,
.gf_browser_gecko input[type=checkbox]+label:before {
    content: "";
    position: relative;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

.site-main .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    width: 20px !important;
    margin-top: 0;
    margin-right: 8px;
}

input[type="checkbox"]:checked,
.gf_browser_ie9 input[type=checkbox]:checked+label:before,
.gf_browser_ie input[type=checkbox]:checked+label:before,
.gf_browser_gecko input[type=checkbox]:checked+label::before {
    background-color: #3d7edb;
}

input[type="checkbox"]:focus {
    outline: 0 none;
    box-shadow: none;
}

.i-agree .agree-label {
    position: relative;
    bottom: 7px;
}

.checkbox-inline ul.gfield_checkbox {
    display: table;
    width: 100%;
}

.checkbox-inline ul.gfield_checkbox > li {
    display: table-cell;
}

.gform_wrapper .inline-checkbox-text .gfield_checkbox li label {
    margin-left: 0;
}

.gform_wrapper .inline-checkbox-text .gfield_checkbox li input[type="checkbox"] {
    margin-bottom: 0;
}

/* Select drop-down styling (code generated from styleSelectBox.js) */
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    border-radius: 2px;
    height: 28px;
    width: 250px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #6d6e71;
    border: 1px solid #d1d1d1;
}

.styledSelect {
    color: inherit !important;
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 0 10px;
    font-weight: 500;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #808080 transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 6px;
}

.styledSelect:active, .styledSelect.active {
    background-color: #eee;
}

.styledSelect + .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.styledSelect + .options li {
    padding: 0 6px;
    margin: 0;
    padding: 0 10px;
}

.styledSelect + .options li:hover {
    background-color: #39f;
    color: #ffffff;
}

.select ul li { 
    text-indent: 0 !important;
}

.select ul li:before {
    content: none !important;
    padding-right: 0 !important;
}

/* Custom file chooser (also uses inputFileCustom.js) */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-label {
    margin-top: 6px;
    height: 30px;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.file-name {
    min-height: 23px !important;
    font-weight: 500;
    padding: 2px 0 2px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    min-height: 6px;
    width: 200px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.file-label-text,
.moxie-shim {
    padding: 3px 19px 3px 6px;
    font-size: 15px;
    height: 22px;
    position: relative;
    bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 20px;
    color: #000000;
    background-color: #8bb2e9;
    display: inline-block;
}

.moxie-shim {
    position: relative ! important;
    left: 0 ! important;
    margin-left: 0 ! important;
    width: 70px ! important;
    height: 22px ! important;
}

.moxie-shim:before {
    content: "ATTACH";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Oswald', sans-serif;
    padding: 0 19px 0 6px;
}

.upload-label-browse .moxie-shim:before {
    content: "BROWSE";
}

.upload-label-browse .moxie-shim {
    width: 80px ! important;
}

.moxie-shim:after {
    content: "";
    position: absolute;
    right: 5px;
    display: block;
    border-left: 10px solid black;
    border-bottom: 5.5px solid transparent;
    border-top: 5.5px solid transparent;
    top: 6px;
    z-index: -1;
}

.gform_drop_instructions {
    display: none;
}

.gform_button_select_files {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.form-field-left [id^="gform_preview_"],
.form-field-right [id^="gform_preview_"] {
    width: 96%;
}

.no-label [id^="gform_preview_"] {
    margin-top: 9px;
}

[id^="gform_preview_"] {
    position: absolute;
    white-space: nowrap;
    margin-top: 45px;
    margin-left: 2%;
    top: 0;
    width: 47%;
    overflow: hidden;
    z-index: 1;
}

.gform_wrapper ul.top_label .gform_fileupload_multifile .gform_drop_area {
    padding: 0;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.gform_drop_area {
    height: 30px;
}

.file-label-text .chooser-arrow {
    position: absolute;
    top: 9px;
    left: 61px;
    width: 8px;
    height: 10px;
    background: url('img/file-chooser-btn.png') no-repeat right center;
}

.file-label-text:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.upload-inline .gform_drop_area {
    display: inline-block;
    width: 50%;
    margin-right: 15px;
}

.upload-inline .moxie-shim {
    vertical-align: middle;
}

.upload-inline .gfield_description {
    position: absolute;
    margin-top: -50px;
    right: 50px;
    width: 120px ! important;
    font-size: 11px ! important;
}

.upload-inline {
    position: relative;
}

/* Custom date field */

input[type="date"] {
     -webkit-align-items: center;
     display: -webkit-inline-flex;
     border: 1px solid #d9d9d9;
     border-radius: 2px;
     font-family: 'Oswald', sans-serif;
     font-weight: 300;
     font-size: 12px;
     color: #b7b7b7;
     text-transform: uppercase;
     overflow: hidden;
     padding: 0;
     margin-top: 3px;
     width: 238px;
     padding-left: 10px !important;
     height: 24px;
     -webkit-padding-start: 1px;
}

input::-webkit-datetime-edit {
    -webkit-flex: 1;
    -webkit-user-modify: read-only !important;
    display: inline-block;
    min-width: 0;
    overflow: hidden;
}

input::-webkit-datetime-edit-fields-wrapper {
    -webkit-user-modify: read-only !important;
    display: inline-block;
    padding: 1px 0;
    white-space: pre;
}

#ui-datepicker-div {
    display: none;
}


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


/* Breadcrumbs styling */

.breadcrumbs {
    background-color: #333333;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding: 8px 0;
    font-size: 14px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a span {
    color: #ffffff;
}

.breadcrumbs a:hover span {
    color: #fff700;
}

/* Title bar styling */

.title-bar {
	padding: 15px 0;
    background-color: #3d7edb;
}

.title-bar .global-inner {
    position: relative;
}

.title-bar h1 {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin: 0;
    position: absolute;
    top: 8px;
    left: 73px;
}

.title-bar h1 {
    font-size: 27px;
    top: 12px;
}

@media screen and (max-width: 767px) {
    .title-bar h1 {
        font-size: 23px;
    }
}


/* General sidebar styling (various sidebar components) */

.labour .clock sup {
    color: #e32433;
    position: relative;
    left: 22px;
    bottom: 11px;
    font-size: 20px;
}

.aboutus-sidebar .blue-arrow,
.spare-parts-sidebar .blue-arrow  {
    top: 50px;
    right: 5px;
}

.spare-parts-contact:hover,
.technician-contact:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.sidebar-right .plus {
    font-weight: 400;
    margin-bottom: -5px;
    margin-top: -5px;
}

.sidebar-right .labour {
	border-bottom: 14px solid #000000;
}

.sidebar-right .labour .sub-text {
    padding-right: 40px;
}

.sidebar-right .clock {
    right: 16px;
}

.blue-arrow {
	background: url('img/blue-arrow.png') no-repeat center center;
	position: absolute;
    top: 21px;
    right: 3px;
    width: 20px;
    height: 16px;
}

.white-arrow {
	background: url('img/white-arrow.png') no-repeat center center;
	position: absolute;
    top: 12px;
    right: 19px;
    width: 18px;
    height: 20px;
}

.book-now {
    background-color: #000000;
    text-transform: uppercase;
    font-size: 38px;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding-right: 10px;
}

.book-now a,
.book-now a:hover {
    color: #8bb2e9;
}

.phone-num {
	background-color: #000000;
    color: #f5ec5a;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 38px;
}

.disclaimer sup {
	color: #f58d75;
}

.side-menu {
    margin-top: 5px;
}

.side-menu .header {
	background-color: #000000;
    color: #b2b2b2;
    text-align: center;
    font-size: 22px;
    padding: 10px 0 5px;
}

.side-menu ul {
	margin: 0;
    padding: 0;
}

.side-menu ul li {
    list-style-type: none;
    background-color: #3d7edb;
    text-transform: uppercase;
}

.side-menu ul li a {
	display: block;
    padding: 10px 0 10px 10px;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    background: url('img/blue-arrow.png') no-repeat 95% center;
}

.questions .text-bottom:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/* Real Estate sidebar styling */

.hidden-mail-section {
    display: none;
}

.realestate-sidebar h3 {
	color: #3d7edb;
    font-size: 17px;
    margin-bottom: 4px;
}

.realestate-sidebar p {
    margin-top: 0;
    font-size: 16px;
}

.realestate-sidebar .mobile-repairers {
    margin-top: 20px;
}

.realestate-sidebar .mobile-repairers ul {
    margin: 0;
    padding: 0;
}

.realestate-sidebar .mobile-repairers ul li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 16px;
    padding: 2px 22px 2px 7px;
}

.realestate-sidebar .mobile-repairers .link-arrow {
    right: 5px;
    top: 7px;
}

.realestate .all-brands {
	padding-right: 0;
}

.realestate .all-brands,
.realestate .all-brands a {
    color: #f5ec5a;
    background-color: #3d7edb;
}


/* Header styling */

.top-banner {
    width: 100%;
	background-color: #3d7edb;
	padding-top: 15px;
    padding-bottom: 5px;
}

.header-logo {
	float: left;
    position: relative;
}

.header-logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-logo object {
    pointer-events: none;
}

.header-text {
	float: right;
	text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    color: white;
    font-size: 30px;
    margin-top: 40px;
    font-weight: 700;
}

.header-text .highlight {
	color: #fff700;
}

#menu-main-nav {
	padding-left: 0;
}

#menu-main-nav li {
	list-style-type: none;
    display: inline;
    font-size: 14px;
    margin-right: 17px;
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
}

#menu-main-nav li a {
	text-decoration: none;
    color: #4d4d4d;
}



.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .dropdown-toggle,
.menu-item-has-children .sub-menu {
    display: none;
}

.menu-item-has-children .sub-menu {
    padding-left: 0;
    position: absolute;
    width: 195px;
    z-index: 10;
    left: 0;
    top: 18px;
    background-color: #ffffff;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin-right: 0 !important;
}

.menu-item-has-children .sub-menu li a {
    padding: 5px 3px 5px 10px;
    display: block;
    border-bottom: 1px dashed #4d4d4d;
}

.menu-item-has-children .sub-menu li:last-of-type a {
    border-bottom: none;
}

.menu-item-has-children .sub-menu li a:hover {
    cursor: pointer;
    color: #ffffff !important;
    background-color: #6498e2;
}

.menu-item-has-children > a:hover {
    cursor: default;
}

#menu-main-nav li a:hover,
#menu-main-nav .current-menu-item > a,
#menu-main-nav .current-menu-parent > a {
	color: #3d7edb;
}

#site-navigation {
	float: left;
}

.search-form {
	float: right;
	margin-top: 15px;
}

.screen-reader-text {
	display: none;
}

.search-field {
    border: 1px solid #3d7edb;
    width: 200px;
    height: 21px;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.site-header-main .search-field {
    margin-top: 4px;
    max-height: 21px;
}

.search-form label {
	float: left;
}

.search-submit {
    background: url('img/search-icon.jpg') no-repeat center center;
    width: 27px;
    height: 21px;
    border: none;
    float: right;
    position: relative;
    top: 4px;
}

.search-submit:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.mobile-contact-link,
.mobile-menu-icon {
    display: none;
}

@media screen and (max-width: 350px) {
    .header-logo object {
        width: 223px !important;
    }
}

@media screen and (max-width: 767px) {
    .title-bar-large {
        top: -2px !important;
    }

    .header-logo {
        float: left;
        text-align: center;
    }

    .header-logo object {
        width: 273px;
        height: 60px;
    }

    .header-text {
        display: none;
    }

    .mobile-contact-link {
        display: block;
        background: url('img/mobile-contact-icon.png') no-repeat center center;
        width: 23px;
        height: 23px;
        background-size: contain;
        float: right;
        position: relative;
        right: 35px;
        top: 20px;
    }

    .top-banner {
        padding-bottom: 10px;
    }

    .site-header-menu {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
        background: url('img/mobile-menu-icon.png') no-repeat center center;
        width: 35px;
        height: 35px;
        background-size: contain;
        float: right;
        position: relative;
        left: 30px;
        top: 13px;
    }

    .site-header-menu .global-inner {
        width: 100%;
    }

    #site-navigation {
        float: none;
    }

    #menu-main-nav {
        margin: 0;
    }

    #menu-main-nav li {
        display: block;
        border-bottom: 1px dashed #b7b7b7;
        margin-right: 0;
        padding: 5px 5%;
        background-color: #ffffff;
    }

    .site-header-menu .sub-menu {
        left: 85px;
        top: 13px;
        background-color: #8bb2e9;
    }

    .sticky {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        border-top: 0;
    }

    .site-header-menu {
        top: 122px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    .site-header-menu li:last-of-type {
        border-bottom: none !important;
    }

    .sub-menu li {
        background-color: #8bb2e9 !important;
        border-bottom: 1px dashed #737373 !important;
    }

    .sub-menu li a, 
    .sub-menu li a {
        border-bottom: none !important;
    }

    .menu-item-has-children .sub-menu li a:hover {
        background-color: initial !important;
        color: initial !important;
    }

}


/* Home page styling */

.home .breadcrumbs,
.home .title-bar {
	display: none;
}

.home-banner {
    margin-top: 50px;
    margin-bottom: 40px;
}

.banner-text {
    float: left;
    font-family: 'Oswald',sans-serif;
    margin-top: 5px;
    width: 50%;
}

.top-text {
    color: #000000;
    font-size: 43px;
    margin-bottom: 26px;
    text-transform: uppercase;
    line-height: 48px;
}

.bottom-text {
    color: #3d7edb;
    font-size: 23px;
}

.banner-img {
	float: right;
    width: 50%;
}

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

.home-middle {
	background: url('img/checkered.png') repeat center center; /* pattern-bg.jpg */
	font-family: 'Oswald',sans-serif;
    font-weight: 300;
    color: #ffffff;
    padding: 25px 0 35px;
}

.home-middle span {
	font-weight: 700;
}

.middle-top {
    margin-bottom: 30px;
}

.middle-left {
	float: left;
    width: 374px;
    padding-top: 6px;
}

.middle-right {
    width: 522px;
    text-align: center;
    float: right;
}

.yellow-title {
	font-weight: 400;
    font-size: 28px;
    color: #fff700;
}

.intro-heading {
    margin-bottom: 14px;
}

.intro-text p {
    margin: 9px 0;
}

.services-icons {
    margin: 25px 0 0;
    float: right;
}

.services-icons ul {
    margin: 0;
    padding: 0;
}

.services-icons ul li {
    list-style-type: none;
    float: left;
    width: 87px;
    margin-bottom: 25px;
}

.services-icons ul li:nth-child(6), 
.services-icons ul li:nth-child(12){
	margin-right: 0;
}

.service-name {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

.locations-content {
    margin-top: 20px;
}

.locations-content ul {
	margin: 0;
    padding: 0;
}

.locations-content ul li {
    list-style-type: none;
    display: inline;
    position: relative;
    margin-right: 19px;
}

.link-button {
	color: #ffffff;
	text-transform: uppercase;
    background-color: #000000;
    padding: 5px 29px 5px 11px;
    font-size: 19px;
    position: relative;
    cursor: hand;
    cursor: pointer;
}

.locations-content ul li:last-of-type {
	margin-right: 0;
}

.link-arrow {
	background: url('img/link-arrow.png') no-repeat center center;
    width: 11px;
    position: absolute;
    right: 6px;
    top: 13px;
    height: 14px;
}

.home-bottom {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 30px 0;
}

.home-bottom p {
    font-weight: 300;
}

.home-bottom-left p:first-of-type {
	font-weight: 400;
}

.home-bottom-left {
	float: left;
	width: 45%;
    padding-top: 15px;
}

.home-bottom-right {
	float: right;
	width: 50%;
	background-color: #ecf2fb;
}

.payment-left {
    float: left;
    width: 45%;
    padding: 20px 35px;
}

.payment-right {
	float: right;
	width: 40%;
    text-align: center;
    padding: 30px 0;
}

.payment-right img {
    margin-bottom: 70px;
}

.payment-right img:last-of-type {
	margin-bottom: 0;
}

.payment-text p {
	font-weight: 300;
}

.blue-title {
	color: #3d7edb;
    text-transform: uppercase;
    font-size: 20px;
}

.service-calls,
.labour {
	background-color: #3d7edb;
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    padding: 8px 0;
    text-transform: uppercase;
}

.labour {
	position: relative;
	font-size: 33px;
}

.service-calls .main-text,
.labour .main-text {
	display: block;
    font-size: 34px;
    color: #fff700;
}

.labour .sub-text {
	padding-right: 42px;
}

.clock {
	background: url('img/clock.png') no-repeat center center;
    position: absolute;
    right: 4px;
    bottom: 55px;
    width: 41px;
    background-size: cover;
    height: 40px;
}

.labour .bottom-text {
    color: #ffffff;
    font-size: 29px;
}

.plus {
    color: #9ebeed;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
}

.home-footer {
	background: url('img/checkered.png') repeat center center; /* pattern-bg.jpg */
	text-transform: uppercase;
    text-align: center;
    padding: 40px 0 20px;
    font-family: 'Oswald',sans-serif;
}

.contact-text {
    color: #d8e5f8;
    font-weight: 400;
    font-size: 19px;
    margin: 0 auto;
    width: 740px;
}

.contact-link {
    color: #ffffff;
    font-weight: 300;
    position: relative;
    margin: 15px auto 0;
    width: 95px;
}

.home-footer a {
	display: inline-block;
	text-decoration: none;
}

.home-footer a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .home-banner {
        margin-top: 40px;
    }

    .banner-text {
        float: none;
        width: 100%;
    }

    .banner-img {
        display: none;
    }

    .services-icons {
        margin: 25px auto 0;
        float: none; 
        width: 80%;
    }

    .services-icons ul li {
        width: 33%;
        height: 105px;
    }

    .middle-left {
        float: none;
        width: 100%;
    }

    .middle-right {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .locations-content ul li {
        float: left;
        width: 29%;
        font-size: 18px;
        margin-top: 4px;
    }

    .home-bottom-left {
        float: none;
        width: 95%;
        padding-top: 5px;
    }

    .home-bottom-right {
        float: none;
        width: 100%;
    }

    .payment-left {
        float: none;
        width: 90%;
        padding: 20px 5%;
    }

    .payment-right {
        float: none;
        width: 100%;
    }

    .payment-right img {
        margin-bottom: 0;
        width: 15%;
        margin-right: 5%;
    }

    .contact-text {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .middle-left {
        width: 45%;
    }

    .middle-right {
        width: 50%;
    }

    .locations-content ul li {
        margin-bottom: 10px;
        width: 100px;
        float: left;
    }

    .home-bottom-right .payment-left {
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    .home-bottom-right .payment-right {
        float: none;
        width: 100%;
        padding: 30px 5% 0;
    }

    .home-bottom-right .payment-right img {
        margin-bottom: 70px;
        float: left;
        height: 30px;
        margin-right: 6%;
    }
}


/* Repairs pages styling */

.repairs {
	font-family: 'Oswald',sans-serif;
    font-weight: 300;
}

.repairs .brands-footer {
    margin-top: 70px;
}

.regular {
    font-weight: 400;
}

.repairs h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    color: #77a5e6;
    max-width: 470px;
    margin-top: 25px;
}

.repairs a {
	font-weight: 400;
	color: #77a5e6;
	text-decoration: none;
}

.repairs a:hover {
	color: #77a5e6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.repairs .book-button {
    width: 220px;
    padding-right: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 16px;
}

.repairs .book-button .link-arrow {
	top: 6px;
}

.repairs .sidebar-right .no-diy {
    margin-top: 30px;
}

.repairs-footer {
	background-color: #ecf2fb;
    margin-top: 150px;
    font-weight: 300;
    padding: 20px 0 10px;
}

.repairs-footer-left {
    float: left;
    width: 35%;
}

.repairs-footer-left .surcharge-text {
    font-size: 8px;
    font-weight: 500;
    left: 4px;
    bottom: 13px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
}

.repairs-footer-right {
	float: right;
	width: 50%;
}

.repairs-footer h3 {
	color: #3d7edb;
    font-size: 18px;
    margin: 0;
}

.repairs-footer .text {
    margin: 2px 0 15px;
}

.repairs-footer .icons div {
    float: left;
    margin-right: 12px;
}

.repairs-footer .icons div.wallet {
    margin-right: -20px;
}

.repairs-footer .visa,
.repairs-footer .eftpos {
	padding-top: 8px;
}

.repairs-footer .link-button {
	font-size: 15px;
    padding: 5px 23px 5px 5px;
}

.repairs-footer .link-arrow {
    top: 10px;
}

.repairs-footer ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    max-width: 370px;
}

.repairs-footer ul li {
	list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.repairs .option1,
.repairs .option2 {
    padding: 20px;
    width: 230px;
    background-color: #ecf2fb;
}

.repairs .option1 {
    float: left;
}

.repairs .option2 {
    float: right;
}

.repairs .options p {
    margin: 0;
}

.repairs .options .book-button {
    margin-top: 20px;
}

.repairs .option-title {
    color: #77a5e6;
    font-weight: 700;
    text-transform: uppercase;
}

.repairs .small-text {
    font-size: 12px;
}

.repairs .manufacturer-logo {
    margin-bottom: 70px;
}

.repairs .manufacturer-logo img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .repairs .book-button {
        width: 130px;
    }

    .repairs-footer {
        padding-bottom: 20px;
        margin-top: 40px;
    }

    .repairs-footer-left {
        float: none;
        width: 100%
    }

    .repairs-footer-right {
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .repairs .option1 {
        float: none;
        width: 70%;
        margin: 0 auto;
    }

    .repairs .option2 {
        float: none;
        width: 70%;
        margin: 20px auto 0;
    }
}


/* Feedback page styling */

.feedback {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
}

.feedback .global-left {
	margin-top: 10px;
}

.feedback h3 {
    font-weight: 400;
}

.feedback .sidebar-right .no-diy {
    margin-top: 30px;
}

.wpcf7 {
    margin-bottom: 60px !important;
}

.wpcf7 sup {
	color: #f58d75;
}

.wpcf7 .field-left {
	margin-right: 40px;	
}

.wpcf7 p {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.wpcf7 span,
.wpcf7 div {
	font-size: 15px;
}

.wpcf7 div {
    margin-top: 15px;
    max-width: 410px;
}

.wpcf7 input.wpcf7-text {
	border: 1px solid #d1d1d1;
    height: 22px;
    border-radius: 3px;
    margin-top: 5px;
}

.wpcf7 input[type="email"] {
	width: 390px;
}

.wpcf7 textarea {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    width: 388px;
    resize: none;
    margin-top: 8px;
}

.wpcf7-submit {
    color: #ffffff;
    text-transform: uppercase;
    background-color: #000000;
    font-size: 16px;
    padding: 4px 25px 4px 11px;
    position: relative;
    font-weight: 300;
    border: none;
    font-family: 'Oswald', sans-serif;
}

.wpcf7-submit:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.wpcf7 .submit-feedback {
	position: relative;
    margin-top: 30px;
}

.wpcf7 .submit-feedback .link-arrow {
	left: 62px;
    top: 10px;
}

.feedback .consent {
    top: 10px;
}

.feedback .consent .first {
    margin-left: 0 !important;
}

.feedback .consent .wpcf7-list-item-label {
    position: relative;
    bottom: 7px;
}


/* Real Estate page styling */

.realestate {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
}

.blue-para {
    color: #000000;
	background-color: #3d7edb;
    padding: 1px 20px;
}

.realestate .book-button {
    width: 230px;
    font-size: 17px;
    padding: 2px 8px 2px 8px;
}

.realestate .book-button .link-arrow {
    top: 8px;
}

.realestate .global-left {
    margin-top: 30px;
    margin-bottom: 30px;
}

.brands-footer {
    background-color: #ecf2fb;
    padding: 20px 0;
    margin-bottom: 20px;
}

.brands-footer .logo-div {
    margin-right: 40px;
    float: left;
}

.brands-footer .logo-div:last-of-type {
	margin-right: 0;
}

.brands-footer .blue-banner-text {
    font-size: 15px;
    top: -10px;
    color: black;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.real-estate-toggle,
.spare-parts-toggle,
.careers-toggle,
.paypal-toggle {
    color: #8bb2e9;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 3px solid #3d7edb;
}

.realestate .blue-para {
    color: #000000;
    padding: 1px 20px;
    border: 3px solid #3d7edb;
    border-top: none;
    background-color: #ffffff;
}

.real-estate-toggle span,
.spare-parts-toggle span,
.careers-toggle span {
    padding: 2px 8px;
}

.real-estate-toggle span.active,
.spare-parts-toggle span.active,
.careers-toggle span.active,
.paypal-toggle span.active {
    background-color: #3d7edb;
    color: #f5ec5a;
}

.real-estate-toggle span:hover,
.spare-parts-toggle span:hover,
.careers-toggle span:hover {
	cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.application-form {
	display: none;
}

.realestate .wpcf7 {
    margin-top: 25px;
}

.realestate .wpcf7 p {
	margin-bottom: 10px;
}

.realestate .wpcf7 div {
	max-width: none;
}

.realestate input[name="company-name"],
.realestate input[name="phone-number"] {
	width: 230px;
	margin-right: 40px;
}

.realestate input[name="contact-name"],
.realestate input[name="email-address"] {
	width: 260px;
}

.realestate .form-disclaimer {
    margin-top: 30px;
}

.realestate .agree {
    position: relative;
}

.realestate .agree-label {
    position: absolute;
    top: 3px;
    left: 34px;
}

@media screen and (max-width: 350px) {
    .real-estate-toggle, 
    .spare-parts-toggle, 
    .careers-toggle {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .real-estate-toggle span, 
    .spare-parts-toggle span, 
    .careers-toggle span {
        padding: 2px 6px;
        font-size: 16px;
    }
}


/* Contact page styling */

#wpcf7-f202-o1 input[name="name"],
#wpcf7-f202-o1 input[name="phone"] {
	width: 230px;
    margin-right: 20px;
}

#wpcf7-f202-o1 input[name="email"],
#wpcf7-f202-o1 input[name="suburb"] {
	width: 260px;
}

#wpcf7-f202-o1 p {
    margin-top: 6px;
}

#wpcf7-f202-o1 div {
    margin-top: 10px;
}

#wpcf7-f202-o1 textarea,
#wpcf7-f202-c1 input[name="subject"] {
    width: 360px;
}

.contact #google-map {
    height: 325px;
}

.map-sub-links {
    margin-top: 10px;
}

.map-sub-links a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    color: #77a5e6;
}

.map-sub-links a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.where-we-service .left-text {
    float: left;
}

.where-we-service .right-text,
.spare-parts .right-text {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    top: 8px;
    font-weight: 500;
}

/* Contact page sidebar styling */

.contact-sidebar .open-now-toggle {
    color: #000000;
    font-weight: 400;
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-sidebar .opening-hours {
    background-color: #3d7edb;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 18px;
}

.contact-sidebar .opening-hours .text-top {
    color: #ffffff;
    font-size: 35px;
}

.contact-sidebar .opening-hours .text-middle {
    color: #f5ec5a;
    font-size: 27px;
}

.contact-sidebar .opening-hours .text-middle .hours {
    color: #ffffff;
    font-size: 27px;
}

.contact-sidebar .opening-hours .text-bottom {
    color: #f5ec5a;
    font-size: 26px;
    font-weight: 700;
}

.contact-sidebar .repairs-address {
    background-color: #3d7edb;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
    /* border-bottom: 14px solid black; */
    padding: 12px 0 15px 20px;
}

.contact-sidebar .repairs-address .text-top {
    color: #ffffff;
    font-size: 26px;
}

.contact-sidebar .repairs-address .text-middle {
    color: #ffffff;
    font-size: 19px;
    line-height: 21px;
}

.contact-sidebar .repairs-address .text-bottom {
    color: #ffffff;
    font-size: 19px;
    margin-top: 20px;
}

.contact-sidebar .repairs-address span {
	color: #f5ec5a;
}

.contact-sidebar .side-menu {
    margin-top: 10px;
}

.contact-sidebar .side-menu ul li a {
    font-size: 16px;
    padding: 8px 0 0px 12px;
}

.contact-sidebar .side-menu ul li:last-of-type a {
	 padding-bottom: 15px;
}

.page-template-template-contact2 .brands-footer {
    margin-top: 60px;
}

/* About Us styling */

.aboutus h4 {
    font-weight: 400;
    font-size: 20px;
}

.aboutus h5 {
	font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 17px;
}

.aboutus p {
    margin-top: 0;
    margin-bottom: 10px;
}

.aboutus .book-button {
    margin-top: 50px;
    width: 190px;
}

.spare-parts-contact,
.technician-contact {
	background-color: #3d7edb;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    padding: 10px 0 10px 15px;
    /*border-bottom: 14px solid #000000;*/
    margin-bottom: 13px;
    position: relative;
}

.spare-parts-contact span,
.technician-contact span {
    color: #f5ec5a;
    display: block;
    font-size: 26px;
}

.aboutus .blue-arrow {
    top: 50px;
    right: 5px;
}

.main-contact {
    background-color: #3d7edb;
    color: #ffffff;
    text-transform: uppercase;
    /*border-bottom: 14px solid #000000;*/
    font-weight: 400;
    font-size: 35px;
    padding: 13px 0 10px 18px;
}

.text-top span {
    color: #000000;
}

.text-middle {
    font-size: 24px;
}

.text-bottom {
    color: #000000;
    font-size: 22px;
}

.text-bottom span.sidebar-contact-phone {
    color: #f5ec5a;
    font-weight: 700;
    font-size: 37px;
    display: block;
}

.aboutus .signatory {
    margin-top: 35px!important;
}

.aboutus .brands-footer {
    margin-top: 30px;
}

.page-template-template-aboutus a.link-button.book-button {
    display: block;
    color: #ffffff;
    font-weight: 300;
}

/* Spare Parts page styling */

.in-store-enquiry,
.we-supply {
	display: none;
}

.spare-parts > .global-inner {
    margin-bottom: 30px;
}

.spare-parts {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
}

.spare-parts .global-left {
	margin-top: 25px;
}

.spare-parts .right-text {
    top: 0;
}

.spare-parts .wpcf7 {
    margin-bottom: 10px!important;
}

.spare-parts .wpcf7 input[name="first-name"],
.spare-parts .wpcf7 input[name="last-name"],
.spare-parts .wpcf7 input[name="phone-number"],
.spare-parts .wpcf7 input[name="secondary-number"],
.spare-parts .wpcf7 input[name="brand"] {
	width: 250px;
}

.spare-parts .wpcf7 input[name="first-name"],
.spare-parts .wpcf7 input[name="phone-number"],
.spare-parts .wpcf7 .select {
	margin-right: 40px;
}

.spare-parts .wpcf7 .select {
    margin-top: 5px;
}

.spare-parts .divider {
    margin: 0;
    border-top: 1px solid #bfbfbf;
    margin-top: 13px;
    width: 100%;
    height: 1px;
    max-width: 552px;
}

.accepted-payments {
    color: #3d7edb;
    font-weight: 700;
    margin-top: 10px;
}

.accepted-payments .amex-sidebar-img {
    width: 35px;
    height: 35px;
}

.accepted-payments .amex-surcharge {
    position: relative;
    top: 8px;
}

.accepted-payments ul {
	margin: 12px 0 0;
    padding: 0;
}

.accepted-payments ul li {
    list-style-type: none;
    float: left;
    height: 43px;
    padding-right: 8px;
}

.accepted-payments ul li.text-point {
    font-weight: 400;
    color: black;
    font-size: 7px;
    width: 47px;
    line-height: 10px;
    text-transform: uppercase;
}

.accepted-payments ul li.cash-only {
    width: 25px;
}
.accepted-payments ul li.online-only {
    top: 11px;
    left: 2px;
    position: relative;
}

.spare-parts a {
    font-weight: 700;
    color: #578fe0;
}

.spare-parts .pad-down {
	padding-top: 7px;
}

.spare-parts .store-details {
    margin-bottom: 30px;
}

.spare-parts .store-details div {
	float: left;
}

.spare-parts .store-details div:first-of-type {
	width: 40%;
}

.spare-parts .store-details div:last-of-type {
	width: 60%;
}

.spare-parts .store-details div span {
	font-weight: 700;
    color: #3d7edb;
}

.spare-parts #google-map {
	height: 325px;
}

.spare-parts .in-store-enquiry {
    margin-bottom: 100px;
}

.spare-parts-sidebar2 {
	display: none;
}

.we-supply {
    margin-top: 18px;
}

.we-supply ul li {
	padding-top: 2px;
}

.we-supply ul li ul li:before {
    font-weight: 500!important;
}

.spare-parts-sidebar2 .main-contact {
	margin-bottom: 20px;
}

.upload-photo {
    float: left;
    width: 44%;
    margin-top: 10px !important;
    max-width: none !important;
}
.upload-photo input[type="checkbox"] {
    top: 8px;
    right: 9px;
}

.upload-photo span,
.enter-model span {
    font-size: 14px;
}

.upload-photo .file-label {
    height: auto;
    margin-top: 30px;
}

.upload-photo .file-label-text {
    display: block;
    margin-left: 0;
    top: 10px;
    width: 50px;
    height: 32px;
}

.upload-photo span.wpcf7-list-item {
    position: relative;
}

.upload-photo span.wpcf7-list-item span {
    position: absolute;
    top: 0;
    left: 24px;
    width: 225px;
}

.enter-model {
    float: left;
    width: 45%;
}

.enter-model input[type="checkbox"] {
    right: 9px;
    top: 3px;
}

.enter-model span.wpcf7-list-item span {
    margin-left: -5px;
}

.enter-model .model-num {
    position: relative;
    top: 5px;
}

.enter-model .serial-num {
    position: relative;
    top: 10px;
}

input[name="model-num"],
input[name="serial-num"] {
    height: 26px !important;
}

.photo-or-model {
    margin: 0 !important;
    max-width: none !important;
}

.upload-or-info {
    width: 6%;
    background: url('img/or-divider.png') no-repeat center center;
    float: left;
    margin: 0;
    height: 140px;
    margin-right: 2.5%;
}

.error-msg {
    display: none;
    color: #f00;
    font-size: 14px;
    margin-bottom: 10px;
}

.handy-hints-sidebar {
    border-bottom: 13px solid #000000;
    margin-bottom: 25px;
}

.hints-header {
    background-color: #000000;
    text-align: center;
    padding: 8px 0;
    font-weight: 500;
    font-size: 21px;
    color: #b2b2b2;
}

.hint-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    padding-top: 5px;
}

.hint-summary {
    font-size: 15px;
    color: #000000;
}

.hint-summary h1, h2, h3, h4, h5 {
	margin: 0;
}

.hint-more {
    border-bottom: 1px solid #23487d;
    padding-bottom: 5px;
}

.hint-more:last-of-type {
    border-bottom: none;
}

.hint-more a {
    text-transform: uppercase;
    font-size: 11px;
    color: #92b6eb;
}

.hints-content {
    background-color: #3d7edb;
    padding: 10px 20px;
}

.page-template-template-spareparts .hints-header {
    background-color: #3d7edb;
    color: #f5ec5a;
}

.page-template-template-spareparts .hints-content {
    background-color: #ffffff;
    padding: 0;
}

.page-template-template-spareparts .hints-content .hint-title {
    padding: 10px 20px;
    border-left: 3px solid #3d7edb;
    border-right: 3px solid #3d7edb;
}

.page-template-template-spareparts .hints-content .hint-summary {
    padding: 0 20px;
    border-left: 3px solid #3d7edb;
    border-right: 3px solid #3d7edb;
}

.page-template-template-spareparts .hints-content .hint-summary p {
    margin: 0;
}

.page-template-template-spareparts .hints-content .hint-more {
    padding: 10px 20px;
    border-left: 3px solid #3d7edb;
    border-right: 3px solid #3d7edb;
    border-bottom: 3px solid #3d7edb;
}

.page-template-template-spareparts .handy-hints-sidebar {
    border-bottom: 0 none transparent;
}

.spare-parts-sidebar .open-now-toggle {
    color: #000000;
    font-weight: 400;
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.open-now-state {
	font-weight: 700;
    color: #ffffff;
    background-color: #ee2624;
    padding: 0 10px;
    display: block;
    width: 160px;
    margin: auto;
}

.spare-parts-sidebar .opening-hours {
    background-color: #3d7edb;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 18px;
}

.spare-parts-sidebar .opening-hours .text-top {
    color: #ffffff;
    font-size: 35px;
}

.spare-parts-sidebar .opening-hours .text-middle {
    color: #f5ec5a;
    font-size: 27px;
}

.spare-parts-sidebar .opening-hours .text-middle .hours {
    color: #ffffff;
    font-size: 27px;
}

.spare-parts-sidebar .opening-hours .text-bottom {
    color: #f5ec5a;
    font-size: 26px;
    font-weight: 700;
}

.we-supply h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    color: #77a5e6;
    max-width: 470px;
    margin-top: 25px;
}

@media screen and (max-width: 350px) {
    .spare-parts-toggle span {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .spare-parts-toggle span {
        padding: 2px 7px;
        font-size: 13px;
    }
}


/* Blog pages styling */

.mobile-tags {
    display: none;
}

.blog {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
}

.blog article {
    border-bottom: 2px solid #6498e2;
    padding-bottom: 20px;
}

.blog h2 {
    margin: 30px 0 5px;
    text-decoration: none;
    color: #4c4c4e;
    font-weight: 500;
    font-size: 19px;
}

.blog .post-date,
.blog .back-to-blog {
    color: #4a87dd;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.blog .entry-content {
    margin-top: 10px;
}

.blog .entry-left {
    float: left;
    width: 30%;
}

.blog .entry-left img {
    width: 100%;
    height: auto;
}

.blog .entry-right {
    float: right;
    width: 65%;
}

.blog a,
.blog a:hover {
    text-decoration: none;
}

.blog .link-button {
    margin-top: 30px;
    font-size: 16px;
    width: 130px;
    padding: 1px 24px 1px 11px;
}

.blog .link-arrow {
    top: 6px;
    right: 23px;
}

.blog .nav-links {
    text-align: center;
    margin-top: 2px;
}

.blog .page-numbers {
    text-decoration: none;
    color: #6d6e71;
    font-size: 16px;
    margin-right: 5px;
}

.blog .page-numbers.current {
    font-weight: 700;
    color: #000000;
}

.blog .page-numbers.next {
    background: url('img/blog-next.png') no-repeat center center;
    width: 12px;
    position: relative;
    height: 12px;
    top: 5px;
    display: inline-block;
}

.blog .page-numbers.prev {
    background: url('img/blog-prev.png') no-repeat center center;
    width: 12px;
    position: relative;
    height: 12px;
    top: 5px;
    display: inline-block;
}

.blog-sidebar {
    width: 315px;
}

.blog-sidebar .recent-post-title a {
	color: #6d6e71 !important;
}

.blog-sidebar .no-diy {
    margin-top: 30px;
}

.blog-sidebar .recent-post-title {
    border-bottom: 1px solid #6d6e71;
    padding: 3px 0;
}

.blog .tags {
    margin-top: 10px;
}

.blog .tags a {
    font-weight: 700;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 2px 7px;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #9ebeed;
}

.blog.single .tags {
    float: left;
}

.blog.single .blog-sidebar .no-diy {
	margin-top: 60px;
}

.blog.single .next-post {
    float: right;
    margin-top: 10px;
}

.blog.single .next-post a {
    color: #808080;
    text-decoration: none;
    padding-right: 15px;
    background: url('img/blog-next.png') no-repeat right center;
}

.blog.single .global-left {
    margin-top: 45px;
    margin-bottom: 50px;
}

.blog header .search-submit {
    margin-top: 0;
}

.blog-sidebar .search-form {
    float: none;
}

.blog-sidebar .search-submit {
    float: none;
    width: 30px;
    height: 31px;
    background-size: cover;
    margin-top: -4px;
}

.blog-sidebar .search-field {
    width: 284px;
    height: 31px;
}

.recent-posts a {
    color: #6d6e71;
}

.recent-posts a:hover {
    color: #3d7edb;
}

@media screen and (max-width: 767px) {
    .mobile-tags {
        display: block;
    }

    .blog .global-right {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .blog-sidebar {
        width: auto;
    }

    .blog-sidebar .search-field {
        width: 213px;
    }

    .blog-sidebar .search-form {
        margin-bottom: 0;
    }

    .blog-search {
        margin-top: 22px;
    }

}


/* Site search results page styling */

.search-results .global-left ul,
.search-results .global-left ol {
    margin-bottom: 10px;
}

body.search {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
}

.search p.regular {
    font-weight: 300;
    margin: 0;
}

.search article {
    border-bottom: 2px solid #6498e2;
    padding-bottom: 20px;
}

.search h2 {
    margin: 30px 0 5px;
    text-decoration: none;
    color: #4c4c4e;
    font-weight: 500;   
    font-size: 19px;
}

.search .post-date {
    color: #4a87dd;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.search .entry-content {
    margin-top: 10px;
}

.search .entry-left {
    float: left;
    width: 30%;
}

.search .entry-left img {
    width: 100%;
    height: auto;
}

.search .entry-right {
    float: right;
    width: 65%;
}

.search a,
.search a:hover {
    color: #6d6e71;
    text-decoration: none;
}

.search .link-button {
    margin-top: 30px;
    font-size: 16px;
    width: 130px;
    padding: 1px 24px 1px 11px;
}

.search .link-arrow {
    top: 6px;
    right: 23px;
}

.search .nav-links {
    text-align: center;
    margin-top: 2px;
}

.search .page-numbers {
    text-decoration: none;
    color: #6d6e71;
    font-size: 16px;
    margin-right: 5px;
}

.search .page-numbers.current {
    font-weight: 700;
    color: #000000;
}

.search .page-numbers.next {
    background: url('img/blog-next.png') no-repeat center center;
    width: 12px;
    position: relative;
    height: 12px;
    top: 5px;
    display: inline-block;
}

.search .page-numbers.prev {
    background: url('img/blog-prev.png') no-repeat center center;
    width: 12px;
    position: relative;
    height: 12px;
    top: 5px;
    display: inline-block;
}


/* Online Bookings page styling */

.mailing-list {
    font-size: 17px;
}

.mailing-list label {
    font-size: 18px;
}

.mailing-list input {
    position: relative; 
    top: 6px;
}

.bookings {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
}

.bookings a {
    font-weight: 400;
    color: #77a5e6;
    text-decoration: none;
}

.bookings a:hover {
    color: #77a5e6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.bookings input[name="first-name"],
.bookings input[name="phone-number"],
.bookings input[name="preferred-date"] {
    margin-right: 40px;
}

.bookings .call-note {
    font-size: 12px;
    width: 250px;
    display: inline-block;
    margin-top: 5px;
}

.bookings .call-date,
.bookings .call-time {
    float: left;
}

textarea[name="fault"],
input[name="appliance"] {
    width: 538px;
}

input[name="address-line1"],
input[name="address-line2"] {
    width: 330px;
}

input[name="address-city"],
input[name="address-state"],
input[name="address-postcode"] {
    width: 252px;
}

input[name="address-city"] {
    margin-right: 40px;
}

.bookings .wpcf7 div {
    max-width: none;
}

.bookings .global-left {
    margin-top: 20px;
}

.bookings .wpcf7 {
    display: none;
	margin-bottom: 10px !important;
}

.bookings .non-servicable-area {
    display: none;
    color: #ee2624;
    margin-top: 10px;
}

.bookings #wpcf7-f234-o1 div {
	margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.bookings .wpcf7-submit {
	padding: 0px 25px 0px 11px;
}

.bookings .wpcf7 .submit-feedback .link-arrow {
	top: 5px;
}

.bookings .accepted-payments {
    margin-top: 12px;
}

.sidebar-fees .questions {
    color: #000000;
    background-color: #3d7edb;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
    padding: 10px 0px 10px 20px;
    border-bottom: 14px solid #000000;
}

.sidebar-fees .text-top {
    font-size: 25px;
}

.sidebar-fees .text-middle {
    font-size: 42px;
    line-height: 50px;
}

.sidebar-fees .text-bottom {
    color: #ffffff;
    font-size: 28px;
    position: relative;
}

.bookings .brands-footer {
	margin-top: 60px;
}

.bookings hr {
	border: 1px solid #c3ccd1;
}

.bookings .service-charges-para {
    color: #000000;
    background-color: #9ebeed;
    text-transform: none !important;
    font-size: 14px;
    max-width: none;
    padding: 10px 20px !important;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 25px;
}

.bookings .service-charges-para p {
    margin-top: 0 !important;
}

.bookings .paid-service {
    margin-bottom: 25px;
}

.bookings .paid-service input[type="checkbox"] {
    top: 8px;
}

.bookings .paid-service span.wpcf7-list-item.first {
    margin-left: 0;
}

.bookings .paid-service span.wpcf7-list-item.first input[type="checkbox"] {
    margin-left: 0;
}

#wpcf7-f241-o2 input[name="first-name"],
#wpcf7-f241-o2 input[name="phone-number"],
#wpcf7-f241-o2 input[name="preferred-date"] {
	margin-right: 40px;
}

#wpcf7-f241-o2 input[name="preferred-date"],
#wpcf7-f241-o2 input[name="preferred-time"] {
    width: 245px;
}

#wpcf7-f241-o2 input[name="appliance"],
#wpcf7-f241-o2 input[name="fault"] {
    width: 540px;
}

#wpcf7-f241-o2 input[name="address-line1"],
#wpcf7-f241-o2 input[name="address-line2"] {
    width: 340px;
}

#wpcf7-f241-o2 p {
    margin-top: 10px;
}

#wpcf7-f241-o2 div {
    max-width: none;
}

#wpcf7-f241-o2 .address-city {
    margin-right: 50px;
}

#wpcf7-f241-o2 .i-agree {
    margin-top: 20px;
}

.acceptance1,
.acceptance2 {
    display: none;
}

.acceptance1 {
    height: 60px;
}

.acceptance1 .wpcf7-list-item,
.acceptance2 .wpcf7-list-item {
    position: relative;
    margin-left: 0;
}

.acceptance1 input[type="checkbox"],
.acceptance2 input[type="checkbox"] {
    margin-left: 0;
}

.acceptance1 .wpcf7-list-item-label,
.acceptance2 .wpcf7-list-item-label {
    position: absolute;
    left: 30px;
    width: 500px;
}

.acceptance2 {
    height: 90px;
}

.postcode-search input[type="text"] {
    width: 200px;
    border: 1px solid #d1d1d1;
    height: 22px;
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 23px;
}

.postcode-search .link-button {
    padding: 2px 27px 2px 11px;
    font-size: 14px;
    top: 2px;
}

.postcode-search .link-arrow {
    right: 6px;
    top: 7px;
}

.postcode-search hr {
    display: none;
}

.postcode-search p {
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline;
    position: relative;
    top: 3px;
}

.agree input[type="checkbox"] {
    right: 11px;
    top: 7px;
}

.agree span.wpcf7-list-item span {
    position: relative;
    right: 6px;
}

.disabled-form {
    display: none;
}

/* FAQs page styling */

.faqs strong {
    font-weight: 500;
}

.faqs ol {
    margin-bottom: 0;
}

.faqs ul {
    margin-top: 40px !important;
}

.faqs ul li:before {
    content: "" !important;
    padding: 0!important;
}

.faqs ul li {
    padding-left: 0 !important;
    padding-bottom: 10px;
    text-indent: 0 !important;
    list-style-type: none;
}

.faqs ul li .qu {
    cursor: pointer;
    background-color: #3d7edb;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px 34px;
    position: relative;
}

.faqs ul li .qu p {
    margin: 0;
}

.faqs ul li .qu:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.faqs ul li .qu .counter {
    color: #f8f28b;
    position: absolute;
    left: 5px;
    top: 3px;
}

.faqs ul li .qu .toggle-faq {
    background: url('img/toggle-faq.png') no-repeat center center;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 10px;
    height: 10px;
}

.faqs ul li .qu.active .toggle-faq {
    background: url('img/toggle-faq-down.png') no-repeat center center;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 10px;
    height: 10px;
}

.faqs ul li .ans {
    display: none;
    padding: 11px 0;
}

.faqs p {
    margin: 11px 0;
}

.faqs > .global-inner {
    margin-bottom: 30px;
}

.page-template-template-faqs .title-bar h1 {
    text-transform: initial;
}

.faqs .global-right {
    margin-top: 40px;
}

/*.faqs .spare-parts-contact, .faqs .technician-contact, .faqs .main-contact {
    border-bottom: 0 none transparent;
}*/

.faqs .hidden-faq {
    display: none;
}

.faqs .text-bottom {
    font-size: 35px;
}


/* Privacy page styling */

.privacy h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
}

.privacy h4 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.privacy ol li {
    text-indent: -1.3em;
    margin-bottom: 20px;
}

.privacy ol li:last-of-type {
    margin-bottom: 0;
}

.privacy ol li:before {
    padding-right: 24px !important;
}

.privacy .small-text {
    font-size: 14px;
}

.privacy p {
    margin-top: 0;
}

.privacy .global-left {
    margin-top: 30px;
    margin-bottom: 40px;
}

.privacy .global-left ol li:before {
    content: counter(item, lower-roman) ". ";
}


/* Brands page styling */

.brands .global-left {
    margin-top: 30px;
}

.brands > .global-inner {
    margin-bottom: 50px;
}

.brands h3 {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
}

.brands p {
    margin-top: 0;
}

.brands ul li::before {
    content: "" !important;
    padding: 0 !important;
}

.brands ul li {
    padding-bottom: 6px;
    padding-left: 0 !important;
    text-indent: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.brands1 {
    float: left;
}

.brands2 {
    float: right;
}

.brands1,
.brands2 {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.agencies .title {
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
}

.agencies .intro {
    font-weight: 500;
    font-size: 18px;
    color: #3d7edb;
}

.agencies ul {
    margin: 0;
    margin-top: 30px;
    padding-left: 0;
}

.agencies ul li {
    list-style-type: none;
    margin-bottom: 32px;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
    vertical-align: middle;
}

.tip .title {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    position: relative;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
}

.tip .title .icon {
    background: url('img/tip-icon.png') no-repeat center center;
    position: absolute;
    top: 16px;
    left: 90px;
    width: 12px;
    height: 17px;
    font-weight: 500;
}

.tip .text {
    background-color: #3d7edb;
    color: #ffffff;
    text-align: justify;
    font-weight: 500;
    padding: 30px 20px 40px;
    font-size: 19px;
    text-transform: uppercase;
}

.tip .text .highlight {
    display: block;
    color: #f5ec5a;
    font-size: 20px;
}

.brands .tip {
    float: right;
    width: 240px;
    margin-left: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .brands .tip {
        display: none;
    }
}


/* Returns page styling */

.returns .sidebar-right .blue-arrow {
    top: 48px;
    right: 10px;
}

.returns h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0 0;
    font-size: 18px;
}

.returns p {
    margin-top: 0;
    margin-bottom: 10px;
}

.return-example {
    border: 1px solid #3d7edb;
    width: 200px;
    padding: 20px 30px;
}

.returns .global-left {
    margin-top: 35px;
}

.returns > .global-inner {
    margin-bottom: 20px;
}

.returns .global-left ol li:before {
    content: counter(item, lower-roman) ". ";
}


/* Payment page styling */

.payment #label_7_11_1 {
	color: #ffffff;
	display: block!important;
}

.payment .comodo-img {
    float: left;
}

.payment .comodo-text {
    position: relative;
    left: 15px;
    bottom: 15px;
}

.payment a {
    font-weight: 400;
    color: #77a5e6;
    text-decoration: none;
}

.payment {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.payment-form {
    display: none;
    margin-top: 30px;
}

.payment sup {
    color: #f58d75;
}

.payment-inputs input[type="text"] {
    display: block;
    width: 200px;
    border-radius: 3px;
    height: 20px;
    border: 1px solid #d1d1d1;
}

.payment .invoice-num {
    float: left;
    margin-right: 20px;
}

.payment .invoice-amount {
    float: left;
}

.payment .link-button {
    margin-top: 20px;
    font-size: 15px;
    width: 50px;
    padding: 3px 29px 3px 11px;
}

.payment .link-arrow {
    right: 9px;
    top: 8px;
}

.payment-error {
    font-size: 14px;
    color: #ec0005;
}

.payment .visa {
    width: 130px;
}

.payment .mastercard {
    width: 110px;
}

.payment .amex {
    width: 90px;
    margin-bottom: 0;
}

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

.payment-sidebar .surcharge-text {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.payment-sidebar img {
    display: block;
    width: 130px;
    margin: 0 auto 45px;
}

.payment-sidebar a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #77a5e6;
}

.paypal-notes,
.ccard-notes {
    display: none;
    background-color: #f5f9fd;
    padding: 25px 20px;
    position: relative;
    margin-top: 70px;
}

.paypal-notes .info,
.ccard-notes .info {
    display: none;
}

.ccard-notes > img {
    width: 50px;
    height: auto;
}

.paypal-notes h5,
.ccard-notes h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.surcharge-toggle,
.info-toggle {
    color: #8bb2e9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.paypal-toggle {
    width: 535px;
}

.paypal-toggle span {
    padding: 2px 8px;
}

.paypal-toggle span.active {
    background-color: #3d7edb;
}

.paypal-toggle span:hover {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.paypal-notes th,
.ccard-notes th {
    font-weight: 300;
    text-align: left;
    color: #8bb2e9;
    width: 200px;
    border-bottom: 1px solid #4d4d4d;
}

.paypal-notes th,
.paypal-notes td,
.ccard-notes th,
.ccard-notes td {
    padding-left: 5px;
}

.paypal-notes .blue-bg,
.ccard-notes .blue-bg {
    background-color: #d8e5f8;
}

.paypal-notes img,
.ccard-notes img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.paypal-notes ul,
.ccard-notes ul {
    padding-left: 0;
    margin: 25px 0 0;
}

.paypal-notes ul li,
.ccard-notes ul li {
    padding-left: 0 !important;
    padding-bottom: 10px;
    text-indent: 0 !important;
    list-style-type: none;
}

.paypal-notes ul li:before,
.ccard-notes ul li:before {
    content: "" !important;
    padding: 0!important;
}

.paypal-notes ul li .qu,
.ccard-notes ul li .qu {
    font-weight: 300!important;
    cursor: pointer;
    color: #ffffff;
    background-color: #3d7edb;
    font-weight: 500;
    padding: 3px 25px 3px 30px;
    position: relative;
}

.paypal-notes ul li .qu:hover,
.ccard-notes ul li .qu:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.paypal-notes ul li .qu .counter,
.ccard-notes ul li .qu .counter {
    color: #f8f28b;
    font-weight: 500;
    position: absolute;
    left: 5px;
    top: 3px;
}

.paypal-notes ul li .qu .toggle-faq,
.ccard-notes ul li .qu .toggle-faq {
    background: url('img/toggle-faq.png') no-repeat center center;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 10px;
    height: 10px;
}

.paypal-notes ul li .qu.active .toggle-faq,
.ccard-notes ul li .qu.active .toggle-faq {
    background: url('img/toggle-faq-down.png') no-repeat center center;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 10px;
    height: 10px;
}

.paypal-notes ul li .ans,
.ccard-notes ul li .ans {
    display: none;
    padding: 11px 0;
}

.ccard-notes {
    display: none;
}

.paypal-section,
.bpoint-section {
    display: none;
}

.paypal-section input[name="submit"]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.payment-form h4 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.payment-div {
    position: relative;
    height: 85px;
    width: 160px;
    margin-top: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    float: left;
    margin-right: 40px;
}

.payment-div span {
    display: block;
}

.paypal-section .pre-payment-info {
    margin-bottom: 0;
}

.pre-payment-info {
    border-top: 2px solid #dfdfdf;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.pre-payment-info .payment-left {
    float: left;
    width: 15%;
    padding: 0;
}

.pre-payment-info .payment-right {
    float: right;
    padding: 0;
    padding-top: 10px;
    width: 80%;
}

.pre-payment-info .comodo {
    background: url('img/comodo.png') no-repeat center center;
    width: 79px;
    height: 52px;
}

.pre-payment-info input[type="checkbox"] {
    top: 8px;
    right: 3px;
}

.payment-div.active {
    background-color: #ecf2fb;
    border-color: #b3c3dc;
}

.payment input[type="number"] {
    display: block;
    width: 200px;
    border-radius: 3px;
    height: 20px;
    border: 1px solid #d1d1d1;
}

.bpoint-section .gform_wrapper .gform_footer input[type=submit] {
    color: #ffffff;
    background: url('img/link-arrow.png') no-repeat 90% center #000000;
    font-family: 'Oswald', sans-serif !important;
    font-size: 23px !important;
    font-weight: 500;
    height: 37px;
    padding-top: 2px !important;
    padding-right: 31px !important;
}

.bpoint-section .gform_wrapper .gform_footer input[type=submit]:hover {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.bpoint-section #field_7_11 {
    position: relative;
    top: 10px;
}

.bpoint-section #field_7_12 {
    position: relative;
    left: 40px;
    bottom: 27px;
    width: 90%;
}

.bpoint-section .gform_footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.paypal-section .agree {
    position: relative;
    left: 36px;
    text-indent: -31px;
    margin-bottom: 40px;
    width: 95%;
}

.paypal-section .agree-error,
.bpoint-section .agree-error {
    display: none;
    color: #ee2624;
    font-size: 12px;
    margin-left: 10px;
}

.bpoint-section .pre-payment-info {
    position: relative;
    top: 25px;
    margin-bottom: 40px;
}

.bpoint-section .loading,
.paypal-section .loading {
    display: none;
    background: url('img/ajax-loader.gif') no-repeat center center;
    width: 30px;
    height: 30px;
}

.payment #field_7_8 .gfield_description {
    position: relative;
    left: 80px;
    bottom: 70px;
    height: 30px;
}

@media screen and (max-width: 350px) {
    .paypal-toggle span {
        font-size: 8px !important;
    }
}

@media screen and (max-width: 767px) {
    .payment #field_7_8 .gfield_description {
        left: 120px;
        bottom: 52px;
        margin-bottom: 20px;
    }

    .pre-payment-info .payment-left {
        padding-left: 0;
        float: none;
        width: 80%;
    }

    .pre-payment-info .payment-right {
        float: none;
        width: 100%;
        text-align: left;
    }

    .paypal-notes,
    .ccard-notes {
        margin-top: 40px;
    }

    .paypal-toggle {
        width: 100%;
    }

    .paypal-toggle span {
        padding: 2px 7px;
        font-size: 11px;
    }

}


/* Careers page styling */

.why-abc img,
.why-abc object {
    width: 100%;
}

.careers {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
    margin-top: 0;
}

.careers .global-left, .careers .global-right {
    margin-top: 33px;
}

.careers .blue-text {
    font-size: 17px;
    font-weight: 700;
}

.current-vacancies,
.application-form {
	display: none;
}

.current-vacancies .link-button {
	width: 170px;
}

.current-vacancies article:last-of-type {
	border-bottom: none;
	margin-bottom: 50px;
}

.current-vacancies .view-job {
	float: left;
}

.share-links {
	float: right;
    margin-top: 29px;
}

.share-links span {
	margin-right: 10px;
	color: #77a5e6;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}

.share-links a {
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.share-links a:last-of-type {
	margin-right: 0;
}

.single-vacancy .global-left a {
    color: #6d6e71;
    font-size: 14px;
    font-weight: 500;
}

.single-vacancy h1 {
    font-weight: 500;
    margin: 0;
}

.single-vacancy p:first-of-type {
    margin-top: 2px;
}

.single-vacancy article {
    border-bottom: none;
    padding-bottom: 0;
}

.single-vacancy .share-links,
.single-vacancy .link-button {
    margin-top: 8px;
}

.single-vacancy .apply-for-job {
    float: left;
}

#field_5_8 label {
    margin-bottom: 18px;
}

#field_5_20 .ginput_container {
    margin-top: 2px;
}

#field_5_10 .ginput_container {
    margin-top: 3px;
}

.careers .hints-header {
    background-color: #3d7edb;
    color: #f5ec5a;
}

.careers .hints-content {
    background-color: #ffffff;
    padding: 0;
}

.careers .hints-content .hint-title {
    padding: 10px 20px;
    border-left: 3px solid #3d7edb;
    border-right: 3px solid #3d7edb;
}

.careers .hints-content .hint-summary {
    padding: 0 20px;
    border-left: 3px solid #3d7edb;
    border-right: 3px solid #3d7edb;
}

.careers .hints-content .hint-summary p {
    margin: 0;
}

.careers .hints-content .hint-more {
    padding: 10px 20px;
    border-left: 3px solid #3d7edb;
    border-right: 3px solid #3d7edb;
    border-bottom: 3px solid #3d7edb;
}

.careers .handy-hints-sidebar {
    border-bottom: 0 none transparent;
}


@media screen and (max-width: 767px) {
    .careers-toggle span {
        padding: 2px 6px;
        font-size: 12px;
    }

    .application-form-toggle {
        padding-right: 0;
    }

    .current-vacancies .link-button {
        width: 132px;
        padding: 1px 41px 1px 11px;
    }

    .current-vacancies article:last-of-type {
        margin-bottom: 10px;
    }
}


/* Footer styling */

.site-footer .main-navigation {
	display: none;
}

.footer-top {
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    padding: 25px 0;
}

.footer-top-left {
    width: 63%;
    float: left;
}

.agents-text {
	padding-bottom: 8px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 11px;
    font-size: 16px;
}

.footer-logos img {
    margin-right: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer-logos a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.footer-logos a:last-of-type img {
    margin-right: 0;
}

.footer-top-right {
	float: right;
    width: 37%;
    margin-top: 8px;
}

.social-links {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 0;
}

.social-links a {
    margin-left: 10px;
}

[id^="___plusone_"] {
    -moz-transform: scale(1.66);
    -webkit-transform: scale(1.66);
    -o-transform: scale(1.66);
    -ms-transform: scale(1.66);
    transform: scale(1.66);

    -moz-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.copyright {
	text-align: right;
}

.footer-middle {
	background-color: #000000;
}

.menu-footer-nav-container {
	float: left;
}

.menu-footer-nav-container ul {
    padding-left: 0;
    margin: 10px 0;
}

.menu-footer-nav-container li {
	list-style-type: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: inline;
    font-size: 13px;
    border-right: 1px solid white;
    padding-right: 10px;
    padding-left: 4px;
}

.menu-footer-nav-container li:last-of-type {
	border-right: none;
	padding-right: 0;
}

.menu-footer-nav-container li a {
	text-decoration: none;
	color: #ffffff;
    font-weight: 500;
}

.menu-footer-nav-container li a:hover {
	color: #f5ec5a;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ! important;
    filter: alpha(opacity=100) ! important;
    -moz-opacity: 1 ! important;
    -khtml-opacity: 1 ! important;
    opacity: 1 ! important;
}

.footer-phone {
    color: #f5ec5a;
    font-weight: 700;
    text-align: right;
    margin-top: 4px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
}

.footer-bottom {
	font-family: 'Oswald', sans-serif;
    font-size: 12px;
    padding: 20px 0;
}

.footer-bottom .bottom-left {
	float: left;
}

.footer-bottom .bottom-right {
	float: right;
}

.footer-bottom .bottom-right a {
	font-weight: 700;
    text-decoration: none;
    color: #3d7edb;
}

.footer-bottom .bottom-right a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .footer-top-left {
        float: none;
        width: 100%;
    }

    .footer-logos a {
        margin-right: 8%;
        display: block;
        margin-bottom: 9px;
        float: left;
        height: 20px;
    }

    .footer-top-right {
        float: none;
        width: 100%;
    }

    .social-links {
        text-align: left;
        padding-left: 20px;
    }

    [id^="___plusone_"] {
        margin-right: 7px !important;
    }

    .social-links a {
        margin-left: 0;
        margin-right: 2%;
    }

    .menu-footer-nav-container {
        float: none;
    }

    .menu-footer-nav-container li {
        padding-left: 10px;
        margin-bottom: 2px;
        float: left;
    }

    .footer-phone {
        display: none;
    }

    .footer-bottom .bottom-left,
    .footer-bottom .bottom-right {
        float: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .menu-footer-nav-container {
        float: none;
    }

    .menu-footer-nav-container li {
        font-size: 12px;
    }

    .footer-phone {
        float: left;
        margin-left: 3px;
    }

    .footer-middle {
        padding-bottom: 10px;
    }

    a.back-to-top {
        bottom: 350px;
    }
}


/* 27 March 2017*/

.middle-right-intro {
	float: left;
	width: 522px;
	padding-top: 6px;
	margin-left:40px;
}

.intro_col_left {
	float:left;
	width: 261px;	
}

.intro_col_right {
	float:right;
	width: 261px;	
}

.middle-bottom {
	  padding: 25px 0 35px;
}

.middle-top{margin-top:36px;}

.custom-right{margin-left:116px;}

/* NEW CSS */

.home-heading-fix
{
    margin-left: 0; text-align: center;
}

.home-introtext-fix{padding-top:34px;padding-left: 22px; text-align: center;}

.home-introcol-fix{width: 154px; padding-left: 66px; text-align: left;}

.home-introcol-right-fix{text-align: left;}





/* NEW CSS */
@media screen and (max-width: 1000px) {
	
	.home-middle-fix {width:49%;}
	.home-introtext-fix {padding-left: 0;}
	.home-introcol-fix{ padding-left: 35px;}
	
	
}

@media screen and (max-width: 960px) {	
	.home-introcol-fix{ padding-left: 0px; width:auto; font-size:16px;}	
	.home-introcol-right-fix {width:auto; font-size:16px;}	
}

@media screen and (max-width: 768px) {
.home-introtext-fix {padding-top:0;}
.home-middle-fix {width: 100%;margin-left:0px;}
.home-heading-fix, .home-introtext-fix {text-align:left;}
.home-introcol-fix, .intro_col_right {float:left; width:50%;}

}

@media screen and (max-width: 480px) {
.home-introcol-fix, .intro_col_right {float:left; width:100%;}

}
