@charset "utf-8";
/* CSS Document */

/*
Theme Name: Haze
Theme URI: http://www.iztwp.com/
Description: A clean, minimal and powerful Portfolio/Photography Wordpress Theme.
Version: 1.2
Author: Madalin Tudose
Author URI: http://deliciousthemes.com/
*/

/*
	Haze v1.2
	http://deliciousthemes.com/

	This theme was designed and developed by Madalin Tudose 
*/

/*	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	1. CSS Reset & Clearfix
	2. Document Setup (body, common classes, etc)
	3. Columns
	4. Typography
		4.1. Dropcaps
		4.2. Highlighted Text
	5. Header
	6. Main Content
		6.1. Nivo Slider
		6.2. Jcarousel
		6.3. Sidebar	
		6.4. Portfolio
		6.5. Gallery
		6.6. Blog
			6.6.1. Comments
			6.6.2. Pagination		
		6.7. Contact
	7. Footer
		7.1. Twitter
		7.2. Flickr
		7.3. Social Icons
	8. Elements
		8.1. Slides Plugin - for Portfolio Single Page
		8.2. Buttons
		8.3. Tabs
		8.4. Toggles
		8.5. Accordions
		8.6. Tables
		8.7. Info Boxes
		8.8. Lists

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {
	font: 12px/20px;	
	font:inherit;
	resize:none;
}

em {
	font-style:italic;
}


/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/p


@font-face {
    font-family: 'Museo300';
    src: url('fonts/museo/Museo300-Regular-webfont.eot');
    src: url('fonts/museo/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo/Museo300-Regular-webfont.woff') format('woff'),
         url('fonts/museo/Museo300-Regular-webfont.ttf') format('truetype'),
         url('fonts/museo/Museo300-Regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('fonts/museo/Museo500-Regular-webfont.eot');
    src: url('fonts/museo/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo/Museo500-Regular-webfont.woff') format('woff'),
         url('fonts/museo/Museo500-Regular-webfont.ttf') format('truetype'),
         url('fonts/museo/Museo500-Regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo700';
    src: url('fonts/museo/Museo700-Regular-webfont.eot');
    src: url('fonts/museo/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo/Museo700-Regular-webfont.woff') format('woff'),
         url('fonts/museo/Museo700-Regular-webfont.ttf') format('truetype'),
         url('fonts/museo/Museo700-Regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	
	font: 14px/20px 'Museo500', Museo500, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	position: relative;
}

a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

p {
	margin-bottom:20px;
}

.clear {
	clear:both;
}

.alignleft {
	display: inline;
	float: left;
	margin:5px 20px 10px 0;
}

.alignright {
	display: inline;
	float: right;
	margin:5px 0 10px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.align-center {
	text-align:center;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}
 
.space {
    height:50px;
    width:100%;
	clear:both;
}

label {
    color:#7F7F7F;
    display:block;
    font-weight:normal;
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px 0;
}


input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    font-family:Arial;
    font-size:12px;
    margin:5px 0;
}

input.text, input.title, select {
    padding:5%;
    width:89%;
}

input.title {
    font-size:13px;
}

textarea {
    height:130px;
    padding:2% 2%;
    width:95.5%;
}

.no-page {
	width:260px;
	margin:0 auto;
}

form.inline p {
    margin-bottom:0;
}

.search-form  input[type="text"]{
	width:160px;
	padding:5px;
	margin-right:5px;
	float:left;
}

.search-form  input[type="submit"] {
	margin-top:4px;
	margin-right:0px;
	width:83px;
}

.preloader { 
	/* background:url(images/nivo-preloaders.gif) center center no-repeat #ffffff; */
	display:inline-block;  
}

.wp-caption {
	margin:0;
}

.alignnone, img.alignnone {
	margin:0;
}

.wp-caption-text {
	margin:0;
}

.sticky {
	margin:0;
}

.gallery-caption {
	margin:0;
}

.bypostauthor {
	margin:0;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.bgwidth { 
	width: 100%; 
}

.bgheight { 
	height: 100%; 
}
.more-view{
	margin-left:10px;
	line-height:30px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Columns
/*-----------------------------------------------------------------------------------*/

.one-half { width: 650px }
.one-third { width: 430px; }
.two-third { width: 620px; }
.one-fourth { width: 320px; }
.three-fourth { width:1030px; }
.one-sixth { width: 160px; }
.five-sixth { width: 1140px }
960 6/5
.one-fourth, .one-half, .two-third, .one-third, .three-fourth, .one-sixth, .five-sixth {
	position: relative;
	margin-right:20px;
	float: left;	
}

.percent-one-half { width: 48%; }
.percent-one-third { width: 30.66%; }
.percent-two-third { width: 65.33%; }
.percent-one-fourth { width: 32%; }
.percent-three-fourth { width: 64%; }
.percent-one-fifth { width: 16.8%; }
.percent-two-fifth { width: 37.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-three-fourth,
.percent-one-fourth,
.percent-one-fifth,
.percent-two-fifth,
.percent-three-fifth,
.percent-four-fifth,
.percent-one-sixth,
.percent-five-sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	min-height:1px;
}

.column-right {
	float:right;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Typography
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:32px;
	line-height:40px;
	margin-bottom:13px;	
}

h2 {
	font-size:24px;
	line-height:32px;
	margin-bottom:13px;
}

h3 {
	font-size:18px;
	line-height:24px;	
	margin-bottom:20px;	
}


h4 {
	font-size:16px;
	line-height:22px;
}

h5 {
	font-size:12px;
	line-height:20px;
}
#top{
	padding-top: 100px;
}
article img{
	max-width: 100%;
}

/*--- 4.1. Dropcaps ---*/

.dropcap1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #666666;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 36px;
    margin: 4px 10px 2px 0;
    padding: 12px 6px;
    text-shadow:0 1px 0 #fff;
}

.dropcap2 {
    float: left;
    font-size: 36px;
	line-height:26px;
    padding-right: 10px;
    padding-top: 8px;
}

.dropcap3 {
    float: left;
    font-size: 36px;
	line-height:30px;
    font-style: italic;
    padding-right: 10px;
	padding-top:8px;
}


/*--- 4.2. Hightlighted Text ---*/

.highlight {
    padding: 1px 3px;
}

.highlight.redish {
    background-color: #ffcccf;
    color: #A14A40;
}

.highlight.bluish {
    background-color: #D7E7F5;
    color: #5E6984;
}

.highlight.yellowish {
    background-color: #FFF9CC;
    color: #736B4C;
}

.highlight.greenish {
    background-color: #E2F2CE;
    color: #466840;
}

.highlight.dark {
    background: #333333;
    color:#fff;
}

pre, code {
    border-style: solid;
    border-width: 1px 5px 1px 5px;
    display: block;
    font-family: monospace;
    font-size: 11px;
    padding: 10px;
}

pre, code {
    margin-bottom:10px;
}

blockquote {
    font-size: 16px;
    font-style: italic;
    line-height:24px;
    margin: 20px 50px;
    padding: 0 0 5px 15px;
}
blockquote p:last-child {
	margin-bottom:0px;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Header
/*-----------------------------------------------------------------------------------*/
header.front_web {
  background:#fff;

  height: 100px;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s
 }

header.header_small {height: 73px;}
#section1{
	float:left;
	margin-top: 100px;
}
.split_line{width:100%;height:1px;background:#CCC;}
/*菜单导航+ -*/

header.front_web .brand {position:absolute;left:5px;top:30%;}
nav	.rm-parent{position:relative;}
nav	.rm-parent:before{content:" ";position:absolute;top:15px;right:20px;width:12px;height:12px;background:url('images/mobile_b_menu.gif') right top/24px auto no-repeat;} 
nav	.rm-hover{position:relative;}
nav	.rm-hover:before{content:" ";position:absolute;top:15px;right:20px;width:12px;height:12px;background:url('images/mobile_b_menu.gif') right bottom/24px auto no-repeat;}

@media (min-width: 576px) { ... }


@media (min-width: 768px) { 
	

	
	
}

@media (min-width: 992px) { 
	.rm-top-menu {float:right;}
	.rm-nav > ul > li{float:right;}

	nav	.rm-parent:before{background:none;} 
	nav	.rm-hover:before{background:none;} 

}


@media (min-width: 1200px) { ... }


@media (min-width: 1400px) {

}




/*-----------------------------------------------------------------------------------*/
/*	6.	Main Content
/*-----------------------------------------------------------------------------------*/

.intro {
	position:relative;
	padding-top:60px;
}

.services {
	overflow:hidden;
}

h2.intro-text {
	text-align:center;
}

.homepage-services {
	width:1320px;
}
h2.intro-text a {
	padding:3px 7px 1px;
}

.centered-wrapper {
	width:1320px;
	margin:0 auto;
}

.page-title {

	margin:0 auto;
	clear:both;
	margin-bottom:30px;

}

.page-title .double-separator {
	margin:0;
}

.breadcrumbs {
	font-size:12px;
	padding:10px 0;
	width:100%;
	overflow:hidden;
}

span.breadcrumb-arrow {
	background:url(images/breadcrumb-arrow.png) no-repeat scroll 0 0;
	width:21px;
	height:20px;
	display:inline-block;
	vertical-align: middle;
}

#crumbs {
	height: 20px;
	line-height: 20px;
}
.content-center {
	text-align:center;
	overflow:hidden;
}
.content-center br, .content-left br  {
	display:none;
}	
.content-left {
	overflow:hidden;
	text-align:left;
}
	
.content-left img.service-img {
	float:left;
	margin:0 20px 20px 0;
	width:60px;
	height:auto;
}

.content-center img.service-img {
	text-align:center;
	margin:0 0 20px 0;
	width:60px;
	height:auto;
}

h3.service {
	font-size:18px;
	line-height:20px;	
	margin-bottom:10px;
	font-weight:bold;

}

.separator {
	width:100%;
	height:1px;
	clear:both;
	margin:40px 0;
	display:inline-block;
}

.double-separator {
	width:100%;
	height:1px;
	clear:both;
	margin:40px 0;
}

#footer .double-separator {
	margin:50px 0;
}

h2.bgtitle {
	font-size:14px;
	font-family:'Museo500', Museo500, Helvetica, Arial, sans-serif;
	float:left;
	height:25px;
	line-height:26px;
	padding:0 5px;
	margin-bottom:20px;
}

.team-member {
    margin-bottom:60px;
    padding-bottom:40px;
    position:relative;
}

.team-details {
    float:left;
    margin-right:20px;
    width:110px;
}

.team-avatar {
    float:left;
    height:110px;
    padding-bottom:5px;
    width:110px;
}

.team-social {
    margin-bottom:10px;
}

.team-social a img {
    -moz-transition: all .2s ease-in-out;
    -o-transition: color .2s ease-in-out, opacity .2s ease-in-out, border-color .3s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    opacity: .3;
    transition: all .2s ease-in-out;
}

.team-social a img:hover{
    opacity: 1;
}

.team-twitter, .team-facebook, .team-linkedin {
    float:left;
    padding:0 6px;
	margin-top:5px;
}

.team-text p {
    margin-top:10px;
}


#slider-wrapper {

	margin: 0 auto;
	overflow:hidden;
	clear:both;
	position:relative;
	height:500px;

}

.nivo {
	
	height:500px;
	clear:both;
	padding-bottom:60px;
}

#preloader {
	position:absolute; 
	top:0; 
	left:50%; 
	width:12px; 
	height:400px;
}

#preloader img {
 padding-top:190px;
}

#slider {
	width:1320px;
	height:500px;
	display: block;
	clear: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -660px;
}

.nivoSlider {
	position:absolute;
	width: 1320px;
	
}

.nivoSlider img {
	position:relative;
	top:0px;
	left:-320px;
}

.nivoSlider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	height:7px;
	width:1320px;
	margin-top:493px;
	z-index:8;
}

.nivo-wrapper {
	width:1320px;
	margin: 0 auto;
	overflow: hidden;
}

.nivo-controlNav a {
	display:block;
	width:188px;
	height:7px;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	position:relative;
	z-index:9;
	-webkit-transition: background 0.2s linear;
}

.nivo-directionNav {
	width:1320px;
	margin:0 auto;
	position:relative;
	z-index:50;
	cursor:pointer;
}

.nivo-directionNav a {
	display:block;
	width:57px;
	height:57px;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:183px;
	z-index: 10;
	opacity:0.9;
}

.nivo-directionNav a:hover {
	opacity:1;
}


/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:50%;
	margin-left:-185px;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:340px;
	height:auto;
	z-index:11;
	bottom:20px;
	padding:10px 15px 10px 20px;
}

.caption-bg {
	width:375px;
	height:14px;
	position:absolute;
	bottom: -14px;
	left: 0;
}

.nivo-caption h1 {
	font-family: 'Museo500', Museo500, Helvetica, Arial, sans-serif;
	font-size:20px;
	margin:0;
	height:32px;
	line-height:32px;
}

.nivo-caption p {
	padding:5px 0;
	font-family:'Museo500', Museo500, Helvetica, Arial, sans-serif;
	margin:0;
}

.nivo-html-caption {
    display:none;
}


/*--- 6.3. Sidebar ---*/

#sidebar {
	width:260px;
	float:right;
}

.widget {
	overflow:hidden;
	margin-bottom:60px;
}

.widget ul li {
	font-size:12px;
	background:url(images/breadcrumb-arrow.png) no-repeat scroll 0 6px;
	padding:5px 0 5px 30px;
}

.sidebar-post {
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
}

.sidebar-post span {
	float:left;
	width:55px;
	height:32px;
	line-height:32px;
	text-align:center;
	margin-right:14px;
	margin-top:4px;
} 

.sidebar-post h5 {
	font-size:12px;
	width:190px;
	float:left;
}


/*--- 6.4. Portfolio ---*/


.pro_box a{position:relative;overflow:hidden;width:100%;float:left;display:block;}
.pro_box a img{width:100%;float:left;display:block;}
.pro_box h2{color:#fff;text-align:center;margin-top:30%;font-size:14px;}
.pro_box a div{position:absolute;top:0;left:-100%;width:100%;height:100%;float:left;background: rgba(0,0,0,0.6);}


ul#filters {
	float:right;
}

ul#filters li {
	display:inline;
	margin-right:15px;
}
.portfolio_sing img{
	max-width:100%
}

.portfolio {
	clear:both;
	overflow:hidden;
	
}



.portfolio h4 {
	font-size:14px;
	font-family:'Museo700', Museo700, Helvetica, Arial, sans-serif;
	margin:10px 5px 5px;
}

.portfolio p {
	padding:5px;
	font-size: 13px;
}	

#portfolio-wrapper .four-columns img {
	width:auto;
	height:150px;
}

#portfolio-wrapper .three-columns img {
	width:auto;
	height:205px;
}

#portfolio-wrapper .two-columns img {
	width:auto;
	height:314px;
}

#portfolio-wrapper .four-columns li {
	width:320px;
}

#portfolio-wrapper .three-columns li {
	width:430px;
}

#portfolio-wrapper .two-columns li {
	width:650px;
}

.item-details li {
	margin:0;
	padding:10px 0;
}

.single-portfolio-nav {
	position:relative;
}

.previous-post-link, .next-post-link  {
	text-indent:-9999px;
}


/*--- 6.5. Gallery ---*/

#gallery {
	clear:both;
	width:1400px;
}

.col4 {
	width:320px;
}

.col4 img {
	width:320px;
	height:auto;
}

.col3 {
	width:430px;
}

.col3 img {
	max-width:430px;
}

.rollover {
	width:25px;
	height:25px;
	position:absolute;
	top:0;
	right:0;
	display:none;
	opacity:1;
}

.gallery-item {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}

.gallery-item a {
	display:block;
	float:left;
}


/*--- 6.6. Blog ---*/

#post_sing img.post_cat {
	max-width:100%;
}
#posts-home{
	clear:both;
	
}

#links{
	clear:both;
}
#links span{
	padding-right:10px;
}



.post-thumbnail {
	margin-bottom:30px;
	display:block;
}

.post-thumbnail img {
	width:auto;
	height:215px;
}

.meta {
	width:110px;
	float:left;
	margin-right:30px;
}

.meta p {
	margin:0;
	padding:5px 0;
}

p.readmore {
	text-align:right;
}

.post {
	margin-bottom:50px;
	padding-bottom:20px;
	overflow:hidden;
}

.post-content {
	clear:both;
	padding-top:40px;
}

.right-image {
    float:right;
    margin:5px 0 0 20px;
}

.left-image {
    float:left;
    margin:5px 20px 0 0;
}

.post-image {
    margin:5px 0 20px;
}

.author-bio {
    clear:both;
    margin-top:30px;
    overflow:hidden;
    padding:25px;
    position:relative;
}

ul.tags {
    padding:0 0 10px;
    position:relative;
	overflow:hidden;
}

ul.tags li{
    display:inline;
    float:left;
    height:16px;
    line-height:20px;
    margin:30px 20px 0 0;
}
.tagcloud a {
	margin-right:10px;
	overflow:hidden;
	height:14px;
	line-height:24px;
}

ul.archive-list li,  .wp-tag-cloud li  {
	list-style-type: circle;
	margin-left:15px;
	padding:0 0 7px 0;
	font-size:14px;
}

ul.archive-list ul.children {
	margin:0;
}

ul.archive-list ul.children li {
	padding-top:7px;
	padding-bottom:0px;
}

h3.tag-title {
    background-image:none;
    float:left;
    line-height:18px;
    margin:30px 20px 0 0;
}

.authorp {
    float:left;
    width:85%;
}

.author-bio {
	margin-bottom:40px;
}

.author-bio p {
	margin-bottom:0;
}	

.author-bio img {
    float:left;
    margin:0 25px 0 0;
}
#nav-posts {
	overflow:hidden;
}

/*--- 6.6.1. Comments ---*/

.commentlist {
    list-style-type: none;
    margin: 30px 0 40px;
}

.comment {
    margin-top: 35px;
    position: relative;
}

.commentwrap {
    margin: 0 0 0 75px;
    padding:15px 20px;
}

.comment-avatar {
    left: 0;
    position: absolute;
    top: 0;
}

.metacomment {
    margin-bottom: 10px;
}

.metacomment span {
    font-weight:bold;
    margin: 0 5px 0 0;
}

ul.threaded {
    margin-left:75px;
}

.children { 
	margin: 20px 0 0 83px; 
}

.children li.comment { 
	margin: 0 0 20px 0; 
}

.cancel-comment-reply { 
	margin-bottom:10px; 
}
#respond {
	margin-top:40px;
}
#cancel-comment-reply-link {
	color:red;
}
#commentform {
	width:640px;
	position:relative;
}

#commentform fieldset {
	clear:both;
}

#commentform input[type="text"] {
	width:174px;
	padding:9px 10px;
	font-size:12px;
}

textarea#mycomment {
	width:618px;
	padding:10px;
	clear:both;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
}

#commentform input[type="submit"] {
	margin-top:5px;
}


/*--- 6.6.2. Pagination ---*/

.pagenav {
    text-align:center;
}

.pagenav a {
    display:inline-block;
    margin:4px;
    padding:5px 12px;
}

span.current {
    display:inline-block;
    margin:4px;
    padding:5px 12px;
}

span.pages {
    margin-right:10px;
}


/*--- 6.7. Contact ---*/

.contact-info p {
	margin:0;
	padding:5px;
}

.contact-map {
	margin-bottom:50px;
}

.contactform label {
	clear:both;
}	
.contactform br {
	display:none;
}
.contactform p {
	margin:0;
}
.contactform input[type=text] {
	margin-bottom:10px;
	width:89%;
	padding:4% 5%;
}

.contactform input[type=submit] {
	font-size:12px;
	clear:both;
	float:left;
	cursor:pointer;
	margin:0;
}

.contactform textarea { 
	height:130px;
	clear:both;
}

.contact-loader {
	float: right;
	padding: 11px 11px 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/


footer,footer a{
	font-size:14px;
	color:#ccc;
}

#footer {
	overflow:hidden;
	clear:both;
}
#topfooter {

}

#bottomfooter {
	margin-top:30px;
	padding:30px 0 15px;
	position:relative;
	overflow:hidden;
	clear:both;
}

#bottomfooter p {
	float:left;
}
.one-all{
	width:70%;
	margin:0 auto;
	text-align:center;
}

.totop {
	background:url(images/top.png) no-repeat scroll 0 0;
	width:37px;
	height:42px;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-18px;
	text-indent:-9999px;
}


/*--- 7.1. Twitter ---*/

.tweet,
.query {
	margin:0;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
	
.tweet_list li, #topfooter li {
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	list-style-type: none;
}

.tweet_list li:last-child, #topfooter li:last-child {
	border-bottom:0 none;
}

.tweet_list li a {
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}


/*--- 7.2. Twitter ---*/

#flickr {
	margin-right:-4px;
}

#flickr .thumbs { 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}

#flickr .flickr-item { 
	list-style: none; 
	float: left; 
	margin: 0 4px 4px 0; 
	border:0 none;
	padding:0;
}

#flickr .flickr-item img { 
	display: block; 
	width:40px;
	height:40px;
}

#flickr .flickr-item a img { 
	border: none;
}


/*--- 7.3. Social Icons ---*/

ul#social {
	float:right;
	margin-right:-5px;
}

ul#social li {
	display:inline;
}

ul#social li a {
	display:block;
	margin:0 5px;
	width:24px;
	float:left;
	height:24px;
	text-indent:-9999px;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}



/*-----------------------------------------------------------------------------------*/
/*	8.	Elements
/*-----------------------------------------------------------------------------------*/

/*--- 8.1. Slides ---*/

.slides_container {
	width:600px;
	display:none;
}

.slides_container div.slide {
	width:600px;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:0;
	left:0;
	width:25px;
	height:25px;
	display:block;
	z-index:101;
}

#slides .next img,#slides .prev img {
	height:auto;
	width:auto;
}

#slides .next {
	left:25px;
}

.pagination {
	position:absolute;
	bottom:10px;
	right:5px;
	z-index:1000;
}

.pagination li {
	float:left;
	margin-left:1px;
	list-style:none;

}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -14px;
}

#slides .caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	text-shadow:none;
}


/*--- 8.2. Buttons ---*/

input[type="submit"] {
    cursor:pointer;
    display:inline-block;
    font-size: 12px;
    font-family:'Museo700', Museo700, Helvetica, Arial, sans-serif;
    line-height:16px;
    margin:0 10px 20px 0;
    padding: 7px 11px;
	position:relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	-moz-box-shadow:0px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow:0px 1px 1px rgba(000,000,000,0.1);		
	box-shadow:0px 1px 0px rgba(000,000,000,0.1);	
	
    background:url(images/buttons/button-small-white.png) repeat-x scroll 0 0;
    border: 1px solid #d3d3d3;
    color: #717171;
}
input[type="submit"]:hover {
	background-position: 0 -30px;
}
.button {
    cursor:pointer;
    display:inline-block;
    font-size: 12px;
    font-family:'Museo700', Museo700, Helvetica, Arial, sans-serif;
    line-height:16px;
    margin:0 10px 20px 0;
    padding: 7px 11px;
	position:relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	-moz-box-shadow:0px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow:0px 1px 1px rgba(000,000,000,0.1);		
	box-shadow:0px 1px 0px rgba(000,000,000,0.1);
}
.button:hover { 
	background-position: 0 -30px; 
}

.white {
    background:url(images/buttons/button-small-white.png) repeat-x scroll 0 0;
    border: 1px solid #d3d3d3;
    color: #717171;
}

.white:hover {
    color: #717171;
}

.yellow {
    background:url(images/buttons/button-small-yellow.png) repeat-x scroll 0 0;
    border: 1px solid #daad4b;
    color: #896d31;
}

.yellow:hover {
    color: #896d31;
}

.black {
    background:url(images/buttons/button-small-black.png) repeat-x scroll 0 0;
    border: 1px solid #464646;
    color: #ffffff;
}

.black:hover {
    color: #ffffff;
}

.green {
    background:url(images/buttons/button-small-green.png) repeat-x scroll 0 0;
    border: 1px solid #4f9937;
    color: #fff;
}

.green:hover {
    color: #fff;
}

.bleumarin {
    background:url(images/buttons/button-small-bluemarin.png) repeat-x scroll 0 0;
    border: 1px solid #4bb6da;
    color: #3c7389;
}

.bleumarin:hover {
    color: #3c7389;
}

.rose {
    background:url(images/buttons/button-small-rose.png) repeat-x scroll 0 0;
    border: 1px solid #dc5653;
    color: #8e3d3b;
}

.rose:hover {
    color: #8e3d3b;
}


/*--- 8.3. Tabs ---*/

.tabs-wrapper { 
	width: 100%;
}

.tab-item {
	clear:both;
	overflow:hidden;
	padding:15px 0;
}

.tabs-container {
	float:left;
	position:relative;
	display:block;
	width:100%;
}

.tabs-wrapper .tab-content { 
	padding:20px;
	overflow:hidden; 
}

ul.tabs {
	float: left; 
	height: 34px; 
	width: 100%; 
	padding-left: 0 !important; 
	margin-bottom: 0 !important;
}

.tabs-container p:last-child {
	margin-bottom:0;
}

ul.tabs li { 
	float: left; 
	padding-left: 0 !important; 
	overflow: hidden; 
	padding-bottom: 0; 
	position: relative; 
	text-align:center;
	outline:none;
}

ul.tabs li a { 
	height: 34px; 
	line-height: 34px; 
	text-decoration:none; 
	font-size:12px; 
	display: block; 
	padding: 0 25px; 
	outline:none;
}

/*--- 8.4. Toggles ---*/

.toggle-view {
    list-style:none;    
    font-size:12px;
    margin:0;
    padding:0;
    width:100%;
}

.toggle-view li {
	margin-bottom:1px;
	position:relative;
}

.toggle-view h3 {
	margin:0;
	font-size:12px;
	cursor:pointer;
    padding: 7px 10px;
}

.toggle-view span {
	position:absolute;
	right:10px; top:12px;
}

.toggle-plus {
	background:url(images/plus.png) no-repeat scroll right center;
	width:12px;
	height:12px;
	opacity:0.5;
}

.toggle-minus {
	background:url(images/minus.png) no-repeat scroll right center;
	width:12px;
	height:12px;
}
 
.toggle-view .panel {
	display:none;
	overflow:hidden;
	padding:20px;
}   

.toggle-view .panel p:last-child {
	margin-bottom:0;
}


/*--- 8.5. Accordions ---*/

.ac-btn {
    cursor: pointer;
    font-size: 12px;
    font-weight:normal;
    padding: 7px 10px;
	margin-bottom:1px;
}

.ac-btn h3 {
	margin:0;
	font-size:12px;
	cursor:pointer;
}

.ac-content {
    border-top: 0;
    display: none;
    margin-bottom: 2px;
    margin-top: -3px;
    overflow: auto;
    padding: 10px 20px;
    position: relative;
    top: 1px;
}


/*--- 8.6. Tables ---*/

ul.pricing-table {
	width:100%;
	overflow:hidden;
}
ul.pricing-table strong {
	font-weight:bold;
}
ul.pricing-table li {
	text-align:center;

}
li.table-6 {
	width:16.6%;
	float:left;
}
li.table-5 {
	width:20%;
	float:left;
}
li.table-4 {
	width:25%;
	float:left;
}
li.table-3 {
	width:33.3%;
	float:left;
}
li.table-2 {
	width:50%;
	float:left;
}

.column-header {
	padding: 10px 20px;
	height:65px;
}
.pricing-table .no-border {
	border:0 none;
	height:66px;
}

.column-footer {
	padding: 10px 20px;
}
.column-body {
	padding-bottom:7px;
}
.column-body ul li {
	padding: 10px 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.column-body ul {
	margin-bottom: 10px;
}

.pricing-table, .normal-table {
    width:100%;
}
.pricing-table p, .normal-table p {
	margin:0;
}
.pricing-table td, .normal-table td {
    padding:10px 20px;
    text-align:center;
}

.pricing-table td.td-empty {
    border:0 none;
}

.pricing-table span {
    font-weight:bold;
    text-transform:uppercase;
}

.pricing-table .button {
    margin:0;
}

.pricing-table .initial {
    color:#000;
    font-weight:bold;
}


/*--- 8.7. Info Boxes ---*/

.box-error, .box-alert, .box-notice, .box-success, .box-info {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
}

.box-error, .box-alert {
    background:#fce2e3;
    border-color: #fac2c4;
    color: #e54034;
}

.box-notice {
    background:#fdf4bd;
    border-color: #fed223;
    color: #504621;
}

.box-info {
    background:#d4ebf6;
    border-color: #91c8e2;
    color: #20568f;
}

.box-success {
    background:#e5eec0;
    border-color: #c4d67e;
    color: #264509;
}


/*--- 8.8. Lists ---*/

ul.star-list li { 
	background:url(images/list-star-small.png) no-repeat scroll center left; 
}

ul.radio-list li { 
	background:url(images/list-ui-radio-button.png) no-repeat scroll center left; 
}

ul.arrow-list li { 
	background:url(images/list-arrow-small.png) no-repeat scroll center left; 
}

ul.tick-list li { 
	background:url(images/list-okay.png) no-repeat scroll center left; 
}

ul.customlist li {
	padding-left: 20px;
}
/*---主页服务品牌---*/

#brandlog{
	clear:both;
	
}
.brandlogo{
	width:98px;
	height:63px;
	border:none;
}
.bfrist,.bthree{
	float:left;
}
.bsecond{
	float:right;
}
@media only screen and (max-width: 1023px) {
	 .bfrist,.bthree,.bsecond{
		float:left;
	}
}