@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans.eot');
    src: url('../fonts/museosans.eot?#iefix') format('embedded-opentype'),  url('../fonts/museosans.woff') format('woff'),  url('../fonts/museosans.ttf') format('truetype'),  url('../fonts/museosans.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JaynePrintYOFFRegular';
    src: url('../fonts/jayneprintyoff.eot');
    src: url('../fonts/jayneprintyoff.eot') format('embedded-opentype'),  url('../fonts/jayneprintyoff.woff') format('woff'),  url('../fonts/jayneprintyoff.ttf') format('truetype'),  url('../fonts/jayneprintyoff.svg#JaynePrintYOFFRegular') format('svg');
}
* {
    padding: 0px;
    margin: 0px;
}
html, BODY {
    text-align: center;
    background-color: #ffffff;
    height: 100%;
    color: #444444;
    font-size: 15px;
    font-family: 'museo_sans300';
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #5C5C5C;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    font-family: 'museo_sans300';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
th, td {
    vertical-align: top;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
em {
    font-style: italic
}
strong {
    font-weight: bold
}
iframe {
    margin: 0px;
}
div {
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    border: none;
    text-decoration: none;
    color: #7e303a;
}
a img {
    border: none;
}
.clear {
    clear: both;
    padding: 0;
    margin: 0;
}
ul li {
    font-size: 15px;
    line-height: 24px;
}
/*START: Sample CSS*/
h1 {
    margin: 0px;
    padding: 0 0 5px 0;
    color: #7e303a;
    font-size: 26px;
    font-weight: normal;
}
h2 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #7e303a;
    font-size: 20px;
    font-weight: normal;
}
h3 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
}
h4 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #444444;
    font-size: 14px;
    font-weight: normal;
}
h5 {
    font-size: 15px;
    color: #04509B;
    margin: 0;
    padding: 0;
}
p {
    margin: 0px;
    padding: 0 0 9px 0;
    color: #444444;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    font-family: 'museo_sans300';
}
p a {
    margin: 0;
    padding: 0;
    color: #7E303A;
    font-size: 12px;
    font-weight: normal;
}
p a:hover {
    text-decoration: underline;
}
a.button {
    padding: 6px 15px;
    margin: 5px 0 0 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
a.button:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
/* Form Element End Here */


/* Forms */
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
    background: #fff;
    -moz-box-shadow: inset 0 1px 1px #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    color: #888;
    padding: 5px;
    border-radius: 4px;
    height: 32px;
    width: 506px;
}
#applicationForm textarea {
    min-height: 100px;
}
textarea {
    background: #fff;
    -moz-box-shadow: inset 0 1px 1px #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    color: #888;
    padding: 5px;
    border-radius: 4px;
    width: 506px;
}
#applicationForm {
}
hr {
    border: none;
    height: 1px;
    border-top: 1px dashed #e0e0e0;
}
.right_alain_image_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}
.right_alain_image {
    position: relative;
    left: 0px;
    top: 0px;
    width: 270px;
    height: 229px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    float: right;
    margin-left: 20px;
}
input#upload_resume {
    padding: 8px 10px;
    margin: 5px 0 0 0;
    cursor: pointer;
    color: #fff;
    background-color: #ccc;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
}
.right_alain_image img {
    position: absolute;
    left: 10px;
    top: 10px;
}
/*END: Sample CSS*/
/* Parent Div Start Here  */
#container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}
* html #container {
    height: 100%;
    overflow-y: auto;
}
#page_bodybg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
* html #page_bodybg {
    position: absolute;
}
#header_top {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    background: #00483a;
}
#header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}
#applicationForm .validation-advice {
    display: none;
}
#top_navigation {
    position: relative;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    background: #7e303a;
}
#content {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}
#footer {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    background: #00483a;
}
#back-to-top {
    position: absolute;
    top: 0;
    margin: -37px 0 0 550px;
}
#header_top_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width: 1100px;
    height: 62px;
}
#header_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width: 1100px;
    height: 183px;
    background: #fff;
}
#top_navigation_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width: 1100px;
    height: 70px;
}
#content_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    width: 1100px;
    background: #fff;
    height: auto;
    min-height: 550px;
}
#footer_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width: 1100px;
    padding: 0 0 30px 0;
}
#home_banner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 428px;
    text-align: center;
    overflow: hidden;
}
#advertisement {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}
#advertisement_body {
    width: 1100px;
    height: 304px;
    margin: 0 auto;
}
.contact_mail a
{
    background: none !important;
    font-size: 14px !important;
    padding-left: 0 !important;
}
#home_page {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 428px;
    text-align: center;
    background: #792b35;
}
#home_page_body {
    width: 1100px;
    height: 370px;
    margin: 0 auto;
}
.jobs-index-index .category-products {
    padding: 0;
}
#client_navigation {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    z-index: 9;
    background: #ededed;
}
#client_navigation_body {
    width: 1100px;
    height: 375px;
    margin: 0 auto;
}
#home_gallery {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 444px;
    text-align: center;
    background: url(../images/home_gallery.jpg) no-repeat center top;
    background-size: cover;
}
#home_gallery .bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
    height: 444px !important;
}
#home_gallery .bx-viewport {
    width: 1100px !important;
    margin: 0 auto !important;
}
#home_gallery #home_gallery_header {
    margin-top: 68px;
    overflow: hidden;
}
#home_gallery .bx-controls {
    position: absolute;
    width: 100%;
    top: 0;
}
#home_gallery .bx-wrapper {
    margin-bottom: 0 !important;
}
#home_gallery .bx-prev {
    display: block;
    position: absolute;
    left: 0;
    top: 176px;
    height: 93px;
    width: 46px;
    font-size: 0;
    background: url(../images/hom_gallery_right_arrow.png) no-repeat center top;
}
#home_gallery .bx-next {
    position: absolute;
    right: 0;
    top: 176px;
    font-size: 0;
    height: 93px;
    width: 46px;
    background: url(../images/hom_gallery_left_arrow.png) no-repeat center top;
}
#blog_content {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #D8D8D8;
    background: #ececec;
}
#blog_content_inner {
    width: 1100px;
    min-height: 480px;
    margin: 0 auto;
}
.sidebar-left {
    float: right;
    width:315px;
}
.main-content-with-left-bar {
    float: left;
    width:725px;
}
.jobs-index-index .sidebar-left, .jobs-index-view .sidebar-left {
    float: left;
    width: 250px;
    display: block;
}
.sidebar-left .post_date_right a
{
    color:#00483A !important;
    font-size: 18px;
}
.jobs-index-index .main-content-with-left-bar, .jobs-index-view .main-content-with-left-bar {
    float: right;
    width: 820px;
}
.sub_header {
    width: 100%;
    background: #efefef;
    height: 114px;
}
.inner_sub_header {
    width: 1100px;
    margin: 0 auto;
}
.blog-home .post-list li.item {
    overflow: hidden;
}
/* Parent Div End Here  */


.information_hotline {
    margin: 16px 0 0;
    padding: 0;
    float: left;
    color: #dfdfdf;
    font-size: 20px;
    text-align: left;
    font-family: 'JaynePrintYOFFRegular';
}
.call_us {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    text-align: left;
    background: url(../images/call_us.png) no-repeat left 0;
    padding: 2px 0 10px 20px;
    position: absolute;
    top: 19px;
    left: 250px;
}
.post_date_right p {
    font-size: 14px;
    padding-top: 5px;
}
.call_us a {
    color: #fff;
    font-size: 24px;
    text-align: left;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.call_us a:hover {
    text-decoration: none;
}
.search_box {
    position: absolute;
    right: 0;
    top: 10px;
}
.search_box label {
    display: none;
}
.search_box input[type="text"] {
    width:200px;
    height: 38px;
    line-height: 38px;
    border-radius: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0 10px 0 10px;
    border: none;
    color: #317568;
    font-size: 15px;
    text-align: left;
    border-radius: 4px;
    border: none;
    margin-right: 2px;
    border-left:1px solid #ddd;
    float: left;
}
.search_box button {
    width: 62px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: url(../images/search_submit_bg.png) no-repeat left 0;
}
.search_box select {
    border-radius: 3px 0 0 3px;
    height: 38px;
    margin-right: -5px;
    padding: 8px 5px 5px;
    border-right: 1px solid #ddd;
    width: 225px;
    color: #317568;
}
.search_box button.button span {
    visibility: hidden;
}
.company_logo {
    float: left;
    margin: 30px 0 0;
}
.main_slider {
    overflow: hidden;
    position: relative;
    height: 428px;
    text-align: center;
}
.main_slider .bx-wrapper {
}
#applicationForm input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
    margin-top: 5px;
    margin-bottom: 25px;
}
#applicationForm select {
    margin-top: 5px;
    margin-bottom: 25px;
    width: 497px;
}
#home-slide li {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 2000px !important;
}
.main_slider .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 50%;
    margin: 0 0 0 -1000px !important;
    position: absolute !important;
    top: 0;
    width: 2000px !important;
}
#home-slide {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    transform: translate3d(0px, -428px, 0px);
    transition-duration: 0s;
    width: auto;
}
.main_slider .bx-controls.bx-has-controls-direction {
    background: #FF0000;
    position: absolute;
    top: 0;
    z-index: 1;
    visibility: hidden;
}
.banner_navigation {
    position: absolute;
    bottom: 45px;
    width: 100%;
    height: 80px;
    background: url(../images/banner_navigation_bg.png) repeat-x;
}
.banner_navigation_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 9px 0 0 0;
    color: #fff;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.banner_navigation_inner span {
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
}
#store_locator_content {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
#store_locator {
    width: 338px;
    height: 260px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../images/store_locator.png) no-repeat left 0;
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 2;
}
#store_locator h2 {
    color: #fff;
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin: 95px 0 0 20px;
    padding: 0 0 0 55px;
    background: url(../images/store_locator_title.png) no-repeat left 0;
}
#store_locator p {
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding: 4px 0 0 25px;
}
#store_locator form {
    display: block;
    margin: 15px 0 0 23px;
    position: relative;
}
#store_locator input[type="text"] {
    width: 235px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin: 0;
    padding: 0 44px 0 10px;
    border: none;
    background: url(../images/store_input_bg.png) no-repeat left 0;
    color: #738e87;
    font-size: 15px;
    text-align: left;
}
#store_locator input[type="submit"] {
    width: 62px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../images/store_submit_bg.png) no-repeat left 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.location_box {
    position: absolute;
    right: 230px;
    top: 48px;
    background: url(../images/location_box.png) no-repeat left 5px;
    padding: 0 0 0 30px;
}
.location_box p {
    color: #444;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    padding: 0;
}
.block-recent-posts .odd, .block-blog-categories .odd {
    background: none !important;
}
.topmenu {
    float: right;
    margin: 128px 0 0;
}
.topmenu ul {
    margin: 0;
    padding: 0;
}
.topmenu li {
    margin: 0;
    padding: 0 41px;
    float: left;
    background: none;
}
.topmenu li:last-child {
    padding-right: 0;
}
.topmenu li a {
    color: #444;
    font-size: 19px;
    font-weight: normal;
    line-height: 20px;
}
.topmenu li a:hover {
    color: #792B35;
    text-decoration: none;
}
.servicebox {
}
.servicebox a {
    margin: 80px 20px 0 0;
    padding: 0;
    width: 259px;
    height: 148px;
    float: left;
    position: relative;
    background: #e8e8e8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.servicebox a:hover {
    background: #00483a;
    -moz-transform: scale(1.02) rotate(0deg) translate(0px);
    -webkit-transform: scale(1.02) rotate(0deg) translate(0px);
    -o-transform: scale(1.02) rotate(0deg) translate(0px);
    transform: scale(1.02) rotate(0deg) translate(0px);
    filter: alpha(opacity=50);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.servicebox a:hover h4 {
    color: #fff;
}
.servicebox a.last {
    margin-right: 0;
}
.servicebox span {
    position: absolute;
    left: 90px;
    top: -30px;
    width: 75px;
    height: 75px;
    text-align: center;
    background: #7e303a;
    border: 4px solid #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.servicebox span img {
    margin: 17px 0 0;
}
.servicebox h4 {
    color: #6b6b6b;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 60px;
    bottom: 30px;
}
.home_page_left {
    width: 325px;
    float: left;
}
.home_page_left h2 {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    text-align: left;
    line-height: 60px;
    margin: 0;
    padding: 40px 0 0 0;
}
.home_page_right {
    width: 720px;
    float: right;
    background: url(../images/home_page_right.png) no-repeat left top;
    padding-left: 35px;
}
.home_page_right p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    line-height: 20px;
    margin: 0;
    padding: 0 0 20px 0;
}
.home_page_right strong {
    font-size: 16px;
}
.category-products {
    padding: 15px;
    background-color: #f2f2f2;
}
#home_page_body .home_page_left {
    margin: 65px 0 0 0;
}
#home_page_body .home_page_right {
    margin: 90px 0 0;
}
.category-products .bx-next {
    background: url(../images/product_arrow_right.png) no-repeat 0 0 !important;
    font-size: 0;
    position: absolute;
    right: -68px !important;
    top: -157px;
    width: 26px;
    height: 77px;
}
.category-products .bx-prev {
    background: url(../images/product_arrow_left.png) no-repeat 0 0 !important;
    font-size: 0;
    position: absolute;
    left: -68px !important;
    top: -157px;
    width: 26px;
    height: 77px;
}
.category-products ul.product_slider li {
    margin: 0 16px 0 0;
}
.product_slider li.item {
    position: relative !important;
    border: 1px solid #00483a;
    border-radius: 5px;
    width: 297px !important;
}
p.product_title {
    background-color: #00483a;
    color: #ffe8a4;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}
.quick_view {
    position: absolute;
    top: -400px;
    z-index:99999;
    border-radius: 5px;
    height: 258px;
    width: 297px;
    background-color: rgba(126, 48, 58, 0.9);
}

.quick_view  .quick_view_link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
}
.quick_view a.quick_view_link img {
    position: absolute;
    left: 70px;
    top: 95px;
}
.product_slider li.item:hover .quick_view {
    position: absolute;
    top: 0;
/*    border-radius: 5px;
    height: 258px;
    width: 297px;
    background-color: rgba(126, 48, 58, 0.9);*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
@media (max-width: 1024px){

    .product_slider li.item:hover .quick_view, .quick_view {
        top:auto;
        bottom: 0;
        height: 70px;
    }

    .quick_view a.quick_view_link img{
        top: 13px;
    }
}
.quick_view_hover{
    position: absolute;
    top: 0;
    border-radius: 5px;
    height: 258px;
    width: 297px;
    background-color: rgba(126, 48, 58, 0.9);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.category-products .slider_area {
    position: relative;
    background-color: #fff;
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    padding: 14px 0;
}
.slider_area .bx-wrapper .bx-viewport {
    border: 0 !important;
    box-shadow: none !important;
}

#client_navigation_body h2 {
    color: #7e303a;
    font-size: 55px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 75px 0 50px 0;
}
.our_clients {
   /* width: 1100px !important;*/
}
.our_clients ul {
    margin: 0;
    padding: 0;
}
.our_clients li {
    float: left;
    margin: 0 40px 40px 0;
    padding: 0;
    width: 183px;
}
.jobs-index-index .toolbar {
    display: none;
}
.jobs-index-index .block-title, .jobs-index-view .block-title {
    padding: 10px 0;
}
.jobs-index-index .block .block-content, .jobs-index-view .block .block-content {
    background: none;
    padding: 10px 0;
}
.jobs-index-index .block .block-content ul li, .jobs-index-view .block .block-content ul li {
    line-height: 35px;
    font-size: 20px;
}
.jobs-index-index .block .block-content ul li a:hover {
    color: #5C5C5C;
}
.jobs-shop .product-name a {
    font-size: 30px;
    text-transform: capitalize;
    color: #7E303A;
}
#jobs-list {
    background-color: #f2f2f2;
}
#jobs-list .f-fix {
    background-color: #fff;
    padding: 10px 10px 25px 10px;
    width: 779px;
}
#client_navigation_body a img {
    height: 90px;
    margin-right: 30px !important;
    -webkit-filter: grayscale(1);
    filter: url(../images/filters.svg#grayscale);
    filter:gray;
    -webkit-filter:grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
}
#client_navigation_body a img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.locator_box_content p span {
    color: #992e2e;
}

.home_gallery_left {
    width: 610px;
    float: left;
}
.home_gallery_left h2 {
    color: #fff;
    font-size: 65px;
    font-weight: normal;
    text-align: left;
    line-height: 50px;
    margin: 0;
    padding: 0 0 26px;
}
.wamail-index-findcategory #content_body h2
{
    padding-top: 25px;
    font-size: 25px;
}
.wamail-index-findcategory #content_body ul li
{
    line-height: 30px;
}
.wamail-index-findcategory #content_body ul li a:hover
{
    color:#444444;
}
.wamail-index-findcategory #content_body ul
{
    padding-top: 12px;
}
.search_box select option
{
    padding: 8px;
	background-color:#fff;
	border:none !important;
	color:#333;
}
select option:hover {
    background-color: yellow;
}
::selection {
	color:#fff;
	background:#7E303A;
}
::-moz-selection {
	color:#fff;
	background:#7E303A;
} 
.home_gallery_left p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px 0;
}
.cycle-slideshow {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
}
.view_detials {
    width: 234px;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
    border: none;
    background: url(../images/view_detials.png) no-repeat;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-indent: 20px;
}
#child_19 li.label
{
    font-size: 17px;
    color: #7E303A;
    padding-bottom: 10px;
}
#child_19
{
    overflow: hidden;
}
#child_19 .product-information-1
{
    float: left;
    width: 240px !important;
    padding-top: 0 !important;
    padding-right: 20px !important;
}
#child_19 .product-information-2, #child_19 .product-information-3, #child_19 .product-information-4
{
    border-left: 1px solid #CED5CE;
    padding-left: 20px !important;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 290px !important;
    padding-right: 20px !important;
}
.product-information-4
{
    width: 200px !important;
}
#child_19 .product-information-3
{
    width: 250px !important;
}
#child_19 .product-information-2
{
    width: 270px !important;
}
#child_19 .product-information-4{
    padding-right: 0 !important;
}
.home_gallery_right {
    float: right;
}
#home_gallery_menu {
    width: 100%;
    position: relative;
    height: 80px;
}
#home_gallery_menu ul {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}
.home_gallery_right img {
    height: 295px;
}
#home_gallery_menu li {
    float: left;
    margin: 0;
    width: auto !important;
    padding: 0;
}
#home_gallery_menu li a {
    position: relative;
    line-height: 70px;
    float: left;
    margin: 0;
    padding: 6px 25px;
    border-left: 1px solid #e1e1e1;
    color: #5c5c5c;
    font-size: 20px;
    text-align: left;
}
#home_gallery_menu li a.active {
    color: #792b35;
    background: #f7f7f7;
}
.jobs-index-view button.button {
    padding: 6px 15px;
    margin: 5px 0 0 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
    margin: 0 5px;
}
.jobs-index-view button.button span {
    border: none;
    background: none;
}
.jobs-index-view button.button:hover {
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
#home_gallery_menu li:last-child a {
    border-right: 1px solid #e1e1e1;
}
#get_in_touch_popup tr td {
    padding: 10px;
}
.arrow_home {
    width: 60px;
    height: 22px;
    position: absolute;
    top: -10px;
    left: 38%;
    z-index: 10;
    background: url(../images/arrow_home.png) no-repeat;
}
.blog_content_left {
    width: 360px;
    float: left;
}
.cycle-carousel-wrap {
    width: 1100px;
    margin: 0 auto;
}
.blog_content_left h2 {
    color: #343434;
    font-size: 28px;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0 0 26px;
}
.client_testimonial_box {
    width: 538px;
    float: right;
    position: relative;
}
.client_testimonial_box .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    left: 0 !important;
    border: none !important;
}
.client_testimonial_box h2 {
    color: #343434;
    font-size: 28px;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0 0 26px;
}
.testimonial_box {
    width: 538px;
    height: 248px;
    float: right;
    background: url(../images/testimonial_box.png) no-repeat;
    position: relative;
}
.blog_content_left, .client_testimonial_box {
    padding: 65px 0 0;
}
.client_testimonial_box .bx-prev {
    display: block;
    position: absolute;
    left: -13px !important;
    top: -143px !important;
    height: 28px;
    width: 28px;
    z-index: 9;
    font-size: 0;
    background: url(../images/testimonials_left_arrow.png) no-repeat 0 0 !important;
}
.client_testimonial_box .bx-next {
    position: absolute;
    right: -13px !important;
    top: -143px !important;
    font-size: 0;
    height: 28px;
    width: 28px;
    background: url(../images/testimonials_right_arrow.png) no-repeat 0 0 !important;
    z-index: 9;
}
.client_testimonial_box .actions {
    display: none;
}
.testimonials_container .testimonial_text {
    width: 850px;
    float: left;
}
.testimonials_container .testimonial_l {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    padding: 30px 0;
}
.testimonial_box p {
    line-height: 24px;
}
.testimonials_container .testimonials_title {
    display: none;
}
.testimonial_author_details em {
    display: block;
    color: #545454;
}
.testimonial_details {
    color: #5C5C5C;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    line-height: 23px;
    padding: 35px 23px;
    width: 488px;
}
.testimonial_details img {
    float: left;
    margin: 0 10px 0 0;
}
.testimonial_author_details {
    color: #00483a;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    padding: 10px 28px 0 28px;
    display: block;
}
.testimonial_author_details i {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    display: block;
}
.testimonial_author_photo {
    position: absolute;
    right: 32px;
    bottom: 30px;
    width: 95px;
    height: 95px;
    text-align: center;
    background: #fff;
    border: 6px solid #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.testimonial_author_photo span {
    width: 90px;
    height: 90px;
    display: block;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: 3px solid #e9e9e9;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
}
.category-products .products-grid li.pro_top_title {
    background-color: #7E303A;
    display: block;
    float: none;
    height: 25px;
    padding: 10px 24px;
}
.pro_top_title .pro_title, .pro_top_title .pro_size, .pro_top_title .pro_len {
    text-align: center;
    font-size: 18px;
}
.category-description {
    display: none;
}
.footer_top {
    width: 1100px;
    padding-top: 60px;
}
.footer_menu {
    width: 525px;
    float: left;
}
.footer_menu ul {
    margin: 0;
    padding: 0;
}
.footer_menu li {
    width: 260px;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
    background: none;
}
.footer_menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
}
.footer_menu li a:hover {
    color: #fee4a2;
}
.follow_us {
    width: 150px;
    float: left;
}
.follow_us h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    padding: 0 0 15px 0;
    margin: 0;
}
.follow_us > a {
    float: left;
    margin: 0 10px 10px 0;
}
.newsletter_right {
    width: 311px;
    float: right;
    position: relative;
}
.newsletter_right h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    padding: 0 0 15px 0;
    margin: 0;
}
.newsletter_right p {
    color: #8eb1aa;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    padding: 0 0 15px 0;
    margin: 0;
}
.newsletter_right .indicates-required, .newsletter_right label {
    visibility: hidden;
    position: absolute;
}
.newsletter_right input[type="text"], .newsletter_right input[type="email"] {
    width: 232px;
    height: 51px;
    float: left;
    border: none;
    background: url(../images/newsletter_input_bg.png) no-repeat;
    padding: 0 15px;
    color: #000;
    font-size: 15px;
    text-align: left;
    border-radius: 0;
}
.newsletter_right input[type="submit"] {
    width: 48px;
    height: 51px;
    border: none;
    cursor: pointer;
    font-size: 0;
    background: url(../images/newsletter_submit_bg.png) no-repeat;
    position: absolute;
    right: 0;
    top: 82px;
}
.copyright_box {
    width: 1100px;
    padding: 25px 0 0 0;
    border-top: 1px solid #1a5b4e;
    margin-top: 45px;
}
.copyright_box_left {
    width: 400px;
    float: left;
}
.copyright_text, .web_design_by {
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    padding: 0 0 4px 0;
}
.web_design_by img {
    vertical-align: middle;
    padding-left: 4px;
}
.copyright_box_right {
    float: right;
    padding: 5px 0 0;
}
.copyright_box_right ul {
    margin: 0;
    padding: 0;
}
.copyright_box_right li {
    float: right;
    margin: 0;
    padding: 0 12px 0 3px;
    background: url(../images/footer_separator.png) no-repeat right center;
    text-align: center;
}
.copyright_box_right li:first-child {
    background: none;
    padding-right: 0;
}
.copyright_box_right li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 23px;
}
.copyright_box_right li a:hover {
    color: #fee4a2;
}
.post-item-content-body-text-with-image {
    float: left;
    padding-bottom: 10px;
    text-align: justify;
    width: 615px;
}
.post-item-content-image {
    float: right;
    text-align: right;
    width: 184px;
}
.post-date {
    color: #555452;
    font-size: 13px;
    font-style: italic;
}
.blog_content_left .block-recent-posts {
    border: none;
}
.blog_content_left .block-recent-posts .block-title {
    border: none;
    background: none;
    padding: 0;
}
.blog_content_left .block-recent-posts .block-title strong span {
    color: #343434;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 26px;
    text-align: left;
    text-transform: none;
}
.blog_content_left .block-recent-posts li {
    background: none;
    margin: 0;
    padding: 0 0 20px 0 !important;
}
.blog_content_left .block-recent-posts li a {
    color: #00483A;
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    line-height: 20px;
    padding: 0;
}
.blog_content_left .block-recent-posts .post_date {
    background: url(../images/date_blog_bg.png) no-repeat left top;
    float: left;
    height: 66px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 48px;
}
.blog_content_left .block-recent-posts .post_date span {
    color: #343434;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
}
.blog_content_left .block-recent-posts .post_date .wpday {
    font-size: 32px;
    line-height: 11px;
    padding: 13px 0 6px 0;
    font-family: 'Rokkitt', serif;
}
.blog_content_left .block-recent-posts .post_date .wpmon {
    color: #4A4848;
    font-size: 14px;
    line-height: 36px;
}
.sidebar-left .block-recent-posts .post_date {
    background: url(../images/date_blog_bg.png) no-repeat left top;
    float: left;
    height: 66px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 48px;
}
.sidebar-left .block-recent-posts .post_date span {
    color: #343434;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
}
.sidebar-left .block-recent-posts .post_date .wpday {
    font-size: 32px;
    line-height: 11px;
    padding: 13px 0 6px 0;
    font-family: 'Rokkitt', serif;
}
.sidebar-left .block-recent-posts .post_date .wpmon {
    color: #4A4848;
    font-size: 14px;
    line-height: 36px;
}
body.cms-home .blog_content_left .block-content {
    background: none;
    padding: 30px 0 0 0;
}
.registered-users .form-list label {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 4px 0;
    margin: 5px 0 0;
}
.registered-users input[type="text"], .registered-users input[type="password"] {
    width: 345px;
    height: 21px;
}
#contactForm select {
    width: 323px;
    height: 48px;
    background: #f5f5f5;
    box-shadow: none;
    border: none;
    font-family: 'museo_sans300';
    margin: -4px 10px 5px 0;
    padding: 14px 10px;
    border: 1px solid #dddddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #888888;
    font-size: 16px;
    font-weight: normal;
}
#contactForm input[type="text"] {
    width: 297px;
    height: 38px;
    background: #f5f5f5;
    box-shadow: none;
    border: none;
    margin: 0 10px 10px 0;
    padding: 5px 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
#contactForm textarea {
    width: 638px;
    height: 170px;
    background: #f5f5f5;
    box-shadow: none;
    border: none;
    border: 1px solid #dddddd;
    padding: 10px 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
#contactForm .form-list label {
    color: #0A263C;
    font-size: 16px;
    padding: 0 0 6px;
    margin: 10px 0 0;
}
.registered-users a.f-left {
    color: #7E303A;
    font-size: 15px;
    line-height: 30px;
}
.registered-users p.required {
    text-align: left;
    font-size: 16px;
}
.cms-home #content {
    display: none;
}
.contact_page_content {
    padding: 41px 0 0;
}
.contact_page_left {
    width: 678px;
    float: left;
}
.contact_page_left h4 {
    padding: 0 0 40px 0;
    color: #2f2f2f;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    width: 680px;
    position: relative;
    left: -20px;
}
.contact_page_left h4 span {
    color: #7e303a;
    font-size: 22px;
    text-align: left;
}
.contact_page_right {
    width: 400px;
    float: right;
}
.contact_page_address {
    width: 360px;
    padding: 20px 20px 40px 20px;
    background: #00483a;
}
.contact_page_address h5 {
    padding: 10px 0 15px 0;
    color: #fff;
    font-size: 20px;
    text-align: left;
}
.contact_page_address ul {
    margin: 0;
    padding: 7px 0 23px 0;
}
.contact_page_address ul li {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: none;
}
.contact_page_address img {
    float: left;
    margin: 0 10px 23px 0;
}
.contact_page_address a {
    color: #fff;
    font-size: 25px;
    text-align: left;
    background: url("../images/call-us.png") no-repeat left top;
    padding: 0 0 0 20px;
}
.contact_page_address p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 25px;
    padding: 27px 0 0;
    text-align: left;
}
.contact_bottom_banner {
    height: 670px;
}
.contacts-index-index #content_body {
    background: none;
}
.contacts-index-index #content {
    background: url("../images/contact_bottom_banner.jpg") no-repeat center bottom;
}
.capture_box {
    float: left;
}
.submitbox_contact {
    clear: inherit;
    float: right;
    margin: 0;
    padding: 0;
    border: none;
}
.submitbox_contact p {
    display: none;
}
.products-grid li {
    padding-right: 0;
    float: none;
    clear: both;
}
.pro_title {
    float: left;
    width: 172px;
}
.pro_size {
    float: left;
    width: 710px;
}
.pro_len {
    float: left;
    width: 100px;
}
.pro_top_title {
    background: #7E303A;
    color: #fff;
}
.pro_top_title .pro_len, .pro_top_title .pro_title, .pro_top_title .pro_size {
    color: #fff;
}
.pro_item {
    cursor: pointer;
    width: 1020px;
}
.pro_title, .pro_size, .pro_len {
    font-size: 15px;
    text-align: center;
}
.pro_images {
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 18px;
}
.pro_image_holder {
    float: left;
    width: 540px;
}
.pro_details_holder {
    float: right;
}
.pro_details_holder img {
    height: 220px;
}
.pro_item:hover {
    background: #F2F2F2;
}
.pro_image_holder img {
    height: 220px;
}
.products-grid li .quickview {
    position: absolute;
    top: 12px;
    left: 0;
    display: none;
    width: 340px;
    height: 415px;
    background: #7e303a;
}
.products-grid li:hover .quickview {
    display: block;
}
.quickview h3 {
    width: 100%;
    padding: 0;
    margin: 140px 0 0;
}
.quickview h3, .quickview h3 a {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}
.quickview h3 a:hover {
    color: #cfcfcf;
}
.quickview_button {
    width: 183px;
    height: 46px;
    display: block;
    background: url(../images/quickview_button.png) no-repeat;
    margin: 35px 0 0 78px;
    cursor: pointer;
    color: #7e303a;
    font-size: 18px;
    text-align: left;
    text-indent: 60px;
    line-height: 50px;
    text-decoration: none;
    font-weight: normal;
}
.p_box {
    border: 1px solid #EBEBEB;
    float: left;
    margin: 0;
    width: 340px;
    border-bottom: 3px solid #dddddd;
}
.p_box_img {
    float: left;
    height: 240px;
    position: relative;
    width: 340px;
}
.p_box_img img {
    border: none;
}
.p_box_img_details {
    width: 340px;
    height: 120px;
    position: relative;
    float: left;
    background: #f4f4f4;
    overflow: hidden;
}
.p_box_img_name {
    margin: 0 0 0 10px;
    padding: 0;
    width: 320px;
    height: 50px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.p_box_img_name a {
    color: #7E303A;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.p_box_img_name a:hover {
    color: #44040c;
}
.p_box_img_details > ul {
    padding: 25px 15px 15px 15px;
}
.p_box_img_details li {
    padding: 0 0 10px 0;
    overflow: hidden;
}
.p_box_img_details label {
    width: 71px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
    background: url(../images/p_box_size_bg.png) no-repeat left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
}
.size_body {
    float: left;
    height: 36px;
    overflow: hidden;
    width: 228px;
    margin: 7px 0 0 0;
}
#nav a.level-top {
    padding: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 59px;
}
#nav a.level-top.over {
    background: url(../images/mega_menu_top_arrow.png) no-repeat center 64px;
}
#nav li.nav-1 a.level-top span {
    width: 123px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    padding: 11px 8px 11px 16px;
    border-left: 1px solid #8b454e;
    border-right: 1px solid #8b454e;
}
#nav li.nav-2 a.level-top span {
    width: 123px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    padding: 11px 10px 11px 15px;
    border-left: 1px solid #8b454e;
    border-right: 1px solid #8b454e;
}
#nav li.nav-3 a.level-top span {
    width: 120px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    padding: 12px 10px 10px;
    border-left: 1px solid #8b454e;
    border-right: 1px solid #8b454e;
}
#nav li.nav-4 a.level-top span {
    width: 137px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    padding: 11px 10px 11px;
    border-left: 1px solid #8b454e;
    border-right: 1px solid #8b454e;
}
#nav li.nav-5 a.level-top span {
    width: 170px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    padding: 11px 11px 11px 12px;
    border-left: 1px solid #8b454e;
    border-right: 1px solid #8b454e;
}
#nav li.nav-6 a.level-top span {
    width: 155px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    padding: 11px 15px 11px 15px;
    border-left: 1px solid #8b454e;
    border-right: 1px solid #8b454e;
}
#nav li.nav-7 a.level-top span {
    width: 75px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    padding: 11px 18px 11px 20px;
    border-left: 1px solid #8b454e;
    border-right: 1px solid #8b454e;
}
.nav-container #nav ul {
    margin: 0;
    width: 1031px;
    background: #ffffff;
    min-height: 250px;
    border: 8px solid #7E303A;
    border-top: none;
    display: none;
    padding: 38px 25px 50px 25px;
}
.nav-container #nav ul li {
    width: 370px;
    float: left;
    padding: 0 0 4px 0;
}
.nav-container #nav ul li a {
    background: url(../images/drop_arrow_menu.png) no-repeat left 7px;
    color: #454545;
    line-height: 36px;
    font-size: 18px;
}
#jm_img {
    left: 737px !important;
    position: relative;
    top: 90px !important;
    width: 324px;
    z-index: 9999;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    vertical-align: middle;
}
#jm_img img {
    width: 250px;
    background: #fff;
}
.shown-sub a, .shown-sub a span {
    display: inline !important;
}
.shown-sub a:hover span {
    color: #7E303A;
}
/* blog*/
.is-blog .pager {
    border: none;
}
.is-blog .block .block-title strong {
    color: #7E303A;
    font-size: 15px;
    text-transform: uppercase;
    padding: 4px 0;
}
.is-blog .block .block-content {
    padding: 4px 0;
}
.is-blog .page-title {
    border: none;
}
.is-blog .page-title h1 {
    color: #7E303A;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.blog-desc {
    display: none;
}
.post-list .item h2 a {
    color: #7E303A;
    font-size: 22px;
    padding-top: 15px;
}
.post-list .item h2 a:hover {
    color: #5C5C5C;
}
p.post-meta {
    padding-bottom: 25px;
}
.is-blog .sidebar-left a {
    color: #7E303A;
}
#comments input[type="text"] {
    background: none repeat scroll 0 0 #efefef;
    border: 0;
    box-shadow: none;
    color: #2F2F2F;
    font-size: 12px;
    padding: 5px;
    height: 30px;
    border-radius: 3px;
    margin-bottom: 12px;

    width: 509px;
}
.post-list li.item {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    padding-bottom: 30px;
}
.post-social-bookmark {
    margin-top: 20px;
}
.featured-image img {
    background-color: #FFFFFF;
    padding: 6px;
}
.post-view p {
    text-align: justify;
}
#comments textarea {
    background: none repeat scroll 0 0 #EFEFEF;
    border:0;
    box-shadow: none;
    color: #2F2F2F;
    width: 712px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 0;
    min-height: 150px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.search_view_main {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 45px;
}
#store_locator_content_inner input[type="text"] {
    width: 215px;
}
.search_view_main label {
    font-size: 22px;
    margin-right: 6px;
}
.view_sort_by_main {
    float: right;
}
#store_locator_content_inner {
    float: left;
    margin-right: 15px;
}
.pager {
    padding-left: 0;
}
.blog-search input {
    width: 205px;
}
.blog-search button.button {
    padding: 6px 15px;
    margin: 5px 0 0 0;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
.blog-search button.button:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
.blog-search button.button span {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
}
#left_product_img_main
{
    float: left;
    width: 508px;
}
.image_area_wrapper {
    height: 370px !important;
    text-align: center;
}
.image_area_wrapper .image_area
{
    background-color: #fff;
    border-radius: 5px;
    height: 384px !important;
    border: 2px solid #e6e6e6;
}
.image_area {
    width: 468px;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    height: 354px !important;
    overflow: auto;
    text-align: center;
}
.top_content h2
{
    padding-bottom: 15px;
    font-size: 25px;
}
.top_content p{
    padding-bottom: 25px;
}
.image_area img
{
    max-width: 360px;
    position: relative;
}
.product_area li {
    float: left;
}
.top_part {
    margin-bottom: 15px;
}
.product_area {
    padding: 8px;
    padding: 8px;
    background-color: #fff;
    border-radius: 5px;
    height: 385px !important;
    border: 2px solid #e6e6e6;
    overflow: auto;

    outline: none !important;
}
#left_product_img_main h2, .right_product_description_main h2
{
    text-align: center;
    font-size:22px;
    padding-bottom: 8px;
    font-weight: bold;
}
.jspPane
{
    text-align: center !important;
}
.profile_data_heading_main
{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 8px;
}
.right_product_description_main
{
    width:536px;
    margin-left: 11px;
    float: left;
}
.sidebar-left #newsletter {
    width: 140px;
    display: inline;
    float: left;
}
.search_box li{
    list-style: none;
}
.sidebar-left .block-subscribe .actions {
    float: right;
}
.sidebar-left .block-subscribe button.button span {
    font-size: 12px;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#comments .field {
    width: 650px;
}
.slimScrollDiv
{
    height: 392px !important;
}
.post-date {
    font-size: 13px;
    color: #555452;
    font-style: italic;
}
.blog-search {
    padding: 10px;
}
.post-read-more-btn a {
    padding: 6px 20px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
.post-read-more-btn a:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
.post-item-content-body-text-with-image {
    float: left;
    padding-bottom: 10px;
    text-align: justify;
    width: 615px;
}
.post-item-content-body-text {
    text-align: justify;
}
.post-item-content-body-text-with-image {
    float: left;
    padding-bottom: 26px;
    text-align: justify;
    line-height: 24px;
    width: 900px;
}
.post-item-content-image {
    width: 184px;
    text-align: right;
    float: right;
}
.blog-home .post-date {
    margin-bottom: 0;
    color: #a2a2a2;
}
.blog-home .post-list h2 {
    margin-bottom: 10px;
    padding-top: 15px;
}
.posted-in-category {
    padding: 20px 0 0;
}
.posted-in-category a {
    color: #555452;
    text-decoration: underline;
    font-style: italic;
}
.post-item-content-image img {
    padding: 6px;
    background-color: #fff;
    width: 150px;
    border: 1px solid #eeeeee;
}
.post-social-bookmark-left {
    width: 400px;
    float: left;
}
.post-read-more-btn {
    float: right;
    margin: -10px 20px 0 0;
}
.page-title {
    display: none;
    margin: 0;
    padding: 0 0 10px 0;
}
.featured-image {
    float: left;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}
#comments .fieldset {
    overflow: hidden;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    border-top: 1px solid #D6D6D6;
    box-shadow:none !important;
}
#comments .legend {
    float: none;
    text-align: left;
    padding-left: 0;
}
.post-entry-with-image p {
    line-height: 24px;
}
#comments .legend {
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    background: none;
    margin-bottom: 15px;
    margin-top: 5px;
}
#comments .buttons-set {
    margin-top: 20px;
}
#comments button.button {
    padding: 10px 12px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radiust: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
#comments button.button:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
.testimonial_box p a {
    font-size: 15px;
}
.testimonial_box p a:hover {
    color: #00483A;
}
#comments button.button span {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
}
/*END:blog*/

.inner_sub_header .breadcrumbs {
    margin: 45px 0 0 0;
    display: none;
}
.contacts-index-index .page-title {
    display: none;
}
.inner_sub_header .page_title {
    color: #7E303A;
    float: left;
    font-size: 28px;
    margin: 0;
    padding: 42px 0 0;
}
.inner_sub_header .breadcrumbs li {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}
.inner_sub_header .breadcrumbs li a {
    color: #7E303A;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}
.pop_title {
    float: left;
    color: #7e303a;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    padding: 17px 0;
}
.pdf_download {
    width: 206px;
    float: right;
}
.pdf_download a {
    width: 146px;
    height: 35px;
    float: right;
    background: url(../images/pdf_download_normal.png) no-repeat;
    overflow: hidden;
    margin: 10px 0 0 0;
    text-indent: -99999px;
}
.cart .discount input.input-text {
    background: #fff;
    -moz-box-shadow: inset 0 1px 1px #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    color: #888;
    padding: 5px;
}
.pager .limiter label, .pager .amount, .sorter .sort-by label, .view-mode label {
    color: #7E303A;
    font-size: 20px;
    font-weight: normal;
}
#shopping-cart-table > tbody {
    background: #FFFFFF;
}
.data-table tfoot {
    background: #f6f6f6;
}
.data-table thead {
    background: url(../images/bg-form-text.gif) repeat-x left top;
}
#shopping-cart-table > tbody .a-center > a {
    color: #00483a;
    font-weight: bold;
    text-decoration: underline;
}
.checkout-types .button.btn-proceed-checkout.btn-checkout {
    margin: 0 0 0 30px;
}
#opc-login .buttons-set button.button {
    float: left;
}
/* --- clients logo scroll---*/
.scroll-pane {
    width: 100%;
    height: 200px;
    overflow: auto;
}
.horizontal-only {
    height: auto;
    max-height: 400px;
}
#slients-logo {
    height: 150px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#content_body .store_locator_container {
    padding: 30px 0 0;
    margin: 0;
    overflow: hidden;
}
.store_locator_box {
    float: left;
    margin-right: 43px;
    margin-bottom:20px;
    overflow: hidden;
    width: 335px;
    height: 466px;
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding-bottom:0;
}
#content_body .store_locator_box.last {
    margin-right: 0;
}
.locator_box_heading {
    width: 335px;
    height: 56px;
    padding: 0;
    margin: 0;
    background: #7E303A;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
}
.locator_box_content {
    background: url(../images/arrow-store.png) no-repeat center 0;
    width: 305px;
    padding: 25px 15px 18px 15px;
    overflow: hidden;
}
.locator_box_content p {
    margin: 0;
    padding: 0 0 2px 0;
    line-height: 22px;
    color: #535353;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}
.locator_box_content p a {
    font-size: 15px;
}
.resellers_title {
    color: #7E303A;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 6px 0 15px;
}
#cboxContent {
    /*width: 100% !important;*/
}
.product_popup_container img{ width: 100%; }
#cboxContent #cboxLoadedContent {
    padding: 30px 30px 50px 30px!important;
}
.locator_list_address {
    line-height: 18px;
    color: #535353;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
}
.locator_list_telephone {
    line-height: 30px;
    color: #535353;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 8px 0 0 0;
    overflow: hidden;
}
#map-canvas
{
    border-top:1px solid #ccc;
}
.locator_address {
    width: 81px;
    height: 30px;
    float: left;
    background: url(../images/locator_address.png) no-repeat;
    line-height: 30px;
    color: #7e303a;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.link_pages tr:nth-child(even) {
    background: #FFF;
    border-left: 2px solid #fff;
}
.link_pages tr:nth-child(odd) {
    background: #f1f1f1;
    border-left: 2px solid #d8d8d8;
}
.link_pages tr td {
    padding: 12px 30px 12px 10px;
    color: #575757;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.link_pages tr td a {
    color: #7e303a;
    font-size: 13px;
}
.link_pages tr td a:hover {
    text-decoration: underline;
}
.cms-links #content_body h3 {
    padding: 17px 0 40px 0;
    color: #7e303a;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.link_pages {
    width: 100%;
}
.link_pages_wrap {
    width: 100%;
}
.link_pages_left {
    width: 535px;
}
.link_pages_separator {
    width: 30px;
}
.link_pages_right {
    width: 535px;
}
#login-form .registered-users h2 {
    padding: 10px 0 8px 13px;
    margin: 0;
    border: none;
    color: #fff;
    border-bottom: 1px solid #DDDDDD;
}
#login-form .registered-users p {
    color: #89343F;
    font-size: 18px;
    line-height: 27px;
    padding: 20px 0 15px;
}
#login-form .registered-users p.required {
    display: none;
}
#login-form .buttons-set {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #ddd;
}
#login-form .form-list li {
    padding: 0 0 10px 0;
    margin: 0;
}
#login-form .registered-users input[type="text"], #login-form .registered-users input[type="password"] {
    width: 220px !important;
    height: 34px;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1);
}
#login-form .form-list li{
    float: left;
    width: 242px;
}
#login-form input[type="password"]
{
    margin-top: 0 !important;
    height: 30px !important;
}
.more_information label {
    margin-top: 19px !important;
}
.registered-users input[type="password"] {
    width: 466px !important;
}
#login-form .new-users button.button span {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#login-form .new-users .button {
    padding: 4px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #00362b;
    background-color: #006451;
    background-image: -webkit-linear-gradient(top, #006451 0%, #00493b 100%);
    background-image: -moz-linear-gradient(top, #006451 0%, #00493b 100%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radiust: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #479182 inset;
    -webkit-box-shadow: 0 1px 0 0 #479182 inset;
    -moz-box-shadow: 0 1px 0 0 #479182 inset;
}
#login-form .new-users .button:hover {
    background-color: #00493b;
    background-image: -webkit-linear-gradient(top, #00493b 0%, #006451 100%);
    background-image: -moz-linear-gradient(top, #00493b 0%, #006451 100%);
}
/*start : button*/
.submitbox_contact button.button {
    width: 174px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    margin: 10px 15px 0 0;
    padding: 0;
    cursor: pointer;
    color: #fff4f4;
    float: right;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
#recaptcha_response_field {
    border: none !important;
}
.submitbox_contact button.button:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
#login-form .registered-users button.button span {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
}
.slimScrollBar
{
    display: none !important;
    opacity:1 !important;
    background-color:#bebebe !important;
}
#login-form .registered-users .button {
    padding: 4px 25px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
#login-form .registered-users .button:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
.reseller_login {
    width: 165px;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 45px;
}
#header_body .reseller_login {
    font-size: 16px;
}
.reseller_icon {
    background: url(../images/reseller_icon.png) no-repeat;
    width: 23px;
    height: 22px;
    float: left;
    margin: 11px 0 0 16px;
    padding: 0 0 0 8px;
}
.common_btn {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
.common_btn:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
#applicationForm input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
    width: 486px;
}
.home_addres_main ul {
    overflow: hidden;
}
#applicationForm .form-list .input-box {
    width: auto;
}
input.submit_get_in {
    padding: 8px 42px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
input.submit_get_in:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
#get_in_touch_popup input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"] {
    width: 255px;
    color: #333;
    background: #efefef;
    box-shadow: none;
    border: none;
    padding: 7px 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: normal;
}
#applicationForm .recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
    margin-top: 20px;
}
#cboxContent p {
    text-align: center;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    color: #004F40;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#get_in_touch_popup input.postcode {
    width: 96.5%;
}
#cboxLoadedContent {
    height: auto;
}
#get_in_touch_popup .message {
    height: 125px;
    width: 96.5%;
    color: #333;
    background: #efefef;
    box-shadow: none;
    border: none;
    padding: 7px 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: normal;
}
/*start : account Page*/
.account-create {
    padding: 50px 0 0;
}
.account-create .buttons-set button.button {
    padding: 7px 25px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
.account-create .buttons-set button.button:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
.account-create .buttons-set button.button span {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
}
.account-create a.back-link {
    padding: 7px 25px;
    float: left;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
.account-create a.back-link:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
.account-create .fieldset {
    background: #fff;
    margin: 28px 0 60px 0;
    padding: 24px 0 15px 22px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.5);
    border: none;
}
.account-create .fieldset .legend {
    margin: -46px 0 0 0;
    padding: 10px 40px;
    background: #efefef;
    border: 1px solid #e6e6e6;
    color: #55020d;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    font-family: 'museo_sans300';
}
.account-create .form-list label {
    color: #666666;
    font-weight: normal;
    font-family: 'museo_sans300';
    position: relative;
    float: left;
    z-index: 0;
    padding: 0;
    margin: 10px 0 10px 0;
}
.account-create .form-list .field {
    float: left;
    width: 538px;
}
.file_box a {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    display: block;
    border-radius: 5px;
    padding: 20px 20px 20px 60px;
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
}
.account-create .file_box a
{
    width: 247px;
}
.account-create .download_doc_files a
{
    background-position: 49px 13px;
}
.account-create .download_doc_files .right a
{
    background-position:58px 13px;
}
.download_doc_files {
    padding-bottom: 48px;
}
.download_doc_files .right {
    float: right;
    margin-right: 0;
}
ul.login_tips {
    margin-bottom: 12px;
    margin-left: 4px;
    margin-top: 0;
}
ul.login_tips li
{
    background:url("../images/drop_arrow_menu.png") no-repeat scroll left 8px rgba(0, 0, 0, 0);
    padding-left: 15px;
}
.account-create input[type="password"] {
    width: 482px !important;
}
.download_doc_files a {
    background-image: url(../images/pdf_icon_left.png);
    background-position: 20px 13px;
    background-repeat: no-repeat;
}
.download_doc_files .right a {
    background-image: url(../images/xl_icon_left.png);
    background-position: 30px 15px;
    background-repeat: no-repeat;
}
.file_box a:hover {
    color: #fff;
    background-color: #7E303A;
}
.file_box {
    float: left;
    margin-right: 25px;
}
.download_doc_files {
    overflow: hidden;
}
.account-create input[type="text"], .account-create input[type="password"] {
    height: 32px;
    width: 506px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    -khtml-border-radius: 4px;
    border: 1px solid #ddd;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.account-create select {
    height: 45px;
    width: 506px;
    padding: 12px;
}
.account-create .control {
    bottom: 30px;
    position: absolute;
    right: 359px;
}
.form-list.more_information {
    overflow: hidden;
}
#store_locator_content_inner input[type="submit"], .view_sort_by_main input[type="submit"] {
    cursor: pointer;
    margin-left: 5px;
    padding: 8px 13px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: 'museo_sans300';
    border: 1px solid #722630;
    background-color: #923743;
    background-image: -webkit-linear-gradient(top, #923743 0%, #7e303a 100%);
    background-image: -moz-linear-gradient(top, #923743 0%, #7e303a 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radiust: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #b16f77 inset;
    -webkit-box-shadow: 0 1px 0 0 #b16f77 inset;
    -moz-box-shadow: 0 1px 0 0 #b16f77 inset;
}
#store_locator_content_inner input[type="submit"]:hover, .view_sort_by_main input[type="submit"]:hover {
    background-color: #7e303a;
    background-image: -webkit-linear-gradient(top, #7e303a 0%, #923743 100%);
    background-image: -moz-linear-gradient(top, #7e303a 0%, #923743 100%);
}
.view_sort_by_main select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #888888;
    height: 42px;
    padding: 10px;
    width: 155px;
    font-size: 15px;
    font-family: 'museo_sans300';
}
.form-list.more_information > li {
    float: left;
    margin: 0 17px 0 0;
    overflow: hidden;
    width: 520px;
}
.gtbtn a {
    background-color: #f0f0f0;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #004f40;
    margin: 0 12px 12px 12px;
    border-radius: 3px;
}
.gtbtn a:hover {
    background-color: #005040;
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.account-create .form-list {
    margin: 20px 0 0;
}
.account-create .login_information {
    margin-bottom: 0;
}
.account-create .buttons-set {
    border: none;
    margin: 0;
    padding: 40px 0 0 0;
}
.account-create .buttons-set-custom .required {
    display: none;
}
.account-create .buttons-set-custom p {
    padding: 0;
}
.account-create .validation-advice {
    background: url("../images/validation_advice_bg.gif") no-repeat scroll 2px 0 rgba(0, 0, 0, 0);
    clear: both;
    color: #EB340A;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    min-height: 13px;
    padding-left: 0;
}

.main_menu_area {
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 999;
    background: none repeat scroll 0 0 #7E303A;
}
#main_menu {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
}
#main_menu li.level-top {
    float: left;
}
.submenu_main_container li.left_li {
    float: left;
    border-right: 1px solid #d5d7d6;
    width: 370px;
    margin-right: 50px !important;
}
.submenu_main_container li.right_li {
    float: left;
    width: 370px;
}
#main_menu li a {
    color: #fff;
}
.right_image {
    position: absolute;
    right: 0;
    top: 60px;
}
.right_image a {
    cursor: auto !important;
    border: 1px solid #00483a !important;
    text-align: center !important;
    padding: 0 !important;
}
.right_image img {
    max-width: 308px;
    padding: 10px;
    max-height: 375px;
}
#main_menu li.level-top a {
    border-left: 1px solid #8B454E;
    font-size: 13px;
    line-height: 24px;
    display: block;
    padding: 11px 6px 11px 9px;
    text-align: left;
    white-space: normal;
    cursor: auto;
    width: 152px;
    height: 48px;
}
#main_menu li.level-top a:hover {
    background: url(../images/mega_menu_top_arrow.png) no-repeat center 62px;
    color: #fcdc93;
}
#main_menu li.level-top.active a {
    background: url(../images/mega_menu_top_arrow.png) no-repeat center 62px;
    color: #fcdc93;
}
#main_menu li.level-top ul {
    background-color: #fff;
    min-height: 240px;
    padding: 38px 0 60px 0;
    width: 1100px;
    margin: 0 auto;
}
#main_menu li.level-top ul li {
    margin: 0;
}
.first_level_19 a {
    width: 72px !important;
    border-right: 1px solid #8B454E;
}
.right_image a {
    background: none !important;
}
#main_menu li.level-top ul.children li a {
    color: #00483a;
    font-size: 18px;
    line-height: 36px;
    padding-left: 14px;
    border: none;
    display: block;
    width: 330px;
    height: auto;
    cursor: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    background: url("../images/drop_arrow_menu.png") no-repeat scroll left 14px rgba(0, 0, 0, 0);
}
.recaptchatable a, .recaptchatable a {
    color: #333333 !important;
}
.recaptchatable #recaptcha_image {
    border: none !important;
}
#main_menu li.level-top ul.children li a span {
    cursor: pointer;
}
.submenu_main_container ul li.par_title {
    background: url("../images/menu_header_right_bar.jpg") no-repeat scroll 421px 20px rgba(0, 0, 0, 0);
    color: #7E303A;
    display: block;
    float: none !important;
    font-size: 25px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.submenu_main_container ul#child_19 li.par_title {
    background: url("../images/menu_header_right_bar_new.jpg") no-repeat scroll 269px 20px rgba(0, 0, 0, 0);
    margin-bottom: 15px;
}
#child_19 ul li a
{
    width: 250px !important;
    font-size: 16px !important;
}
.submenu_main_container ul li.par_title span {
    display: inline-block;
    padding-right: 5px;
    background-color: #fff;
}
.sub_cat_title {
    display: block;
    background-color: #00483a;
    color: #fff;
    text-align: center;
    padding: 6px 5px;
}
.sub_cat_title:hover
{
    background-color:#7E303A;
}
.submenu_main_container {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 70px;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 2px 0px rgba(50, 50, 50, 0.2);
}
#main_menu li.level-top ul.children li a:hover {
    color: #7E303A;
}
#main_menu li.level-top ul.children li.auto_active a {
    color: #7E303A;
}
.left_part {
    float: left;
    width: 350px;
}
.right_part {
    float: left;
    width: 337px;
    border-left: 1px solid #ced5ce;
    padding-left: 35px;
    border-right: 1px solid #ced5ce;
}
.children {
    position: relative;
}
.wa_pagination a {
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #00483A;
}
.wa_pagination a.active {
    background-color: #7E303A;
    color: #fff;
    border: none;
}
.wa_pagination a:hover {
    background-color: #7E303A;
    color: #fff;
    border: none;
}
.wa_pagination {
    float: right;
}
.pagition_inner {
    margin: 0 auto;
}
#client_slider {
    width: 100%;
    height: 91px;
    position: relative;
}
#client_slider div.scrollableArea{
    min-width:1500px;
}
#client_slider div.scrollableArea * {
    position: relative;
    margin: 0;
    float: left;
    padding: 0;
}
.pop_data {
    display: none;
}
#client_slider .scrollableArea a
{
    display: inline-block;
}
.product_area ul li.even {
    background-color: #fff5da;
    width: 492px;
    padding: 7px 12px;
    overflow: hidden;
    line-height: 20px;
}
.product_area ul li.odd {
    background-color: #fff;
    width: 467px;
    padding: 7px 12px;
    line-height: 20px;
    overflow: hidden;
}
.short_desc label, .product_name label, .size label, .timber label, .grade label, .length label {
    color: #00483a;
    font-family: 'museo_sans300';
    font-size: 13px;
}
.short_desc, .size, .timber, .grade, .length, .product_name {
    color: #7e303a;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    height: 22px;
}
.product_name {
    color: #7e303a;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.product_name label {
    text-transform: capitalize;
}
.left_option {
    float: left;
    width: 220px;
    margin-right: 15px;
}
.product_popup_blank {
    display: none;
}
.right_option {
    float: left;
    width: 225px;
}
.popup_area {
    display: none;
    width: auto;
    position: absolute;
    z-index: 500;
}
.pop_contain {
    border: 12px solid rgba(0, 0, 0, .5);
    background: #fff;
}
.popup_close {
    font-size: 0;
    position: absolute;
    right: -76px;
    display: block;
    background: url("../images/close_right.png") no-repeat scroll 0 0;
    width: 76px;
    height: 77px;
    z-index: 9;
}
.map_main_resseller {
    margin: 0 auto 8px auto;
    width: 310px;
}
.reseller_rq_form ul{
    padding: 0;
    margin: 0;
}
.reseller_rq_form li{
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: inline-block;
}
.reseller_rq_form select{
    width: 600px;
}
.reseller_rq_form  .submitbox_contact{
    float: left;
}
.welcome_reslr{
    font-size: 22px;
    font-weight: bold;
    margin:15px 0 45px !important;
}
.file_box a.rsler_pdf{
    padding: 20px 15px 20px 45px;
}
.form_head{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:15px;
}
.balloon_item h3
{
    background: none repeat scroll 0 0 #7E303A;
    color: #FFFFFF;
    font-size: 15px;
    margin: 0;
    padding: 8px;
    margin-bottom: 9px;
    text-align: center;
    border-radius: 3px;
}
.gm-style-iw
{
    width: auto !important;
}
.gm-style-iw div{
    overflow: hidden;
}
.balloon_item .gtbtn a
{
    background-color: #004F40;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    margin: 8px 0 0 0;
    padding: 4px;
    text-align: center;
}
.balloon_item p{
    padding: 0;
}
.balloon_item p span
{
    color: #7E303A;
    font-weight: bold !important;
    font-size: 14px !important;
}


.login_pdf_item {
    float: left;
    padding: 8px 0;
    width: 341px;
}
#header_top, .main_menu_area, #home_page, #blog_content, #footer, #client_navigation, #home_banner, #home_gallery, #content {
    min-width: 1100px;
}