/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6. Our Team
	7. Portfolio
	8. Clients
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/


body {
	font-family: 'Microsoft YaHei Light';
	position: relative;
	font-weight:400;
	color:#43484E;
	background-color: #FFFFFF;
}

body  section{
	padding-right: 0;
	padding-left: 0;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#D45757;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Microsoft YaHei Light";
}

.clear{ clear:both}

.slider-btn {
	background-color:#D45757;
	color: #FFF;
	font-family:"Microsoft YaHei Light";
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	border: 2px solid #D96969;
	font-size: 18px;
	border-radius: 5px;

}
.slider-btnbb {
	color: #FFFFFF;
	font-family: 'Microsoft YaHei Light';
	text-transform: uppercase;
	border-radius: 5px;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	border: 2px solid #FFFFFF;
	
}
.slider-btnbb:hover {
    border: 2px solid #D96969;
	background-color:#D45757;
	color:#ffffff;
}

.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}
  
.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
	border-radius: 0;
	border-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
	background-position: 255;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:28px
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family: 'Microsoft YaHei Light',sans-serif;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #D45757;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:500px;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	opacity:0.2;
}

#home{
	padding: 0;
	overflow: hidden;
	position:relative;
	
	
}

#main-carousel .carousel-inner .item {

	height: 500px;
	width: 100%;
	background-position: center top;

	background-repeat: no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:20px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 500px;
	font-family: 'Microsoft YaHei Light';
}

#main-carousel .carousel-caption {
	display: table;
	height: auto;
	width: 100%;
	min-height: 500px;
	left: 0;
	top: 0;
	z-index: 11;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: top;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
	font-family: 'Microsoft YaHei Light';
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: 'Microsoft YaHei';
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 50px;
	text-shadow: none;
	text-transform: uppercase;
	padding-top: 30px;
	padding-right: 10%;
	padding-bottom: 30px;
	padding-left: 10%;
	border: 6px solid #FFFFFF;
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
  font-family: 'Microsoft YaHei Light';
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-top: 20px;
	text-shadow:none;
}

#main-carousel .carousel-left{
left:0px;
}

#main-carousel .carousel-right{
right:0px;
}

#main-carousel:hover .carousel-left{
left:0px;

}

#main-carousel:hover .carousel-right{
right:0px;

}

#main-carousel .carousel-left{
	z-index: 12;
	top: 56%;
	
	position: absolute;
	background-image: url(../images/zz.png);
	background-size:100% auto;
	background-repeat: no-repeat;
	height: 61px;
	width: 62px;
	margin-top: -60px;
	overflow: hidden;
	text-indent: 66px;

}
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	height: 61px;
	width: 62px;
	top: 56%;
	position: absolute;
	margin-top: -60px;
	background-image: url(../images/yy.png);
	background-size:100% auto;
	background-repeat: no-repeat;
	text-indent: 66px;

}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}





/*=======================
====== About Us CSS =====
=========================*/
.h_head{
	position: relative;
}
.h_head h4{
	text-align: center; font-size: 30px; color: #333;
	line-height: 120px;
}
.h_head span{
	position: absolute; width: 70px; left: 50%; margin-left: -35px;
	top: 90px; height: 3px; background-color: #000;
}

#about-us {
	background:#F6F6F6;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
}

#about-us h2 {
}

.title-one {
	color: #333333;
	display: inline-block;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	position:relative;
	font-family: "Microsoft YaHei Light";
	line-height: 40px;
}



#about-us h4 {
	color: #000000;
	text-transform: capitalize;
}

#about-us p {
	font-weight:300;
	font-size:28px;
	color: #000000;
	font-family: Helvetica;
	line-height: 30px;
}
#blog .blog-heading{
	font-weight:300;
	font-size:28px;
	color: #000000;
	font-family: Helvetica;
	line-height: 30px;
	padding-bottom: 20px;
}
.about-us .col-sm-6 {
}

.about-us h3 {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.about-us .tab-content {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	clear: both;
	height: auto;
	width: auto;
}


.about-us .tab-content 
.pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}

.skillbar {
	display:table;
	line-height: 40px;
	clear: both;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
}

.skillbar-title {
	width:97%;
	font-weight:normal;
	font-size:18px;
	color:#666666;
	font-family: 'Microsoft YaHei Light';
	float: left;
	line-height: 40px;
	height: auto;
}

.skillbar-title span {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	display:block;
	line-height:40px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}


.skillbar-bar {
	height:auto;
	width:0px;

}

.skill-bar-percent {
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	float: left;
	width: 3%;
	text-align: center;
	padding-top: 5px;
}




/*====================
======Service CSS=====
======================*/

#services {

	font-size: 16px;
	line-height: 38px;
}

.services {
	display:block;
	overflow:hidden;
}

#services h2{
	color: #000000;
	
}
#services p{
	color: #000000;
	font-size:28px;
	font-family: Helvetica;
	
}
#services .single-service h2{
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7F7F7F;
	padding-top: 10px;
	text-align: center;
}
.single-service {
	border-radius: 10px;
	border: 1px solid #7F7F7F;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
}
#services .blog-heading{
	font-size:20px;
	line-height:30px;

}
.single-service p {
	text-align:justify;
}

.single-service i {
	text-align:center;
	font-size:80px;
	display: inline-block;
	height: auto;
	line-height: normal;
	width: 190px;
	color:#43484E;
	margin-right: auto;
	margin-left: auto;

}

.single-service:hover {

}

.single-service:hover i {
	color:#D45757;
	
}


/*=====================
======Our Team CSS=====
=======================*/

#team-carousel {
	position:relative
}

#our-team {
	/*background-color:#F6F6F6;*/
	color:#43484E;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#our-team h2 {
	color:#43484E;
}

#our-team .team-members {
	padding:0;
	display:block;
	overflow:hidden
}

.single-member {
	height:auto;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	color: #f6f6f6;
	padding: 25px;
	text-align:center;
	overflow:hidden;
	width: auto;
}
.single-member:hover {

	border: 1px solid #D96969;

}
.single-member img {
	width:100%;
	height: auto;
}

.single-member h4, 
.single-member h5 {
	text-align:center;
	color: #333333;
}

#our-team .socials i {
	background-color:#fff;
	border-radius: 50%;
	color: #43484E;
	display: inline-block;
	font-size:16px;
	height: 30px;
	line-height:28px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
	border-width:1px;
	border-color:#43484E;
	border-style: solid;
	opacity:.5;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}

#our-team .socials a i:hover {
	opacity:1;
	color:#fff;
	border:0
}

#our-team .socials a .fa-facebook:hover {
	background: #3B5997;	
}

#our-team .socials a .fa-twitter:hover {
  background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
  background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
  background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
  background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
  background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
  background:#7A797B
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#43484E
}


.member-left {
	left:49%;
}

.member-right {
	left:51%
}


/*======================
======Portfolio CSS=====
========================*/

#portfolio {
}



.viewaa {
	cursor: default;
	height: 120px;
	display:table;
	position: relative;
	text-align: left;
	width:auto;
	border: 1px solid #7f7f7f;
	margin-top: 10px;
	margin-bottom: 10px;
}


.viewaa img {
	display: block;
	position: relative;
}

.maskaa {
	height: auto;
	width: auto;
	display:table;
	border-right-width: 2px;
	/*border-right-style: solid;8*/
	border-right-color: #FFFFFF;
	border-bottom-width: 2px;
	/*border-bottom-style: solid;*/
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;

}
.maskaa:hover{
background-color:#E8F3F9;

}

.maskaa h3 {
	color: #43484E;
	font-size: 18px;
	line-height:25px;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 0px;
}

.maskaa h4 {
	color:#666666;
	font-size: 14px;
line-height:1.6;
	text-align: left;
}

.maskaa .a1{
	border:1px solid #D96969;
	border-radius: 5px;
	color: #D96969;
	font-size: 16px;
	font-family: 'Microsoft YaHei Light';
	line-height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.maskaa .a1:hover{
	color:#D45757;  
}

.maskaa .a2{
	border:1px solid #F4A85A;
	border-radius: 5px;
	color: #F4A85A;
	font-size: 16px;
	font-family: 'Microsoft YaHei Light';
	line-height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.maskaa .a2:hover{
	color:#F18E34;  
}

.maskaa .a3{
	border:1px solid #4FC6AE;
	border-radius: 5px;
	color: #4FC6AE;
	font-size: 16px;
	font-family: 'Microsoft YaHei Light';
	line-height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.maskaa .a3:hover{
	color:#3083B4;  
}

#clients{
	background-image: url("../images/clients/client-bg.jpg");
	background-color:#0A0A13;
}

#clients h2 {
	margin-bottom:30px;
	color:#f6f6f6
}

#clients p {
	color:#fff
}

#clients-carousel  {
	margin-top:45px;
	text-align:center;
}

#clients-carousel 
.carousel-inner {
	display:inline-block;
	width:60%
}

.carousel-inner blockquote {
  border-left: 0 none;
  margin:15px;
  padding:0;
  text-align: left;
}

.carousel-inner blockquote p {
	font-size:17px;
	
}

#clients-carousel 
.carousel-inner img {
	border-right:5px solid#eee;
	padding-right:10px
}

#clients-carousel 
.carousel-indicators {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}

#clients-carousel .item {
	background:#43484E
}

#clients-carousel 
.carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

#clients-carousel 
.carousel-indicators {
  margin-top: 20px;
}

.clients{
  text-align: center;
}

.clients h2 {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
}

.clients p {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.clients p span{
	color:#D45757;
}



/*=====================
======Our Blog CSS=====
======================*/

#blog {
}

.blog-heading {
	font-size: 28px;
	line-height: 30px;
	color: #000000;
	font-family: Helvetica;
}

.single-blog {
	margin-bottom: 30px;
	background-color:#F7F7F7;
	border: 1px solid #7F7F7F;
}
.single-blog a{ display:block}

.single-blog:hover {
	background-color:#D96969;
	color:#fff
}

.single-blog:hover.single-blog h2 {
	color:#fff
}

.single-blog:hover p {
	color:#fff;

}
.single-blog .bhauigg {
	height: auto;
	width: auto;
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -4px;
}
.single-blog .bhauigg:hover{
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -4px;
}
.single-blog img{
	width:100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.single-blog h2 {
	color:#43484E;
	font-size:18px;
	font-family: "Microsoft YaHei Light";
}

.single-blog h2{
	margin-bottom:15px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.single-blog ul {
	padding:0;
	overflow:hidden;
}

.single-blog ul li {
	float: left;
	line-height: 12px;
	list-style: none;
	padding-right: 10px;
	font-size: 12px;
	color:#999;
	margin-left: 10px;
}
.single-blog:hover ul li{
	float: left;
	line-height: 12px;
	list-style: none;
	padding-right: 10px;
	font-size: 12px;
	color:#ffffff;
}


.blog-content {
	margin-bottom: 10px;
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	overflow:hidden;
}

.single-blog .btn-primary {
	text-transform: uppercase;
	border: 1px solid #D45757;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #D45757;
}

.single-blog:hover.single-blog .btn-primary:hover{
	background-color:#D45757;
	color:#fff;
}

#blog-detail .modal-body {
	padding:30px;
}

#blog-detail .modal-body img {
	width:100%
}

#blog-detail .close {
	margin-right: -15px;
    margin-top: -25px;
}



/*====================
======Contact CSS=====
======================*/

#contact {
	overflow:hidden;
	background-color: #f6f6f6;
	position:relative;
	padding-bottom:85px;
	border-top:2px solid #ddd
}

#contact .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}

.contact-details {	
	padding-top:75px;
}

.pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}


.contact-address {
	background-color: #fff;
	height:390px;
	padding-top:85px
}

.contact-address .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
.contact-address .social-icons i:hover {
	transform: scale(.9);
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}


.social-icons a:hover {
  color: #D45757;
  border: 1px solid #D45757;
}

.contact-address .social-icons, 
.contact-address address {
	z-index:2;
	position:relative
}

.contact-address  p {
	font-weight:800;
	font-size:24px
}

.contact-address  p span {
	color:#D45757;
	
}

#contact-form-section {	
	padding:35px;
	background-color: #FFF; 
	height:390px;
}
#contact-form-section .btn-primary {
	background-color:#D45757;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:800;
	transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
	background-color:#43484E
}

#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary  {
	position:relative;
	z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field  {
	width:49%;
}

#contact-form .name-field {
	margin-right:2%;	
	float:left
}

#contact-form .mail-field {
	
}

#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#contact-form-section textarea {
	resize:none
}

#contact-form-section .form-control:focus {
	border-color: #D45757;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}


/*====================
======Footer CSS=====
======================*/

#footer {
	background-color:#323232;
	color:#FFFFFF;
	font-size:14px;
	line-height: 40px;
	border: 2px solid #444444;
	clear: both;
	width: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#footer p {
	margin: 0
}

#footer a {
	color:#D45757
}


/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect .mask {
  filter: alpha(opacity=100);
   opacity: 1;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}

.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.xzzp {
	height: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;
}
.xzzp img {
	width: 65%;
	height: auto;
}
.yuioag {
	clear: both;
	height: 23px;
	width: auto;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.yuandiaa {
	float: left;
	height: auto;
	width: auto;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
	font-family: 'Microsoft YaHei Light';
	padding-right: 10px;
	padding-left: 10px;
}
.xbxkkb {
	font-family: "Microsoft YaHei Light";
	font-size: 10px;
	line-height: 30px;
	color: #333333;
	padding-left: 1%;
	float: left;
	width: auto;
}
.piakkh {
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	float: right;
	height: 40px;
	width: 60px;
	padding-right: 5%;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
.heaahh {
	clear: both;
	height: auto;
	width: 100%;
	padding-bottom: 25px;
}
.jaaft {
	height: 40px;
	width: 60px;
}
.jaaft a {
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	clear: both;
	text-align: center;
	height: auto;
	width: 60px;
}
.jaaft a:hover {
	color: #D96969;

}.jakkkh {
	font-size: 10px;
	line-height: 20px;
	background-image: url(../images/ggh1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 60px;
	padding-top: 20px;
	float: left;
}
.jakkkh:hover{

	background-image: url(../images/ggh2.png);

}
.xaodian {
	padding: 30px;
	height: auto;
	width: 100%;
	border: 1px solid #7F7F7F;
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	color: #333333;
	font-family: "Microsoft YaHei Light";
}
.xaodian:hover {color: #D45757;
}

.xoalld {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 12px;
	position: absolute;
	background-color: #ffffff;
	right: 10px;
	padding-top: 20px;
	bottom: 60px;
	padding-bottom: 20px;
}
.xoallda1{
	text-align: center;
	vertical-align: middle;
	height: 12px;
	width: 50px;
	position: absolute;
	background-color: #ffffff;
	top: -10px;
	left: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.xoallda2{
	text-align: center;
	vertical-align: middle;
	height: 12px;
	width: 50px;
	position: absolute;
	background-color: #ffffff;
	bottom: 35px;
	left: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.hhpoae {
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.hhpoae a {
	color: #333333;
}
.hhpoae a:hover{
	color: #D96969;
}
.saahg {
	font-size: 16px;
	line-height: 90px;
	color: #333333;
	float: left;
	width: 25%;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #696969;
}
.saahg:hover{
    background-color:#E8F3F9;

}.portfolio-items {
	height: 500px;
	width: auto;
	overflow: hidden;
}
.ppa {
	background-image: url(../images/vxs.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
.bnhauh {
	height: auto;
	display:table;
	width: auto;
	clear: both;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.lljjty {
	height: auto;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D96969;
	padding-top: 20px;
	clear: both;
}
.lianji {
	font-family: "Microsoft YaHei Light";
	font-size: 22px;
	line-height: 26px;
	color: #D96969;
	float: left;
	height: auto;
	width: 45px;
	padding-bottom: 10px;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #D96969;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 10px;
}
.youhha {
	font-family: 'Microsoft YaHei Light';
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	float: right;
	width: auto;
	height: auto;
}
.youhha a {
	font-size: 16px;
	line-height: 30px;
	float: left;
	padding-left: 30px;
}
.nryag {
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}
.nryag space{

	color: #D45757;

}
.navbar-nava {
}
.faclock{
	background-image: url(../images/xxs1.png);
	background-repeat: no-repeat;
	height: 12px;
	background-size:100% auto;
	width: 16px;
	margin-right: 5px;
	float: left;
	background-position: top;
}
.single-blog:hover .faclock{
	background-image: url(../images/xxs2.png);

}

.faxso {
	background-image: url(../images/xxa1.png);
	background-repeat: no-repeat;
	height: 12px;
	background-size:100% auto;
	width: 16px;
	margin-right: 5px;
	float: left;
	background-position: top;
}
.single-blog:hover .faxso{
	background-image: url(../images/xxa2.png);

}
.aasgg {
	background-color: #FF0000;
	height: 10px;
	border-radius: 10px;
	width: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.navbar-brand img {
	height: 52px;
	width: 220px;
	margin-left: 10px;
}
.single-service img {
	height: auto;
	width: 70%;
	text-align: center;
}
.ccdda {
	background-color: #70AD47;
	height: 60px;
	width: 55px;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 8px;
}
.xiand {
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}
.fgyav {
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
.fgyav .vghh{
	font-size: 16px;
	font-family: "Microsoft YaHei Light";
	line-height: 46px;
	color: #333333;
	height: 46px;
	width: 120px;
	padding-left: 10px;
}
.nhjau {
	background-color: #D96969;
	clear: both;
	height: 4px;
	width: 130px;
}
.biaqqd {
	height: auto;
	width: auto;
	padding-bottom: 30px;
	clear: both;
}
.biaqqd li {
	font-size: 14px;
	line-height: 35px;
	float: left;
	height: 35px;
	width: 110px;
	border: 1px solid #F8C592;
	text-align: center;
	border-radius:5px;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	background-color: #F2F2F2;
}
.biaqqd li:hover{
	border: 1px solid #D96969;
	background-color: #ffffff;
}
.biaqqd a {
	color: #333333;
}
.biaqqd ul {
	height: auto;
}
.footssa{
	width: 380px;
	height: 1px;
	background-color: #bfbfbf;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
}
.footssa a{
	font-size: 14px;
	color: #545454;
	height: 20px;
	line-height: 20px;
	position: relative;
	top: -10px;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	display: block;
	
}
.footssa a:hover{
	color: #fc4349;
}
.social-widget-link{
	position:relative;
	margin-bottom:30px;
	position:relative;
	display:block;
	font-size:18px;
	background:#fff;
	color:#525252;
	line-height:50px;
	border:1px solid #D96969;
	border-radius:2px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}
.social-widget-link-count i{margin-right:9px;font-size:17px;vertical-align:middle}
.social-widget-link-title{
	position:absolute;
	top:-1px;
	right:-1px;
	bottom:-1px;
	width:200px;
	text-align:center;
transition:width .3s;	border-radius:0 3px 3px 0;
	background-color: #D96969;
	background-position: 255;
}
.social-widget-link:hover .social-widget-link-title{width:116px}
.social-widget-link a{position:absolute;top:0;left:0;right:0;bottom:0}
.social-link-weibo{border-color:rgba(236,61,81,.39)}
.social-link-weibo i{color:#ec3d51}
.social-link-weibo .social-widget-link-title{background-color:#D96969;color:#fff}
.social-link-tencent-weibo{border-color:rgba(104,166,214,.39)}
.social-link-tencent-weibo i{color:#68a6d6}
.social-link-tencent-weibo .social-widget-link-title{background-color:#68a6d6;color:#fff}.attentionus {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.icon-weibo {
	width: 80px;
	background-size:auto 100%;
	float: right;
	height: 40px;
	padding-top: 5px;
}
.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}



/* 分页样式*/
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
    background:rgb(0,0,0,0.45);
  color: #fff;
  font-size: 14px;
  padding: 6px 11px;
  margin: 0 2px;
  border-radius: 4px;
}
.pagination span {
    color: #666;
    font-size: 14px;
  padding: 6px 11px;
    margin: 0 2px;
    border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color:#d96969;

}
.pagination a.page-num-current {
  color: #fff;
  background-color:#d96969;

}
.pagination .st{ font-family:'Microsoft YaHei','微软雅黑'; }

/* 分页样式*/
