/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'Lantinghei-TC';
    src: url(../font/Lantinghei-TC-Extralight-stub.ttf);
}

@font-face {
    font-family: 'Lantinghei-TCB';
    src: url(../font/Lantinghei-TC-Demibold-stub.ttf);
}

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;
}

a { text-decoration:none; }

/* Start */

body {
	background:#000;
	font-family:'Lantinghei-TC';
}

.wrapper {
	width:1000px;
	margin:5px auto;
	background:#fff;
	min-height:600px;
}

header {
	padding:10px;
	width:100%;
}

header .top {
	float:right;
	font-size:12px;
	margin-right:20px;
	font-weight:bold;
}

.top ul li{
	display:inline;
	padding-right:5px;
	padding-left:5px;
	border-right:1px solid #e3e3e3;
}

.top i {
	font-size:10px;
}

.top ul li:last-child {
	border:0px;
}

nav {
	width:100%;
	height:30px;
}

nav ul {
	background: #e3e3e3;
    list-style-type: none;
    border: 1px solid #acacac;
    padding: 10px;
}

nav ul li {
	display: inline;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Lantinghei-TCB';
}

nav ul a:hover {
	color:#fff;
}	
nav ul a {
	color:#000;
}

nav ul li:hover {
	background:#000;
	color:#FFF;
}

.content {
	width:67%;
	float:left;
}

#player_wrapper {
 margin:0 auto;
}

#player_wrapper_wrapper {
	margin:0 auto;
}

.video-content {
	margin-bottom:600px;
}

.ml {
	width:100%;
	padding:20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ml li {
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	height:220px;
	margin-top:20px;
}

.ml li a {
	margin-right: 10px;
	text-decoration:none;
}

.ml li h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.ml li p{
	margin-bottom:15px;
	line-height: 20px;
	text-align: justify;
}

.ml li img {
	display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fleft{
	float: left!important;
}

.separator {
	margin-top:40px;
	height:5px;
	width:100%;
	padding-left:20px;
}

.separator .bar {
	width: 670px;
	border-top:1px solid #e3e3e3;
}

.sidebar{
	width:33%;
	float:left;
}

.optinform {
	margin-top: -80px;
}

.form {
	width: 280px;
    margin: 0 auto;
    margin-left: 34px;
}

.form h1 {
	text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
}

.formborder {
	padding: 10px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
}

.formborder h2 {
	margin-bottom: 10px;
}

.formborder ul {
    margin: 10px;
    font-size: 12px;
    line-height: 20px;
}

.formborder h3 {
	font-weight: bold;
    margin-bottom: 5px;
}

.formborder span{
	font-size:11px;
}

.inputbox {   
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 58%;
    height: 27px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
	border: 1px solid #3399FF;
    color: #fff;
    background: #3399FF;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-blk{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-lg {
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.input-group{
	position: relative;
    display: table;
    border-collapse: separate;
	margin-bottom:5px;
}

.sec-content {
	margin-top:30px;
	padding-left:20px;
	margin-bottom:40px;
}

.sec-content h1{
	font-size:24px;
	font-weight:bold;
	padding-bottom:5px;
}

.sec-content h1 span {
	font-size:12px;
	padding:5px 0px;
	color: #8e8e8e;
	display:block;
	margin-top: 9px;
}

.sec-content h2 {
	margin-bottom: 10px;
	font-size:20px;
	font-weight:bold;
}

.sec-content p{
	/* line-height:20px; */
	margin-bottom:20px;
	text-align:justify;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#2E2E2E;
	font-size: 15px;
    line-height: 1.625;
}

.sec-content p a{
	font-weight:bold;
}

.sec-content h2 img {
	float:right;
	width:260px !important;
	padding:5px;
	border-radius: 4px;
	border:1px solid #e3e3e3;
	margin-left:10px;
	margin-top:15px;
}

blockquote{
	margin: 1em 3em;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em;
	line-height:12px;
}

blockquote h3{
	line-height:23px;
}

.sec-content ul {
	margin:10px;
	padding:10px;
}

.sec-content ul li {
	list-style-type: disc;
	line-height:25px;
	font-size:14px;
}

#WFItem34 input[type="submit"] {
    cursor: pointer !important;
    text-shadow: none !important;
    float: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
#WFItem34 .wf-input {
    font-family: Arial !important;
    font-size: 14px !important;
    color: #555555 !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #D9D9D9 !important;
    border-style: solid !important;
    width: 100% !important;
    -webkit-border-top-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-bottom-right-radius: 8px !important;
}
#WFItem34 .wf-input {
	width: 407px !important;
    padding: 2px 5px !important;
    font-family: Arial !important;
    font-size: 18px !important;
    color: #dfdede !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #D9D9D9 !important;
    border-style: solid !important;
    height: 46px !important;
    width: 375px !important;
    -webkit-border-top-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-bottom-right-radius: 8px !important;
}
#WFItem34 {
    color: #555555 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}
#WFItem34 {
    width: 450px !important;
}
#WFItem34 {
    color: rgb(85, 85, 85) !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    margin: 0px auto;
}
#WFIcenter {
	    display: block;
    z-index: 101;
    position: relative;
}
#WFItem34 .wf-button {
    font-family: Arial !important;
    font-size: 22px !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #0DBAFF !important;
    background-image: url(http://www.bobbyriocoaching.com/images/core/webforms/gradient_top.png) !important;
    border-width: 0px !important;
    border-color: #000000 !important;
    border-style: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    -webkit-border-top-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-bottom-right-radius: 8px !important;
}
#WFItem34 .wf-inputpos {
    float: none !important;
    width: auto !important;
	margin-left:20px;
	margin-bottom:10px;
}
#WFItem34 div, #WFItem34 dl, #WFItem34 dt, #WFItem34 dd, #WFItem34 ul, #WFItem34 ol, #WFItem34 li, #WFItem34 h1, #WFItem34 h2 {
    border: none !important;
    background: none !important;
    float: none !important;
    width: auto !important;
    -moz-box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    text-indent: inherit !important;
}
.full-content {
	padding-top:30px;
	width:100%;
}

#contact_form input[type=text]{
	padding: 5px;
    font-size: 12px;
    width: 300px;
    margin-top: 5px;
}

#contact_form input[type=submit]{
	padding:10px;
	font-size:14px;
	width:100px;
	margin-bottom:20px;
}

#contact_form textarea{
	width:300px;
	height:100px;
}

b {
	font-family: 'Lantinghei-TCB' !important;
	font-weight: bolder;
}

.footer{
	clear:both;
	height: 170px;
	border-top:1px solid #e3e3e3;
	padding:10px;
	line-height: 18px;
}

.footer p{
	font-size:12px;
}
.footer p a {
	font-size:14px;
	font-weight:bold;
}

/* Remove sometime */
.side-placeholder {
	width:100%;
	height:500px;
	margin-bottom:30px;
}
/* End */