/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	/*outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);*/
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

.sidebar {
	display: none;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Jost-Regular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #6E6E6E;
	font-family: "Jost-Regular", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: rgba(210, 210, 210, 0.9);
	border: 0;
	color: #6c6c6c;
	cursor: pointer;
	font-size: 12px;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: rgba(255, 255, 255, 0.9);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ff6600;
}


/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.site-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.site-description {
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: transparent;
  	position: absolute;
  	width: 100%;
  	height: 100%;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
	display: none;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
	padding: 0;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: "Jost-Regular", sans-serif;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left: -1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}

	.site-branding {
		min-height: 3.2em;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.0909;
	}

	.site-description {
		display: block;
	}

	.secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}

	.main-navigation {
		margin-bottom: 11.1111%;
	}

	.main-navigation ul {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}

	.main-navigation ul ul {
		border-top: 0;
		border-bottom: 0;
	}

	.social-navigation {
		margin-bottom: 11.1111%;
	}

	.social-navigation {
		margin-top: 0;
	}

	.widget-area {
		margin-top: 0;
	}

	.widget {
		margin-bottom: 11.1111%;
	}

	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.hentry + .hentry {
		border-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-header {
		padding: 0 9.0909%;
	}

	.entry-footer {
		padding: 4.5454% 9.0909%;
	}

	.page-header {
		border-bottom: 0;
		border-left: 7px solid #333;
		padding: 3.8461% 7.6923%;
	}

	.page-title,
	.taxonomy-description {
		margin-left: -7px;
	}

	.page-content {
		padding: 9.0909%;
	}

	.site-footer {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 7.6923%;
		padding: 3.84615% 7.6923%;
	}

	.post-navigation {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}

	.comments-area {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.comment-content ul,
	.comment-content ol {
		margin-left: 0;
	}

	.comment-content li > ul,
	.comment-content li > ol,
	.comment-content blockquote > ul,
	.comment-content blockquote > ol {
		margin-left: 1.3333em;
	}

	.widecolumn {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923%;
	}
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: -1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 1em 0;
	}

	.main-navigation ul ul {
		margin-left: 1em;
	}

	.main-navigation .menu-item-description {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.secondary-toggle {
		height: 56px;
		width: 56px;
	}

	.secondary-toggle:before {
		line-height: 54px;
		width: 54px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.comment-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-branding {
		min-height: 3.7059em;
		padding-right: 66px;
	}

	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table,
	.widget pre {
		margin-bottom: 1.5em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		margin-left: -1.2353em;
		padding-left: 1em;
	}

	.widget blockquote p {
		margin-bottom: 1.6471em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.widget blockquote > blockquote {
		margin-left: 0;
	}

	.widget pre {
		line-height: 1.5;
		padding: 0.75em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		line-height: 1.75;
	}

	.widget button,
	.widget input {
		line-height: normal;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.5625em;
	}

	.widget blockquote.alignleft,
	.widget .wp-caption.alignleft,
	.widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.widget blockquote.alignright,
	.widget .wp-caption.alignright,
	.widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.widget blockquote.aligncenter,
	.widget .wp-caption.aligncenter,
	.widget img.aligncenter {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.widget .wp-caption.alignleft,
	.widget .wp-caption.alignright,
	.widget .wp-caption.aligncenter {
		margin-bottom: 1em;
	}

	.widget-title {
		margin: 0 0 1.5em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9286;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.9643em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.9643em 0 0 1em;
		padding-top: 0.9643em;
	}

	.widget_rss li {
		margin-bottom: 1.5em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

	.post-thumbnail {
		margin-bottom: 3em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info {
		margin: 0 9.0909%;
		padding: 9.0909% 0;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.2353em;
	}

	.comment-meta {
		position: relative;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		position: relative;
		top: 5px;
		width: 42px;
	}

	.comment-metadata .edit-link:before {
		top: 2px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: normal;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8182;
		margin-bottom: 1.8182em;
		margin-left: -1.0909em;
		padding-left: 0.9091em;
	}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5278em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 0.75em 0;
	}

	.main-navigation .menu-item-description {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
		width: 2.5263em;
	}

	.secondary-toggle {
		height: 64px;
		width: 64px;
	}

	.secondary-toggle:before {
		line-height: 62px;
		width: 62px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-branding {
		min-height: 3.7895em;
		padding-right: 74px;
	}

	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget blockquote {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
		margin-bottom: 1.6842em;
		margin-left: -1.2632em;
		padding-left: 1.0526em;
	}

	.widget blockquote p {
		margin-bottom: 1.6842em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		line-height: 1.5;
	}

	.widget button,
	.widget input {
		line-height: normal;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.75em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.5;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9375;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.7188em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.7188em 0 0 1em;
		padding-top: 0.7188em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 0.125em;
	}

	.comments-title {
		margin-bottom: 1.4545em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.comment-metadata {
		line-height: 2;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	body:before {
		background-color: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 29.4118%;
		z-index: 0; /* Fixes flashing bug with scrolling on Safari */
		display: none;
	}

	.sidebar {
		float: left;
		margin-right: -100%;
		max-width: 413px;
		position: relative;
		width: 29.4118%;
	}

	.secondary {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
	}

	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	blockquote {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6667;
		margin-bottom: 1.6667em;
		margin-left: -1.3333em;
		padding-left: 1.1111em;
	}

	blockquote cite,
	blockquote small {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	pre {
		line-height: 1.2;
	}

	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	button,
	input {
		line-height: normal;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.375em;
	}

	.main-navigation {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 20% 20%;
	}

	.main-navigation a {
		padding: 0.5em 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 30px;
	}

	.main-navigation .menu-item-description {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.dropdown-toggle {
		height: 24px;
		width: 24px;
	}

	.dropdown-toggle:after {
		font-size: 16px;
		line-height: 24px;
		width: 24px;
	}

	.social-navigation {
		margin: 0 20% 20%;
	}

	.social-navigation ul {
		margin-bottom: -1.6em;
	}

	.social-navigation li {
		width: 25%;
	}

	.social-navigation a {
		height: 3.2em;
	}

	.secondary-toggle {
		display: none;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.post-navigation {
		margin: 8.3333% 8.3333% 0;
	}

	.post-navigation a {
		padding: 5% 10%;
	}

	.pagination {
		margin: 8.333% 8.333% 0;
	}

	.pagination .nav-links {
		min-height: 3.2em;
	}

	.pagination .page-numbers {
		line-height: 3.2em;
		padding: 0 0.8em;
	}

	.pagination .prev,
	.pagination .next {
		height: 48px;
		padding: 0;
		width: 48px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 48px;
		line-height: 48px;
		width: 48px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 16px;
		top: 0;
	}

	.image-navigation {
		padding: 0 10%;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		clear: both;
		margin-top: 0.4em;
		margin-bottom: 1.6em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

	.site-header {
		background-color: transparent;
		border-bottom: 0;
		margin: 20% 0;
		padding: 0 20%;
	}

	.site-branding {
		min-height: 0;
		padding: 0;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
	}

	.site-description {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 20%;
		padding: 0 20%;
	}

	.widget blockquote {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin-left: -1.5em;
		padding-left: 1.1667em;
	}

	.widget blockquote p {
		margin-bottom: 1.5em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget pre {
		padding: 0.5em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.5417em 1.0833em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.4583em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9167;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4583em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4583em 0 0 1em;
		padding-top: 0.4583em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-bottom: 1.1613em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.3846;
		margin-top: 1.8462em;
		margin-bottom: 0.9231em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
		margin-top: 2.1818em;
		margin-bottom: 1.0909em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-top: 2.6667em;
		margin-bottom: 1.3333em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-top: 3.2em;
		margin-bottom: 1.6em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 16px;
		top: 5px;
	}

	.author-info {
		margin: 0 10%;
		padding: 10% 0;
	}

	.author-info .avatar {
		height: 36px;
		margin: 0 1.5em 1.5em 0;
		width: 36px;
	}

	.author-link:after {
		font-size: 16px;
		top: 1px;
	}

	.entry-footer {
		padding: 5% 10%;
		display: none;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.page-header {
		padding: 4.1666% 8.3333%;
	}

	.page-content {
		padding: 8.3333%;
	}

	.taxonomy-description {
		padding-top: 0.4em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-bottom: 1.3333em;
	}

	.format-link .entry-title a:after {
		top: 0;
	}

	.comments-area {
		margin: 8.3333% 8.3333% 0;
		padding: 8.3333%;
	}

	.comments-title {
		margin-bottom: 1.3333em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6em;
	}

	.comment-list .children > li {
		padding-left: 0.8em;
	}

	.comment-author {
		margin-bottom: 0.4em;
	}

	.comment-author .avatar {
		height: 24px;
		margin-right: 0.8em;
		top: 0;
		width: 24px;
	}

	.comment-metadata .edit-link:before {
		top: 3px;
	}

	.pingback .edit-link:before {
		top: 5px;
	}

	.bypostauthor > article .fn:after {
		top: 5px;
		left: 3px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 2em;
	}

	.comment-list .reply a {
		padding: 0.4167em 0.8333em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6em;
	}

	.comment-reply-title small a:before {
		top: -3px;
	}

	.site-footer {
		float: left;
		margin: 0 0 0 35.2941%;
		padding: 0;
		width: 58.8235%;
	}

	.site-info {
		padding: 5% 10%;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 1.6em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}

	.widecolumn {
		margin: 8.3333%;
		padding: 8.3333%;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6em;
	}

	.widecolumn p {
		margin: 1.6em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.5484em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.375em;
	}
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: -1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-navigation a {
		padding: 0.4643em 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 34px;
	}

	.main-navigation .menu-item-description {
		line-height: 1.4583;
		margin-top: 0.25em;
	}

	.dropdown-toggle {
		height: 28px;
		width: 28px;
	}

	.dropdown-toggle:after {
		line-height: 28px;
		width: 28px;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation li {
		width: 20%;
	}

	.social-navigation a {
		height: 2.8824em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget blockquote {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 1.2143em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.75em 1.5em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.5em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.4583;
		padding: 0.5833em 0;
	}

	.widget_calendar caption {
		margin: 0 0 1.9286em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9286;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4643em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4643em 0 0 1em;
		padding-top: 0.4643em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

	.post-thumbnail {
		margin-bottom: 2.4706em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.1667em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		top: 5px;
		width: 42px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-metadata .edit-link:before {
		top: 6px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8182;
		margin-bottom: 1.8182em;
		margin-left: -1.0909em;
		padding-left: 0.9091em;
	}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5278em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.main-navigation a {
		padding: 0.5em 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.main-navigation .menu-item-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		margin-top: 0.3077em;
	}

	.dropdown-toggle {
		height: 32px;
		top: 4px;
		width: 32px;
	}

	.dropdown-toggle:after {
		line-height: 32px;
		width: 32px;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 1.25em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 0.8462em 1.6923em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.5em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		padding: 0.6154em 0;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9375;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4688em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 0 0 1em;
		padding-top: 0.4688em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 3px;
	}

	.comments-title {
		margin-bottom: 1.4545em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px);
	}
}


/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}

/*General*/
.clearboth {
	clear: both;
}
.theme1-text.padding-bottom-20 {
	padding-bottom: 20px;
}
.colororange {
	color: #ff6600;
}
.nav-left-layer2 .colororange {
	color: #ff6600;
}
.colorgrey {
	color: #444444;
}
.changescolor-bottom .colorgrey {
	color: #ff6600;
}
.web-show-1000 {
	display: block;
}
.mobile-show-1000 {
	display: none;
}
.margin-bottom-7 {
	margin-bottom: 7px;
}
.sourcesanspro {
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform: uppercase;
}
/*End General*/

/*Logo*/
.logo-layer1 {
	position: absolute;
	left: 37px;
	top: 16px;
	z-index: 11;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.logo-layer1 img {
	width: 134px;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
/*End Logo*/

/*Nav Top*/
.nav-top-layer1 {
	position: absolute;
	z-index: 11;
	right: 40px;
	top: 18px;
	color: #6c6c6c;
	font-weight: 700;
}
.nav-white {
	color: #6c6c6c;
}
.nav-white.colororange {
	color: #ff6600;
}
.nav-white:hover {
	color: #ff6600;
}
.nav-top-layer2 {
	font-size: 14px;
	text-transform: uppercase;
}
.nav-top-layer2 .navsplit {
	font-size: 14px;
  	margin-left: 12px;
  	margin-right: 12px;
}
.nav-top-layer2 div {
	float: left;
}
.nav-top-layer2 div ul li div {
	float: none;
	padding: 4px 20px;
}
.navheader {
	padding-bottom: 10px;
}
 .nav-top-layer2 .navheader-last ul {
	text-align: right;  
	margin-left: -68px;
}
.nav-top-layer2 ul {
	position: absolute;
	display: none;
	margin-left: -20px;
	margin-top: 30px;
	font-weight: 400;
}
.nav-top-layer2 .navheader:hover ul {
	display: block;
}
.nav-top-layer2 .navheader:hover ul ul {	
	display: none;
}
.nav-top-layer2 .navheader:hover ul .mediaheader:hover ul {	
	display: block;
}
.nav-top-layer2 .navheader:hover .navheader-text {
	color: #ff6600;
}
.nav-top-layer2 li {
	background: rgba(255, 102, 0, 1);
	margin-bottom: 1px;
  	text-transform: capitalize;

  	animation-name: slideDownOpacity;
	-webkit-animation-name: slideDownOpacity;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
.navheader-text:hover {
	cursor: pointer;
	color: #ff6600;
}
ul.languagepattern {
	margin-left: 0px;
    margin-top: 22px;
}
.languagepattern li {
	background: #8A8A8A;
    color: #fff;
    border-radius: 10px;
    margin-left: 11px;
    padding: 2px 6px 0px 9px;
    font-size: 11px;
    cursor: pointer;
    width: 48px;
}
.languagepattern li:hover {
	color: #ff6600;
}
.nav-top-layer2 div .languagepattern li div {
    padding: 0px;
}
.nav-top-layer2 li a:hover {
	color: #525252;
}
.nav-top-layer2 ul li ul {
	display: none;
    margin-top: -27px;
    margin-left: 81px;
    position: absolute;
    width: 150px
}
.mediaheader {
	color: #fff;
}
.mediaheader:hover {
	color: #525252;
	cursor: pointer;
}
.home-icon {
	margin-left: 10px;
	width: 25px;
    margin-top: -2px;
}
.gradtop-layer1 {
	position: absolute;
	width: 100%;
	height: 134px;
	z-index: 3;
}
.gradtop-layer2 {
	background: url(../images/grad-top-white.png);
	background-repeat: repeat-x;
  	width: 100%;
  	height: 100%;
}
.chinesebutton {
	background: #7D7C7C;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    padding: 2px 6px 0px;
    font-size: 11px;
    cursor: pointer;
}
.mobilelanguage {
	position: absolute;
    right: 70px;
    top: 35px;
    z-index: 11;
    
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.languagearrow {
	margin-top: -2px;
}
.chinesebutton-nav ul {
	display: none;
	list-style: none;
}
.chinesebutton-nav:hover ul {
	display: block;
}
.chinesebutton-nav .languagepattern,
.chinesebutton-nav .languagepattern li  {
    margin-top: 1px;
}
/*End Nav Top*/

/*Nav Left*/
.nav-left-layer1 {
	position: absolute;
	z-index: 10;
	left: 0px;
    padding-top: 120px;
    height: 100%;
    background: #fff;
    padding-right: 2px;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.home .nav-left-layer1 {
	background: transparent;
	height: auto;
}
.nav-left-layer2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
    font-weight: 700;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.home .nav-left-layer2 div {
  	padding: 6px 20px;
  	width: 170px;
}
.nav-left-layer2 div {
	background: rgba(210, 210, 210, 1);
  	margin-bottom: 2px;
  	padding: 6px 20px;
  	width: 187px;
  	text-align: right;
}
.home .nav-left-layer2 .logo30,
.nav-left-layer2 .logo30 {
	background: rgba(255, 255, 255, 0.9);
	padding: 8px 42px;
}
.nav-left-layer2 div.logo-dinewin div {
	padding: 20px 0 0px;
}
.nav-left-layer2 div.logo-dinewin {
	padding: 20px 0 0px;
	background: rgba(0, 0, 0, 0.9);
    border: 1px solid #b78541;
}
.logo-dinewin div {
	width: auto;
    background: none;
    margin-bottom: 0px;
    padding: 0px;
    /*margin-top: 15px;*/
}
.logo-dinewin img {
	width: 185px;
    padding-left: 0px;
}
.logo-dinewin div img {
	width: 100%;
}
.logo-dinewin div img:hover {
	opacity: 0.9;
}
.logo30-mobile {
    padding: 10px;
    max-width: 150px;
    margin: auto;
    margin-top: 20px;
}
.logo30-mobile-top {
    position: absolute;
    top: 15px;
    width: 65px;
    left: 150px;
    
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.logo30-mobile-top.nothome {
    top: 5px;
    left: 120px;
}
.nav-left-layer2 a {
	color: #6c6c6c;
}
.nav-left-layer2 a:hover {
	color: #ff6600;
}
.home .nav-left-layer2 .navleftheader-text,
.nav-left-layer2 .navleftheader-text {
	padding: 0px;
	background: transparent;
	width: auto;
	color: #6c6c6c;
}
.home .navleftheader ul {
    left: 170px;
    padding-left: 2px;
}
.navleftheader ul {
	position: absolute;
	left: 189px;
	width: 268px;
	font-size: 13px;
	margin-top: -29px;
	display: none;
}
.nav-left-layer2 .navleftheader:hover .navleftheader-text {
	color: #ff6600;
	cursor: pointer;
}
.navleftheader:hover ul {
	display: block;
}
.navleftheader ul li {
	background: rgba(210, 210, 210, 0.95);
	padding: 7px 20px;
    margin-bottom: 2px;
    text-align: left;
}
.home .nav-left-img {
	width: 170px;
}
.home .nav-left-img-text {
    margin-top: -114px;
}
.nav-left-img img {
	width: 100%;
}
.nav-left-img-text {
	position: absolute;
    font-size: 14px;
    margin-top: -123px;
    color: #E5D495;
    text-align: center;
    width: 100%;
    font-weight: 700;
    line-height: 2;
}
.nav-left-img-text a {
	color: #FFFDC0;
}
.nav-left-img-text a:hover {
	color: #ff6600;
}
.nav-leftdotted {
    border-bottom: 1px dotted #E5D495;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
}
/*End Nav Left*/

/*Nav Mobile*/
.nav-mobile-threeX,
.nav-mobile-layer1 {
	display: none;
}
.nav-mobile-layer1 {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nav-mobile-layer2 {
	position: fixed;
	width: 260px;
	top: 0;
	right: 0;
	height: 100%;
    background: rgba(0,0,0,0.95);
	z-index: 12;
	color: #fff;
	font-size: 16px;
	text-align: center;
    padding: 0;
    overflow: auto;

	transform: translateX(260px);
	-webkit-transform: translateX(260px);

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.nav-mobile-layer2.active {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.nav-mobile-layer2 ul li {
	font-size: 13px;
}
.nav-mobile-layer2 a:hover {
	color: #ff6600;
}
.nav-mobile-layer3 {
	display: none;
}
.nav-mobile-layer4 {
    padding: 60px 25px 20px;
	background: rgba(51, 51, 51, 1);
}
.nav-mobile-layer5 {
	font-size: 9px;
	padding-bottom: 20px;
}
.nav-mobile-layer5 .fb-icon img,
.nav-mobile-layer5 .youtube-icon img {
	width: 28px;
    padding: 3px;
}
.nav-mobile-layer5 .fb-icon,
.nav-mobile-layer5 .youtube-icon {
	display: inline-block;
    padding-bottom: 5px;
}
.nav-mobile-drawline {
	border-top: 1px dotted #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navinfo-1,
.navinfo-2,
.navinfo-3,
.navinfo-4 {
	display: none;
}

.navinfo-1-click:hover,
.navinfo-2-click:hover,
.navinfo-3-click:hover,
.navinfo-4-click:hover {
	cursor: pointer;
	color: #ff6600;
}

.navinfo-1-click.blue,
.navinfo-2-click.blue,
.navinfo-3-click.blue,
.navinfo-4-click.blue {
	color: #ff6600;
}

.dinewin-mobile-nav {
	width: 180px;
    margin: auto;
    padding: 20px 0px 25px;
    font-size: 14px;
}
.nav-mobile-layer5 a:hover {
	color: #ff6600;
}
/*End Nav Mobile*/

/*Footer*/
.nav-footer-layer2 {
	position: fixed;
	bottom: 0;
	background: #333333;
	width: 100%;
	z-index: 11;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
    line-height: 1.3;

    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.nav-footer-layer2.remove {
	transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.nav-footer-layer2 div {
	float: left;
}
.nav-footer-layer3 {
	position: fixed;
	background: #333333;
	bottom: 17px;
	z-index: 12;
	text-transform: uppercase;
	font-size: 11px;
    line-height: 1.3;
}
.nav-footer-layer3 .nav-footer-column1 div {
	display: inline-block;
	vertical-align: middle;
}
.nav-footer-layer4 {
	color: #000;
    font-size: 9px;
    width: 100%;
    padding: 3px 40px 2px 0px;
    text-align: right;
    background: #cecece;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.nav-footer-layer4 a {
	color: #000;
}
.nav-footer-layer4 a:hover {
	color: #ff6600;
}
.nav-footer-layer2 .nav-footer-layer4-1 {
	float: none;
	text-align: right;
}
.footer-backicon {
	width: 18px;
	margin-left: 8px;
	cursor: pointer;

    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.footer-backicon.rotate {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.nav-footer-column1 {
	padding: 15px 25px;
    text-align: right;
    width: 173px;
    color: #ff6600;
    height: 58px;
}
.nav-footer-column1 a {
	color: #ff6600;
}
.nav-footer-column ul li {
	list-style: disc;
}
.nav-footer-column {
	font-size: 10px;
	padding: 15px 30px;

	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.nav-footer-split {
	border-left: 1px solid #fff;
    padding: 12px 5px;
    margin-left: 16px;
    margin-top: 14px;
}
.nav-footer-layer2 .nav-footer-youtube {
	float: right;
	padding: 15px 3px;
	padding-right: 40px;
}
.nav-footer-layer2 .nav-footer-fb {
	float: right;
	padding: 15px 3px;
    padding-right: 10px;
}
.nav-footer-fb img {
	width: 22px;
}
.nav-footer-youtube img {
	width: 21px;
    margin-top: -2px;
}
/*End Footer*/

/*Home*/
.customerslider-arrow-layer2 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.customerslider-arrow-prev {
	width: 40%;
	height: 100%;
	float: left;
}
.customerslider-arrow-next {
	width: 40%;
	height: 100%;
	float: right;
}
.customeslider-layer1 {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.customeslider-layer2 {
	display: none;
}
.customeslider-layer2.active {
	display: block;
}
.customerslider-arrow-prev-layer1,
.customerslider-arrow-next-layer1 {
	height: 100%;
	width: 100%;
	display: none;
}
.customerslider-arrow-prev-layer2 {
	display: table-cell;
	vertical-align: middle;
    position: absolute;
    bottom: 29%;
}
.customerslider-arrow-next-layer2 {
	display: table-cell;
	vertical-align: middle;
	right: 0;
    position: absolute;
    bottom: 29%;
}
.customerslider-arrow-prev:hover .customerslider-arrow-prev-layer1,
.customerslider-arrow-next:hover .customerslider-arrow-next-layer1 {
	display: table;
}
.customerslider-arrow-prev-layer2 img,
.customerslider-arrow-next-layer2 img {
	width: 50px;
	margin: 10px;
	cursor: pointer;
	opacity: 0.95;
}
.customeslider-layer2 div {
	background-repeat: no-repeat;
  	background-size: cover;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  	overflow: hidden;
  	display: none;
}
.bgwithgoogle div {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.bgwithgoogle div.remove {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.customeslider-layer2-dot {
	position: absolute;
	bottom: 80px;
	right: 20px;
	z-index: 3;
}
.customeslider-layer2-dot div {
	width: 10px;
	height: 10px;    
	border-radius: 50%;
    background: #fff;
    margin-bottom: 8px;
}
.customeslider-layer2-dot div.activedot {
	background: #ff6600;
}

/*
.homebg div:nth-child(1) {
    background-image: url(../../images/cny2019/bg-home1.jpg);
    background-position: 50% 50%;
}
.homebg div:nth-child(2) {
    background-image: url(../../images/cny2019/bg-home2.jpg);
    background-position: 50% 50%;
}
*/

.homebg div#cnyslide1 {
    background-image: url(../../images/cny2023/bg-home1-img1.jpg);
    background-position: 50% 50%;
}
.homebg div#homeslide1 {
    background-image: url(../images/bg/bg-home-img2.jpg);
    background-position: 90% 50%;
}
.homebg div#homeslide2 {
    background-image: url(../images/bg/bg-home-img3.jpg);
    background-position: 90% 50%;
}
.homebg div#homeslide3 {
    background-image: url(../images/bg/bg-home-img1.jpg);
    background-position: 40% 50%;
}

.customeslider-layer2 div.visible {
	display: block;
}
.customeslider-layer2 div.activeslide {
	z-index: 2;
	display: block;

	animation-name: fadeInTypeOne;
	-webkit-animation-name: fadeInTypeOne;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
}
.customeslider-layer2 span { 
	position: absolute;
  	right: 0;
    background: rgba(255, 102, 0, 0.7);
	font-size: 30px;
	color: #fff;
	padding: 20px 30px;
	opacity: 0;
	line-height: 1.3;
	display: none;
}
.customeslider-layer2 span p {
	margin: 0;
	text-transform: uppercase;
}
.customeslider-layer2 span .slider-rname {
	font-size: 16px;
}
.customeslider-layer2 div span {
	width: 570px;
	top: 60%;
	display: none;
}
.customeslider-layer2 div.activeslide span {
	display: block;
	animation-name: slideRightToLeft;
	-webkit-animation-name: slideRightToLeft;

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
}
.customeslider-layer2.homebg span { 
	position: absolute;
	background: transparent;
    font-size: 60px;
    color: #ff6600;
    line-height: 1;
    padding: 0px;
	opacity: 0;
	text-align: right;
	display: none;
	width: auto;
	font-family: "Jost-Light", sans-serif;
}
.customeslider-layer2.homebg span p {
	margin: 0;
}

/*Cny*/
.customeslider-layer2.homebg div#cnyslide1 span,
.customeslider-layer2.homebg div#cnyslide2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    opacity: 1;
    z-index: 2;
    background: none;

	animation-name: none;
	-webkit-animation-name: none;	
}
.customeslider-layer2.homebg div#cnyslide1 span p,
.customeslider-layer2.homebg div#cnyslide2 span p {
	position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}
.customeslider-layer2.homebg div#cnyslide1.activeslide span p:nth-child(1) {
	display: block;

    background-image: url(../../images/cny2023/bg-home1-img2.png);
    background-position: 50% 50%;

	animation-name: slideCnyFade;
	-webkit-animation-name: slideCnyFade;		

	animation-duration: 7s;	
	-webkit-animation-duration: 7s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
}
.customeslider-layer2.homebg div#cnyslide1.activeslide span p:nth-child(2) {
	display: block;

    background-image: url(../../images/cny2023/bg-home1-img3.png);
    background-position: 50% 50%;

	animation-name: slideCnyLeftLeft;
	-webkit-animation-name: slideCnyLeftLeft;	

	animation-duration: 7s;	
	-webkit-animation-duration: 7s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
}
.customeslider-layer2.homebg div#cnyslide1.activeslide span p:nth-child(3) {
	display: block;

    background-image: url(../../images/cny2023/bg-home1-img4.png);
    background-position: 50% 50%;

	animation-name: slideCnyRightRight;
	-webkit-animation-name: slideCnyRightRight;	

	animation-duration: 6.5s;	
	-webkit-animation-duration: 6.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

  	-webkit-animation-delay: .5s;
  	animation-delay: .5s;
}
.customeslider-layer2.homebg div#cnyslide1.activeslide span p:nth-child(4) {
	display: block;

    background-image: url(../../images/cny2023/bg-home1-img5.png);
    background-position: 50% 50%;

	animation-name: slideCnyRightRight;
	-webkit-animation-name: slideCnyRightRight;	

	animation-duration: 6.2s;	
	-webkit-animation-duration: 6.2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

  	-webkit-animation-delay: .8s;
  	animation-delay: .8s;
}
/*.customeslider-layer2.homebg div#cnyslide1.activeslide span p:nth-child(5) {
	display: block;

    background-image: url(../../images/cny2021/bg-home1-img6.png);
    background-position: 75% 50%;

	animation-name: slideCnyRightRight;
	-webkit-animation-name: slideCnyRightRight;	

	animation-duration: 6s;	
	-webkit-animation-duration: 6s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

  	-webkit-animation-delay: 1s;
  	animation-delay: 1s;
}
.customeslider-layer2.homebg div#cnyslide1.activeslide span p:nth-child(6) {
	display: block;

    background-image: url(../../images/cny2021/bg-home1-img7.png);
    background-position: 75% 50%;

	animation-name: slideCnyLeftLeft;
	-webkit-animation-name: slideCnyLeftLeft;	

	animation-duration: 5.7s;	
	-webkit-animation-duration: 5.7s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

  	-webkit-animation-delay: 1.3s;
  	animation-delay: 1.3s;
}*/
/*End Cny*/

/*Frist*/
.customeslider-layer2.homebg div#homeslide1 span {
    top: 20%;
    opacity: 1;
    display: block;
    left: 18%;
    right: auto;
    text-align: center;
    text-shadow: 2px 0 3px #9E9E9E, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

	animation-name: none;
	-webkit-animation-name: none;

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.customeslider-layer2.homebg div#homeslide1 span p {
    opacity: 0;
}
.customeslider-layer2.homebg div#homeslide1 span p:nth-child(1) {
	font-size: 50px;
}
.customeslider-layer2.homebg div#homeslide1 span p:nth-child(2) {
    margin-right: 76px;
    margin-top: -39px;
}
.customeslider-layer2.homebg div#homeslide1 span p:nth-child(3) {    
    margin-left: 62px;
    margin-top: -48px;
}
.customeslider-layer2.homebg div#homeslide1 span p:nth-child(4) {    
    margin-left: 14px;
    margin-top: -8px;
}
.customeslider-layer2.homebg div#homeslide1 span p:nth-child(5) {    
    margin-left: 100px;
    margin-top: -58px;
}
.customeslider-layer2.homebg div#homeslide1.activeslide span p:nth-child(1) {
	display: block;
	animation-name: slideRightHomeThirdstyle;
	-webkit-animation-name: slideRightHomeThirdstyle;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
}
.customeslider-layer2.homebg div#homeslide1.activeslide span p:nth-child(2) {
	display: block;
	/*animation-name: slideRightHomeSecondtyle;
	-webkit-animation-name: slideRightHomeSecondtyle;*/
	animation-name: slideRightHomeFade;
	-webkit-animation-name: slideRightHomeFade;		

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.customeslider-layer2.homebg div#homeslide1.activeslide span p:nth-child(3) {
	display: block;
	animation-name: slideRightHomeFirsttyle;
	-webkit-animation-name: slideRightHomeFirsttyle;

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.customeslider-layer2.homebg div#homeslide1.activeslide span p:nth-child(4) {
	display: block;
	animation-name: slideRightHomeFourstyle;
	-webkit-animation-name: slideRightHomeFourstyle;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.customeslider-layer2.homebg div#homeslide1.activeslide span p:nth-child(5) {
	display: block;
	animation-name: slideRightHomeFirsttyle;
	-webkit-animation-name: slideRightHomeFirsttyle;

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*Second*/
.customeslider-layer2.homebg div#homeslide2 span {
    top: 13%;
    opacity: 1;
    display: block;
    left: 18.7%;
    right: auto;
    text-align: center;
    text-shadow: 2px 0 3px #9E9E9E, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

	animation-name: none;
	-webkit-animation-name: none;
	
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.customeslider-layer2.homebg div#homeslide2 span p {
    opacity: 0;
}
.customeslider-layer2.homebg div#homeslide2 span p:nth-child(2) {
    margin-top: -6px;
    margin-left: 47px;
}
.customeslider-layer2.homebg div#homeslide2 span p:nth-child(3) {
    margin-top: -6px;
    margin-left: 90px;
}
.customeslider-layer2.homebg div#homeslide2 span p:nth-child(4) {
    margin-top: -32px;
    margin-left: 92px;
}
.customeslider-layer2.homebg div#homeslide2 span p:nth-child(5) {    
    margin-top: -44px;
    margin-left: 13px;
}
.customeslider-layer2.homebg div#homeslide2.activeslide span p:nth-child(1) {
	display: block;
	animation-name: slideRightHomeFourstyle;
	-webkit-animation-name: slideRightHomeFourstyle;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
}
.customeslider-layer2.homebg div#homeslide2.activeslide span p:nth-child(2) {
	display: block;
	animation-name: slideRightHomeFirsttyle;
	-webkit-animation-name: slideRightHomeFirsttyle;

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.customeslider-layer2.homebg div#homeslide2.activeslide span p:nth-child(3) {
	display: block;	
	animation-name: slideRightHomeFade;
	-webkit-animation-name: slideRightHomeFade;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.customeslider-layer2.homebg div#homeslide2.activeslide span p:nth-child(4) {
	display: block;
	animation-name: slideRightHomeFirsttyle;
	-webkit-animation-name: slideRightHomeFirsttyle;

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.customeslider-layer2.homebg div#homeslide2.activeslide span p:nth-child(5) {
	display: block;
	animation-name: slideRightHomeFourstyle;
	-webkit-animation-name: slideRightHomeFourstyle;

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*Third*/
.customeslider-layer2.homebg div#homeslide3 span {
    top: 26%;
    opacity: 1;
    display: block;
    /*text-shadow: 2px 2px #232323;*/
    text-shadow: 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,2px 0 50px #000, -2px 0 50px #000, 0 2px 50px #000, 0 -2px 50px #000;
  	right: 4%;

	animation-name: none;
	-webkit-animation-name: none;

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.customeslider-layer2.homebg div#homeslide3 span p {
    margin-bottom: 5px;
    padding: 0px 50px;
    margin-top: -10px;
    text-align: center;
    font-size: 68px;
    clear: both;
    opacity: 0;
}

.customeslider-layer2.homebg div#homeslide3.activeslide span p {
	display: block;
	animation-name: slideRightHomeThirdstyle;
	-webkit-animation-name: slideRightHomeThirdstyle;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
}
.customeslider-layer2.homebg div#homeslide3.activeslide span p:nth-child(2) {        
	margin-left: 60px;
    margin-top: -58px;
    animation-name: slideRightHomeFirsttyle;
	-webkit-animation-name: slideRightHomeFirsttyle;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .3s; 
    animation-delay: .3s;
}
.customeslider-layer2.homebg div#homeslide3.activeslide span p:nth-child(3) {    
	margin-top: -39px;
    margin-left: 242px;

	animation-name: slideRightHomeFade;
	-webkit-animation-name: slideRightHomeFade;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.customeslider-layer2.homebg div#homeslide3.activeslide span p:nth-child(4) {
    margin-left: 124px;
    margin-top: -55px;

	animation-name: slideRightHomeFade;
	-webkit-animation-name: slideRightHomeFade;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	

	-webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
/*End Home*/

/*Theme1*/
.theme1-footer-layer2 {
	position: absolute;
	bottom: 80px;
	z-index: 11;
	padding-left: 34px;
	font-size: 9px;
	text-align: right;
    color: #6c6c6c;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.theme1-footer-layer2 a {
    color: #666666;
}
.theme1-footer-layer2 a:hover {
    color: #ff6600;
}
.theme1-footer-layer2 .fb-icon {
	margin-top: 3px;
}
.theme1-footer-layer2 .fb-icon,
.theme1-footer-layer2 .youtube-icon {
	float: right;  
	margin-left: 15px;
  	padding-bottom: 3px;
  	cursor: pointer;
  	width: 24px;
}
.footertext {
	padding-bottom: 10px;
	line-height: 1.3;
	color: #6c6c6c;
}
.footertext-frist {
	padding-top: 10px;
}
.theme1-left-layer2 {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #fff;
	z-index: 5;
	left: 0;

  	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.theme1-left-layer3 {
	position: absolute;
  	padding: 0px 35px;
  	width: 100%;
  	height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 91px;
    overflow: hidden;
    -ms-overflow-style: none;
  	padding-left: 227px;
  	padding-bottom: 70px;
  	color: #fff;
  	/*background: url(../images/pattern.gif),rgba(255, 102, 0, 1);*/
  	background: rgba(255, 102, 0, 1);
  	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.theme1-currentpage {
	font-size: 11px;
	text-transform: uppercase;
  	padding-bottom: 5px;
}
.theme1-fristheader {
	font-size: 27px;
	line-height: 1.3;
  	text-transform: uppercase;
  	color: #ffffff;
	font-family: "Jost-Light", sans-serif;
}
.theme1-squareheader {
	float: left;
}
.theme1-thirdheaderpadding {
	padding-left: 33px;
	padding-top: 8px;
}
.theme1-thirdheader {
	font-size: 16px;
	line-height: 1.3;
  	text-transform: uppercase;
  	color: #ffffff;
  	font-weight: bold;
}
.theme1-text-1 {
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 20px;
    /*text-align: justify;
    text-justify: inter-word;*/
	font-family: "Jost-Medium", sans-serif;
    letter-spacing: 1px;
}
.theme1-text-2 {
	font-size: 15px;
	line-height: 1.3;
	padding-bottom: 20px;
    letter-spacing: 1px;
}
.theme1-text-2 table {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-width: 1px 0 0 1px;
    font-size: 14px;
    margin: 0;
}
.theme1-text-2 th, 
.theme1-text-2 td {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-width: 0 1px 1px 0;
    padding: 8px;
}
.theme1-text {
	font-size: 15px;
	line-height: 1.3;
	padding-bottom: 20px;
    letter-spacing: 1px;
}
.changescolor-bottom .theme1-text a {
	color: #6c6c6c;
}
.theme1-text a {
	color: #ffffff;
}
.theme1-text a:hover {
	color: #444444;
}
.theme1-text ul {
	margin-left: 30px;
	list-style: disc;
    text-align: left;
    text-justify: initial;
}
.theme1-text ol {
	margin-left: 30px;
}
.theme1-drawline {
	border-top: 1px dotted #ffffff;
	margin-top: 10px;
  	margin-bottom: 15px;
}
.theme1-drawline1 {
	border-top: 1px dotted #ffffff;
  	margin-bottom: 25px;
}
.theme1-drawline2 {
	border-top: 1px dotted #ffffff;
  	margin-bottom: 20px;
}
.theme1-drawlinebottom {
	border-top: 1px dotted #ffffff;
	margin-top: 30px;
  	margin-bottom: 15px;
}
.changescolor-bottom .theme1-drawlinebottom {
	border-top: 1px dotted #6c6c6c;
}
.theme1-columnleft {
	font-size: 10px;
  	float: left;
  	line-height: 1.5;
  	padding-right: 7%;

  	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.theme1-columnright {
	font-size: 10px;
  	float: left;
  	line-height: 1.5;
  	padding-right: 7%;

  	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.theme1-right-layer2 {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	z-index: 1;
}
.theme1-right-iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.iframescreensize {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.theme1-right-iframe iframe {
	width: 100%;
	height: 100%;
}
.info1-open.info1-open {
	display: block;
}

.info-1, .info-2, .info-3,
.info-4, .info-5, .info-6,
.info-7, .info-8, .info-9,
.info-10, .info-11, .info-12 {
	display: none;
}

.info-2-click, .info-3-click,
.info-4-click, .info-5-click, .info-6-click,
.info-7-click, .info-8-click, .info-9-click, 
.info-10-click, .info-11-click, .info-12-click  {
	padding-top: 20px;
  	border-top: 1px dotted #ffffff;
  	padding-bottom: 20px;
  	cursor: pointer;
  	clear: both;
}

.info-noborder {
	border-top: none;
}

.info-1-click {
  	padding-bottom: 20px;
  	cursor: pointer;
}

.theme1button {
	width: 120px;
    float: left;
    background: rgba(255, 102, 0, 0.8);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    margin-right: 10px;
}
.theme1button:hover {
    background: rgba(0, 51, 102, 0.9);
    cursor: pointer;
}
.theme1-menu-icon,
.theme1-map-icon {
	float: left;
    padding-bottom: 10px;
    width: 130px;
}
.cny-icon .theme1-menu-icon, 
.cny-icon .theme1-map-icon {
	width: 330px;
}
.theme1-menu-icon img,
.theme1-map-icon img {
	width: 35px;
}
.theme1-menu-icon div,
.theme1-map-icon div {
	display: inline-block;
    vertical-align: middle;
    font-size: 11.5px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-right: 3px;
}
.viewmap-click:hover {
	cursor: pointer;
	color: #444444;
}
.viewmap-ouroutlets {
	display: inline;
	padding-left: 5px;
	cursor: pointer;
}
.viewmap-ouroutlets > img {
	width: 12px;
	margin-top: -5px;
}
.theme1-menu-inline div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.theme1-icon-whatsapp {
	width: 35px;
}
.theme1-icon-whatsapp-text {
	padding-left: 5px;
	color: #fff;
}
a:hover .theme1-icon-whatsapp-text {
	color: #444;
}
.theme1-icon-whatsapp svg {
    fill: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
/*End Theme1*/

/*Contact Feedback*/
.form {
  	width: 100%;
  	padding-bottom: 15px;
}
.formresume input {
  	background: transparent;
  	border: none;
  	color: #6E6E6E;
  	font-size: 14px;
}
.form.formdate input[type="text"] {
    background: #fff;
    border: 1px solid #AFAFAF;
  	color: #6E6E6E;
    font-size: 12px;
    width: 150px;
    padding: 3px 5px;
    margin-bottom: 5px;
}
.formsubject.hide,
.formbrand.hide,
.formoutlets.hide {
	display: none;
}
.changeswidth {
  	width: 100%;
}
.form input[type="text"] {
  	background: transparent;
  	border: none;
  	color: #ffffff;
  	font-size: 14px;
  	padding: 0px 5px;
  	margin-bottom: 15px;
}
.form textarea {
  	border: 1px #AFAFAF solid;
  	background: transparent;
  	color: #ffffff;
  	font-size: 14px;
  	line-height: 1.5;
}
.vercolumn1 {
  	width: 170px;
  	float: left;
  	margin-right: 10px;
  	position: relative;
}
.vercolumn2 {
  	margin-right: 10px;
  	float: left;
  	margin-top: -4px;
}
.vercolumn3 {
  	float: left;
  	margin-top: -3px;
}
.vercolumn3 img {
  	width: 22px;
}
.checkboxtext {
  	display: none;
}
.promotionform {
	line-height: 1;
	font-size: 13px;
}
.form .input[type="submit"] {
	padding: 0px;
}
.form .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0px;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #ffffff;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.input__field--ruri {
	width: 100%;
	background: transparent;
	padding: 0.5em 0;
	margin-bottom: 2em;
	color: #6E6E6E;
}

.input__label--ruri {
	width: 100%;
	position: absolute;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	pointer-events: none;
    padding-bottom: 1px;
}

.input__label--ruri::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #AFAFAF;
	left: 0;
	top: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.input__label-content--ruri {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
	font-weight: 400;
}

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
	background: #AFAFAF;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
	color: #565656;
	-webkit-transform: translate3d(0, 2em, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 2em, 0) scale3d(1, 1, 1);
	font-size: 10px;
	margin-top: 6px;
}

.outDIV {
	position:absolute; 
	width:100%; 
	height:100%;
	opacity: 0;

	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.outDIV.active {
	opacity: 1;
}
.outDIV .googleheader {
	color: #ff6600;
}
.outDIV a {
	color: #666666;
}
.outDIV a:hover {
	color: #ff6600;
}
.form select {
	font-size: 12px;
    background: #ffffff;
    line-height: 1;
    border: 1px solid #AFAFAF;
    color: #6c6c6c;
}
.form select option {
	color: #6c6c6c;
	color: #FF0707;
}
.checkboxtext-click:hover {
	cursor: pointer;
}
.nav-mobile-threeX.closebuttonmap {
	position: absolute;
    bottom: 80px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    background: #ff6600;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.nav-mobile-threeX.closebuttonmap.hide {
	display: none;
}
.closebuttonmap .nav-iconX {
	top: 16px;
    right: 0px;
}
/*End Feedback*/

/*Restaurant Locator*/
.theme1-left-mobileonly {
	display: none;
	position: absolute;
    bottom: 0%;
    z-index: 5;
    background: #ff6600;
    left: 0px;
    padding: 5px 20px 3px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;    
    width: 100%;
    text-align: center;
}
.mobile-click-locator:hover {
	color: #ff6600;
	cursor: pointer;
}
.mobile-click-locator-open:hover {
	cursor: pointer;
}
/*End Restaurant Locator*/

/*Promotion*/
.promotion-left {
	float: left;
    padding-bottom: 15px;
    padding-top: 5px;
    max-width: 150px;
    width: 40%;
    text-align: center;
}
.promotion-right {
	/*padding: 20px;*/
	float: left;
	width: 60%;
}
.promotion-logo-seafood {
	max-width: 100px;
}
.promotion-logo-jpot {
	max-width: 75px;
}
.promotion-logo-nas {
	max-width: 45px;
}
.promotion-logo-chl {
	max-width: 105px;
}
.promotion-logo-jcafe {
	max-width: 100px;
    margin-top: 15px;
}
.promotion-logo-yoshimaru {
	max-width: 75px;
}
.promotion-logo-ssr {
	max-width: 110px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
/*End Promotion*/

/*Reward*/
.reward-columnleft {
	display: inline-block;
	width: 30%;
	max-width: 200px;
}
.reward-columnright {
	display: inline-block;
	width: 60%;
	padding-left: 20px;
    text-align: left;
    text-justify: inherit;
    vertical-align: middle;
}
.reward-columnright span {
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
}
/*End Rewards*/

/*Plus Minus*/
.square { 
  	width: 20px;
  	height: 20px;
  	position: relative;
  	font-size: 20px;
  	font-weight: bold;
  	cursor: pointer;
  	float: left;
  	color: #fff;
  	background: rgba(255, 255, 255, 0.5);
  	border-radius: 50%;
  	margin-top: 1px;
    margin-left: 0px;
    margin-right: 10px;
}
.square span {
  	display: block;
  	position: absolute;
  	height: 1px;
  	width: 9px;
  	background: #444444;
  	border-radius: 9px;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
}
.square span:nth-child(1), .square span:nth-child(2) {
	top: 10px;
   	left: 6px;
}
.square.plusminus span:nth-child(2) {
  	-webkit-transform: rotate(90deg);
  	-moz-transform: rotate(90deg);
  	-o-transform: rotate(90deg);
  	transform: rotate(90deg);
}
/*End Plus Minus*/

/*Draw X*/
.nav-iconX {
  	position: absolute;
  	right: 10px;
  	z-index: 15;
  	top: 35px;
  	width: 38px;
  	height: 30px;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
}

.nav-iconX span {
  	display: block;
  	position: absolute;
  	height: 2px;
  	width: 25px;
  	background: #ff6600;
  	border-radius: 9px;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
}

.nav-iconX.openmenu span {
	background: #ffffff;
}

.nav-iconX span:nth-child(1) {
  	top: 3px;
}

.nav-iconX span:nth-child(2),.nav-iconX span:nth-child(3) {
  	top: 9px;
}

.nav-iconX span:nth-child(4) {
  	top: 15px;
}

.nav-iconX.openmenu span:nth-child(1) {
  	top: 8px;
  	width: 0%;
  	left: 50%;
}

.nav-iconX.openmenu span:nth-child(2) {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.nav-iconX.openmenu span:nth-child(3) {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
 	 transform: rotate(-45deg);
}

.nav-iconX.openmenu span:nth-child(4) {
  	top: 8px;
  	width: 0%;
  	left: 50%;
}
/*End Draw X*/

/*ALL BG*/
/*About Us*/
.aboutus-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-au-img1.jpg);
    background-position: 50% 50%;
}
.aboutus-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-au-img2.jpg);
    background-position: 50% 50%;
}
.aboutus-bg div:nth-child(3) {
    background-image: url(../images/bg/bg-au-img3.jpg);
    background-position: 50% 50%;
}
/*End About Us*/

/*News*/
.news-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-news-img1.jpg);
    background-position: 50% 50%;
}
/*End News*/

/*Contact*/
.contact-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-contact-img1.jpg);
    background-position: 50% 50%;
}
/*End Contact*/

/*Retail-Packs*/
.retail-packs-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-retail-packs-img3.jpg);
    background-position: 50% 50%;
}
/*End Retail-Packs*/

/*Outlets*/
.outlets-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-outlets-img1.jpg);
    background-position: 50% 50%;
}
.outlets-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-outlets-img2.jpg);
    background-position: 50% 50%;
}

.riverwalk-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-riverwalk-img1.jpg);
    background-position: 50% 50%;
}
.riverwalk-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-riverwalk-img2.jpg);
    background-position: 50% 50%;
}
.riverwalk-bg div:nth-child(3) {
    background-image: url(../images/bg/bg-riverwalk-img3.jpg);
    background-position: 50% 50%;
}
.riverwalk-bg div:nth-child(4) {
    background-image: url(../images/bg/bg-riverwalk-img4.jpg);
    background-position: 50% 50%;
}

.iapm-shanghai-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-iapm-shanghai-img1.jpg);
    background-position: 100% 50%;
}
.iapm-shanghai-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-iapm-shanghai-img2.jpg);
    background-position: 50% 50%;
}
.iapm-shanghai-bg div:nth-child(3) {
    background-image: url(../images/bg/bg-iapm-shanghai-img3.jpg);
    background-position: 50% 50%;
}
.raffles-shanghai-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-raffles-shanghai-img1.jpg);
    background-position: 50% 50%;
}
.raffles-shanghai-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-raffles-shanghai-img2.jpg);
    background-position: 50% 50%;
}
.raffles-shanghai-bg div:nth-child(3) {
    background-image: url(../images/bg/bg-raffles-shanghai-img3.jpg);
    background-position: 50% 50%;
}
.ifc-mall-shanghai-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-ifc-mall-shanghai-img1.jpg);
    background-position: 50% 50%;
}
.skp-beijing-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-skp-beijing-img1.jpg);
    background-position: 50% 50%;
}
.skp-beijing-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-skp-beijing-img2.jpg);
    background-position: 50% 50%;
}
.skp-beijing-bg div:nth-child(3) {
    background-image: url(../images/bg/bg-skp-beijing-img3.jpg);
    background-position: 50% 50%;
}
.skp-beijing-bg div:nth-child(4) {
    background-image: url(../images/bg/bg-skp-beijing-img4.jpg);
    background-position: 50% 50%;
}
.skp-beijing-bg div:nth-child(5) {
    background-image: url(../images/bg/bg-skp-beijing-img5.jpg);
    background-position: 50% 50%;
}
.skp-beijing-bg div:nth-child(6) {
    background-image: url(../images/bg/bg-skp-beijing-img6.jpg);
    background-position: 50% 50%;
}

.ucw-beijing-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-ucw-beijing-img1.jpg);
    background-position: 50% 50%;
}

.skp-xian-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-skp-xian-img1.jpg);
    background-position: 50% 50%;
}
.dongbai-centre-fuzhou-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-dongbai-centre-img1.jpg);
    background-position: 50% 50%;
}
.rong-qiao-the-bund-fuzhou-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-rong-qiao-the-bund-img1.jpg);
    background-position: 50% 50%;
}
.lavenue-mall-shanghai-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-lavenue-mall-shanghai-img1.jpg);
    background-position: 50% 50%;
}
.lavenue-mall-shanghai-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-lavenue-mall-shanghai-img2.jpg);
    background-position: 50% 50%;
}
.dong-khoi-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-dong-khoi-img1.jpg);
    background-position: 50% 50%;
}
.nguyen-dinh-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-nguyen-dinh-img1.jpg);
    background-position: 50% 50%;
}
.tran-hung-dao-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-tran-hung-dao-img1.jpg);
    background-position: 50% 50%;
}
.taipei-city-110-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-taipei-city-img1.jpg);
    background-position: 50% 50%;
}
.taipei-city-110-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-taipei-city-img2.jpg);
    background-position: 50% 50%;
}
.taichung-zhonggang-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-taichung-zhonggang-img1.jpg);
    background-position: 50% 50%;
}
.taichung-zhonggang-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-taichung-zhonggang-img2.jpg);
    background-position: 50% 50%;
}
.iconsiam-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-iconsiam-img1.jpg);
    background-position: 50% 50%;
}
.siam-paragon-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-siam-paragon-img1.jpg);
    background-position: 50% 50%;
}
.dogok-academy-plaza-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-dogok-academy-plaza-img1.jpg);
    background-position: 70% 50%;
}
.ilsan-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-ilsan-img1.jpg);
    background-position: 50% 50%;
}
.jfc-xiamen-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-jfc-xiamen-img1.jpg);
    background-position: 50% 50%;
}
.ifc-mall-seoul-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-ifc-mall-seoul-img1.jpg);
    background-position: 50% 50%;
}
.ha-noi-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-ha-noi-img1.jpg);
    background-position: 50% 50%;
}
.cambodia-phnom-penh-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-cambodia-phnom-penh-img1.jpg);
    background-position: 50% 50%;
}
.ifc-mall-nanjing-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-ifc-mall-nanjing-img1.jpg);
    background-position: 50% 50%;
}
.summer-station-sanya-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-summer-station-sanya-img1.jpg);
    background-position: 50% 50%;
}
.wuhan-skp-outlet-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-wuhan-skp-outlet-img1.jpg);
    background-position: 50% 50%;
}
/*End Outlets*/

/*Promotions*/
.promo-bg div:nth-child(1) {
    background-image: url(../images/bg/bg-promo-img1.jpg);
    background-position: 50% 50%;
}
.promo-bg div:nth-child(2) {
    background-image: url(../images/bg/bg-promo-img2.jpg);
    background-position: 50% 50%;
}
/*End Promotions*/

/*Wokup*/
.wokup-div {
    display: inline-block;
    width: 32%;
    padding-right: 4%;
    padding-bottom: 20px;
    vertical-align: top;

    text-align: left;
    text-justify: inherit;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
/*End Wokup*/

/*Award Certifications*/
.page-id-85 .reward-columnleft {
	max-width: 150px;
}
.page-id-85 .nav-left-layer1 {
	background: #F1F1F1
}
.page-id-85 .reward-columnright a {
	color: #ff6600;
}
.page-id-85 .reward-columnright a:hover {
	color: #6c6c6c;
}
.page-id-85 .theme1-fristheader,
.page-id-85 .theme1-left-layer3 {
	color: #6c6c6c;
}
.page-id-85 .reward-columnright span  {
	color: #ff6600;
}
.page-id-85 .theme1-drawline,
.page-id-85 .theme1-drawline2 {
	border-top: 1px dotted #6c6c6c;
}
.page-id-85 .theme1-left-layer3 {
	background: #fff;
}
/*End Award Certifications*/

.theme1-mobile-bg-layer1 {
	display: none;
}

/*Scroll Bar Click*/
.page-updownarrow {
	position: absolute;
    z-index: 115;
    right: 1px;
    bottom: 130px;
    display: none;
}
.page-updownarrow.active {
	display: block;
}
.page-updownarrow div {
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
.page-updownarrow div img {
	background: rgba(58, 59, 60, 0.7);
    margin-bottom: 1px;
    width: 30px;
    padding: 10px 8px;
    cursor: pointer;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
/*End Scroll Bar Click*/

/*Loader*/
.loader-layer2 {
	position: absolute;
    top: 45%;
    right: 45%;
    width: 100px;
    height: 100px;
}
.loader-layer2::before, 
.loader-layer2::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #003366;
    border-radius: 50%;
    content: '';
}
.loader-layer2::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: #ff6600;
    border-left-color: #ff6600;
    -webkit-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite;
}
.loader-layer2::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: #ff6600;
    border-bottom-color: #ff6600;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
/*End Loader*/

/*Mobile text*/
#mobileprotaittext {
	display: none;
	width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.mobileprotaittext-layer1 {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -25px;
    padding: 20px;
    line-height: 1.3;
    font-size: 18px;
}
/*End Mobile text*/

/*For China*/
.es-bg {
    background-image: url(../images/bg/bg-east-coast-seafood-centre-img1.jpg);
    background-position: 50% 50%;
}
.es-bg-map {
    background-image: url(../images/bg/bg-east-coast-seafood-centre-map-img1.jpg);
    background-position: 50% 50%;
}
.rs-bg {
    background-image: url(../images/bg/bg-riverside-img1.jpg);
    background-position: 50% 50%;
}
.rs-bg-map {
    background-image: url(../images/bg/bg-riverside-map-img1.jpg);
    background-position: 50% 50%;
}
.rw-bg {
    background-image: url(../images/bg/bg-riverwalk-img1.jpg);
    background-position: 50% 50%;
}
.rw-bg-map {
    background-image: url(../images/bg/bg-riverwalk-map-img1.jpg);
    background-position: 50% 50%;
}
.nsrcc-bg {
    background-image: url(../images/bg/bg-nsrcc-img1.jpg);
    background-position: 50% 50%;
}
.nsrcc-bg-map {
    background-image: url(../images/bg/bg-nsrcc-map-img1.jpg);
    background-position: 50% 50%;
}
.dh-bg {
    background-image: url(../images/bg/bg-dempsey-img1.jpg);
    background-position: 50% 50%;
}
.dh-bg-map {
    background-image: url(../images/bg/bg-dempsey-map-img1.jpg);
    background-position: 50% 50%;
}
.ion-orchard-bg {
    background-image: url(../images/bg/bg-ion-orchard-img1.jpg);
    background-position: 0% 50%;
}
.rws-bg {
    background-image: url(../images/bg/bg-rws-img1.jpg);
    background-position: 50% 50%;
}
.jca-bg {
    background-image: url(../images/bg/bg-jewel-changi-airport-img1.jpg);
    background-position: 50% 50%;
}
.jca-bg-map {
    background-image: url(../images/bg/bg-jewel-changi-airport-map-img1.jpg);
    background-position: 50% 50%;
}
.bg {
	background-repeat: no-repeat;
  	background-size: cover;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  	overflow: hidden;
}
.bg-map {
	background-repeat: no-repeat;
  	background-size: cover;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  	overflow: hidden;
}
.bgwithmap {
	opacity: 0;

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.bgwithmap.active {
	opacity: 1;
}
/*End For China*/

/*CNY-ICON*/
.CNY-icon-layer2 {
	position: absolute;
	right: 30px;
	bottom: 90px;
	z-index: 11;
    width: 250px;
}
/*END CNY-ICON*/

/*Grad Home Only*/
.grad-home-only-layer1 {
	position: absolute;
	z-index: 3;
	display: none;
}
.grad-home-only-layer1.active {
	display: block;
}
.grad-home-only-layer2 img {
	width: 400px;
    margin-left: -20px;
    
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
/*End Grad Home Only*/

/* Delivery */
.delivery-left {
	float: left;
    padding-bottom: 15px;
    padding-top: 5px;
    max-width: 150px;
    width: 40%;
    text-align: center;
}
.delivery-left.menu-img {
	display: inline-block;
    width: 125px;
    float: none;
    padding-bottom: 20px;
    vertical-align: middle;
}
.delivery-left.menu-img img {
	margin: auto;
}
.delivery-logo-100 {
	max-width: 100px;
	border-radius: 50%;
}
.delivery-logo-75 {
	max-width: 75px;
}
/* End Delivery */

/*Scroll Bar*/
.scrolltxt {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-width: 100%;
}

::-webkit-scrollbar {
    width: 0px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url-prefix() {
	.theme1-left-layer3 { margin-right:-14px!important; overflow-y:scroll; overflow-x:hidden;}
}

/*Feedback*/
.feeback-btn-layer1 {
	position: fixed;
	top: 50%;
	right: -44px;
	z-index: 6;
	margin-top: -60px;
}
.feeback-btn-layer2 {
	position: relative;
	width: 120px;
	padding: 7px 20px 3px;
	font-size: 14px;
    text-align: center;
    background: rgba(255, 103, 1, 1);
    text-align: center;
    text-transform: uppercase;
    color: #fff;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.feeback-btn-layer2:hover {
    background: rgba(99, 99, 99, 1);
}
/*End Feedback*/


/*PDPA*/
.tnc-page.tnc-page-number ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

.tnc-page.tnc-page-number ol > li {
	display: table;
	counter-increment: item;
    margin-bottom: 25px;
}

.tnc-page.tnc-page-number ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	/*padding-right: 0.6em;*/
    width: 40px;
}

.tnc-page.tnc-page-number li ol > li {
	margin: 0;	
	margin-bottom: 10px;
}
.tnc-page.tnc-page-number li ol > li ol > li {
	margin: 20px 0;	
}

.tnc-page.tnc-page-number li ol > li:before {
	content: counters(item, ".") " ";
	width: 50px;
}
.tnc-page.tnc-page-number li ol > li ol > li:before {
	width: 50px;
}
.tnc-page.tnc-page-number li ol > li ol >  li ol > li:before {
	width: 60px;
}
.tnc-page-number table {
    color: #fff;
    border: 1px solid #f3f3f3;
    font-size: 15px;
}
.tnc-page-number table td {
	vertical-align: top;
	padding-right: 20px;
    border: 1px solid #f3f3f3;
}
/*End PDPA*/