/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com
	Template Name   : Sublime


	*****************************************


    - fonts
    - general css
    - billboard
    - header
    - services
    - video
    - testimonials
    - blog posts
	- footer

*/



/*  Fonts
@font-face {
	font-family: 'raleway-regular';
	src: url('/fonts/raleway-regular.eot');
	src: url('/fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/raleway-regular.woff') format('woff'),  url('/fonts/raleway-regular.ttf') format('truetype'),  url('/fonts/raleway-regular.svg#raleway-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'raleway-semibold';
	src: url('/fonts/raleway-semibold.eot');
	src: url('/fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),  url('/fonts/raleway-semibold.woff') format('woff'),  url('/fonts/raleway-semibold.ttf') format('truetype'),  url('/fonts/raleway-semibold.svg#raleway-semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'raleway-bold';
	src: url('/fonts/raleway-bold.eot');
	src: url('/fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/raleway-bold.woff') format('woff'),  url('/fonts/raleway-bold.ttf') format('truetype'),  url('/fonts/raleway-bold.svg#raleway-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/*  General CSS*/

}
a:link, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#0070C0;
	text-decoration:none;
}
a:active{
	color:#666;
	text-decoration:none;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #626262;
	/*font-family: "raleway-regular", arial, 'Microsoft YaHei';*/
	letter-spacing: 1px;
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
h2 {
	font-size: 1.5em;
	margin: .75em 0
}
h3 {
	font-size: 1.17em;
	margin: .83em 0
}
h5 {
	font-size: .83em;
	margin: 1.5em 0
}
h6 {
	font-size: .75em;
	margin: 1.67em 0
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bolder
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.carousel-inner {
	/*height: 529px;*/
}
/*    Billboard    */
.billboard {
	width: 100%;
	height: 650px;
	position: relative;
}
.billboard.light {
	/*background: url('../img/header.jpg?dr235346') center center no-repeat;   */

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-bottom: 2px solid #65ba2c;
}
.billboard.dark {
	background: url('../img/billboard2.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.billboard .shadow {
	position: absolute;
	width: 100%;
	height: 142px;
	bottom: 0;
	left: 0;
	margin-bottom: -1px;/*background: url('../img/shadow.png') repeat-x;*/
}
.billboard .caption {
	/*margin-top: 30px;*/
	text-align: center;
	bottom: 255px;
}
.billboard .caption.light {
	color: #fff;
}
.billboard .caption.dark {
	color: #5d5d5d;
}
.billboard .caption h1 {
	/*font-family: "raleway-bold", 'Microsoft YaHei';*/
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.billboard .caption.light h1 {
	color: #fff;
}
.billboard .caption.dark h1 {
	color: #5d5d5d;
}
.billboard .caption p {
	/*/*font-family: "raleway-regular", 'Microsoft YaHei';*/*/
	font-size: 18px;
	margin-bottom: 30px;
}
.billboard .caption.light p {
	color: #fff;
}
.billboard .caption.dark p {
	color: #5d5d5d;
}
.billboard .caption hr {
	display: inline-block;
	height: 1px;
	width: 30px;
	border: 0 !important;
	margin: 0;
	padding: 0;
}
.billboard .caption.light hr {
	background: #fff;
}
.billboard .caption.dark hr {
	background: #5d5d5d;
}
/*    header    */
header {
	/*width: 100%;*/
	height: 100%;
	/*position: absolute;
	left: 50%;
	margin-left: -550px !important;*/
	margin:0 auto;
	z-index: 99999;
}
header .logo {
	float: left;
	margin-top: 15px;
}
header nav {
	/*float: right;*/
	margin-top: 10px;
	height:100%;

}
header nav>ul{
	margin:18px auto 0 auto;
	width:545px;
}
header nav>ul>li {
	list-style: none;
	display: block;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 9px;
	height:12px;
	border-left:1px solid #666;
}
header nav>ul>li:first-child {
	padding-left: 0;
	border:none;
}

header nav>ul>li>a {
	text-decoration: none;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 12px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}
header nav>ul>li>a:before {
	/*content:" |";*/
}
header.light nav ul li a {
	color: #fff;
}
header.light nav>ul>li>a:hover {
	/*color: #d70a30;*/
	text-decoration: none;
}
header.dark nav ul li a {
	color: #5d5d5d;
}
header.dark nav ul li a:hover {
	color: #919191;
	text-decoration: none;
}
header.light nav>li.active, header.light nav>ul>li:hover{
	/*border-bottom: 2px solid #d70a30;*/
}
header.light nav>ul>li.active>a {
/*color:#d70a30;*/
}
header nav .dropdown-menu{
	background:rgba(0,0,0,0.6);
	border-radius:0;
	margin-top:19px;
	font-size:12px !important;
}
header nav .dropdown-menu>li{
	height:24px;
}
header nav .dropdown-menu>li>a{
	line-height:24px;
}
header nav .dropdown-menu>li>a:hover{
	background:rgba(215,11,48,1) !important;
	color:#fff;
}


/*    Services    */
.services{
	padding:0 0 50px 0;
}
.services ul li {
	list-style: none;
	display: block;
	width: 255px;
	float: left;
	margin-left: 60px;
	text-align: center;
}
.services ul li:first-child {
	margin-left: 0;
	clear:left;
}
.services ul li .separator {
	display: block;
	width: 1px;
	height: 10px;
	background: #f6f6f6;
	margin: 5px auto;
}
.services ul li h2 {
	color: #616161;
	/*font-family: "raleway-bold", 'Microsoft YaHei';*/
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.services ul li p {
	color: #838181;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 14px;
	line-height: 28px;
	margin-top: 40px;
	letter-spacing: .5px;
}
/*    Video    */
.video {
	display: block;
	/*width: 100%;
	height: 232px;*/
	text-align: center;
	/*margin-top: 50px;*/
	/*background: url('../img/188453616.jpg') center center no-repeat;*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.video img{
	width: 100% !important;
	height:auto !important;
}
.video .video_logo {
	margin-top: 85px;
}
.video h3 {
	color: #fff;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 14px;
	font-weight: normal!important;
	margin: 20px 0 0 0;
}
.video #play_btn {
	display: inline-block;
	width: 71px;
	height: 71px;
	background: url('../img/play_btn.png') no-repeat;
	margin-top: 40px;
}
.title {
	margin-top: 2%;
	text-align: center;
	overflow: hidden;
}
.title h2 {
	color: #616161;
	/*font-family: "raleway-bold", 'Microsoft YaHei';*/
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.title h3 {
	color: #9b9b9b;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 14px;
	margin: 0 0 0px 0;
	font-weight: normal!important;
}
.title hr.separator {
	display: block;
	width: 60px;
	height: 1px;
	background-color: #e9e9e9;
	margin: 0 auto;
	padding: 0;
	border: 0!important;
}
/*    testimonials    */
.testimonials {
	/*margin-top: 30px;
	background: #fafafa;*/
	background: #d70a30;
	padding: 50px 0;
}
.testimonials ul {
	margin-top: 30px;
	list-style: none;
}
.testimonials ul li {
	display: block;
	float: left;
	margin-left: 60px;
	width: 255px;
}
.testimonials ul li:first-child {
	margin-left: 0;
}
.testimonials ul li .quotes {
	margin-right: 10px;
}
.testimonials ul li p {
	/*color: #838181;*/
	color: #fff;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .5px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ecebeb;
	position: relative;
}
.testimonials ul li p .triangle {
	display: block;
	width: 10px;
	height: 5px;
	background: url('../img/testimonial_triangle.png') no-repeat;
	position: absolute;
	bottom: -5px;
	left: 22px;
}
.testimonials ul li .client {
	margin-left: 2px;
}
.testimonials ul li .client .avatar {
	float: left;
	margin-right: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	width:50px;
	height:50px;

}
.testimonials ul li .client .client_details {
	/*float: left;*/
	vertical-align:middle;
}
.testimonials ul li .client .client_details h4 {
	/*color: #7b7979;*/
	color: #ccc;
	/*font-family: "raleway-semibold", 'Microsoft YaHei';*/
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.testimonials ul li .client .client_details h5 {
	/*color: #7b7979;*/
	color: #ccc;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}
.testimonials .title h2 {
	color: #fff;
}
/*    blog posts    */
.blog_posts {
	/*margin-top: 70px;padding: 100px 0;
    background: #fafafa;*/
	padding:40px 0 00px 0;
}
.blog_posts .blog_posts_list{
	width:320px;
	float:left;
	margin-bottom:30px;
}
.blog_posts .blog_posts_list .img{width:310px; height:65px;}
.blog_posts .blog_posts_list .brief{width:310px; line-height:22px; height:132px; margin-bottom:15px; overflow:hidden; font-size:12px; color:#999;}
.blog_posts .blog_posts_list .link a{color:#000; text-decoration:none;}
.blog_posts ul {
	list-style: none;
	margin-top: 30px;
}
.blog_posts ul li {
	display: block;
	width: 230px;
	margin-left: 11px;
	float: left;
}
.blog_posts ul li:first-child {
	margin-left: 0;
}
.blog_posts ul li .media .date {
	position: absolute;
	top: 0;
	left: 20px;
	width: 50px;
	padding: 10px 0;
	background: rgba(62, 62, 62, .7);
	text-align: center;
	line-height: 20px;
}
.blog_posts ul li .media .date span {
	display: block;
}
.blog_posts ul li .media .date .day {
	color: #fff;
	font-family: "raleway-bold", 'Microsoft YaHei';
	font-size: 18px;
	font-weight: bold;
}
.blog_posts ul li .media .date .month {
	color: #fff;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 12px;
}
.blog_posts ul li .media {
	width: 230px;
	/*height: 230px;*/
	position: relative;
}
.blog_posts ul li h1 {
	color: #616161;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	margin: 20px 0 0 0;
}
/*    footer    */
footer {
	padding: 35px 0;
	overflow: hidden;
	background:#000;
}
footer .footer_logo {
	float: left;
}
footer .rights p {
	float: left;
	color: #fff;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 12px;
	margin: 5px 0 0 40px;
}
footer .rights p a {
	color: #fff;
	font-family: "raleway-semibold", 'Microsoft YaHei';
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
footer nav ul {
	float: right;
	overflow: hidden;
	list-style: none;
	margin-top: 5px;
}
footer nav ul li {
	float: left;
	margin-left: 25px;
}
footer nav ul li a {
	color: #fff;
	/*font-family: "raleway-regular", 'Microsoft YaHei';*/
	font-size: 12px;
	text-decoration: none;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}
footer nav ul li a:hover {
	color: #fff;
}
header a.logo, header a.logo:hover {
	color: #fff !important;
	text-decoration: none;
}
.icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background:#d70a30;
	text-align:center;
	line-height:30px;
}
.icon-1{
	color:#fff;
	font-size: 18px;
	line-height:50px;
}
.carousel-caption{
	text-shadow:0 1px 1px rgba(0,0,0,.5);
}

#owl-demo .item {
	/*background: #3fbf79;*/
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.zsml{
padding:50px 0;
background:#fff;
}
.zsml ul{
	padding:0;
	list-style:none;
	height:90px;
}
.zsml ul li{
	float:left;
	margin-left:56px;
	display:block;
	width:100px;
	height:70px;
	line-height:70px;
}

.zsml ul li:first-child{
	margin-left:0;
}
.aa:after {
	/*background-color: rgba(0,0,0,0.65);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 698px;
	height:100%;
	z-index: 2;*/
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 2px 2px 0;
	/*background: #726FB9;*/
	background:#fff;
	text-align: center;
	cursor: pointer;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 2px;
}

figure.effect-bubba div {
	opacity: 0.3;/*原始透明度*/
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover div {
	opacity: 0.8;/*over透明度*/
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.gray {
	opacity:0.3;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: Gray;
}

.gray-c {
	opacity:1;
	-webkit-filter:grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}
.bg{
	background: #fff url(../img/bg.jpg);
	background-size: cover;
}
.topHome, .topHome:visited {
	position: fixed;
	bottom: 40px;
	right: 80px;
	z-index: 5;
	color:#ccc !important;
}
.topHome:hover, .topHome:active {
	color: #F89F9F !important;
}
#cnzz_stat_icon_1258510880{
	display:none !important;
}

@media (max-width:991px) {
	.bottom-table{}
	.bottom-table .td{width: 100%;display: block;margin-bottom: 15px;}
	.bottom-table .mr{display: none;}
	.bottom-table .ihH{height: auto;}
}

@media (max-width:768px) {
	figure.effect-bubba figcaption::before,
	figure.effect-bubba figcaption::after {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	figure.effect-bubba h2,
	figure.effect-bubba p {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@media (max-width:640px) {
	figure.effect-bubba h2{font-size: 12px;padding-top: 35%;}
	figure.effect-bubba figcaption:before,
	figure.effect-bubba figcaption:after {border-color: transparent;}
	.blog_posts{padding-top: 20px;}
}