* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	
}

html, div, span, applet, object, iframe, 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, fieldset, form, label, legend, caption, tfoot, thead, 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%;
	vertical-align: baseline;
}
/*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;
}
caption,
th,
html {
	/*overflow-y: scroll;*/
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
}
a { outline:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.archive-title{
	font-size: 29px;
	line-height: 1;
	font-weight: normal;
	color: #000;
	display:none;
}
h1.entry-title a { color:#FFF !important;}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #b8973c;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #999;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #b8973c;
	text-decoration:none;
}
a:hover {
	color: #eccc6d;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	width:960px;
	padding: 0 24px;
	padding: 0 1.714285714rem;
	/*background-color: #fff;*/
	clear:both;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #b8973c;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	background: url("images/skin/bg_menu.jpg") repeat-x scroll center top #272728;
    float: left;
    height: 91px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
	border-bottom: 2px solid #191919;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #b8973c;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	/*margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;*/
	float:left;
	width:100%;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #fff;
}
.page-id-2 #secondary ul li a { font-size:14px; color:#fff !important; }
.page-id-13 #secondary ul li a { font-size:14px; color:#fff !important; }

.widget-area .widget a:hover {
	color: #b8973c;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	/*border-top: 1px solid #ededed;*/
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	/*max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;*/
	width:100%;
	float:left;
	
	/*padding: 10px 0;
	padding: 1.714285714rem 0;*/
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #b8973c;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	/*margin-bottom: 24px;
	margin-bottom: 1.714285714rem;*/
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #b8973c;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	/*display:none;*/
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/*border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;*/
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	padding:0 10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	/*margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;*/
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;

	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #b8973c;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #b8973c;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #b8973c;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #b8973c;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/*----------------- js css------------------*/
			.list_carousel {
				margin: 0 0 ;
				width: 100%;
				position:relative;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				color: #999;
				text-align: center;
				width: 100px;
				padding: 0;
				margin: 10px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				position:absolute; bottom:20px; left:20px;
				text-align: center;
			}
			.pager a {
				margin-right:5px;
				text-decoration: none;
				text-indent:-99999px;
				width:10px;
				height:10px; 
				border-radius:100%; background:#3D3D3D; float:left;}
			.pager a.selected {
				text-decoration: none;
				 background:#b8973c;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
.page-id-791 .entry-header .title_bar					{  background: none repeat scroll 0 0 #3E3E3E;
    color: #D1D1D1 !important;
    float: left;
    width: 100%;
	height:49px;
	font-size: 29px !important;
	padding:10px 10px 10px 30px }
.page-id-791 .entry-header .title_bar .corner_left		{ display:none; }
.page-id-791 .entry-header .title_bar .corner_right		{ display:none; }
.page-id-785 .entry-header .title_bar					{  background: none repeat scroll 0 0 #3E3E3E;
    color: #D1D1D1 !important;
    float: left;
    width: 100%;
	height:49px;
	font-size: 29px !important;
	padding:10px 10px 10px 30px }
.page-id-785  .entry-header .title_bar .corner_left		{ display:none; }
.page-id-785  .entry-header .title_bar .corner_right	{ display:none; }
.slide-bar-wd											{ margin-bottom:20px; }

.page-id-909 .entry-header .title_bar {
    background: none repeat scroll 0 0 #3E3E3E;
    color: #D1D1D1 !important;
    float: left;
    font-size: 29px !important;
    height: 49px;
    padding: 10px 10px 10px 30px;
    width: 100%;
}
.page-id-909 .entry-header .title_bar .corner_left		{ display:none; }
.page-id-909 .entry-header .title_bar .corner_right		{ display:none; }

/*----------------- CLASS 1 : เปลี่ยนเบอร์มือถือเปลี่ยนชีวิตขั้นเริ่มต้น -------------------*/			
.title_bar-black					{  background: none repeat scroll 0 0 #3E3E3E;
    color: #D1D1D1 !important;
    float: left;
    width: 100%;
	/*height:49px;*/
	font-size: 29px !important;
	padding:10px 10px 10px 30px }
.regis-course-position				{ float:left; width:666px; height:118px; margin:0 0 0 10px; background-color:#2d2d2d; border-left:5px solid #f7d55f; }

.gallery_slide {
    float: left;
    width: 103px;
}


.gallery_slide .frame_gallery {
    background: url("images/skin/frame.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 103px;
    left: 0;
    position: absolute;
    top: 0;
    width: 103px;
    z-index: 1;
}
.frame_gallery img { width:100%; }
.gallery_slide .img_gallery {
    float: left;
    height: 103px;
    position: relative;
    width: 103px;
}
.img-course-position				{ float:left; margin-left: 20px; margin-top: 10px; }
.detail-course-position				{ float: left; font-size: 14px; line-height: 20px; margin-left: 10px; margin-top: 30px; width: 58%; border-right:1px solid #222222; }
.btn-course-position				{ float:left; width:10%; }
.gold-1								{ color:#aa8c3a; font-size:14px; }

input.submit-regis-course {
    background: linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background: -webkit-linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    border-radius: 5px !important;
    box-shadow: 0 0 3px 0 #575757 !important;
    font-size: 27px !important;
    padding: 0 10px !important;
}
.btn-course-position input.submit-regis-course { float:left; margin-left: 20px;
    margin-top: 40px; }
input.submit-regis-course:hover { background:linear-gradient(to bottom, #B8963B 0%, #CBB358 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background:-webkit-linear-gradient(to bottom, #B8963B 0%, #CBB358 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }

div.wpcf7-validation-errors { border:none !important; }
/*-----------------บรรยากาศการเรียนการสอน -------------------*/


.ngg-navigation .current			{ background:url("images/skin/nav-next-g-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); width:6px; height:6px; float:left;  padding:5px 7px; margin-left: -2px; }
.ngg-navigation .page-numbers		{ background: url("images/skin/nav-next-g.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); height: 6px;
    width: 6px;
	float:left;
	padding:5px 7px;  }
.ngg-navigation a.page-numbers		{ border:none !important; padding:0 !important; margin-right:15px !important; text-indent:-9999px !important; }
.ngg-navigation						{ margin-left:300px; }

			
/*----------------- Header -------------------*/	
.bg_line_lg				{ background:rgba(0,0,0,0.8); width:100%; height:65px; float:left; }
.contact-line-position {
    border-left: 1px solid #000000;
    float: right;
    text-align: left;
    width: 545px;
	min-width:545px;
	position:absolute; 
	padding-left:10px;
	right:0; top:7px;
}
.contact-line-txt				{ float:left; font-size:14px; color:#ffffff; position:relative; top:-3px; }
h3.line-numbers					{ float: left; text-shadow: 0.1em 0.1em 0.2em #000000; width: 450px; min-width: 450px; }
.main-line-lg					{ background: url("images/skin/main-line.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0); box-shadow: 0.1em 0.1em 0.2em #000000; float: left;
								height: 36px;
								width: 27px;
								margin-top:-20px;
								margin-left:8px;
								}
.main-whatsapp-lg				{ background: url("images/skin/main-whatsapp.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0); box-shadow: 0.1em 0.1em 0.2em #000000;
								float: left;
								height: 34px;
								margin-left: 7px;
								width: 28px;
								margin-top:-20px; }


/*-----------------Chen edit-------------------*/


.container 		{ margin: 0 auto; position: relative; width: 960px;}
.logo			{ float:left; width:213px; padding:15px 0px 15px 0}
.logo a			{ text-decoration:none;}
.shadow_menu	{ background: url("images/skin/shadow_menu.png") repeat-x scroll center top transparent; bottom: -20px; height: 20px; left: 0; position: absolute; width: 100%; }

.box_main		{ position:relative; float:left; width:100%;}
.bg_main		{ top:0; left:0px;}
.bg_light		{ background:url("images/skin/bg_light.png") no-repeat scroll center 35px transparent; width:100%; height:350px; bottom:0px; left:0; position:absolute;}
.box_intro		{ bottom:25px; position:absolute; left:0; width:100%; }
.predict		{ position:relative; padding:15px 0; height:130px; }
.line_slide-t	{ background:url(images/skin/line_slide-t.png) no-repeat top center; width:100%; height:30px; position:absolute; top:-30px; left:0px;}
.line_slide-b	{ background:url(images/skin/line_slide-b.png) no-repeat top center; width:100%; height:30px; position:absolute; bottom:-30px; left:0px;}

.predict .list_carousel p		{ font-size:12px;}
.prev, .next			{ top:50%; position:absolute; text-indent:-99999px; margin-top:-15px;}
.prev 				{ left:-10px; background:url(images/skin/arrow_slide-l.png) 0 0 no-repeat; width:16px; height:30px;}
.next 				{ right:-10px; background:url(images/skin/arrow_slide-r.png) 0 0 no-repeat; width:16px; height:30px;}
.prev:hover 		{ background:url(images/skin/arrow_slide-l.png) 0 -30px no-repeat;}
.next:hover			{ background:url(images/skin/arrow_slide-r.png) 0 -30px no-repeat;}

.tab_predict		{ text-align:center; position:absolute; top:-79px; left:0px; width:100%;}
.tab_predict a		{ border:2px solid #73683a;  padding:10px 20px; margin-left:-6px; background:#01070e; color:#605224 }
.tab_predict a.active_s	{ border-bottom:2px solid #01070e; color:#fff;}
.tab_predict p		{ float:left; width:100%; text-align:center; padding-bottom:20px; color:#797979; font-size:13px;}

.detail_intro		{ float:left; width:100%; margin-top:50px;}
.detail_intro p		{ text-align:center; margin-top:20px; color:#0e0c1c; line-height:25px;}

.footer_menu		{ float:left; width:100%; background:#000; text-align:center;}
.footer_menu ul		{  display:inline-block; margin-top:8px;}
.footer_menu li		{ float:left; width:auto;}
.footer_menu li a	{ float:left; width:auto; padding:0px 10px; line-height:20px;}

.pre_footer			{ float:left; width:100%; background-color:#252525; padding:50px 0 20px;}
.col_footer			{ float:left; width:320px; padding:15px; }
.tag_mail			{ position:absolute; top:-70px; left:50%; margin-left:-23px;}

.title_foot			{ font-weight:normal }
.col_01				{ }
.col_01 .logo_footer{ font-weight:normal }
.col_01 .copy_r		{ color:#9a9a9a; line-height:20px; margin:10px 0;}
.language li		{ float:left; margin:10px 10px 0 0;}

.form_subscribe							{ float:left; width:100%; margin-top:10px;}
.form_subscribe input[type="text"]		{ float:left; width:100%; margin:5px 0}
.form_subscribe input[type="button"]		{ float:left; width:auto; margin:5px 0}

.col_03 ul			{ float:left; width:100%; margin-top:10px;}
.col_03 li			{ float:left; width:auto; margin-right:5px;}

.detail_con 			{ margin-top:20px; float:left; clear:both;}
.detail_con p			{ display:inline-block; line-height:normal; color:#ccc}

.box_search			{ float:left; width:100%; position:relative; margin-top:-30px; }
.title_bar			{ background:url(images/skin/bg_menu.jpg) repeat center center; padding:10px 20px; float:left; width:100%; position:relative;}
.title_bar h1		{ font-weight:normal; font-size:29px !important; line-height:1 !important;}		
.corner_left		{ position:absolute; left:0px; top:49px; background:url(images/skin/conner_left.png) no-repeat; width:10px; height:8px;}
.corner_right		{ position:absolute; right:0px; top:49px; background:url(images/skin/conner_right.png) no-repeat; width:10px; height:8px;}


.content_search		{ background:#252525; float:left; width:940px; padding:10px; margin:0px 10px 10px 10px; text-align:center;}
.content_right		{ background:#252525; float:left; width:660px; padding:10px; margin:0px 10px 10px 10px; text-align:left; line-height:20px; font-size:14px !important;}
.page-id-779 .content_right		{ background-color:#e3b949; /*background: linear-gradient(to bottom, #FFF883 0%, #CCA12D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/ float:left; width:660px; padding:10px; margin:0px 10px 10px 10px; text-align:left; line-height:20px; font-size:14px !important;}
.page-id-779 hr		{ background-color:#000000 !important;}
.content_full		{ background:#252525; float:left; width:940px; padding:10px; margin:0px 10px 10px 10px;}
.content_margin		{ float:left; width:940px; margin:30px 10px 10px;}
.content_right h1				{ font-size:37px; width:100%; font-weight:normal; padding-bottom:10px; margin-top:5px; color:#fff;}				
.content_right h2				{ font-size:29px; font-weight:normal; padding-bottom:10px; color:#fff;}
.content_right h3				{ font-size:23px; font-weight:normal; padding-bottom:10px; color:#fff;}
.content_right h4				{ font-size:20px; font-weight:normal; padding-bottom:10px; color:#fff;}
/*.content_right p				{ padding-bottom:10px; color:#666;}
.content_right a				{ padding-bottom:10px; color:#de282c;}
.content_right a:hover			{ color:#333;}
.content_right ul				{ margin-left:30px; padding-bottom:10px;}
.content_right li				{ list-style:url(../img/skin/li.png) outside; color:#666;}
.content_right iframe			{ padding-bottom:15px;}
.content_right span				{ color:#666; padding-bottom:10px;}
.content_right img				{ max-width:605px;}*/



.form_search	{ display:inline-block; margin:20px 0;}
.number_fill		{ float:left; width:100%; padding-bottom:10px; }
.number_fill input[type="text"]		{ float:left; width:70px; margin:6px; font-size:50px; color:#b8973c; text-align:center; font-weight:bold; background-color:#eee}
.number_fill span	{ float:left; color:#b8973c; font-size:50px; margin-top:20px;}

.number_like		{ float:left; width:530px; margin-top:8px;}
.number_like .t_like	{ float:left; margin-right:20px;}
.number_like .check_num	{ float:left; padding:1px 5px; 0}
.number_like .check_num span	{ float:left; padding:0 5px;}
.number_like .check_num input	{ float:left; margin:0px; }
.number_select		{ float:left; width:auto; margin-right:20px; }
.number_select select	{ float:left; background:linear-gradient(to bottom, #fefefe 0%, #d5d5d5 100%) repeat scroll 0 0 #fdfdfd; background:-webkit-linear-gradient(to bottom, #fefefe 0%, #d5d5d5 100%) repeat scroll 0 0 #fdfdfd; border-radius:5px; padding:8px 10px; border:none;}

.cate_select	{ float:left; background:linear-gradient(to bottom, #fefefe 0%, #d5d5d5 100%) repeat scroll 0 0 #fdfdfd; background:-webkit-linear-gradient(to bottom, #fefefe 0%, #d5d5d5 100%) repeat scroll 0 0 #fdfdfd; border-radius:5px; padding:5px 10px; border:none;}
.brand_network	{ float:left; width:auto; margin:0 20px;}
.brand_network li	{ float:left; width:auto; }
.brand_network li a	{ float:left; width:auto; padding:3px 5px; background:#fff; border-radius:3px; margin-right:10px;}
.brand_network img 	{ float:left;}

.num_page			{ float:left; width:680px;}
.num_hightlight		{ float:left; width:100%; position:relative; }
.num_hightlight li	{ float:left; width:680px; }
.list_num_h			{ float:left; width:206.5px; background:#3e3e3e; margin:10px;}
.list_num_h	h1		{ font-size:24px; padding:10px; text-align:center; width:100%; background:#252525; color:#b8973c}
.list_num_h	.net_icon	{ float:left; padding:10px; width:65px;}
.list_num_h	.net_icon img	{ background:#fff; padding:10px 2px; border-radius:5px;}
.list_num_h	.list_num_detail{ float:left; width:141px; border-left:1px solid #353535;}
.list_num_h	.list_num_detail p			{  padding:8px; text-align:right; font-size:14px; overflow:hidden; height:26px; white-space: nowrap; text-overflow: ellipsis;}
.list_num_h	.list_num_detail p.price	{ border-bottom:1px solid #353535; font-size:20px; font-weight:bold; height:auto;}
.list_num_h	.mean			{ font-size:14px; float:left; width:100%; padding:8px 50px 8px 0; text-align:right; border-top:1px solid #353535; background:url(images/skin/bg_mean.png) no-repeat right center;}
.list_num_h	.mean:hover		{ background:url(images/skin/bg_mean_h.png) no-repeat right center}

.num_hightlight .prev, .num_hightlight .next	{ top:-31px; position:absolute; text-indent:-99999px; margin-top:-15px;}
.num_hightlight .prev 			{ right:47px; left:inherit; background:url(images/skin/arrow_left.png) center center no-repeat #b8973c; width:25px; height:25px; border-radius:3px 0 0 3px; border-right:1px solid #c9af66;}
.num_hightlight .next 			{ right:12px; left:inherit; background:url(images/skin/arrow_right.png) center center no-repeat #b8973c; width:25px; height:25px; border-radius:0 3px 3px 0; border-left:1px solid #967c33;}
.num_hightlight .prev:hover 	{ background:url(images/skin/arrow_left.png) center center no-repeat #eacb70;}
.num_hightlight .next:hover		{ background:url(images/skin/arrow_right.png) center center no-repeat #eacb70;}


.box_video			{}
.box_news			{}
.box_number, .box_number_highlight, .box_video, .box_news, .box_right			{ margin-top:10px; float:left; width:100%;}

.news_carousel					{ position:relative; width: 100%;}
.news_carousel ul				{ float:left; margin: 0; list-style: none; padding: 0; display: block;}
.news_carousel li				{ float:left; width:640px; padding:10px;}
.news_carousel .img_thumb		{ width:140px; height:140px; float:left; border-radius:100%; border:5px solid #000; overflow:hidden;}
.news_carousel .img_thumb-book	{ width:100px; height:140px; float:left; overflow:hidden; margin-left:20px; }
.detail_news 					{ float:left; width:450px; margin-left:30px;}
.detail_news .top_news			{ float:left; font-size:20px;}
.detail_news .des_news			{ float:left; font-size:14px; margin-top:10px; line-height:17px; clear:both;}
.detail_news a					{ float:left; margin-top:10px;  clear:both;}

.news_carousel .prev, .news_carousel .next	{ top:-32px; position:absolute; text-indent:-99999px; margin-top:-15px;}
.news_carousel .prev 			{ right:17px; left:inherit; background:url(images/skin/arrow_left.png) center center no-repeat #b8973c; width:25px; height:25px; border-radius:3px 0 0 3px; border-right:1px solid #c9af66;}
.news_carousel .next 			{ right:-18px; left:inherit; background:url(images/skin/arrow_right.png) center center no-repeat #b8973c; width:25px; height:25px; border-radius:0 3px 3px 0; border-left:1px solid #967c33;}
.news_carousel .prev:hover 		{ background:url(images/skin/arrow_left.png) center center no-repeat #eacb70;}
.news_carousel .next:hover		{ background:url(images/skin/arrow_right.png) center center no-repeat #eacb70;}
.news_carousel .pager			{ position:relative; left:auto; bottom:auto; width:100%; border-top:1px dashed #3d3d3d; padding-top:10px; margin-top:10px;}
.news_carousel .pager a			{ display:inline-block; float:none;}


.table_list_number 							{ background-color:#161616; font-size:13px; margin:0 0; text-align:left; width: 100%; border-collapse:collapse;}
.table_list_number thead 					{ border-top:1px solid #3e3e3e;}
.table_list_number thead tr th 				{ -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background:#161616; border-color: -moz-use-text-color #3e3e3e; border-left: 1px solid #3e3e3e; border-right: 1px solid #3e3e3e; border-style: none solid; border-width: medium 1px; font-size: 14px; padding: 12px 7px; text-align:center; border: 1px solid #3E3E3E;}
.table_list_number tbody td					{ background-color: #3e3e3e; border: 1px solid #323232; color: #eee; padding: 5px; vertical-align: middle; text-align:center; font-size:12px; }
.table_list_number tbody tr.odd td 			{ background-color: #363636;}
.table_list_number tbody td:hover 			{ background-color: #333333;}
.table_list_number tbody tr.odd:hover td	{ background: none repeat scroll 0 0 transparent;}
.table_list_number tr:hover 				{ background: none repeat scroll 0 0 #222;}
.table_list_number tr:hover td 				{ background: none repeat scroll 0 0 transparent;}
.table_list_number tr td a:hover			{ color:#b8973c}

.icon_n				{ display:inline-block; width:auto; padding:3px 5px; background:#fff; border-radius:3px; }
.icon_n img			{ float:left;}
.i-cat				{ float:left; width:auto}

.header_page		{ float:left; width:100%; background:url(images/skin/bg_headtitle.png) no-repeat; height:130px;}
.header_page h1		{ font-weight:normal; margin-top:40px; font-size:34px; color:#b8973c !important}

.header_analysis	{ float:left; width:100%; background:url(images/skin/bg_headtitle2.png) no-repeat; height:145px;}
.header_analysis .form_analysis		{ float:left; width:520px; margin-left:190px;}
.header_analysis .form_analysis h1	{ float:left; font-size:47px; font-weight:normal; margin-top:30px; text-align: left; width: 300px; }
.header_analysis .form_analysis form{ float:left; clear:both; }
.header_analysis input				{ float:left; margin-right:20px;}
.header_analysis input[type="text"]		{ width:300px; color:#b8973c; text-align:center; background-color:#eee; box-shadow:0 0 3px #000; color: #B8973C; font-size: 20px; font-weight: 900;}

.header_calendar	{ float:left; width:100%; background:url(images/skin/bg_headtitle2.png) no-repeat; height:145px;}
.header_calendar .form_calendar		{ float:left; width:520px; }
.header_calendar .form_calendar h1	{ float:left; font-size:32px; font-weight:normal; margin-top:20px; text-align:center; width:100%; color:#fff; }
.header_calendar .form_calendar h3	{ float:left; font-size:13px; font-weight:normal; margin-top:10px; text-align:center; width:100%; margin-bottom:20px; }
.img_head_topic	{ float:left; margin-right:10px;}
.header_calendar .form_calendar p	{ float:left; margin-right:10px;}	
.header_calendar .form_calendar p span	{ width:20px; height:20px; overflow:hidden; border-radius:100%; float:left; margin-top:-3px; margin-right:10px;}

.link_analysis		{ float:right; width:auto; display:none; }
.link_analysis li	{ float:left; width:170px; clear:both; position:relative;}
.link_analysis li a	{ float:left; width:170px; text-align:left; background:linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; background:-webkit-linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; padding:12px 10px 13px 50px;}
.link_analysis li a:hover	{ background:linear-gradient(to bottom, #605022 0%, #6c5a26 100%) repeat; background:-webkit-linear-gradient(to bottom, #605022 0%, #6c5a26 100%) repeat;}
.link_analysis li span		{ position:absolute; top:9px; height:30px; width:30px; left:10px;}
.link_analysis li .i-list 	{ background: url(images/skin/i-list.png) no-repeat;}
.link_analysis li .i-calendar 	{ background: url(images/skin/i-calendar.png) no-repeat;}
.link_analysis li .i-question 	{ background: url(images/skin/i-question.png) no-repeat;}

.analysis_page article 		{ margin:0px; padding:0px; float:left; width:100%; border:none;}
.analysis_page .comments-link,
.analysis_page .entry-meta	{ display:none;}


.pagination			{ margin-left:10px; float:left; border-radius:3px; overflow:hidden;}
.pagination	.next, .pagination .prev	{ height:24px; margin:0; padding:5px; float:left; position:relative; left:inherit; top:inherit; right:inherit;}
.pagination	.next	{ background:url(images/skin/arrow_page-r.png) no-repeat center center #b8973c; width:26px;}
.pagination	.prev	{ background:url(images/skin/arrow_page-l.png) no-repeat center center #b8973c; width:26px;}
.pagination	.page-numbers	{ padding:5px 7px; background-color:#3e3e3e; float:left; width:38px; text-align:center; border-left:1px solid #4c4c4c; border-right:1px solid #3e3e3e}
.pagination	.current		{ background-color:#b8973c; color:#fff;}

.date_box			{ float:left; width:auto; padding:0 5px 0 25px; background:url("images/skin/icon_date.png") no-repeat scroll 5px 2px #3E3E3E; border-radius:3px; font-size:11px; margin-right:10px; }

.content_right article 	{ padding:10px 0; float:left; border-bottom:1px solid #3E3E3E}
.article_list		{ float:left; width:100%;}
.img_thumb_article	{ float:left; width:190px; margin-right:20px;}	
.img_thumb_article img	{ float:left;}
.alist_detail		{ float:left; width:430px;}		
.alist_detail .entry-content	{ float:left; width:100%; margin-top:5px; font-size:14px; }
.alist_detail h1	{ margin-bottom:1px;}
.alist_detail h1 a	{ font-size:27px; font-weight:normal; color:#fff;}
.alist_detail .btn_small		{ float:right; margin-top:8px;}

.content_article	{ float:left; width:100%; margin-top:10px; padding-top:10px; border-top:1px solid #3E3E3E;}
.content_article p	{ font-size:14px; }

.payment_box		{ float:left; width:100%;}
.link_tab			{ float:left; width:100%;}
.link_tab li a		{ float:left; width:306px; background:#000; padding:20px 20px; color:#fff; border-right:1px solid #252525; border-left:1px solid #252525;}
.link_tab li.active_pay a	{ background:#b8973c;}
.payment_content	{ float:left; width:100%; background:#3e3e3e; padding:20px;}
.payment_list		{ line-height:20px;}

.box_style			{ float:left; width:250px; font-size:13px;}
.box_style .title_s	{ float:left; width:100%; position:relative;}
.box_style .title_s h3	{ background:#B8973C; padding:10px; color:#fff; text-align:center; font-size:27px; font-weight:normal;}
.box_style .title_s .left_s		{ background:url(images/skin/bow_left.png) no-repeat; width:19px; height:28px; left:-19px; top:10px; position:absolute;}
.box_style .title_s .right_s		{ background:url(images/skin/bow_right.png) no-repeat; width:19px; height:28px; right:-19px; top:10px; position:absolute;}
.box_style .detail_s	{ float:left; width:100%; background:#252525; padding:10px;}

.contact_us			{ float:left; width:100%; margin-top:30px;}
.contact_detail		{ float:left; width:300px; margin-right:20px;}
.contact_form		{ float:left; width:600px; }

.contact_us .title_form	{ background:#3e3e3e; padding:10px 10px; float:left; width:100%; color:#ffffff; }
.contact_us .title_form h2	{ font-size:28px; font-weight:normal; text-transform:uppercase;}
.address			{ padding:10px; float:left; line-height:20px; font-size:14px; color:#ffffff;}

.form_contact		{ float:left; width:100%; padding:10px;}
.field_con			{ float:left; width:280px;clear:both; padding-bottom:10px;}
.field_con span		{ float:left; width:100%; padding-bottom:5px;}
.field_con input	{ float:left; width:100%;  }
.field_con textarea	{ float:left; width:100%; height:89px; font-size:13px;  }
.contact-submit		{ font-size:21px; color:#fff;}
.field_right		{ clear:none}
.left_con			{ float:left; width:280px; margin-right:20px;}

.map_google			{ position:relative;}
.shadow_contact		{ position:absolute; bottom:-28px; left:0px; width:100%; background:url(images/skin/shadow_map.png) no-repeat top center; height:28px; }


.box_set1			{ float:left; width:auto; margin:0 10px;}
.box_set1 input[type="text"]		{ margin:6px; width:76px; background-color:#000000; border:1px solid #1d1d1d;}
.box_set1 .des_input				{ float:left; margin:6px; width:76px; background:#19191a; box-shadow:0 0 2px 0 #000 inset; border:1px solid #136472; padding:5px 0;}
.des_input_box		{ clear: both; float: left; position: relative; top: 45px; width: 100%;}
.des_input_box p	{ left: 480px; padding: 10px 0; position: relative; top: 45px; color:#126b7b; }
.search_result		{ background:url(images/skin/shadow_result.png) repeat-x center -45px #3e3e3e;}
.search_result .number_fill 	 { 
	background: linear-gradient(to bottom, #FFF681 0%, #CFA430 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(to bottom, #FFF681 0%, #CFA430 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	/*background: -webkit-linear-gradient(top, #cbb358 0%,#b8963b 100%);*/

    float: left;
    margin: -10px auto -10px -9px;
    width: 938px;
	height:130px;
	padding:17px 0; }
.page-id-13 .title_bar h1 { font-weight: normal; text-align: left !important; }
.page-id-13 .title_bar { text-align: center !important; }

.topic_result		{ float:left; width:940px; height:228px; text-align:center; background:url(images/skin/topic_x.png) center top no-repeat; margin-left: -11px; }
.topic_result h1	{ font-size:24px; color:#000; font-weight:normal; margin-top:150px;}
.des_color			{ width:auto; float:left; margin-top:15px; display:none;}
.des_color div		{ float:left; margin-right:20px;}
.des_color span		{ width:10px; height:10px; overflow:hidden; border-radius:100%; float:left; margin-top:3px;}
.des_color p		{ float:left; margin-left:10px; font-size:13px;}
.print_btn			{ float:right; padding:15px 10px 10px 40px; background:url("images/skin/icon_print.png") no-repeat scroll 8px center #3E3E3E; border-radius:5px; display:none; }

.result_box				{ float:left; width:100%; clear:both;}
.result_list			{ float:left; width:100%; padding:20px 0;}
.num_result				{ float:left; width:210px;}
.num_result div			{ float:left; width:100px; margin-right:5px;}
.num_result div img		{ float:left;}
.num_result div span	{ float:left; width:100%; padding:5px; background:#222; box-shadow:0 0 2px 0 #000 inset;}
.mean_result			{ float:left; width:690px; line-height:20px; font-size:15px; text-align:left; margin-left:20px;}

.link_out			{ float:left; background:#232323; padding:10px; width:940px; margin:-10px 10px 10px 10px;}
.link_out ul		{ float:left; width:100%; text-align:center;}
.link_out li		{ display:inline-block; padding:10px 30px;}
.link_out li a		{ font-size:27px; font-weight:normal; color:#fff;}
.link_out li a:hover{ color:#b8973c}

.person				{ line-height:20px;}
.person h2			{ font-weight:normal; padding-bottom:10px;}
/*----------------- End Chen edit-------------------*/



.widget h1			{ float:left; width:100%; font-weight:normal;  font-size:29px; line-height:29px; color:#000}
.widget ul			{ float:left; width:240px; margin:0 10px 10px; padding:10px; background:#252525;}
.widget-area .textwidget ul		{ margin:0 10px 10px;}
.widget-area .textwidget li		{ margin:0}
.content_widget		{ float:left; width:240px; margin:0 10px 10px; padding:10px; background:#252525; text-align:center;}



.bar-wd				{  background: url("images/skin/bar-wds_00.png") repeat scroll center center rgba(0, 0, 0, 0); float: left;  margin: 1px 10px 0px; padding: 5px 20px; width: 240px; min-height:50px; }
.bar-wd	a			{ float:left; width:220px; height:auto; }
.bar-wd:active {
    background: url("images/skin/bar-wds_00-hover.png") repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    min-height: 50px;
    margin: 1px 10px 0px;
    padding: 5px 20px;
    width: 240px;
}
.bar-wd.active {
    background: url("images/skin/bar-wds_00-hover.png") repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    min-height: 50px;
    margin: 1px 10px 0px;
    padding: 5px 20px;
    width: 240px;
}
.bar-wd:hover		{  background: url("images/skin/bar-wds_00-hover.png") repeat scroll center center rgba(0, 0, 0, 0); float: left;  margin: 1px 10px 0px; padding: 5px 20px; width: 240px; min-height:50px; }
.bar-wdd			{ width:190px; font-weight: normal !important; }






.bar-wds				{  background: url("images/skin/bar-wd_00.png") repeat scroll center center rgba(0, 0, 0, 0); float: left;  margin: 1px 10px 0px; padding: 20px; width: 240px; height:50px; }
.bar-wds	a			{ float:left; width:220px; height:40px; }
.bar-wds:active {
    background: url("images/skin/bar-wd_00-hover.png") repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 50px;
    margin: 1px 10px 0px;
    padding: 20px;
    width: 240px;
}
.bar-wds.active {
    background: url("images/skin/bar-wd_00-hover.png") repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 50px;
    margin: 1px 10px 0px;
    padding:20px;
    width: 240px;
}
.bar-wds:hover		{  background: url("images/skin/bar-wd_00-hover.png") repeat scroll center center rgba(0, 0, 0, 0); float: left;  margin: 1px 10px 0px; padding: 20px; width: 240px; height:50px; }
.bar-wdds			{ width:190px; font-weight: normal !important; }
.widget ul li		{ list-style:url(images/skin/li.png) inside }
.title_bar			{ background:url(images/skin/bg_menu.jpg) repeat center center; padding:10px 20px; float:left; width:100%; position:relative;}
.title_bar h1		{ font-weight:normal;}		
.corner_left		{ position:absolute; left:0px; top:49px; background:url(images/skin/conner_left.png) no-repeat; width:10px; height:8px; }
.corner_right		{ position:absolute; right:0px; top:49px; background:url(images/skin/conner_right.png) no-repeat; width:10px; height:8px; }




div.wid_prediction:not(.ff)			{ background:url(images/analysis_bg.png) no-repeat; width:240px; height:215px; float:left; margin:10px; position:relative; margin-bottom:20px;}

div.wid_prediction_en:not(.ff)			{ background:url(images/analysis_bg_en.png) no-repeat; width:240px; height:215px; float:left; margin:10px; position:relative; margin-bottom:20px;}

div.wid_prediction:not(.ff) input[type="text"], div.wid_prediction_en:not(.ff) input[type="text"]		{ width:215px; margin:10px; top:110px; left:47%; margin-left:-100px; position:absolute; color:#b8973c; text-align:center; background-color:#eee; box-shadow:0 0 3px #000; font-weight:900; font-size:20px;}

div.wid_prediction:not(.ff) input[type="button"]	{ position:absolute; background:url(images/skin/btn_analy2.png) no-repeat; width:130px; height:50px; border:none; top:181px; left:50%; margin-left:-63.5px; text-indent:-99999px;}
div.wid_prediction:not(.ff) input[type="button"]:hover	{ background:url(images/skin/btn_analy_hover2.png) no-repeat;}

div.wid_prediction_en:not(.ff) input[type="button"]	{ position:absolute; background:url(images/btn_analy.png) no-repeat; width:130px; height:50px; border:none; top:181px; left:50%; margin-left:-63.5px; text-indent:-99999px;}
div.wid_prediction_en:not(.ff) input[type="button"]:hover	{ background:url(images/btn_analy_hover2.png) no-repeat;}

div.wid_prediction:not(.ff) input[type="button"]:active, div.wid_prediction_en:not(.ff) input[type="submit"]:active	{ box-shadow:none;}




.wid_payment 			{ background:url(images/orderbox_bg.png) no-repeat; width:240px; height:135px; position:relative; margin:10px;}
.wid_payment_en			{ background:url(images/orderbox_bg_en.png) no-repeat; width:240px; height:135px; position:relative; margin:10px;}

.wid_payment a			{ background:url(images/skin/btn_payment.png) no-repeat; position:absolute; width:127px; height:34px; top:84px; left:50%; margin-left:-63.5px;}
.wid_payment_en a		{ background:url(images/skin/btn_payment.png) no-repeat; position:absolute; width:127px; height:34px; top:84px; left:50%; margin-left:-63.5px;}

.wid_payment a:hover	{ background:url(images/skin/btn_payment_hover.png) no-repeat;}
.wid_payment_en a:hover	{ background:url(images/skin/btn_payment_hover.png) no-repeat;}

.wid_predict 			{ background:url(images/skin/bg_03.png) no-repeat; width:240px; height:200px; position:relative; margin:10px;}
.wid_predict a			{ background:url(images/skin/btn_predict.png) no-repeat; position:absolute; width:127px; height:50px; top:157px; left:50%; margin-left:-63.5px;}
.wid_predict a:hover	{ background:url(images/skin/btn_predict_hover.png) no-repeat;}

a.ads_link				{ float:left; margin:10px;}

.link_ais a				{ float:left; width:72px; height:60px; padding:20px 0; background:#fff; border-bottom:3px solid #eee;}
.link_ais a:hover		{ border-bottom:3px solid #bad21e;}
.link_true a			{ float:left; width:72px; height:60px; padding:20px 0; background:#fff; border-bottom:3px solid #eee; border-left:1px solid #eee; border-right:1px solid #eee;}
.link_true a:hover		{ border-bottom:3px solid #ea0000;}
.link_dtac a			{ float:left; width:72px; height:60px; padding:20px 0; background:#fff; border-bottom:3px solid #eee;}
.link_dtac a:hover		{ border-bottom:3px solid #2ea9eb;}

#related-post .each		{ float:left; width:193px; margin:10px;}
#related-post .each h2	{ float:left; width:100%; overflow:hidden; font-size:24px; }
#related-post .each .btn_small	{ font-size:15px; padding:1px 10px; float:right;}

a[rel="tag"]		{ display:inline-block; padding:0 5px; background:#252525; border-radius:3px;}
.post-edit-link		{ }

.wording			{ font-weight:normal;}
/*----------------- End widget Chen edit-------------------*/
.btn				{ background:linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; background:-webkit-linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; padding:5px 20px; border-radius:5px; box-shadow:0 0 3px 0 #575757; font-size:31px;}

.btn { background:-webkit-linear-gradient(top, #cbb358 0%,#b8963b 100%); border-radius: 5px; box-shadow: 0 0 3px 0 #575757; font-size: 31px; padding: 5px 20px; }
.btn:hover			{ background:linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat; background:-webkit-linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat;}

.btn_small-black {
    background: linear-gradient(to bottom, #110d05 0%, #110d05 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(to bottom, #110d05 0%, #110d05 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #111111;
    font-size: 18px;
    padding: 4px 5px;
	float:right;
	color:#fff;
}
.btn_small-black:hover		{ background:linear-gradient(to bottom, #231b0a 0%, #231b0a 100%) repeat; background:-webkit-linear-gradient(to bottom, #231b0a 0%, #231b0a 100%) repeat; float:right;}


.btn_small				{ background:linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; background:-webkit-linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; padding:4px 5px; border-radius:5px; box-shadow:0 0 3px 0 #111; font-size:18px;}
.btn_small:hover		{ background:linear-gradient(to bottom, #b8963b 0%, #b8963b 100%) repeat; background:-webkit-linear-gradient(to bottom, #b8963b 0%, #b8963b 100%) repeat;}







.btn_small-black {
    background:-webkit-linear-gradient(top, #110d05 0%,#110d05 100%);
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #111111;
    font-size: 18px;
    padding: 4px 5px;
	float:right;
	color:#fff;
}
.btn_small-black:hover		{ background:-webkit-linear-gradient(top, #231b0a 0%,#231b0a 100%) repeat; float:right;}


.btn_small				{ background:-webkit-linear-gradient(top, #cbb358 0%,#b8963b 100%) repeat; padding:4px 5px; border-radius:5px; box-shadow:0 0 3px 0 #111; font-size:18px;}
.btn_small:hover		{ background:-webkit-linear-gradient(top, #b8963b 0%,#b8963b 100%) repeat;}






.btn_longs-table			{ background:linear-gradient(to bottom, #fff883 0%, #cca12d 100%) repeat; background:-webkit-linear-gradient(to bottom, #fff883 0%, #cca12d 100%) repeat; padding:8px 78px; border-radius:5px; box-shadow:0 0 3px 0 #111; font-size:23px;}
.btn_longs-table:hover		{ background:linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat; background:-webkit-linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat;}

.btn_longs-regis			{ background:linear-gradient(to bottom, #fff883 0%, #cca12d 100%) repeat; background:-webkit-linear-gradient(to bottom, #fff883 0%, #cca12d 100%) repeat; padding:8px 93px; border-radius:5px; box-shadow:0 0 3px 0 #111; font-size:23px;}
.btn_longs-regis:hover		{ background:linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat; background:-webkit-linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat;}

.btn_longs-room				{ background: linear-gradient(to bottom, #FFF883 0%, #CCA12D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); background: -webkit-linear-gradient(to bottom, #FFF883 0%, #CCA12D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #111111;
    float: left;
    font-size: 23px;
    margin:5px 10px;
    padding: 1px 10%;
    text-align: center;
    width: 93%; }
	
.btn_longs-room				{ background:-webkit-linear-gradient(top, #FFF883 0%,#CCA12D 100%);
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #111111;
    float: left;
    font-size: 23px;
    margin:5px 10px;
    padding: 1px 10%;
    text-align: center;
    width: 93%; }
	
.btn_longs-room:hover		{ background:linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat; background:-webkit-linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat;}
.btn_longs-room:hover		{ background:-webkit-linear-gradient(top, #b8963b 0%,#cbb358 100%) repeat;}

input.btn			{ background:linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; background:-webkit-linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; padding:0px 10px; border-radius:5px; box-shadow:0 0 3px 0 #575757; border:none;  font-size:27px;}
input.btn:hover		{ background:linear-gradient(to bottom, #b8963b 0%, #cbb358 100%); background:-webkit-linear-gradient(to bottom, #b8963b 0%, #cbb358 100%);}

.gap10						{ margin-bottom:10px; }

.fancybox-skin button	{ background:linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; background:-webkit-linear-gradient(to bottom, #cbb358 0%, #b8963b 100%) repeat; padding:5px 20px; border-radius:5px; box-shadow:0 0 3px 0 #575757; font-size:31px; float:right; border:medium none;}
.fancybox-skin button:hover			{ background:linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat; background:-webkit-linear-gradient(to bottom, #b8963b 0%, #cbb358 100%) repeat; color:#000;} 

.bg_main						{ background:url(images/skin/bg_head.png) no-repeat scroll center top transparent !important; height: 435px !important; width: 100%;}
.bg_light						{ display:none;}
.detail_intro					{ display:none;}
.box_intro						{ bottom:130px;}	
 
.page-id-37 .detail_intro		{ display:none;}
.page-id-37 .bg_main			{ background:url(images/skin/bg_main.jpg) no-repeat scroll center top transparent !important; height: 887px !important; width: 100%;}
.page-id-37 .bg_light			{ display:block; background:url(images/skin/bg_light.png) no-repeat scroll center 100px transparent}
.page-id-37 .box_intro			{ padding-bottom:50px; bottom:25px;}
.page-id-37 .tab_predict a.active_s		{ background:none repeat scroll 0 0 #081026; border-bottom: 2px solid #081026}

.home #page ,.home #colophon	{ display:none;}	
.home .bg_main					{ background:url(images/skin/bg_main.jpg) no-repeat scroll center top transparent !important; height: 1020px !important; width: 100%;}
.home .bg_light					{ display:block;}
.home .detail_intro				{ display:block;}
.home .box_intro				{ bottom:25px;}
.textwidget ul li a				{ font-size:14px; color:#ffffff !important; }
.btn_longs-room-sub				{ font-family:tahoma; font-size:11px; clear:both; float:left; width:100%; text-align:center; margin-top:-15px; }



.mc-main, .mc-list				{ padding:0px; position:static !important; background:#2a2a2a !important;}
.mc-single					{ font-size:34px !important; line-height:1.2 !important; text-align:center !important;}
.all 							{ background:none repeat scroll 0 0 #353535 !important; padding:10px !important; position:relative !important;}
.mc-main th									{ color:#b8973c !important; }
.mc-main caption, .mc-main .my-calendar-month, .mc-main .my-calendar-week, .mc-main .mc-single	{ margin-bottom:50px !important;}
.mc-main td									{ height:120px !important; background-color:#ffffff; }
.entry-content td, .comment-content td		{ background:none repeat scroll 0 0 #252525 !important; border-top:none;}
.mc-main .mc-date, .mc-main.mini td			{ /*background:#1d1d1d !important;*/}
.mc-main .weekend .mc-date					{ color:#000 !important;}
.mc-main .nextmonth .mc-date				{ background:#323232 !important; color:#666 !important; }
.entry-content table, .comment-content table{ border-bottom:none !important; }
.mc-main .current-day						{ background:#b8973c !important;}
.mc-main .current-day .mc-date 				{ background:#9c8033 !important;}
.mc-main .mc_general .event-title a			{ background:#353535 !important; color:#fff !important;}
.mc-main .current-day h3, .mc-main .current-day h3 a		{ color:#000 !important;}
.mc-main td h3, .mc-main td h3 a							{ color:#000 !important;}		
.mc-format				{ display:none;}
.my-calendar-date-switcher { background: none !important; padding: 0 !important; float:left!important; margin:10px !important;}
.mc-main .my-calendar-date-switcher select {
    background: url("images/skin/bg_btn_calendar.png") repeat-x scroll 0 0 #464646!important;
    border: 1px solid #464646!important;
    border-radius: 5px 5px 5px 5px!important;
    margin: 0 7px!important;
    padding: 3px!important;
	color:#fff;
}
.my-calendar-date-switcher input	 {
    background: url("images/skin/bg_btn_calendar.png") repeat-x scroll 0 0 #464646!important;
    border: none!important;
    border-radius: 5px 5px 5px 5px!important;
    margin: 0 7px!important;
    padding: 3px!important;
	color:#fff;
}
.my-calendar-date-switcher label {
    color: #AA944E;
}
.mc-time { float:right !important;  padding:10px !important; color:#fff !important;}
.mc-main.calendar .my-calendar-nav, .mc-main.list .my-calendar-nav { float:right !important; padding:10px !important;}
.nextMonth { background: url("images/skin/calendar_left.png") no-repeat scroll center center #464646; padding:3px 20px; float: left; height: 25px; width: 25px; border-radius:3px !important; text-indent:-9999px !important;}
.prevMonth { background: url("images/skin/calendar_right.png") no-repeat scroll center center #464646; padding:3px 20px; float: left; height: 25px; width: 25px; border-radius:3px !important; text-indent:-9999px !important; }
.mc-main caption, .mc-main .my-calendar-month, .mc-main .my-calendar-week, .mc-main .mc-single {
    background:linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important  ;
	background: -webkit-linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important  ;
	border:none !important; margin-top:0 !important ;}
.my-calendar-table caption, h3.mc-single 	{ font-size:34px !important; font-weight:normal !important; color:#000 !important; text-shadow:1px 1px 0 #dcbe58} 

.my-calendar-header	{ background: none repeat scroll 0 0 #151515; left: 0; margin: 0 10px; position: absolute; top: 55px; width: 920px;}
.category-key			{ color:#fff;}
.category-key h3		{ color:#fff; margin-bottom:10px !important; }
.mc-main .list-event .details		{ background:#252525 !important; box-shadow:0 0 3px #111 !important;}

.mc-main .list-event h3				{ float:left; width:100%; line-height:0.8; color:#fff;}
.mc-main .list-event h3 img			{ float:left; margin-right:10px;}
.mc-main .calendar-event .event-time, .mc-main .list-event .event-time		{ color:#fff;}
.mc-main .sub-details .event-title				{ font-weight:normal; color:#b8973c; font-size:27px; line-height:0.5 !important; margin-bottom:20px;}
.mc-main .longdesc					{ color:#ccc;}
.mc_edit_links						{ border-top-color:#333 !important;}
.list .mc_edit_links				{ display:inline-block; width:100%; padding-bottom:10px !important;}
.list .mc_edit_links li				{ float:left; list-style:none !important; margin:0 20px 0 0 !important;}

.mc_edit_links li	{ float:left; list-style:none !important; margin:0 20px 0 0 !important;}

.mc-main .calendar-event .details	{ background: none repeat scroll 0 0 #151515 !important; box-shadow:0px 0px 2px #222 !important;}
.mc-main .details .mc-event-date	{ font-weight:normal; color:#b8973c; font-size:27px; line-height:0.5 !important; margin-bottom:20px; text-shadow:none !important;}
.html_carousel {
	float:left;
	padding:10px;
	position:relative;
}
.html_carousel div.slide {
	position: relative;
	float:left;
}

.fancybox-opened .fancybox-skin	{ box-shadow:none !important;}
.fancybox-skin	{ background:#000 !important;}
.page-id-85		{ background:none !important;}
.fancybox-overlay 	{ background:rgba(0, 0, 0, 0.9)!important ; }


.side_ads		{ padding:10px;}


.category .box_right .archive-header { display:none; }
.footer_menu ul.sub-menu		{ display:none; }
.newsletter-submit				{ margin-top:15px; }
.gap20							{ margin-top:20px; width:100%; float:left; }
.page-id-909 .newsletter-email8	{ float:left; width:235px !important; height:30px; /*margin-right:30px;*/ margin-top:5px; }
.newsletter-firstname8			{ float:left; width:240px; height:30px; margin-right:30px; margin-top:5px; }
.newsletter-profile8			{  border: medium none;
    border-radius: 3px;
    float: left;
    height: 30px;
    margin-right: 30px;
    margin-top: 5px;
    padding: 7px 2px;
    width: 75px; }
.newsletter-numb8				{ float:left; width:235px !important; height:30px; margin-right:30px; margin-top:5px; }
.newsletter-date8				{ border: medium none;
    border-radius: 3px;
    float: left;
    height: 30px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 6px 2px;
    width: 55px !important; }
.newsletter-mou8				{  border: medium none;
    border-radius: 3px;
    float: left;
    height: 30px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 7px 2px;
    width: 140px !important; }
.newsletter-year8				{ border: medium none;
    border-radius: 3px;
    float: left;
    height: 30px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 7px 2px;
    width: 70px !important; }
.mmna1							{ float:left; padding:0 30px 0 0; }
.mmna2							{ float:left; padding:0 20px 0 0; width:270px; }
.mmna3							{ float:left; padding:0 20px 0 30px; width:210px; }
.mmna4							{ float: left; margin-left: 0; margin-right: 110px;}
.mmna5							{  float: left; margin-left: 20px; padding: 0 20px; width: 325px; }

.page-id-655 .field_con textarea { float: left; font-size: 13px; height: 265px !important; width: 100%; }
.page-id-655 input.wpcf7-form-control		 { float:right !important; }
.c_details h3					{ color: #b8973c; float: left; padding: 10px 0; width: 100%; font-size:14px; }
.cm_details h3					{ color: #b8973c; float: left; padding: 10px 0; width: 100%; font-size:14px; font-family:tahoma !important; }
.page-id-609 .site-content		{ background-color:#252525; }
.page-id-609 label				{ color:#bbbbbb; font-size:13px;  }
.c_p_detail						{ color: #b8973c; float: left; padding: 10px 0; width: 100%; font-size:14px; border-top:1px dashed #3A3A3A; margin-top:5px; }
.c_p_detail h3					{ margin-top:10px; margin-bottom:10px; }
div.wpcf7						{ margin: 0; padding: 10px 15px; }
.avatar_wrapper					{ background:url(images/skin/avatar-man.jpg) no-repeat 0 0; width:100%; height:137px; float:left; position:relative; }
.avatar_wrapper label			{ background: url("images/skin/upload-pic_regis.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
								color: #B8963B;
								float: left;
								font-size: 1px;
								height: 27px;
								margin-left: 150px;
								padding: 5px 4px 0;
								text-indent: -9999px;
								width: 114px;
								cursor:pointer; }
.page-id-609 input[type="file"]	{ opacity:0 !important; }
.page-id-655 .form_contact {
    float: left;
    padding: 10px;
    width: 105% !important;
}
.page-id-655 .entry-header .title_bar { background: none repeat scroll 0 0 #3E3E3E;
    color: #d1d1d1 !important;
    float: left;
    padding: 10px;
    width: 100%; }
.page-id-655 .corner_right		{ display:none; }
.page-id-655 .corner_left		{ display:none; }
span.tti-name					{ float:left; padding:10px 0; }
span.tti-name label				{ float:left; margin-bottom:5px; }
span.tti-names					{ float:left; padding:10px 0; width: 33%;}

.page-id-609 span.wpcf7-form-control-wrap {
    margin-right: 15px !important;
    position: relative;
}
span.tti-names label			{ float:left; margin-bottom:5px; }
input.first_name				{ width:205px; }
input.last_name					{ width:320px; }
input.nickname					{ width:210px; }
input.age						{ width:55px; }
input.birth_date				{ width:200px; }
span.tti-sur					{ float:left; padding:10px 0; width: 48%;}
span.tti-sur label				{ float:left; margin-bottom:5px; }
span.tti-nick					{ float:left; padding:10px 0; width: 34%;}
span.tti-nick label				{ float:left; margin-bottom:5px; }
span.tti-age					{ float:left; padding:10px 0; width: 10%;}
span.tti-age label				{ float:left; margin-bottom:5px; }
span.tti-bdate					{ float:left; padding:10px 0; width: 33%;}
span.tti-bdate label			{ float:left; margin-bottom:5px; }
.address_wrapper				{ color: #b8973c; float: left; padding: 10px 0; width: 100%; font-size:14px; border-top:1px dashed #3A3A3A; margin-top:5px; }
.address_wrapper h3				{ margin-top:10px; margin-bottom:10px; }
textarea#address				{ width:635px; margin-left: -10px; color:#000; height:135px; }
span.tti-address				{ float:left; padding:10px 0; width:97%;}
span.tti-province				{ float:left; padding:10px 0; width: 20%;}
span.tti-province label			{ float:left; margin-bottom:5px; }
.province						{ height:30px; }
span.tti-postal_code			{ float:left; padding:10px 0; width: 23%;}
span.tti-postal_code label		{ float:left; margin-bottom:5px; }
#postal_code					{ width:140px; }
#email							{ width:360px; }
span.tti-email					{ float:left; padding:10px 0; width: 50%;}
span.tti-email label			{ float:left; margin-bottom:5px; }
span.tti-phone					{ float:left; padding:10px 0; width: 50%;}
span.tti-phone label			{ float:left; margin-bottom:5px; }
span.tti-fax					{ float:left; padding:10px 0; width: 50%;}
span.tti-fax label				{ float:left; margin-bottom:5px; }
.c_personal_data				{ color: #b8973c; float: left; padding: 10px 0; width: 100%; font-size:14px; border-top:1px dashed #3A3A3A; margin-top:5px; }
.c_personal_data h3				{ margin-top:10px; margin-bottom:10px; }
span.tti-career					{ float:left; padding:10px 0; width: 50%;}
span.tti-career label			{ float:left; margin-bottom:5px; }
span.tti-company				{ float:left; padding:10px 0; width: 50%;}
span.tti-company label			{ float:left; margin-bottom:5px; }
span.tti-position				{ float:left; padding:10px 0; width: 100%;}
span.tti-position label			{ float:left; margin-bottom:5px; }
#position						{ width:99%; }
span.tti-edu					{ float:left; padding:10px 0; width: 50%;}
span.tti-edu label				{ float:left; margin-bottom:5px; }
span.tti-institute				{ float:left; padding:10px 0; width: 50%;}
span.tti-institute label		{ float:left; margin-bottom:5px; }
.c_general_data					{ color: #b8973c; float: left; padding: 10px 0; width: 100%; font-size:14px; border-top:1px dashed #3A3A3A; margin-top:5px; }
.c_general_data h3				{ margin-top:10px; margin-bottom:10px; }
span.tti-name2					{ float:left; padding:24px 0 0 0; }
span.tti-name2 label			{ float:left; margin-bottom:5px; }
span.tti-realname				{ float:left; padding:10px 0; width: 33%;}
span.tti-realname label			{ float:left; margin-bottom:5px; }
#prefix_s						{ height:30px; }
#prefix							{ height:30px; }
span.tti-surname2				{ float:left; padding:10px 0; width: 48.5%; margin-top:-14px; }
span.tti-surname2 label			{ float:left; margin-bottom:5px; }
span.tti-relations				{ float:left; padding:10px 0; width: 33%;}
span.tti-relations label		{ float:left; margin-bottom:5px; }
#relationship					{ width:205px;}
span.tti-email2					{ float:left; padding:10px 0; width: 33%;}
span.tti-email2 label			{ float:left; margin-bottom:5px; }
#email_s						{ width:205px;}
span.tti-phone2					{ float:left; padding:10px 0; width: 33%;}
span.tti-phone2 label			{ float:left; margin-bottom:5px; }
#phone_s						{ width:205px;}
textarea#need					{ width:635px; color:#000; height:135px; }
span.tti-need					{ float:left; padding:10px 0; width:100%; }
.tti-need label					{ color: #b8973c; float: left; padding: 10px 0; width: 100%; font-size:14px; border-top:1px dashed #3A3A3A; margin-top:5px; }
span.tti-acceptance				{ float:left; padding:24px 0 0 0; width:100%; margin-bottom: 20px; }
#acceptance						{ float:left; }
span.tti-cnam					{ float:left; padding:10px 0; width: 50%;}
span.tti-cnam label				{ float:left; margin-bottom:5px; }
#course-name					{ float:left; width:295px; padding:9px; height:35px; border-radius:3px; border:medium none; }
span.tti-cperiod				{ float:left; padding:10px 0; width: 50%;}
span.tti-cperiod label			{ float:left; margin-bottom:5px; }
#course-day						{ float:left; width:295px !important; height:35px; padding:9px; border-radius:3px; border:medium none; }
.page-id-609 .wpcf7-submit		{ background: linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); background: -webkit-linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: medium none !important;
								border-radius: 5px !important;
								box-shadow: 0 0 3px 0 #575757 !important;
								font-size: 27px !important;
								padding: 0 10px !important; }
.page-id-609 .wpcf7-submit:hover  { background: linear-gradient(to bottom, #B8963B 0%, #CBB358 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); background: -webkit-linear-gradient(to bottom, #B8963B 0%, #CBB358 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); }


.mc-main .nextmonth {
    background: none repeat scroll 0 0 #CCCCCC !important;
    color: #888888 !important;
    opacity: 1 !important;
}
.page-id-779 #secondary .slide-bar-wd 	{ display:none; }
.my-calendar-table tbody .mc-date 		{ background-color: #999999 !important; color: #000000; }
.mc-main .nextmonth .mc-date			{ background: none repeat scroll 0 0 #E0E0E0 !important; color: #666666 !important; }



.page-id-735 span.email input		{ width:295px;}
.page-id-735 span.tti-cinv						{ float:left; padding:10px 0; width: 100%;}
.page-id-735 span.tti-cnam2						{ float:left; padding:10px 0; width: 50%;}
.page-id-735 span.tti-cnam3						{ float:left; padding:10px 0; width: 50%;}
.page-id-735 span.tti-cnam3 input				{ float:left; width: 100%;}
.page-id-735 span.receipe-number input			{ width:100%; }
.page-id-735 .birth_date						{ width:97%; }
.page-id-735 span.transferred-time input		{ width:100%; }
.page-id-735 span.transferred-value input		{ width:100%; }
.page-id-735 span.tvalue						{ width:100%; }
.page-id-735 span.tti-addde						{ width:100%; float:left; padding:10px 0;}
.page-id-735 textarea 							{ float: left; font-size: 100%; overflow: auto; vertical-align: top; width: 610px; }
.page-id-735 input.wpcf7-submit					{ float:left; margin:10px 0; }
.page-id-735 input.wpcf7-submit {
    background: linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(to bottom, #CBB358 0%, #B8963B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 5px !important;
    box-shadow: 0 0 3px 0 #575757 !important;
    font-size: 27px !important;
    padding: 0 10px !important;
}
.page-id-735 input.wpcf7-submit:hover {
    background: linear-gradient(to bottom, #B8963B 0%, #CBB358 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(to bottom, #B8963B 0%, #CBB358 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.page-id-735 .entry-header .title_bar {
    background: none repeat scroll 0 0 #3E3E3E;
    color: #d1d1d1 !important;
    float: left;
    padding: 10px;
    width: 100%;
}
.page-id-735 .corner_right		{ display:none; }
.page-id-735 .corner_left		{ display:none; }


.bg-class-course {
    background: none repeat scroll 0 0 #252525;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0 16px 10px;
    padding: 20px;
    text-align: left;
    width: 660px;
}
.bg-class-course p				{ font-size:14px; }


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		/*overflow: hidden;*/
	}
	.site-content {
		float: right;
		width: 680px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 260px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top:37px !important;
		float:right;
	}
	.search .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		margin-top: 37px !important;
		float:right;
	}
	.page-id-932 .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}

	.page-id-779 .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}
	.page-id-40 .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}
	
	.page-id-609 .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}
	
	.page-id-785 .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}
	
	.page-id-680 .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}
	
	.page-id-909 .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}
	
	.single-course .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		/*width:75%;*/
		margin-top: 42px;
    	padding-right: 14px;
		float:right;
	}
	
	
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		text-transform: uppercase;
		white-space: nowrap;
		padding:5px 0
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 0 0 0.5em;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 1.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #FFFFFF !important;
		background:#000; 
		padding:5px 15px;
		border-radius:3px;
		text-shadow:none !important;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		/*padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3)*/
		
		padding: 0;
		margin-top:0;
		margin-bottom:50px;
		
		;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
	
}
#foo1{visibility:hidden;}
#foo2{visibility:hidden;}
#foo3{visibility:hidden;}
#foo5{visibility:hidden;}
#foo6{visibility:hidden;}
.prev{visibility:hidden;}.next{visibility:hidden;}

.widget_text form 		{ position:relative;}		
.widget_text form .newsletter-email			{ margin:0 0 20px 0;}
.widget_text form .newsletter-submit		{ position:absolute !important; top:0 !important; right:0 !important; height:30px !important; }

.ngg-gallery-thumbnail img			{ background:#000 !important; border:none !important; padding:5px !important;}
#ui-datepicker-div					{ display:none;}

.fancybox-skin						{z-index:9999 !important;}

/*.page-id-932 form option			{padding-top:10px;}*/

.page-id-235 .header_calendar		{display:none;}

div.wpcf7-mail-sent-ok {
    border: none !important;
	color:#e3b949;
}

div.wpcf7-mail-sent-ng {
    border: none !important;
}


.page-id-735 span.tti-tvalue {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.page-id-909 .newsletter-submit			{clear:left;}
.page-id-909 .mmna4						{width:222px; margin-right:20px;}
.page-id-909 .mmna3						{padding: 0 20px 0 0;}
.page-id-909 .mmna5 					{margin-left:0px;}



.detail_intro p:last-child				{font-weight:bold;}

.single-post .content_article *			{font-size:16px;}
.page-id-85	.content_search *			{font-size:16px;}
.mean_result							{font-size:16px;}

.single-post .content_article, .category .entry-content			{color:#b9b9b9;}

.line-numbers 							{font-size: 32px !important; line-height: 22px;}

/*._hide_course						{display:none;}*/

.page-id-735 span.wpcf7-form-control-wrap { position:static; }

#previewHolder							{-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; left: 0; position: absolute; display:none;}


.page-id-609 span.wpcf7-not-valid-tip-no-ajax		{clear:left;}

#slide_01 .caroufredsel_wrapper { height:85px !important; }

.content_article pre { color:#b9b9b9; }
.pp_content_container { height:570px !important;}


body.page-id-30 #payment_02>div:nth-child(3) { display:none !important; }

/*FORM CLASS SEMINAR*/
.radioincom span.wpcf7-list-item-label { display: table;
  margin-left: 40px;
  margin-top: -28px;
  padding-left: 2px;
  z-index: 5}
  
.radioincom span.wpcf7-list-item { position:relative; z-index:9999; }
/*FORM CLASS SEMINAR*/
#number_score {font-size: 30px;
  color: #FFFEF6;
  margin-top: 15px;
  margin-bottom: 20px;
  float: left;
  width:100%;
  background:#252525;
  height: 60px;
  padding-top: 15px;
}

.score-set1 {font-size: 20px;
  margin-bottom: 35px;
  float: left;
  width: 100%;
  line-height: 25px;
  background-color: #252525;
  margin-top: -25px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px; }
  
.score-set2 {font-size: 20px;
  margin-bottom: 35px;
  float: left;
  width: 100%;
  line-height: 25px;
  background-color: #252525;
  margin-top: -25px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px; }
  
.score-set3 {font-size: 20px;
  margin-bottom: 35px;
  float: left;
  width: 100%;
  line-height: 25px;
  background-color: #252525;
  margin-top: -25px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px; }
  
.score-set4 {font-size: 20px;
  margin-bottom: 35px;
  float: left;
  width: 100%;
  line-height: 25px;
  background-color: #252525;
  margin-top: -25px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px; }
  
.score-set5 {font-size: 20px;
  margin-bottom: 35px;
  float: left; 
  width: 100%;
  line-height: 25px;
  background-color: #252525;
  margin-top: -25px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px; }
  
.score-set6 {font-size: 20px;
  margin-bottom: 35px;
  float: left;
  width: 100%;
  line-height: 25px;
  background-color: #252525;
  margin-top: -25px;
  padding-bottom: 20px;
  padding-left:10px;
  padding-right:10px; }

  
  
  #number_score ,
  #suggestion{display:none;}


