.wenzhang form.wpcf7-form label b{
  font-size:14px !important;
}
#google_translate_element{
  max-width:180px;
  max-height:35px;
  float:right;
  margin-top:8px;
  margin-right:10px;
  overflow:hidden;
}
.goog-te-combo{
  width:180px;
  height:30px;
}
.goog-te-combo:last-child{
  display:none;
}
.single-page-p{
 line-height:30px !important;
 font-size:16px !important;
	border: 2px solid #ddd;
  clear: both;
  background: #eee;
  padding: 10px;
  color: #000 !important;
  border-radius:5px;
}
.about-us-banner{
background: url(images/about-us-banner.jpg) center no-repeat !important;
}
.contact-us-banner{
background: url(images/contact-us-banner1.jpg) center no-repeat !important;
}
.mb15{
    margin-bottom:15px !important;
}
.p0{
    padding:0;
}
.pb0{
    padding-bottom:0;
}


/*Pagination*/
.wp-pagenavi .pages{
    display:none;
}

.pagination>.active>a,.pagination>.activeli, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #da251d !important;
  border-color: #da251d;
  border-radius:20px;
}
.pagination-sm>li>a,.pagination-sm>a,.pagination-sm>li, .pagination-sm>li>span {
  padding: 10px;
  font-size: 12px;
  color:#da251d;
  text-decoration:none;
}
.pagination-sm>li.pages{
  background-color: #fff;
  color:#da251d;
  text-decoration:none;
  border:1px solid #da251d;
  border-radius:20px;
}
.pagination>li>a,.pagination>a,.pagination>li, .pagination>li>span {
  position: relative;
  float: left;
  padding: 12px 18px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  color:#da251d;
  text-decoration:none;
  border:1px solid #da251d;
  border-radius:20px;
  margin-right:3px;
  background:#fff;
}
.pagination>li:hover a,.pagination>a:hover,.pagination>li:hover {
  color:#fff;
  background:#da251d;
}
/*Pagination*/


.wpcf7-form{
    width: 100%;
    max-width: 400px;
    margin: auto;
    text-align: left;
    font-family: verdana;
    font-size: 14px;
    border: 2px solid #eee;
    padding: 15px;
}
.wpcf7-form label{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
}
.wpcf7-form input[type="submit"]{
	clear:both;
	background-color: #da251d;
	font-size: 14px;
	padding: 15px 22px;
	color:white;
	border-radius:25px;
	border:none;
}
.wpcf7-form input[type="submit"]:hover{
	color:white;
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	-webkit-transition: opacity .45s , transform .45s , border-color .45s , color .45s , background-color .45s , box-shadow .45s ;
    transition: opacity .45s, transform .45s , border-color .45s , color .45s , background-color .45s, box-shadow .45s ;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="number"],.wpcf7-form textarea,.wpcf7-form select{
    width: 100%;
    text-align: left;
    font-family: verdana;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px;
}
.screen-reader-response ul,.screen-reader-response p{
    display:none;
}
.screen-reader-response,.wpcf7-response-output{
    width: 100%;
    max-width: 400px;
    margin: auto;
    background: #da251d;
    color: white;
    //padding: 5px;
    margin-bottom: 10px;
    clear: both;
    display: block;
}

.search_box {
    position: relative;
    width: auto;
    float:right;
    position: relative;
    height: auto;
    padding: 5px 10px;
    border-radius:10px;
    background: white;    
    margin-top:10px;
}
.search_txt {
    width: auto;
    max-width:0;
    transition: all .5s ease;
    box-sizing:border-box;
    border:none;
    opacity:0;
    height: 25px;
    font-size:14px;
    padding:0;
}
.search_txt.expanded {
    max-width:200px;
    opacity:1;
    padding: 5px;
    //border: 1px solid red;
}
.search_icon {
    padding: 2px;
    float: right;
    font-size: 17px;
}
.upper{
    text-transform:uppercase;
}
.primary-color{
    color:#da251d;
}
.s_label{
  float:left;
  line-height:46px;
  margin-right:5px;
}
.input-control{
  	border-color:#da251d;
  	height:46px !important;
}
.submit-button{
      clear: both;
    background-color: #da251d;
    font-size: 14px;
    padding: 15px 22px;
    margin: auto;
    color: white;
    border-radius: 2px;
  	border:none;

}
.catlog-divs{
  	padding:0 !important;
  	padding-bottom:15px !important;
}
.table.table-striped thead th{
  border:1px solid #ddd !important;
  vertical-align: inherit;
  background:#da251d  !important;
  color:white !important;
}
.table.table-striped tbody td{
  border:1px solid #ddd !important;
  text-align:center;
}
.table.table-striped tbody td:first-child{
  width:120px;
}
.top-logo-back{
    background: rgba(255,255,255,.8);
    margin-top: -15px;
    padding: 10px;
}

.ct-topbar__list {
  margin-bottom: 0px;
}
.ct-language__dropdown{
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
  z-index:200;
}
.ct-language__dropdown li{
	background: #222;
	padding: 5px;
}
.ct-language__dropdown li a{
	display: block;
}
.ct-language__dropdown li:first-child{
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child{
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover{
	background: #444;
}
.ct-language__dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.ct-language{
	position: relative;
  background: #00aced;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 15px;
}
.ct-language:hover .ct-language__dropdown{
	max-height: 200px;
	padding-top: 8px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.top-lang-bar{
  float:right;
}
@media(max-width:768px){
    .catlog-divs{
        height:auto;
    }
}