@charset "utf-8";
/* CSS Document
Palette:

Purple:					aa7fce
Lilac:					d5c0e6
*/

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('/css/fonts/BigNoodleTitling.eot');
    src: url('/css/fonts/BigNoodleTitling.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/BigNoodleTitling.woff') format('woff'),
    url('/css/fonts/BigNoodleTitling.ttf') format('truetype'),
    url('/css/fonts/BigNoodleTitling.svg#BigNoodleTitling') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --- Global Styles ------------------------------------------------------------------------------ */

body {
    background-image: url('../assets/body.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-color: #E0E0E0;
    color: #666666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

/* --- Facebook Widget ---------------------------------------------------------------------------- */

/* --- Layout Styles ------------------------------------------------------------------------------ */

#banner {
    overflow: hidden;
    height: 150px;
    margin-top: 20px;
}

#banner img {
    width: 100%;
}

.logo-responsive {
    display: none;
}

#banner .fb {
    position: relative;
    left: 945px;
    bottom: 50px;
}

.content {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

#footer {
    border: solid #D10A11;
    border-width: 4px 0 0 0;
    background-color: #242424;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0px 20px 10px 20px;
    text-align: left;

}

#footer img {
    position: relative;
    bottom: 30px;
    right: -880px;
}

#footer a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    color: #CCCCCC;
}

.left-box {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.left-box img {
    width: 100%;
}

.white {
    background: #FFFFFF;
    padding: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    height: 350px;
}

.social-white {
    background: #FFFFFF;
    padding: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
    width: 100%;
}

h3.facebook {
    font-size: 16px;
    margin: 3px 0 0 10px;
    padding: 0;
    color: #B1080E;
}

/* --- Product Styles -------------------------------------------------------------------------------- */

.product {
    width: 211px;
    float: left;
    margin-right: 20px;
    text-align: center;
    min-height: 190px;
    margin-bottom: 10px;
}

.product-off {
    width: 211px;
    float: left;
    text-align: center;
    min-height: 170px;
    margin-bottom: 10px;
}

.product h2, .product-off h2 {
    color: #4B4B4B;
    font-size: 12px;
    margin: 5px 0;
    border: none;
}

.product-border {
    padding: 5px;
    width: 201px;
    height: 120px;
    border: 1px solid #A3B864;
}

.product-crop {
    width: 201px;
    height: 120px;
    overflow: hidden;
}

#blackout {
    background-image: url(../assets/black.png);
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 100% !important;
}

.p-details {
    background-color: #FFFFFF;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    left: 15%;
    margin: auto;
    position: fixed;
    width: 70%;
    top: 15%;
    z-index: 9999;
}

.p-details .details {
    padding: 20px 20px 35px;
    position: relative;

}

.p-details .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.p-details .p-border {
    border: 1px solid #A3B864;
    padding: 5px;
    float: right;
    height: 400px;
    width: 500px;
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 60px;
}

.p-details .p-crop {
    height: 400px;
    overflow: hidden;
    width: 500px;
}

.p-details h3 {
    color: #B1080E;
    margin: 0;
}

.product-surrey{
    padding: 5px;
    width: 201px;
    height: 120px;
    border: 1px solid #A3B864;
    margin: 10px 5px;
    float: left;
    display: inline-block;
}


/* --- Case Studies ---------------------------------------------------------------------------------- */

.case-box {
    margin-top: 20px;
    background-color: #F7F7F7;
    border: 1px solid #E0DFDF;
    padding: 10px
}

.case-box h2 {
    border: none;
    margin-bottom: -10px;
}

.case-box h2 a {
    color: #4B4B4B;
}

.case-box p {
    margin-bottom: 0px;
}

.case-border {
    float: left;
    padding: 3px;
    border: 1px solid #A3B864;
    margin-right: 10px;
}

.cs-border {
    padding: 5px;
    border: 1px solid #A3B864;
    float: right;
    margin: 0 0 20px 20px;
}

.case-crop {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

a.read {
    float: right;
}

.case-back {
    background-image: url(../assets/back.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 54px;
    padding: 8px 0 0 25px;
    position: absolute;
    right: -11px;
    top: 10px;
}

.case-back a, .case-back a:hover {
    color: #FFFFFF;
}

/* --- Contact Page Styles ---------------------------------------------------------------------------- */

.map-border {
    padding: 5px;
    border: 1px solid #A3B864;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

/* --- Top Menu Styles -------------------------------------------------------------------------------- */

#top-menu {
    float: right;
    border-width: 0 1px 1px 1px;
    height: 38px;
    margin-bottom: 20px;
    overflow: hidden;
}

#top-menu a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 19px;
    text-decoration: none;
    background-image: url(../assets/bg/top-border.jpg);
    background-repeat: no-repeat;
}

a.off {
    background-image: none;
}

#top-menu a:hover {
    color: #FFFFFF;
    background-color: #000000;
}

#top-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#top-menu ul li {
    float: left;
}

/* --- Menu Styles -------------------------------------------------------------------------------- */

#menu {
    border: solid #242424;
    border-width: 3px 0;
    background-image: url(../assets/bg/menu.jpg);
    height: 39px;
    margin-bottom: 20px;
    overflow: hidden;
}

#menu a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 24px 0 24px;
    text-decoration: none;
    background-image: url(../assets/bg/menu-border.jpg);
    background-repeat: no-repeat;
}

#menu a:hover {
    color: #FFFFFF;
    background-color: #D00A11;
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    float: left;
}

/* --- RACB Styles ---------------------------------------------------------------------------- */

#racb-container {
    height: 400px;
    position: fixed;
    right: 0;
    top: 35%;
}

#racb-tab {
    background-image: url(/assets/email-us-tab.png);
    cursor: pointer;
    height: 85px;
    left: -32px;
    position: absolute;
    top: 0;
    width: 32px;
}

#racb {
    background-color: #FFFFFF;
    border: #999999 solid;
    border-width: 1px 0 1px 1px;
    -moz-box-shadow: 0px 0px 2px #C6C6C6;
    -webkit-box-shadow: 0px 0px 2px #C6C6C6;
    box-shadow: 0px 0px 2px #C6C6C6;
    display: none;
    height: 454px;
    padding: 10px;
    width: 260px;
}

#racb input[type=text] {
    border: #CCCCCC solid 1px;
    margin: 0 0 10px;
    padding: 4px;
    width: 250px;
}

#racb textarea {
    border: #CCCCCC solid 1px;
    height: 150px;
    margin: 0 0 10px;
    padding: 4px;
    resize: none;
    width: 250px;
}

/* --- Font Styles -------------------------------------------------------------------------------- */

a {
    color: #5C7905;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #5C7905;
    text-decoration: underline;
}

.date {
    font-size: 11px;
    font-weight: lighter;
}

h1 {
    color: #B1080E;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    color: #B1080E;
    margin: 0px;
    font-size: 14px;
    border: solid #B1080E;
    padding-bottom: 5px;
    border-width: 0 0 2px 0;
}

h3 {
    color: #B1080E;
}

.left-box span {
    position: absolute;
    bottom: 35px;
    right: 20px;
    font-size: 16px;
    color: #FFFFFF;
    background-image: url(../assets/bg/g-overlay.png);
    padding: 11px 0 10px 10px;
    width: 200px;
}

.left-box a span {
    color: #FFFFFF;
}

.left-box a:hover span {
    color: #FFFFFF;
    background-image: none;
    background-color: #5C7905;
}

ol li {
    margin-bottom: 20px;
}

p {
    line-height: 20px;
}

p.alert, td.alert {
    color: #CC0000;
    font-weight: bold;
}

p.small {
    font-size: 11px;
}

/* --- Form Styles -------------------------------------------------------------------------------- */

input[type=text], select, textarea {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    padding: 3px;
}

input[type=text].alert, select.alert, textarea.alert {
    background-color: #FFFF99;
    border: #CC0000 solid 2px;
}

/* --- Blog Styles -------------------------------------------------------------------------------- */

#blog img {
    clear: right;
    float: right;
    margin: 0px 0px 20px 20px;
}

/* --- Directory Styles --------------------------------------------------------------------------- */

#search {
    background-color: #AA7FCE;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: right;
    width: 620px;
}

#searchbox {
    border-color: #009241;
    border-width: 0px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    right: 120px;
    top: 10px;
    width: 270px;
}

#searchtext {
    left: 10px;
    position: absolute;
    top: 10px;
}

.logothumb {
    border-color: #AA7FCE;
    border-style: solid;
    border-width: 1px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 200px;
}

/* --- Gallery Styles ----------------------------------------------------------------------------- */

.gallery-thumb {
    float: left;
    height: 130px;
    line-height: 130px;
    margin: 0px 20px 20px 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 130px;
}

.gallery-thumb img {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    vertical-align: bottom;
}

.gallery-thumb img:hover {
    border-color: #FFD801;
    border-style: solid;
    border-width: 5px;
}

.galleryButton {
    position: absolute;
    bottom: 20px;
    color: #B1080E;
    cursor: pointer;
    _cursor: hand;
}

.next {
    right: 30px;
}

.previous {
    left: 30px;
}

/* --- Share Bar Styles --------------------------------------------------------------------------- */

#share-bar {
    height: 20px;
}

#share-bar > div {
    float: left;
    overflow: hidden;
}

#share-bar #fb {
    width: 110px;
}

#share-bar #twitter {
    width: 90px;
}

/* --- Misc Styles -------------------------------------------------------------------------------- */

.clear {
    clear: both;
}

.hr {
    background-color: #CCCCCC;
    clear: both;
    height: 1px;
    margin: 20px 0px;
}

img {
    border: none;
    vertical-align: top;
}

.news img {
    float: right;
    margin: 0px 0px 20px 20px;
}

#social img {
    top: 13px;
    right: 9px !important;
}

.buttoncontainer {
    float: right
}

.p-btn {
    display: block;
    float: left;
    padding: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10a11', endColorstr='#a5090d');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d10a11', endColorstr = '#a5090d')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #D10A11, #A5090D);
    background-image: -ms-linear-gradient(top, #D10A11, #A5090D);
    background-image: -o-linear-gradient(top, #D10A11, #A5090D);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#D10A11), to(#A5090D));
    background-image: -webkit-linear-gradient(top, #D10A11, #A5090D);
    background-image: linear-gradient(top, #D10A11, #A5090D);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    color: #FFFFFF;
    margin: 0 5px;
}

.on1 {
    background-color: #D10A11;
    background-image: none;
}

#social {
    position: fixed;
    top: 351px;
    background-color: #BA090F;
    padding: 1px;
    right: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn-cta {
    background: #5C7905;
    color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 18px;
}

.btn-cta:hover {
    background: #5C7946;
    color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

/* --- Social Media Buttons --- */

#social-header {
    position: relative;
    border-radius: 3px;
    margin-left: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#social-header .social-icon {
    margin-left: 5px;
    height: 40px;
    width: 40px;
    background-color: #537BBD;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left;
    transition: all .5s;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#social-header iframe,
#___plusone_0 {
    border: 0;
    height: 20px;
    margin: 10px 0 10px 40px !important;
}

#social-header #___plusone_0 iframe {
    margin: 0 !important;
    text-indent: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-style: none !important;
    float: none !important;
    line-height: normal !important;
    font-size: 0 !important;
    vertical-align: baseline !important;
    display: block !important;
    width: 90px !important;
    height: 20px !important
}

#fb-icon {
    background-image: url(/assets/header-facebook-icon.png);
}

#social-header #fb-icon.hover,
#social-header #fb-icon.show-hover {
    width: 125px;
}

#social-header #rp-icon {
    background-image: url(/assets/header-repost-icon.png);
    background-color: #DF8530;
}

#social-header #rp-icon.hover,
#social-header #rp-icon.show-hover {
    width: 125px;
    background-color: #DF8530;
}

#social-header #twitter-icon {
    background-image: url(/assets/header-twitter-icon.png);
    background-color: #79CCF0;
}

#social-header #twitter-icon.hover,
#social-header #twitter-icon.show-hover {
    width: 125px;
}

#social-header #google-icon {
    background-image: url(/assets/header-google-icon.png);
    background-color: #DD4B39;
}

#social-header #google-icon.hover,
#social-header #google-icon.show-hover {
    width: 125px;
}

.clearfix {
    clear: both;
}

/* -------- BANNER CALCULATOR ----------*/

#banner-quote {
    background-color: #393938;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 10px solid #4B4B4B;
}

#banner-quote .pointer {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    height: 9px;
    width: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/assets/close-arrow.jpg');
}

#banner-quote .pointer.closed {
    background-image: url('/assets/open-arrow.jpg');
}

.quote-form-two .text-danger {
    color: red;
    font-family: 'BigNoodleTitling';
    text-align: right;
    display: block;
    width: 100%;
    font-size: 22px;
}

.quote-form-block .quote-form .form-inputs .text-danger {
    float: left;
    width: 50%;
    position: absolute;
    bottom: 0px;
    color: red;
    left: 20px;
    text-align: left;

}

.quote-form-block .quote-form .form-inputs .height-holder .text-danger {
    right: 0;
    left: auto;
}

#quote-show {
    position: absolute;
    right: 10%;
    top: -48px;
    line-height: 38px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #393938;
    padding: 0 40px 0 20px;
    font-family: 'BigNoodleTitling';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;

}

#quote-control {
    display: block;
    height: 225px;
}

.quote-left-block {
    padding: 58px 0;
    width: 20%;
    background-color: #85A84E;
    text-align: center;
    color: #FFFFFF;
    font-size: 47px;
    line-height: 52px;
    font-family: 'BigNoodleTitling';
    position: relative;
    float: left;
}

.quote-left-block span {
    font-size: 63px;
}

.quote-left-block .left-point {
    background-image: url('/assets/banner-quote-point-left.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 84px;
    width: 25px;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -42px;
    display: block;
}

.quote-form-block {
    float: left;
}

.form-block-stages {
    width: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 29px;
    color: #FFFFFF;
    font-family: 'BigNoodleTitling';
    overflow: hidden;
    margin-bottom: 20px;
}

.form-block-stages .stage {
    background-color: #2E2E2E;
    display: block;
    float: left;
    position: relative;
    width: 33%;

}

.form-block-stages .stage:after {
    position: absolute;
    display: block;
    background: url('/assets/quote-divider.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: -10px;
    content: " ";
    z-index: 9999;
    height: 44px;
    width: 19px;
}

.form-block-stages .stage:last-child:after {
    display: none;
}

.form-block-stages .stage.active {
    background-color: #85A84E;
}

.form-block-stages .stage span {
    font-size: 24px;

}

.form-block-stages .stage-point {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 51px;
    height: 44px;
    display: block;
}

.form-block-stages .stage-point.start-point-active {
    background-image: url('/assets/banner-quote-stage-left-active.jpg');
    float: left;
}

.form-block-stages .stage-point.start-point {
    background-image: url('/assets/banner-quote-stage-left.jpg');
    float: left;
}

.form-block-stages .stage-point.finish-point {
    background-image: url('/assets/banner-quote-stage-right.jpg');
    float: right;
}

.form-block-stages .stage.active .stage-point.finish-point {
    background-image: url('/assets/banner-quote-stage-right-active.jpg');

}

.quote-form-block {
    float: left;
    box-sizing: border-box;
    width: 60%;
    padding: 25px 35px 0px
}

.quote-form-block .quote-form {
    width: 100%;
}

.quote-form-block .quote-form .form-inputs {
    box-sizing: border-box;
    width: 25%;
    padding: 0 20px;
    position: relative;
    float: left;
    height: 140px;
}

.quote-form-block .quote-form .form-inputs label {
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'BigNoodleTitling';
}

.quote-form-block .quote-form .form-inputs #width,
.quote-form-block .quote-form .form-inputs #height,
.quote-form-block .quote-form .form-inputs #multiplier {
    width: 30%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: center;
}

.quote-form-block .quote-form .form-inputs #multiplier {
    color: #232323;
    font-size: 34px;
    font-weight: bold;
}

.quote-form-block .quote-form .form-inputs select, .quote-form-block .quote-form .form-inputs input {
    border: 1px solid #1E1E1E;
    background-color: #FFFFFF;
    padding: 10px 5px;
    color: #2E2E2E;
    text-transform: uppercase;
    font-style: italic;
    max-width: 100%;
    font-size: 14px;
    border-radius: 8px;
}

.quote-right-block {
    width: 20%;
    text-align: center;
    color: #FFFFFF;
    font-size: 47px;
    line-height: 52px;
    position: relative;
    float: right;
    background-color: #85A84E;

}

.quote-right-block #quote-submit {
    padding: 85px 0;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    color: #FFFFFF;
    font-family: 'BigNoodleTitling';
    font-size: 47px;
    line-height: 52px;
    display: block;
    text-align: center;
}

.quote-right-block .right-point {
    background-image: url('/assets/banner-quote-point-right.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 91px;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -45px;
    display: block;
}

/* --- Quote View --- */

.quote-page-stages {
    padding: 10px;
    background-color: #393938;
    margin-bottom: 20px;
}

.quote-page-stages .form-block-stages {
    margin-bottom: 0;
}

.quotationTable {
    width: 100%;
    border-collapse: collapse;
}

.quotationTable tr {
    border: 1px solid #DDDDDD;
}

.quotationTable th {
    text-align: left;
    background-color: #EEEEEE;
    padding: 10px;
    display: table-cell !important;
}

.quotationTable td {
    padding: 10px;
    display: table-cell !important;
}

.quote-form-two label {
    padding: 5px 0px;
    width: 30%;
    display: inline-block;
}

.quote-form-two input[type=text], .quote-form-two select {
    width: 68%;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}



.quoteSubmit {
    float: right;
    font-weight: normal;

    margin-top: 20px;
    border: 0;
    border-radius: 0;
    background-color: #D10A11;
    font-size: 22px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: 'BigNoodleTitling';
}

.quoteSubmit:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.quoteSubmit.backbutton {
    float: left;
    font-weight: normal;

}

.quoteSubmit.backbutton:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.warn {
    color:#D10A11;
}
