/*
Theme Name: jcbbackhoeparts
Theme URI: http://www.eastdesign.net
Author: the Eastdesign team
Author URI: http://www.eastdesign.net
Version: 1.0
*/
/*** Global Css ***/
.bx-loading{
    display:none;
}
html{
    margin-top: 0!important;
}
a:hover img{
    opacity: 0.5;
}
img{
    transition:opacity 1s linear 0s;
}
.title-bar{
    padding: 10px 9px 8px 9px;
    background-color: #e31e24;
    margin-bottom: 11px;
}
.title-bar-name{
    color: #fff;
}
.more{
    float: right;
    color: #fff;
    font-size: 10px;
}
body{
    font-family: 'arial';
    font-size: 12px;
    color: #666;
    background: url(images/body-bg.jpg) repeat-x #d9d9d9 ;
    word-wrap: break-word;
}
a{
    outline: none;
}
.container{
/*    box-shadow: 0 5px 5px #999999;*/
    background-color: #fff;
}
/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}
.bx-pager{
    display: none;
}
.single .bx-controls-direction a{
    display: block;
}
.single .bx-controls-direction .bx-prev{
    background: url("images/rps_arrows.png") repeat scroll 0 0 #D8D8D8;
    height: 19px;
    position: absolute;
    right: 36px;
    text-indent: -9999px;
    top: 28px;
    width: 19px;
    outline: none;
}
.single .bx-controls-direction .bx-next{
    background: url("images/rps_arrows.png") repeat scroll 18px 0 #D8D8D8;
    height: 19px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 28px;
    width: 19px;
    outline: none;
}
.home-slider .rsUni .rsBullets{
    top: -25px;
    right: -75%;
    width: 25%;
    padding-top: 0;
}
.home-slider .rsUni .rsBullet{
    padding: 0;
    margin-right: 8px;
}
.home-slider .rsUni .rsBullet span{
    border-radius: 0;
}
.home-slider .rsUni .rsBullet.rsNavSelected span{
    background-color: #e31e24 ;
}
.textcolor{
    color: #e31e24 ;
}
/*** Global Css End ***/


/*** Flag Css ***/
#lang_sel li {
    float: left;
    position: relative;
    width: 100px !important;
    z-index: 9999999;
}
#lang_sel ul,
#lang_sel li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#lang_sel ul li a {
    float: none;
}
#lang_sel a,
#lang_sel a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #444444;
    display: block;
    font-size: 11px;
    line-height: 24px;
    padding-left: 10px;
    text-decoration: none !important;
}
.TopLinks #lang_sel ul ul {
    width: 129px;
}
#lang_sel ul ul {
    border-top: 1px solid #CDCDCD;
    height: 0;
    left: 0;
    position: absolute;
    top: 25px;
    visibility: hidden;
    width: 100px;
}
#lang_sel img.iclflag {
    height: 12px;
    position: relative;
    top: 0px;
    width: 18px;
}
#lang_sel ul ul a,
#lang_sel ul ul a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border-width: 0 1px 1px;
    color: #444444;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
}
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul {
    visibility: visible;
}
/*** Flag Css End ***/

.topbar{
    background-color: #eee;
}
.topbarwrap{
    line-height: 32px;
    padding: 6px 0 0;
}
.topbar span{

}
.head-top{
    margin-top: 30px;
}
.logo{
    float: left;
}
.top-search{
    float: right;
}
#t-search{
    border: 1px solid #DDDDDD;
    color: #DDDDDD;
    height: 33px;
    padding-left: 5px;
    width: 193px;
}
#searchsumbit{
    background-image: url("images/search-icon.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    height: 31px;
    position: absolute;
    text-indent: -9999px;
    width: 33px;
    right: 16px;
    top: 31px;
}
#main-menu {
    background: #e31e24 none repeat scroll 0 0;
}
#main-menu ul{
    padding-left: 0;
/*    background: url("images/menu-li-bg.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);*/
}
#main-menu ul li{
    float: left;
    list-style: none;
    padding: 12px;
    cursor: pointer;
}
.main-menu .col-xs-12{
	padding: 0;
}
#main-menu ul li:hover{
    background: #e31e24;
}
#main-menu ul li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#main-menu ul li:hover a{
    color: #fff;
    text-decoration: none;
}
#main-menu ul li ul.sub-menu{
    background: none repeat scroll 0 0 #e31e24;
    left: 0;
    padding-left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999999;
    top: 44px;
    padding-left: 49px;
    padding-right: 49px;
}
ul.sub-menu{
    display: none;
    list-style: none;
}
#main-menu  ul li:hover ul.sub-menu{
    display: block;
}
#main-menu ul li ul.sub-menu:after{
    clear: both;
}
#main-menu ul li ul.sub-menu>li{
    width: auto;
    float: left;
    display: inline;
    margin-right: 0px;
    background: none;
}
#main-menu ul li ul.sub-menu > li:first-child{
    padding-left: 0;
}
#main-menu ul li ul.sub-menu>li>a{
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}
#main-menu ul li ul.sub-menu>li>a:hover{
/*    color: #2fa8e1;*/
}
#main-menu ul li ul.sub-menu>li>ul.sub-menu{
    padding-left: 0;
}
#main-menu ul li ul.sub-menu>li>ul.sub-menu>li>a{
    color: #666;
}
#main-menu ul li ul.sub-menu>li>ul.sub-menu>li>a:hover{
    color: #e31e24;
}
#main-menu ul li.current-menu-item{
    background:#e31e24;
}

.logowrap{
    padding: 30px 0;
}
.logowrap h1{
    margin-top: 0;
    margin-bottom: 0;
}
.sswrap{
    padding: 30px 0 0 0;
}
.socials{
    float: right;
    width: 100%;
}
.socials a{
    float: right;
    color: #999;

}
.socials a i{
    color: #999;
    float: right;
    font-size: 18px;
    margin: 7px;
}
.socials a i:hover{
    color:#333;
}
/*** Main Body ***/
.home-about h4{
    margin-top: 0;
    text-align: left;
    color: #333;
}
.home-about .btn{
    background: none repeat scroll 0 0 #f8f7f7;
    border-radius: 3px;
    color: #999;
    float: right;
    font-size: 12px;
    padding: 6px;
}
.himg{
    border: 1px solid #ddd;
    padding: 3px;
    display: block;
}
.home-newitems{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 22px;
    padding-bottom: 10px;
}
.home-newitems a{
    color: #666;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.company-center{
    margin-bottom: 40px;
}
.company-center h4{
    border-top: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.company-center .slide{
    width: 199px;
}
.company-center .slide .itemtit{
    color: #333;
    font-weight: bold;
    margin: 18px 0;
    display: block;
    word-wrap: break-word;
    height: 85px;
    overflow: hidden;
}
.bx-wrapper .bx-controls-direction a{
    top: -7%;
    width: 8px;
    height: 13px;
}
.bx-wrapper .bx-prev{
    background: url(images/prev.png) no-repeat;
    left: 880px;
}
.bx-wrapper .bx-next{
    background: url(images/next.png) no-repeat;
    right: 0;
}
#footer{

}
#footer .foot-tit{
    font-size: 16px;
    color: #111;
    background: url("images/foot-line.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    padding-bottom: 13px;
    margin-bottom: 20px;
}
#footer ul{
    float: left;
    list-style: none outside none;
    padding-left: 0;
    width: 20%;
}
#footer ul li a{
    color: #333333;
    line-height: 20px;
}
.footer-bbar{

    color: #999;
}
#footer .foot-social{
    float: right;
    margin-top: 8px;
}
#footer .foot-social a i{
    color: #999;
    font-size: 16px;
    line-height: 28px;
    margin-left: 8px;
}
#footer .foot-social a i:hover{
    color: #fff;
}



#footer .erweima{
    float: right;
    margin-left: 21px;
}
#footer .flogo{
    float: right;
    margin-left: 21px;
}
.col-xs-2 span i{
    font-size: 28px;
}
.product-info{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}
.other-info p span{
    margin: 0 15px 0 5px;
}
.other-info a{
    color: #666;
}
.other-info a:hover{
    color: #e31e24;
}
.single-post .wpb_tabs .wpb_tabs_nav li{
    margin-right: 5px;
    width: 49.6%;
    background: #ccc;
}
.single-post .wpb_tabs .wpb_tabs_nav li a{
    text-align: center;
    color: #000;
}
.single-post .wpb_tabs .wpb_tabs_nav li:last-child{

    margin-right: 0px;
}
.single-post .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover{
    background: #878787;
}
.single-post .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, .wpb_content_element .wpb_tabs_nav li :hover a{
    color: #fff;
}
.single-post .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
    background-color: transparent!important;
}
.news-wrap{
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.news-wrap time{

}
.news-wrap h5{
    display: inline-block;
}
.news-wrap a{
    color: #e31e24;
}
.news-wrap .readmore a{
    float: right;

}
.sizelong{
    color: #000;
}
#left-sidebar section {
    background-repeat:repeat-x;
    background-color:#fff;
    background-position:center top;
    border-bottom: none;
}
#left-sidebar section h6{
    color:#000;
    border-bottom:1px solid #ddd;
    line-height:38px;
    margin:0px;
    padding-left:26px;
}
#left-sidebar .sidebar-category h5{
    background: #e31e24;
    color: #fff;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0;
}

#left-sidebar section ul{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-bottom: none;
}
#left-sidebar section ul li{
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
#left-sidebar section ul li a{
    color:#666;
    line-height:24px;
    padding-left: 19px;
    line-height: 36px;
    outline: none;
}
#left-sidebar section ul li:hover a{
    color: #e31e24;
}
#left-sidebar section>ul>li:hover{
    background-image: url(images/li-hover.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#goco-nav .open>a{
    border-bottom: 1px dashed #DDDDDD;
    display: block;
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
    width: 76%;
}
#goco-nav .open>ul>li{
    border: none;
}
#goco-nav .open>ul>li>a:hover{
    color: #e31e24;
}
#center{
    position: relative;
    overflow: hidden;
}
#center article{
    margin-bottom: 20px;
    min-height: 88px;
}
#center article .news-img{
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    width: 73px;
    height: 73px;
    display: block;
    float: left;
    margin-right: 7px;
}
#center article .news-title{
    color: #000;
    display: block;
    line-height: 24px;
    outline: none;
}
#center article .news-title:hover{
    color: #e31e24;
}
#center article p{
    color: #666;
    line-height: 16px;
}
#right-sidebar .right-img{
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    overflow: hidden;
    margin-bottom: 19px;
}
#footer{


}
#footer .footer-bottom p{
    line-height: 18px;
    color: #999;
    padding: 14px 0;
    margin-bottom: 0;
}
.page-banner{
    margin-bottom: 20px;
}
.breadcrumbs{
    background-color: #F5F5F5;
    border-radius: 4px;
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 8px 15px;
    color: #999;
}
.breadcrumbs span a{
    color: #e31e24;
}
.right-container h1{
    margin-top: 0;
    color: #272626;
    font-size: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.right-container p{
    color: #444;
}
.right-container .products .products-list{
    padding-left: 0;
}
.right-container .products .products-list li{
    float: left;
    margin-right: 10px;
}
.right-container .products .products-list li a{
    display: block;
    text-align: center;
    line-height: 30px;
}
.single-content{
    margin-top: 20px;
}
.footer-top{
    padding: 0 175px;
}
.footer-top span{
    color: #000;
    float: left;
}
.footer-top ul{
    padding-left: 0;
    margin-bottom: 0;
}
.footer-top ul li{
    list-style: none;
    float: left;
}
.footer-top ul li a{
    color: #858585;
}
.products{
    color:#444;
}
.products .itimgs{
/*
    border: 1px solid #ddd;
    display: block;
*/
}
.itemimg{
    margin-bottom: 8px;
}
.itemimg a span{
    color: #333;
    display: block;
    height: 50px;
    overflow: hidden;
}
.itemimg a span:hover{
    color: #e31e24;
}
.product_layout{
    margin-bottom: 55px;
    min-height: 171px;
}
.item-title{
    padding: 10px 0px 20px 0px;
    display: block;
}
.item-info{
    border-top: 1px solid #989898;
}
.item-des{
    color: #444;
}
.item-code span{
    color: #00AEED;
}
.item-readmore a{
    background: none repeat scroll 0 0 #00AEED;

    color: #FFFFFF;
    float: left;
    margin-top: 10px;
    padding: 5px 10px;
    text-decoration: none;
}
.wp-pagenavi{
    margin: 20px 0;
}
.szg-thumbs img{
    height: 50px;
    width: 50px;
}
.product-name-single{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.second-name-single{
    color: #898989;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}
.code-single{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.code-single strong{
    color: #2DACE3;
    font-size: 18px;
    font-weight: bold;
}
.product-info-single{
    margin-bottom: 15px;
}
.related-items{
    list-style: none;
    padding-left: 0;
}
.related-items li{
    float: left;
    margin-right: 5px;
}
.related-items li a{
    color: #444;
}
#center .page-news article{
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}
.downloadicon p a{
    background: none repeat scroll 0 0 #009BCF;
    color: #FFFFFF;
    display: block;
    max-width: 110px;
    padding: 10px;
    text-align: center;
}
.inquiry p .fmname{
    width: 100px;
    text-align: right;
    display: inline-block;
    margin-right: 14px;
}
.inquiry .forminfo{
    margin-bottom: 40px;
}
.inquiry h4{
    color: #cc0d12;
}
.inquiry .fmsubmit{
    margin: 0 auto;
    width: 123px;

}
.inquiry .fmsubmit input{
    background: none repeat scroll 0 0 #cc0d12;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    padding: 3px 15px;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:1px solid #e31e24;
    color: #e31e24;
}



.contactDetails {
    margin-bottom: 30px;
    width: 690px;
}
.contactDetails li {
    border-bottom: 1px dotted #db8083;
    line-height: 25px;
}
.contactDetails span {
    font-weight: bold;
    padding-right: 10px!important;
    text-align: right;
    width: 110px;
}
.contactDetails span, .contactDetails label {
    display: block;
    float: left;
    padding: 3px 0;
}
.contactDetails label {
    border-left: 1px dotted #db8083;
    padding-left: 8px!important;
    width: 500px;
}
.contactDetails span, .contactDetails label {
    display: block;
    float: left;
    padding: 3px 0;
}
.logowrap h1 a span,
.logowrap a span{
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.logowrap a{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}