@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);

/*font-family: 'Droid Sans', sans-serif;
font-family: 'Open Sans', sans-serif;*/

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

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #191919;
    overflow-x: hidden;
}

ul,
li {
    padding: 0;
}

a,
button {
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    ;
    outline: none;
    border: none;
}

::-webkit-input-placeholder {
    color: #4a4a4a;
    font-size: 16px;
}

:-moz-placeholder {
    color: #4a4a4a;
    font-size: 16px;
}

::-moz-placeholder {
    color: #4a4a4a;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #4a4a4a;
    font-size: 16px;
}

.clearfix {
    clear: both;
}

button {
    cursor: pointer;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    border: none;
    outline: none;
}

input {
    height: 36px;
    background: #fff;
    padding: 0px 5px;
    border: none;
}

.header_wrap {
    display: inline-block;
    width: 100%;
    background: url(../images/headerbg.png) no-repeat top center;
}

.logo {
    float: left;
    margin-top: 45px;
    width: 260px;
}

.rightheader {
    float: right;
}

.searchbar {
    clear: both;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.phone-number {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.email-address {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.phone-number a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.phone-number a:hover {
    color: #fff500;
}

.email-address a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.email-address a:hover {
    color: #fff500;
}

.searchbar input {
    width: 205px;
    display: table-cell;
    height: 36px;
    float: left
}

.header_search {
    display: table-cell;
}

.search-btn {
    display: table-cell;
    width: 40px;
    background: #fff;
    border: none;
    padding: 9px 10px 9px;
    cursor: pointer;
    vertical-align: top;
    color: #da251c;
    font-size: 16px;
    height: 36px;
    float: left
}

.search-btn:hover {
    color: #fff500;
}

.menubar ul {
    padding: ;
    list-style: none;
    float: right;
    clear: both;
    margin-top: 30px;
}

.menubar ul li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

.menubar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Droid Sans', sans-serif;
}

.menubar ul li a.active,
.menubar ul li a:hover {
    color: #fff500;
}

.menubar ul li:after {
    border-right: 1px solid #fff;
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    display: block;
    right: 0;
    top: 5px
}

.menubar ul li:last-child:after {
    border-right: none;
}

.welcome_wrap {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
}

.heading {
    font-size: 25px;
    font-weight: 700;
    color: #da251c;
    border-bottom: 3px solid #da251c;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0;
}

.more_btn {
    background: #da251c;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}

.more_btn:hover {
    background: #b00c04;
}

.latest_news {
    background: url(../images/news_bg.jpg) no-repeat center;
    width: 100%;
    float: left;
    background-size: cover;
}

.latest_text p {
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #da251c;
}

.latest_text p span {
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
}

.news-head {
    width: 200px;
    display: table-cell;
    text-align: right
}

#news {
    position: relative;
    width: 1000px;
    display: table-cell
}

#news b {
    position: absolute;
    top: 0;
    left: 10px;
}

.ourproduct_wrap {
    text-align: center;
    float: left;
    padding: 50px 0;
    width: 100%;
    background: #f8f8f8;
}

.productbox {
    float: left;
    width: 300px;
    background: #fff;
    box-shadow: 5px 9px 0 rgba(192, 192, 192, .75);
    margin-right: 45px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.productbox.last {
    margin-right: 0;
}

.productbox a {
    color: #232323;
    float: left;
    width: 100%;
}

.productbox a:hover {
    background: #f8f8f8;
}

.product_img {
    padding: 25px 15px;
    border-bottom: 1px solid #e2e2e2;
}

.product_img img {
    width: 169px;
}

.product-des {
    padding: 15px 15px;
}

.product-head {
    font-size: 18px;
    font-weight: 700;
    color: #da251c;
    display: inline-block;
    margin: 0;
    display: block;
}

.latest_wrap {
    text-align: center;
    float: left;
    padding: 30px 0;
    width: 100%;
    background: #fff;
}

.feature-box {
    float: left;
    width: 233px;
    background: #f8f8f8;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 40px;
    height: 330px;
}

.feature-box a {
    float: left;
    width: 100%;
}

.feature-box a:hover {
    background: #ffd42f;
}

.feature-box.last {
    margin-right: 0;
}

.topfooter_wrap {
    background: url(../images/footer_bg.jpg) no-repeat;
    float: left;
    width: 100%;
    background-size: cover;
    padding: 40px 0;
}

.footer-col {
    width: 170px;
    float: left;
    margin-right: 15px;
    padding: 0 15px;
}

.newsletter-col {
    width: 320px;
    padding: 0 15px;
    float: left;
}

.footer-head {
    font-size: 20px;
    font-weight: 600;
    color: #da251c;
    display: inline-block;
    margin: 0;
    display: block;
    padding-bottom: 5px;
}

.footer-links {
    list-style: none;
    padding: 0;
    line-height: 28px;
    margin: 0;
}

.footer-links li {
    display: block;
    padding: 2px 0;
}

.footer-links li a {
    display: block;
    font-size: 14px;
    color: #363636;
}

.footer-links li a:hover {
    color: #dc3a32;
}

.social-links i {
    width: 25px;
    height: 25px;
    border: 1px solid #363636;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    margin-right: 5px;
}

.subscribe-input {
    width: 170px;
    padding: 0 15px;
    height: 45px;
    display: table-cell;
    vertical-align: middle
}

.subcribe-btn {
    background: #da251c;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 0px 20px;
    height: 45px;
    display: table-cell;
    vertical-align: middle
}

.subcribe-btn:hover {
    background: #aa0f07;
}

.subscribe-row {
    padding-top: 10px;
}

.bottomfooter_wrap {
    background: #f8c821;
    float: left;
    width: 100%;
    text-align: center;
}

.copyright-text p {
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    color: #363636
}

.copyright-text p a {
    color: #DA251C
}

.header_bg {
    background: url(../images/banner_bg.jpg) no-repeat;
    float: left;
    width: 100%;
    background-size: cover;
    margin-bottom: 100px;
}

.banner {
    float: left;
    width: 100%;
}

.item-head {
    font-family: 'acaciaaregular';
    font-size: 57px;
    color: #143786;
    font-weight: normal;
}

.item-desc {
    font-weight: 600;
    font-size: 32px;
    color: #da251c;
    width: 60%;
    line-height: 38px !important
}

.fraction-slider {
    margin-bottom: -100px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.fraction-slider .slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5000;
}

.fraction-slider .active-slide {
    z-index: 9999;
}

.fraction-slider .fs_obj {
    display: block;
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 7000;
}

.fraction-slider .fs_fixed_obj {
    z-index: 6000;
    left: 0;
}

.fraction-slider .fs_obj * {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.fs_loader {
    width: 100%;
    height: 400px;
    background: url(../images/fs.spinner.gif) center center no-repeat transparent;
}


/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 9999;
}

.fraction-slider .prev {
    left: -45px;
    top: 48%;
    background: url(../images/fs.prevnext.png) 0px 0px no-repeat transparent;
}

.fraction-slider .prev:hover {
    background: url(../images/fs.prevnext.png) 0px -45px no-repeat transparent;
}

.fraction-slider .next {
    right: -45px;
    top: 48%;
    background: url(../images/fs.prevnext.png) -45px 0px no-repeat transparent;
}

.fraction-slider .next:hover {
    background: url(../images/fs.prevnext.png) -45px -45px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next {
    display: block;
}

.page-heading {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.page-heading h2 {
    font-size: 45px;
    font-weight: 700;
    color: #da251c;
    border-bottom: 3px solid #da251c;
    display: inline-block;
    padding-bottom: 15px;
    margin: 0;
}

.middle_section {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
}

.left-nav h3 {
    background: url(../images/navheadbg.jpg) no-repeat;
    width: 280px;
    padding: 10px;
    color: #da251c;
    font-size: 25px;
    display: block;
    margin: 0;
}

.innerpagehead {
    margin-bottom: 50px;
}

.left-nav {
    width: 300px;
    float: left;
    background: #fff1c1;
}

.rightwrap {
    width: 670px;
    float: right;
    margin-left: 30px;
}

.left-nav .item-menu {
    width: 280px;
    padding: 10px;
}

.left-nav .item-menu li a {
    color: #191919;
    font-size: 16px;
}

.left-nav .item-menu li a:hover,
.left-nav .item-menu li.active a {
    color: #da251c;
    padding-left: 4px;
}

.left-nav .item-menu li {
    background: url(../images/list-style.png) no-repeat 0 center;
    padding: 5px 10px 5px 12px;
}

.left-nav .item-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-nav .item-menu h4 {
    font-size: 20px;
    font-weight: 700;
    color: #da251c;
    border-bottom: 2px solid #da251c;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}

.aboutus .info-row {
    padding-bottom: 25px;
}

.productpagewrap {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.productpagewrap .feature-box {
    margin-bottom: 20px;
    margin-top: 0
}

.product-img img {
    width: 670px;
}

.inquiry_row .more_btn {
    float: right;
}

.inquiry_row {
    padding: 10px 0;
    float: left;
    width: 670px;
}

.valuebox {
    background: #fff;
    width: 670px;
    float: left;
    margin-top: 0px;
}

.valueleftbox {
    float: left;
    width: 333px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.valuerightbox {
    float: left;
    width: 333px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.valuerow {
    border-bottom: 1px solid #ebebeb;
}

.lightredrow {
    background: #fffae8;
    float: left;
    width: 333px;
}

.lightgrayrow {
    background: #f5f5f5;
    float: right;
    width: 333px;
}

.product-name {
    float: left;
    padding: 10px;
}

.product-name p,
.product-value p {
    margin: 0;
}

.product-value {
    float: right;
    background: #fff;
    width: 80px;
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #ebebeb;
}

.inquiryform_wrap .heading {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.inquiryform {
    width: 670px;
    float: left;
    margin-top: 15px;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.form-group label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #191919;
}

.form-group input {
    border: 1px solid #e1e1e1;
    width: 310px;
    font-size: 16px;
    color: #acacac
}

.inquiryform input[type="submit"] {
    height: auto;
}

.inquiryleft {
    width: 330px;
    float: left;
}

.inquiryright {
    width: 320px;
    float: right;
}

.form-group textarea {
    border: 1px solid #e1e1e1;
    width: 100%;
    resize: none;
    color: #acacac
}

.styledselect {
    height: 36px;
    border: 1px solid #e1e1e1;
    background: url(../images/dropaerrow.png) no-repeat 290px center;
    width: 320px;
    overflow: hidden;
}

.styledselect select {
    width: 350px;
    height: 36px;
    border: none;
    font-size: 16px;
    color: #acacac;
    background: transparent
}

.regular-checkbox {
    display: none;
}

.regular-checkbox+label {
    background: url(../images/checkbox.png) no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.regular-checkbox:checked+label {
    background-position: 0px -33px;
}

.mapbox {
    width: 670px;
    margin-bottom: 25px;
}

.contactleft {
    width: 330px;
    float: left;
}

.contactleft h4,
.contactright h4 {
    font-size: 20px;
}

.contactright {
    width: 330px;
    float: right;
}

.controls {
    margin: 0 auto;
    text-align: center;
    display: tablel;
    margin-bottom: 25px;
}

.controls button {
    background: #DA251C;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 5px;
}

.controls button.active {
    background: #FDDB3C;
    color: #DA251C;
}

.feature_product .mix,
.feature_product .gap {
    display: inline-block;
}

.feature_product .mix {
    display: none;
    margin-bottom: 20px;
}

.mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

.mix:before {
    content: '';
    display: inline-block;
}


/* notifyModal */

.notifyModal {
    position: fixed;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    cursor: pointer;
    transition: all 200ms ease
}

.notifyModal.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.notifyModal.overlay.center {
    top: 0;
    bottom: 0
}

.notifyModal.open {
    opacity: 1
}

.notifyModal.open .notifyModal_content {
    transform: scale(1)
}

.notifyModal .notifyModal_content {
    position: absolute;
    background: #F9EDBE;
    width: 380px;
    padding: 25px;
    margin: auto;
    border: 1px solid #CAB388;
    text-align: justify;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: all 200ms ease;
    transform: scale(0.95);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: initial;
    font-style: initial;
    color: initial;
    text-decoration: initial;
    text-transform: initial;
    line-height: 18px;
    box-sizing: border-box
}

.notifyModal.alert .notifyModal_content {
    background: #FFC7C7;
    border-color: #CA7878;
    color: #642020
}

.notifyModal.simple .notifyModal_content {
    background: #fff;
    border-color: #aaa
}

.notifyModal.dark .notifyModal_content {
    background: #333;
    border-color: #000;
    color: #ccc
}

.notifyModal.dark .notifyModal_content .close {
    color: #ccc
}

.notifyModal.leftTop {
    top: 0;
    left: 0
}

.notifyModal.centerTop {
    top: 0;
    left: 0;
    right: 0
}

.notifyModal.rightTop {
    top: 0;
    right: 0
}

.notifyModal.center {
    top: 35%;
    bottom: auto;
    left: 0;
    right: 0
}

.notifyModal.leftBottom {
    bottom: 0;
    left: 0
}

.notifyModal.centerBottom {
    bottom: 0;
    left: 0;
    right: 0
}

.notifyModal.rightBottom {
    bottom: 0;
    right: 0
}

.notifyModal.center .notifyModal_content {
    left: 0;
    right: 0;
    top: 35%
}

.notifyModal.leftTop .notifyModal_content {
    left: 20px;
    top: 20px
}

.notifyModal.centerTop .notifyModal_content {
    left: 0;
    right: 0;
    top: 20px
}

.notifyModal.rightTop .notifyModal_content {
    right: 20px;
    top: 20px
}

.notifyModal.leftBottom .notifyModal_content {
    left: 20px;
    bottom: 20px
}

.notifyModal.centerBottom .notifyModal_content {
    left: 0;
    right: 0;
    bottom: 20px
}

.notifyModal.rightBottom .notifyModal_content {
    right: 20px;
    bottom: 20px
}

.notifyModal.centerTopSlide.open .notifyModal_content,
.notifyModal.centerBottomSlide.open .notifyModal_content {
    transform: scale(1) translateY(0)
}

.notifyModal.centerTopSlide .notifyModal_content {
    top: 0;
    left: 0;
    right: 0;
    transform: scale(1) translateY(-100%)
}

.notifyModal.centerBottomSlide .notifyModal_content {
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(1) translateY(100%)
}

.notifyModal.leftTopSlide.open .notifyModal_content,
.notifyModal.leftBottomSlide.open .notifyModal_content,
.notifyModal.rightTopSlide.open .notifyModal_content,
.notifyModal.rightBottomSlide.open .notifyModal_content {
    transform: scale(1) translateX(0)
}

.notifyModal.leftTopSlide .notifyModal_content {
    left: 0;
    top: 20px;
    transform: scale(1) translateX(-100%)
}

.notifyModal.leftBottomSlide .notifyModal_content {
    left: 0;
    bottom: 20px;
    transform: scale(1) translateX(-100%)
}

.notifyModal.rightTopSlide .notifyModal_content {
    right: 0;
    top: 20px;
    transform: scale(1) translateX(100%)
}

.notifyModal.rightBottomSlide .notifyModal_content {
    right: 0;
    bottom: 20px;
    transform: scale(1) translateX(100%)
}

.notifyModal .notifyModal_content .close {
    line-height: 12px;
    font-size: 25px;
    font-weight: bold;
    font-family: serif;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #000;
    opacity: 0.2;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0
}

.notifyModal .notifyModal_content .close:hover {
    opacity: 1
}

.inquiryform b {
    color: red;
    margin-left: 5px;
}

@media (max-width: 400px) {
    .notifyModal .notifyModal_content {
        width: auto;
        margin: auto 20px
    }
    .notifyModal.center .notifyModal_content {
        top: 15%
    }
}