@CHARSET "UTF-8";
body{padding-top: 90px;
		color: #eee;
}
body.body-white{ background: #000;

}
a{
	color: #fff;
}
a:hover{
	color: #e5212a;
}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-right: 0px;
margin-left: 0px;
}

.navbar .nav .user{
	padding: 0;
	line-height: 90px;
}
.navbar .nav .user .headicon{
	margin: 0 5px;height: 30px;
}
.navbar .nav .user .caret{
	vertical-align: middle;
	margin: 0 5px;
}
.navbar .nav>li>a{
	font-size: 18px;
	font-weight: bold;
	padding: 35px 15px 25px;
	line-height: 30px;
	color: #fff;
}
.navbar .nav>li:hover a{
	background:#e5212a;
	color:#eee;
}
.navbar .navbar-inner{
	background-color: #000;
}

/*tc widget*/
.tc-main{
	margin-top: 20px;
}
/*tc-box*/
.tc-box{
	background: transparent;
	padding:5px 10px;
	margin: 10px 0;
}
.tc-box.first-box{
	margin:0 0 10px 0;
}
.tc-box.article-box{padding:5px 20px;}

/*tc-box end */




/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/

.tc-gridbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #ddd;
  background: #fff;
	cursor: pointer;
}
.tc-gridbox:hover{ border: solid 1px #ccc;
-webkit-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);

}
.tc-gridbox a{text-decoration: none;}

/*@media (min-width: 768px) and (max-width: 979px) {
  .tc-gridbox {
    display: block;
    float: none;
    width: 95%;
  }
}*/
.tc-gridbox .header {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
	background: #fff;
}
.tc-gridbox .footer {
  padding: 5px 14px 5px 14px;
  text-align: right;
	background: #fff;
}
.tc-gridbox .header .item-image{
	overflow: hidden;
}
.tc-gridbox .header img {
  margin-bottom: 5px;
	-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.tc-gridbox .header img:hover {

	-webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.tc-gridbox .header h3 {
  color: #454a4e;
  margin: 0 5px;
  font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
line-height: 24px;
}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
  color: #454a4e;
  white-space: nowrap;
}
.tc-gridbox .header .meta {
  color: #5a6065;
}
.tc-gridbox .header hr {
  border-top-color: #ced5db;
  border-bottom: none;
  margin: 5px 0;
}
.tc-gridbox .body {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  color: #343a3f;
}
.tc-gridbox .body a{color: #666;}
.tc-gridbox .body a:hover{color: #428bca;}
.tc-gridbox .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 18px;
}


/*masonary*/

#container .item{
	margin-bottom: 20px;
}
#container .item h3{
	line-height: 100%;
}
#container .grid-sizer,#container .item { width: 23%; margin: 10px 1%;float:left;zoom: 1;}

@media (max-width: 479px) {
	#container .grid-sizer,#container .item { width: 98%; margin: 10px 1%;float:left;zoom: 1;}
}

@media (min-width: 480px) and (max-width: 767px) {
	#container .grid-sizer,#container .item { width: 48%; margin: 10px 1%;float:left;zoom: 1;}
}

		
/*list Boxes
------------------------------------*/
.list-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  border-top: solid 2px #fff;
  word-wrap: break-word;
  word-break: break-all;
	
}

.list-boxes:hover{
border-top: solid 2px #f90;
}

.list-boxes h2 a {
  color: #555;
}
.list-boxes:hover h2 a {
color: #f90;
}

.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}

.list-boxes p a {
  color: #72c02c;
}

.list-boxes .list-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.list-boxes .list-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.list-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
  display: inline;
}

.list-boxes ul.list-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
  color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
  color: #fff;
}

/*Red list Box*/
.list-boxes-red {
  background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
  background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
  background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
  border-right-color: #5fb611;
}

/*comments*/
.comment{
	margin-bottom: 10px;
}
.comment .avatar{height: 40px;width:40px;}
.comment-body{overflow: hidden;}
.comment-content{
	padding-bottom: 2px;
word-break: break-all;
word-wrap: break-word;
}

.comment>.pull-left {
margin-right: 10px;
}

.comment .time{
	color:#ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment-postbox-wraper{padding-right:22px; }
.comment-postbox{width: 100%;padding: 10px;}

.comment-reply-box{position: relative;padding-right:14px;}
.comment-reply-box .textbox{width: 100%}


/*ranking box*/

.ranking ul.unstyled li{
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i{
	margin-right: 5px;
}

.ranking li i{
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
margin-right: 15px;
font-style: normal;
font-weight: bold;
color: #FFF;
text-align: center;
vertical-align: middle;
background-color: #aaa;
}
.ranking li.top3 i{background: #FC9B0B;}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;	
	background: #f0f0f0;
}
.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;	
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}
.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos{margin: 0;}
.tc-photos li {
	display: inline;
}
.tc-photos li a{text-decoration: none;}
.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}
.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}
.posts .dl-horizontal dt .img-wraper {
	display:block;
	width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}


.posts .dl-horizontal dt img {
	width:100%;
	height: 100%;
	/* width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd; */
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color:#FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.li-class{
	font-size: 20px;
}
.place_title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	height: 65px;
	background-image: url(../images/title_line.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
}
.text-blue{
	color: #e5212a;
}
.main_category li{
	float: left;
	list-style: none;
}
.main_category div{
	text-align: center;
}
.cat_title{
	font-weight: bold;
	color: #000;
}
.table{
	background-color: transparent;
}
.main_category{
	display: flex;
	flex-direction: row;
	width:100%;
	justify-content: space-between;
	
}
.main_category li{
    list-style: none;
    height: 100px;
    background-color: #0000FF;
    margin-bottom: 20px;
    float: left;
	margin-left: 8px;
	margin-right: 8px;
	/*width: 16.6%;*/
	overflow: hidden;
	border-radius: 75px;
	/*border:2px solid #ccc;*/
}
.main_category li img{
  cursor: pointer;
  transition: all 0.6s;
}
.main_category div{
	width: 140px;
	overflow: hidden;
}
.main_category li img:hover{
	transform: scale(1.1);
}
.viewmore{
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border:1px solid #eee;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
	cursor: pointer;
}
.viewmore:link,.viewmore:visited{
	color: #eee;
}
.viewmore:hover{
	text-decoration: none;
	color: #e5212a;
	border:1px solid #e5212a;
}
.services{
	width: 100%;
	margin:0px;
	padding: 0px;
}
.services li{
	width: 25%;
	height: 390px;
	float: left;
	list-style: none;
}
.services li img{
	margin:70px 84px 20px 84px;
}
.service_title{
	font-weight: bold;
	text-align: center;
	color: #eee;
}
.service_content{
	padding: 20px 35px;
	color: #eee;
	text-align: justify;
}
.cases{
	overflow: hidden;
	padding: 0px;
	width: 100%;
	margin:0px;
}
.case_img{
	overflow: hidden;
	border: 3px solid #eee;
	width: 260px;
	border-radius: 3px;
	-moz-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
}
.case_title{
	color: #eee;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.cases li{
	list-style: none;
	float: left;
    height: 260px;
	width:280px;
	margin:6px;
	overflow: hidden;
}
.cases li img{
	cursor: pointer;
  transition: all 0.6s;
  width: 260px;
  height: 200px;
}
.cases li img:hover{
	transform: scale(1.1);
}
.news{
	margin:0px;
	padding: 0px;
	height: 515px;
}
.news li{
	float:left;
	list-style: none;
	width: 530px;
	height: 110px;
	position: relative;
	color: #eee;
	border-bottom: dotted 1px #aaa;
	margin:30px 24px;
}
.news .news_date{
	width: 60px;
	height: 60px;
	background:#fff;
	position: absolute;
	top:5px;
	left:5px;
}
.d1,.d2{
	text-align: center;
	color:#000;
}
.d1{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.d2{
	line-height: 20px;

}
.news .news_title{
	position: absolute;
	left:105px;
	top:8px;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	height: 20px;
}
.news .news_contents{
	position: absolute;
	left:105px;
	top:28px;
	overflow: hidden;
	text-align: justify;
	color: #ccc;
	height: 60px;
	width: 416px;
	padding-right: 20px; 
}
.viewmore_news{
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border:1px solid #666;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
.viewmore_news:link,.viewmore_news:visited{
	color: #666;
}
.viewmore_news:hover{
	text-decoration: none;
	color: #e5212a;
	border:1px solid #e5212a;
}
.footer_contact{
	margin-top: 10px;
}
.footer_contact li{
	color: #acb3b7;
	list-style: none;
	font-size: 12px;
	font-weight: bolder;
	line-height: 14px;
	margin-bottom: 5px;
}
.category_ul{
	margin:0px;
	padding: 0px;
}
.category_ul li{
	list-style:none;
	background-repeat:  no-repeat !important;
	background-size: 50px !important;
	background-position:0px 5px  !important;

	/*padding-left: 40px;*/
	font-size: 14px;
	text-transform:uppercase;
	cursor: pointer;
/*	border-bottom: 1px solid #aaa;*/
}

.h_nav_over{
	background-color: #e6212a !important;
}
.h_nav_over_on{
	background-color: #e6212a !important;
}
.pro_li1{
	border-top: 1px solid #aaa;
	font-weight: bold;
	height: 60px;
	/*line-height: 60px;*/
	color: #eee;
	/*padding-left: 60px !important;*/
	display: table;
	width: 240px;
	padding: 5px
}
.pro_li1 .category_name{
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	/*padding-left: 5px;*/
	color: #fff;
	z-index: 10px;
}
.pro_li1 .category_img{
	width: 60px;
	/*height: 50px;*/
	margin:5px;
	border-radius: 40px;
	border:1px solid #ddd;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	background-color: #fff;
	overflow: hidden;
}
.pro_li1 .category_img img{
	max-width: 59px;
}
.pro_li2{
	border-top: 1px dotted #eee;
	font-weight: bolder;
	min-height: 40px;
	line-height: 20px;
	display: none;
	/*border-radius: 5px;*/
	/*z-index: 20px;*/
	padding-left: 20px
}
.pro_li2 div{
	height: 40px;
	display: flex;
    align-items: center;

}
.pro_li3{

	font-weight: bolder;
	min-height: 40px;
	line-height: 20px;
	display: none;
	/*border-radius: 5px;*/
	/*z-index: 20px;*/

	padding-left: 20px
}
.pro_li3 div{
	height: 40px;
	border-top: 1px dotted #666;
	display: flex;
    align-items: center;
    color: #999;
    font-style:oblique;
}
.products{
	margin:0px;
	padding: 0px;
	position: relative;
}
.products li{
	list-style: none;
	width: 280px;
	height: 352px;
	overflow: hidden;
	float: left;
	margin:8px;
	text-align: center;
	border:1px solid #333;
}
.products li .products_img{
	width: 250px;
	height: 250px;
	margin: 15px;
	border:2px solid #dadada;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;

}
.products li .products_img img{
	width: 246px;
	height: 246px;
}
.products li .products_title{
	height: 38px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	padding-left: 0 15px;
	color: #eee;
	/*white-space:nowrap;*/
	overflow: hidden;
}
.products li .products_id{
	width: 210px;
	height: 25px;
	text-align: left;
	line-height: 25px;
	padding-left: 15px;
	font-size: 12px;
	color: #bbb;
}
.products li .products_price{
	width: 210px;
	height: 25px;
	text-align: left;
	line-height: 25px;
	padding-left: 15px;
	font-size: 14px;
	color: #bbb;
}
.products li .products_cart{
	/*border-radius: 3px;*/
	text-align: center;
	/*line-height: 25px;*/
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	position: relative;background-color: #fff;border-radius: 20px;padding: 0px 5px;margin-bottom: 5px

}
.products li .products_cart input{
	width: 30px;text-align: center;margin:0px;padding:0px;border: none;background: none;float: left;height: 24px;line-height: 24px
}
.products li .products_cart i{
	line-height: 25px;
	color:#e6212a;cursor: pointer; font-size: 24px;float: right
}
.products li .p_count{
    position: absolute;
    top:-8px;
    width: 22px;
    height: 22px;
    background-color: #e5212a;
    color:#fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 11px;
    -webkit-text-size-adjust:none;
    overflow: hidden;
    display: none;
    right: -10px;
  }
.paged{
	text-align: center;
	margin-top: 20px;
}
.paged li{
	list-style: none;	
	display:inline;

	text-align: center;
}

.paged a,.paged li span{
	text-decoration: none;
	display: inline-block;
	min-width: 28px;
	height: 28px;
	border:2px solid #333;
	border-radius: 5px;
	padding:0px 5px;
	margin:20px 2px;
	line-height: 28px;
	font-weight: bold;
	color: #333
}
li .current{
	background-color: #333;
	color: #fff !important;
	
}
#product_contents p{
	margin:17px 0px;
}
.ranking li.top3 i {
    background: #e5212a;
}
#news_list .news_date{
	float: right;
}
#news_list .news_title{
	float: left;
}
#news_list{
	margin-top: 30px;
}
#news_list li{
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dotted #ccc;
}
#news_list li a:link,#news_list li a:visited{
	color: #eee
}
.article-box>h2{
	color:#fff !important;
}
.article-infobox>span{
	color: #ccc;
}
.news_date{
	color: #eee;
}
#news_list li a:hover{
	color: #ea580e;
	text-decoration: none;
}
#cases{
	margin:0px;
	padding: 0px;
	position: relative;
}
#cases li{
	list-style: none;
	width: 276px;
	float: left;
	margin:8px;
	text-align: center;
	border:1px solid #333;
	height: 250px;
}
#cases li .cases_img{
	width: 260px;
	height: 200px;
	margin: 8px;
	border:2px solid #dadada;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;

}
#cases li .cases_img img{
	width: 260px;
	height: 200px;
}
#cases li .cases_title{
	width: 100%;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	color: #eee;
}
#case_photos div img{
	max-width: 890px;
	border:1px solid #999;
	border-radius: 5px;
	-moz-box-shadow:2px 2px 5px #333333; 
	-webkit-box-shadow:2px 2px 5px #333333; 
	box-shadow:2px 2px 5px #333333;
}
#case_photos div{
	text-align: center;
	margin-top: 20px;
}
#case_contents{
	margin-top: 30px;
}
.user-nicename{
	color: 	#fff !important;
}
.dropdown-menu{
	background-color:#e6212a !important;
	border-bottom-right-radius:5px; 
	border-bottom-left-radius: 5px; 
}
.dropdown-menu>li>a{
	background-color:transparent !important;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.headtitle>H2{
	color: #fff
}