/*

	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*/
body {
	/*font-family: "raleway-regular", arial, 'Microsoft YaHei';*/
	font-family:'Helvetica Neue', 'Microsoft YaHei', arial, serif;
}
body *{
letter-spacing:0;	
}
a:link, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#0b5bd6;
	text-decoration:none;
}
a:active{
	color:#666;
	text-decoration:none;
}
.wrapper {
	width: 1200px;
	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: 300px;
	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('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: 10px;
}
.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{
	width:781px;
	height:50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
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;
	margin-top:20px;
}
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: 16px;

	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: #0b5bd6;*/
	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>ul>li.active, header.light nav>ul>li:hover{
	/*border-bottom: 2px solid #0b5bd6;*/
}
header.light nav>ul>li.active>a {
/*color:#0b5bd6;*/
}

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: #0b5bd6; !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('188453616.jpg') center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.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('play_btn.png') no-repeat;
	margin-top: 40px;
}
.title {
	text-align: center;
	overflow: hidden;
}
.title h2 {
	color: #616161;
	/*font-family: "raleway-bold", 'Microsoft YaHei';*/
	font-size: 24px;
	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 20px 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: #0b5bd6;
	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('testimonial_triangle.png') no-repeat;
	position: absolute;
	bottom: -5px;
	left: 22px;
}
.testimonials ul li .client {
	margin-left: 2px;
}
.testimonials ul li .client img.avatar {
	float: left;
	margin-right: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.testimonials ul li .client .client_details {
	/*float: left;*/
}
.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:70px 0 20px 0;
}
.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:#0b5bd6;
	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:80px;
}
.zsml ul li{
	float:left;
	margin-left:56px;
}
.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 1px 1px 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: 1px;
}

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: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-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(bg.jpg) center center repeat-y;
	/*background-size: contain;*/
	padding:30px 0px;
}

.topHome, .topHome:visited {
	position: fixed;
	bottom: 40px;
	right: 80px;
	z-index: 5;
	color:#ccc !important;
}
.topHome:hover, .topHome:active {
	color: #F89F9F !important;
}

.content{
	line-height:2.2em;
	font-size:14px;
}

.content .left ul{
	list-style:none;
}
.content .left ul li{
	text-align:right;
	font-size:12px;
}
.content .left ul li a{
	color:#666;
	font-size:14px !important;
}

.content .left ul li.active a{
	/*border-right:2px solid rgba(215,11,48,1);*/
	font-weight:bold;
	color:#000;
}
.content .right{
	min-height:500px;
	padding-left:40px;
	border-left:1px solid rgba(215,11,48,0.4);
}
.content .right p{
	margin-top:1em;
}
.content .right img{
	/*max-width:100% !important;*/
	height:auto !important;
}
.content .right h2{
	margin-bottom:1.2em;
}
.content .right ul{
	line-height:3em !important;
	list-style:none;
}

.content .right .media-body p{
	line-height:2em;
	margin-top:0.5em;
	font-size:14px;
}
.content .right .media-body .media-heading{
	/*margin-bottom:1.2em;*/
}

.content .right a:link, .content .right a:visited{
	color:#333;
}
.content .right a:hover, .content .right a:active{
	color:rgba(215,11,48,1);
}

.content .media-object{
	width:80px;
	height:80px;
/*	border:1px solid #eee;
*/}

/*翻页样式*/
.page_wrap{clear:both; margin-bottom:10px; overflow:hidden;zoom:1;}
.paginator {float:right; height:25px; overflow:hidden; }
.paginator,
.paginator input,
.paginator button {font-family:Tahoma, "宋体"; font-size:12px; }
.paginator a,
.paginator span {float:left; height:23px; margin:0 5px 0 0; text-align:center; white-space:nowrap; vertical-align:middle; line-height:23px; background:#fff; }
.paginator a {color:#085C9B; }
.paginator b{font-family:"宋体"; margin:3px;font-weight:300;}
.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {text-decoration:none; }
.paginator .page-start,
.paginator a,
.paginator .page-end {padding:0 8px; border:1px solid #D3D3D3; background:#ffffff; }
.paginator .page-start {border-color:#d9d9d9; color:#d9d9d9; }
.paginator .page-end { border-color:#d9d9d9;  color:#d9d9d9; }
.paginator .page-this,
.paginator .page-break {padding:0 3px; }
.paginator .page-break {border:1px solid #fff; }
.paginator .page-this {border:1px solid #D3D3D3;background-color:#E9E9E9; color:#D4105A;padding:0px 8px; font-weight:bold; }
.paginator .page-skip {height:22px; line-height:22px; padding:0 3px; margin:0; background:none; }
.paginator .page-skip input {width:26px;  *width:23px;height:19px;line-height:19px;border:1px #D3D3D3 solid;font-size:12px; margin:-1px 6px 0px 6px;#margin-top:1px;_margin-top:0px;padding:0px 0px 0px 2px; vertical-align:middle; padding-top:0px; padding-bottom:0px; }
.paginator .page-skip button {font-size:12px; padding:0 5px 5px 5px;_padding:0 5px 0 5px; width:auto; _width:0; height:22px;  *height:23px; *line-height:20px; _height:16px; _line-height:16px; margin-left:10px;  *margin-top:-1px;overflow:visible; vertical-align:top; }
.paginator a:hover {border:1px solid #A6A6A6;color:#868688; }
