
p {
    margin-bottom:1em;
    font-weight:normal;
    font-family:inherit;
    line-height:inherit;
}

p:last-child {
	margin-bottom:0;
}

h1 + p {
	margin-top:-0.5em;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    font-weight:normal;
    font-style:normal;
    font-family:Crete Round, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:-5px 12px 0 0!important;
	vertical-align:middle;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color:#6f6f6f;
    font-size:60%;
    line-height:0;
}

h1 {
	margin-bottom:1em;
    font-size:1.5em;
}

h2 {
	margin-bottom:0.7em;
    font-size:1.4em;
}

h3 {
	margin-bottom:0.7em;
    font-size:1.3em;
}

h4 {
	margin-bottom:0.4em;
    font-size:1.2em;
}
 /* �������?����֮�� www.lanrenzhijia.com */
h5 {
	margin-bottom:0.7em;
    font-size:1.15em;
}

h6 {
	margin-bottom:0.7em;
    font-size:1em;
}

hr {
    clear:both;
    margin:22px 0 21px;
    height:0;
    border:solid #ddd;
    border-width:1px 0 0;
}

em, i {
    font-style:italic;
    line-height:inherit;
}

strong, b {
    font-weight:bold;
    line-height:inherit;
}



u, ins {
	text-decoration:none;
}

img, object, embed, iframe {
    max-width:100%;
}

img {
	height:auto;
}




.clear {
	clear:both;
}
.left {
    float:left;
}

.right {
    float:right;
}


.visible {
	visibility:visible;
	opacity:1!important;
}





/*----------------------------- Buttons -----------------------------*/

input[type="submit"],
input[type="button"],
.button {	
	position:relative;
	display:inline-block;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.15);
	background:#f3715d;
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.17);
	white-space:nowrap;
	cursor:pointer;
}

.button.secondary {
	background-color:#5ea5d7;
}

.button.dark {
	border-color:rgba(0,0,0,0.2);
	background-color:#3d4e5b;
}

.button > span,
input[type="submit"],
input[type="button"] {
	padding:0.2em 10px 0.3em 10px;
	line-height:1.8em;
}

.button > span {
	display:block;
	overflow:hidden;
	background:url(../images/bgs/button_bg.png) 0 0 repeat-x;
	color:#fff!important;
}

.button.dark > span {
	background:url(../images/bgs/button_dark_bg.png) 0 0 repeat-x;
}

.button:hover > span {
	background-color:rgba(255,255,255,0.05);
	color:#fff;
}

.button.active > span,
.button:active > span{
	background:none;
}

.button img {
	position:relative;
	display:inline!important;	
	margin:-2px 8px 0 0;
	vertical-align:middle;
}

.button.medium img {
	margin:-3px 8px 0 0;
}

.button.large img {
	margin:-4px 10px 0 0;
}

.button.medium > span {
	padding:0 12px;
	font-size:1.2em;
	line-height:2.4em;
}

.button.large > span {
	padding:0 18px;
	font-size:1.4em;
	line-height:2.4em;
}

p > .button:first-child {
	margin-top:0.5em;
}

.button-icon {
	position:relative;
	display:inline-block;
	margin:-2px 8px 0 0;
	width:16px;
	height:16px;
	background:url(../images/icons/button_icons.png) 0 0 no-repeat;
	vertical-align:middle;
}

.button-icon.upload { width:17px; }
.button-icon.help { height:17px; background-position:0 -90px; }
.button-icon.register { width:13px; height:13px; background-position:0 -31px; }
.button-icon.login { width:8px; height:16px; background-position:0 -73px; }
.button-icon.logout { width:11px; height:13px; background-position:0 -60px; }
.button-icon.save { height:15px; background-position:0 -16px; }
.button-icon.check { height:12px; background-position:0 -109px; }
.button-icon.close { width:15px; background-position:-1px -124px; }
.button-icon.prev { width:9px; background-position:-4px -143px; }
.button-icon.next { width:9px; background-position:-3px -162px; }
.button-icon.plus { width:13px; height:13px; background-position:0 -45px; }
.button-icon.edit { width:15px; background-position:0 -178px; }
.button-icon.facebook { background-position: 0 -195px; }



/*----------------------------- Lists ----------------------------*/

ul, ol {
    margin-bottom:17px;
    list-style-position:inside;
	list-style-type:disc;
    line-height:1.6;
}

ol {
	list-style-type:decimal;
}

li > ul, li > ol {
	margin-top:0.5em;
    margin-bottom:0;
}

li {
	margin-bottom:0.5em;
}

ul:last-child,
ol:last-child,
li:last-child {
	margin-bottom:0;
}

/*--------------------------- Substrate --------------------------*/

.substrate {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
	overflow:hidden;
	width:100%;
}

.substrate img {
	display:block;
	width:100%;
	height:auto;
}

.featured-content .substrate:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	display:block;
	background:url(../images/expert_banner/bgs/substrate_bg.png);
	content:" ";
}



/*------------------------------ Columns ---------------------------*/



.row:before, .row:after {
    display:table;
    content:" ";
}

.row:after {
    clear:both;
}


.column {
    position:relative;
    float:left;
    margin-right: 3.8%;
    min-height:1px;
}

.row .onecol { width: 4.85%; }
.row .twocol { width: 13.45%; }
.row .threecol { width: 22.05%; }
.row .fourcol { width: 30.75%; }
.row .fivecol { width: 39.45%; }
.row .sixcol { width: 48%; }
.row .sevencol { width: 56.75%; }
.row .eightcol { width: 65.4%; }
.row .ninecol { width: 74.05%; }
.row .tencol { width: 82.7%; }
.row .elevencol { width: 91.35%; }
.row .twelvecol { width: 100%; }


.last { margin-right: 0px!important; }


.featured-content {
	position:relative;
	overflow:hidden;
	background:#fff;
}

.featured-content:after {
	position:absolute;
	right:0;
	bottom:-5px;
	left:0;
	z-index:100;
	display:block;
	width:100%;
	height:5px;
	content:" ";
}

.featured-content h1 {
	margin-bottom:0.7em;
	font-size:2em;
}


.site-wrap {
	position:relative;
	overflow:hidden;
}


/* =========================== SLIDERS =========================== */

.themex-slider {
	position:relative;
	overflow:hidden;
}

.themex-slider > ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

.themex-slider > ul > li {
	position:relative;
	display:block;
	overflow:hidden;
}

.themex-slider > ul > li.current,
.themex-slider > ul > li:first-child {
	z-index:1;
}

.themex-slider > ul > li > img,
.themex-slider > ul > li > a > img {
	display:block;
	width:100%;
	height:auto;
}

.themex-slider .arrow {
	position:absolute;
	top:50%;
	z-index:100;
	margin-top:-12px;	
	width:13px;
	height:23px;
	background:url(../images/expert_banner/main_slider_arrows.png) -13px 0 no-repeat;
	cursor:pointer;
}

.themex-slider .arrow-left {
	left:24px;
}

.themex-slider .arrow-right {
	right:24px;
	background-position:0 0;
}

/*------------------------------- Parallax Slider ----------------------------*/

.parallax-slider {	
	overflow:hidden;
	color:#fff;
}

.parallax-slider .substrate {
	width:130%;
}

.parallax-slider > ul {
	overflow:hidden;
	width:10000%;
	opacity:0;
}

.parallax-slider > ul > li {
	display:block;
	float:left;
}

.parallax-slider img.aligncenter,
.parallax-slider img.alignnone {
	display:block;
}


/* --------------------------- 940px-1199px --------------------------- */

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
	.row {
		width:940px;
	}
}

/* ---------------------------- 768px-999px --------------------------- */

@media only screen and (max-width: 999px) and (min-width: 768px) {
	.row {
		width:708px;
	}
}


/* ------------------------------ 0-767px ---------------------------- */

@media handheld, only screen and (max-width: 767px) {
	
	.row .column {
		margin:0 0 3em 0;
		width:100%;
	}
	
	.row .column > .column {
		margin-bottom:1em;
	}
	

	.mobile-search-form {
		display:block;
	}
	

	.parallax-slider .column {
		top:0!important;
	}
	
	.post .post-image ,
	.course-content .course-questions {
		margin-bottom:1.5em;
	}
	
	.vertical-tabs .tabs {
		margin-bottom:1.5em;
		border-width:0;
	}
	
	.vertical-tabs .tabs li {
		margin-top:-1px;
	}
	
	.vertical-tabs .tabs li.current {
		margin-right:0;
		border-right:1px solid #E5E5E5;
	}
	
	.vertical-tabs .panes {
		padding:0;
		border-width:0;
	}
	

}

/* ---------------------------- 480px-767px -------------------------- */

@media handheld, only screen and (max-width: 767px) and (min-width: 480px) {
	.row {
		padding:0 15px;
		width:450px;
	}
	
	.featured-content .substrate {
		width:500%;
	}
}

/* ---------------------------- 320px-479px -------------------------- */

@media handheld, only screen and (max-width: 479px) {
	.row {
		padding:0 15px;
		width:290px;
	}	
	
	.featured-content .substrate {
		width:700%;
	}
	
	.login-button .tooltip-wrap {
		right:auto;
		left:0;
	}
}

@media print {
	.print-button {
		display:none;
	}
}

input[type="submit"],
input[type="button"],
.course-price .price-text,
.jp-play-bar,
.jp-volume-bar-value,
.jp-controls a:before,
.search-form input,
.select-menu span,
.button {
background-image: -moz-linear-gradient(top, rgb(8, 173, 79) 0%,rgb(0, 130, 56) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgb(8, 173, 79) 0%,rgb(0, 130, 56) 100%);
background-image: -o-linear-gradient(top, rgb(8, 173, 79) 0%,rgb(0, 130, 56) 100%);
background-image: -ms-linear-gradient(top, rgb(8, 173, 79) 0%,rgb(0, 130, 56) 100%);
background-image: linear-gradient(to bottom, rgb(8, 173, 79) 0%,rgb(0, 130, 56) 100%);
}