/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

audio,canvas,video {
	display: inline-block;
}

audio:not ([controls] ) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #e9e9e9;
	/*background: #e9e9e9;*/
}

html,button,input,select,textarea {
	font-family:  "Source Sans Pro", Helvetica, sans-serif, Tahoma, SimSun;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}


body.page-id-2093{	
	color: #FFFFFF;
}


html,body {
	width: 100%;
	min-width: 1111px;	
}

a {
	color: #92895D;
	text-decoration: none;
}

a:visited {
	color: #85714d;
}

a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	color: #85714d;
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: "Source Sans Pro", Helvetica, sans-serif, Tahoma, SimSun;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	padding-top: 35px;
	color: #808080;
}

h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 300;
	padding: 10px 0px;
}

h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 300;
	padding: 0px 0px;
	padding-bottom: 20px;
	color: #85714d;
}

h5 {
	color: #85714d;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

.pmargin {
	margin: 0px;
}

code,kbd,pre,samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

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

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

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,ol,ul {
	margin: 16px 0;
	padding: 0 0 0 0px;
	/*padding: 0 0 0 40px; changed on 17 Apr 2019*/
}

ul {
	list-style-type: square;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not (:root ) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,input {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],input[disabled] {
	cursor: default;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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


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

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

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px; /*font-size: 14px; before 5 April 2019*/
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.infowhole {	
	font-size: 20px;
	font-weight: 500;
	color: #ecde6a;
	line-height: 1;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 100px;
	
}

.infowhole2 {	
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 15px;
	padding-top: 15px;
}

.infoleft {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.inforight {
	font-size: 16px;
	line-height: 1;
	padding-bottom: 15px;
	padding-left: 0px;
}

.facebookmenu {
	background: #EEEEEE;
	position: absolute;
	right: 0;
	z-index: 10;
	margin-right: 4px;
}

.facebookmenu ul {
	padding: 0 10px 10px 10px;
}

.facebookmenu li {
	border-bottom: 1px dotted #808080;
	padding: 5px 10px;
}

.facebookmenu a {
	color: #000000;
}

.facebookmenu a:hover {
	color: #85714d;
}

.instagrammenu {
	background: #EEEEEE;
	position: absolute;
	right: 0;
	z-index: 10;
	margin-right: 4px;
}

.instagrammenu ul {
	padding: 0 10px 10px 10px;
}

.instagrammenu li {
	border-bottom: 1px dotted #808080;
	padding: 5px 10px;
}

.instagrammenu a {
	color: #000000;
}

.instagrammenu a:hover {
	color: #85714d;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,.menu-toggle:after,.featured-post:before,.date a:before,.entry-meta .author a:before,.format-audio .entry-content:before,.comments-link a:before,.tags-links a:first-child:before,.categories-links a:first-child:before,.edit-link a:before,.attachment .entry-title:before,.attachment-meta:before,.attachment-meta a:before,.comment-awaiting-moderation:before,.comment-reply-link:before,.comment-reply-login:before,.comment-reply-title small a:before,.bypostauthor>.comment-body .fn:before,.error404 .page-title:before
	{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,.attachment .entry-header:after,.site-footer .widget-area:after,.entry-content:after,.page-content:after,.navigation:after,.nav-links:after,.gallery:after,.comment-form-author:after,.comment-form-email:after,.comment-form-url:after,.comment-body:after
	{
	clear: both;
}

.clear:before,.clear:after,.attachment .entry-header:before,.attachment .entry-header:after,.site-footer .widget-area:before,.site-footer .widget-area:after,.entry-content:before,.entry-content:after,.page-content:before,.page-content:after,.navigation:before,.navigation:after,.nav-links:before,.nav-links:after,.gallery:before,.gallery:after,.comment-form-author:before,.comment-form-author:after,.comment-form-email:before,.comment-form-email:after,.comment-form-url:before,.comment-form-url:after,.comment-body:before,.comment-body:after
	{
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,input,textarea,select {
	border: 2px solid #d4d0ba;
	font-family:  "Source Sans Pro, Helvetica, sans-serif, Taho, SimSun";
	padding: 5px;
}

input,textarea {
	color: #141412;
}

input:focus,textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,input[type="submit"],input[type="button"],input[type="reset"] {
	background: #85714d; /* Old browsers */
	background: -webkit-linear-gradient(top, #85714d 0%, #927F5D 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #85714d 0%, #927F5D 100%);
	/* W3C */
	border: none;
	/*border-bottom: 3px solid #b93207;*/
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,button:focus,input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:focus,input[type="button"]:focus,input[type="reset"]:focus
	{
	background: #927F5D; /* Old browsers */
	background: -webkit-linear-gradient(top, #927F5D 0%, #85714d 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #927F5D 0%, #85714d 100%);
	/* W3C */
	outline: none;
}

button:active,input[type="submit"]:active,input[type="button"]:active,input[type="reset"]:active
	{
	background: #927F5D; /* Old browsers */
	background: -webkit-linear-gradient(top, #927F5D 0%, #85714d 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #927F5D 0%, #85714d 100%);
	/* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,.entry-summary img,.comment-content img,.widget img,.wp-caption
	{
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,.entry-summary img,.comment-content img[height],img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]
	{
	height: auto;
}

img.size-full,img.size-large,img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,iframe,object,video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/**
 * 3.0 Basic Structubackgrre
 * ----------------------------------------------------------------------------
 */
.site {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding-bottom: 20px;
}

.member_page{
    background-color: #eeeeee;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: auto;
    overflow: hidden;
}

/* Mother Day */
/*
.page-id-8170 .site, .page-id-8194 .site, .page-id-8200 .site{	
	background-image: url("https://www.fulinmen.com.sg/wp-content/uploads/2020/04/mday_flower.png");
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: right bottom;
	
	
}

.motherdaytext{
	color:#731237;
	font-size:18px;
}

.motherdaymenu{
	color:#E659B9;	
}

*/

/* CNY  */


.page-id-7850 .navbar, .page-id-7850 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-7850 .nav-menu a, .page-id-7850 .nav-menu a:visited, .page-id-7850 .entry-content a,.page-id-7850 .comment-content a {
	color: #FFFFFF;
}

.page-id-7850 .nav-menu a:hover, .page-id-7850 .nav-menu a:focus, .page-id-7850 .entry-content a:hover,.page-id-7850 .comment-content a:hover, .page-id-7850 h2, .page-id-7850 h4{ 
	color: #fce07d;
}


.page-id-7868 .navbar, .page-id-7868 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-7868 .nav-menu a, .page-id-7868 .nav-menu a:visited, .page-id-7868 .entry-content a,.page-id-7868 .comment-content a {
	color: #FFFFFF;
}

.page-id-7868 .nav-menu a:hover, .page-id-7868 .nav-menu a:focus, .page-id-7868 .entry-content a:hover,.page-id-7868 .comment-content a:hover, .page-id-7868 h2, .page-id-7868 h4{ 
	color: #fce07d;
}


.page-id-7862 .navbar, .page-id-7862 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-7862 .nav-menu a, .page-id-7862 .nav-menu a:visited, .page-id-7862 .entry-content a,.page-id-7862 .comment-content a {
	color: #FFFFFF;
}

.page-id-7862 .nav-menu a:hover, .page-id-7862 .nav-menu a:focus, .page-id-7862 .entry-content a:hover,.page-id-7862 .comment-content a:hover, .page-id-7862 h2, .page-id-7862 h4{ 
	color: #fce07d;
}

.page-id-7870 .navbar, .page-id-7870 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-7870 .nav-menu a, .page-id-7870 .nav-menu a:visited, .page-id-7870 .entry-content a,.page-id-7870 .comment-content a {
	color: #FFFFFF;
}

.page-id-7870 .nav-menu a:hover, .page-id-7870 .nav-menu a:focus, .page-id-7870 .entry-content a:hover,.page-id-7870 .comment-content a:hover, .page-id-7870 h2, .page-id-7870 h4{ 
	color: #fce07d;
}



.page-id-7790 .navbar, .page-id-7790 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-7790 .nav-menu a, .page-id-7790 .nav-menu a:visited, .page-id-7790 .entry-content a,.page-id-7790 .comment-content a {
	color: #FFFFFF;
}

.page-id-7790 .nav-menu a:hover, .page-id-7790 .nav-menu a:focus, .page-id-7790 .entry-content a:hover,.page-id-7790 .comment-content a:hover, .page-id-7790 h2, .page-id-7790 h4{ 
	color: #fce07d;
}

.page-id-7831 .navbar, .page-id-7831 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-7831 .nav-menu a, .page-id-7831 .nav-menu a:visited, .page-id-7831 .entry-content a,.page-id-7831 .comment-content a {
	color: #FFFFFF;
}

.page-id-7831 .nav-menu a:hover, .page-id-7831 .nav-menu a:focus, .page-id-7831 .entry-content a:hover,.page-id-7831 .comment-content a:hover, .page-id-7831 h2, .page-id-7831 h4{ 
	color: #fce07d;
}



.page-id-8579 .navbar, .page-id-8579 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-8579 .nav-menu a, .page-id-8579 .nav-menu a:visited, .page-id-8579 .entry-content a,.page-id-8579 .comment-content a {
	color: #FFFFFF;
}

.page-id-8579 .nav-menu a:hover, .page-id-8579 .nav-menu a:focus, .page-id-8579 .entry-content a:hover,.page-id-8579 .comment-content a:hover, .page-id-8579 h2, .page-id-8579 h4{ 
	color: #fce07d;
}

.page-id-7816 .navbar, .page-id-7816 .site{	
	background-color : #990000;
	color : #FFFFFF;
}

.page-id-7816 .nav-menu a, .page-id-7816 .nav-menu a:visited, .page-id-7816 .entry-content a,.page-id-7816 .comment-content a {
	color: #FFFFFF;
}

.page-id-7816 .nav-menu a:hover, .page-id-7816 .nav-menu a:focus, .page-id-7816 .entry-content a:hover,.page-id-7816 .comment-content a:hover, .page-id-7816 h2, .page-id-7816 h4{ 
	color: #fce07d;
}

.page-id-91 .site{		
	background-image: url("https://www.passion-restaurant.com/wp-content/uploads/2018/02/Asset-2@4x.png"), url("https://www.passion-restaurant.com/wp-content/uploads/2018/02/Paper-1@4x_white.jpg");
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	background-position: center bottom, center top;
}

.page-id-94 .site{		
	background-image: url("https://www.passion-restaurant.com/wp-content/uploads/2018/02/Asset-4@4x_light.png"), url("https://www.passion-restaurant.com/wp-content/uploads/2018/02/washi-pattern-01w.jpg");
	background-repeat: no-repeat, repeat;
	background-size: 60%, auto;
	background-position: right top, center top;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,.entry-caption,.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft+ul,.wp-caption.alignleft+ol {
	list-style-position: inside;
}


.page-id-43 .site,.page-id-1879 .site {
	/*padding-bottom: 40px; removed on 9 Apr 2019*/
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width:1;
}
 /* 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
		
.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.logo {
	padding: 20px 10px 10px 20px;
	float: left;
	color: white;
	font-weight: 300;
	font-size: 24px;
}

.logo img {
	width: 200px;
}

.cny-icon {
	margin-top: -15px;
}

@media screen and (max-width: 650px) {
	.logo {
		padding: 20px 0px 10px 20px;
		float: left;
		color: white;
		font-weight: 300;
		font-size: 22px;
		margin-top: 2px;
	}
	.logo img {
		width: 140px;
	}
}

.logo a {
	color: white;
}

.logo a:hover {
	color: white;
	text-decoration: none;
}

.icon {
	float: right;
	padding: 10px 0px;
	padding-right: 10px;
}

.fbicon {
	padding: 0px 10px;
}

.cnyicon {
	padding: 0px;
	margin-top: -3px;
}

.nav-menu li a .cnyicon2 {
	padding: 0px;
	margin-left: -12px;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1540px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,div.nav-menu>ul {
	margin: 0;
	padding: 30px 10px 10px 0px; /*padding: 0 10px 0 0px;*/
	float: right;
	display: none;
}

.nav-menu li {
	display: inline-block;
	/*position: relative;*/
}

.nav-menu li a {
	color: #000000; /*ffffff last updated on 26 Mar 2019*/
	display: block;
	font-size: 22px; /*16 on 9 Apr*/
	line-height: 1;
	padding: 30px 10px 10px 20px; /* original - without CNY icon */
	/* padding: 10px 8px; with CNY icon 50x50 */
	text-decoration: none;
	font-weight: 500; /*300 last updated on 26 March 2019*/
}

#menu-item-236 a,#menu-item-235 a,#menu-item-2916 a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 0px;
    position: relative;
    bottom: 2px;	
}


#menu-item-236
img
,
#menu-item-235
img
,
#menu-item-2916 
img, {/*margin-top:-5px;*/}


.nav-menu li:hover>a,.nav-menu li a:hover {
	color: #666666; /*000000 last updated on 26 Mar 2019*/
}

.nav-menu #menu-item-66 .sub-menu {
	background-color: #85714d;
	/*border: 2px solid #f7f5e7;*/
	border-top: 0;
	padding: 0px 0px;
	position: absolute;
	opacity: 1;
	z-index: 99999;
	margin-left: -100px;
	width: 600px;
}

.nav-menu .sub-menu,.nav-menu .children {
	background-color: #ffffff;
	border: 2px solid #a0a0a0;
	border-top: 0;
	display: none;
	padding: 0px 0px;
	opacity: 0.7;
	position: absolute;
	z-index: 99999;
	width: 250px;
}

.nav-menu .sub-menu ul,.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
	padding: 0px 0px;
}

ul.nav-menu ul a,.nav-menu ul ul a {
    margin: 0;
    margin-left: 10px;
    padding: 2px 2px;
	color: #000000;
	width: 200px;
	font-size: 12px;
}

ul.nav-menu ul a:hover,.nav-menu ul ul a:hover {
	/*background-color: #db572f;*/
	color: #AA0000;
}

ul.nav-menu li:hover>ul,.nav-menu ul li:hover>ul {
	display: block;
}

.nav-menu .current_page_item>a,.nav-menu .current_page_ancestor>a,.nav-menu .current-menu-item>a,.nav-menu .current-menu-ancestor>a
	{
	color: #000000;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #FFFFFF; /*#6E6E6E last updated on 26 Mar 2019*/
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.hentry {
	
}

.entry-header,.entry-content,.entry-summary,.entry-meta {
	margin: 0 auto;
	width: 100%;
}

.sidebar .entry-header,.sidebar .entry-content,.sidebar .entry-summary,.sidebar .entry-meta
	{
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
	display: none;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta>span {
	margin-right: 20px;
}

.entry-meta>span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,.sticky.format-standard .entry-meta .date,.sticky.format-audio .entry-meta .date,.sticky.format-chat .entry-meta .date,.sticky.format-image .entry-meta .date,.sticky.format-gallery .entry-meta .date
	{
	display: none;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
}

.entry-content a,.comment-content a {
	color: #92895D;
}

.entry-content a:hover,.comment-content a:hover {
	color: #85714d;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 0px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,.page-links>span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,.format-gallery .entry-content .page-links a,.format-chat .entry-content .page-links a,.format-quote .entry-content .page-links a,.page-links a
	{
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,.format-audio .entry-content .page-links a:hover,.format-status .entry-content .page-links a:hover,.format-video .entry-content .page-links a:hover,.format-chat .entry-content .page-links a:hover,.format-quote .entry-content .page-links a:hover,.page-links a:hover
	{
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links>span,.format-quote .entry-content .page-links>span
	{
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current
	{
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total
	{
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current
	{
	border-radius: 0;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail
	{
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item
	{
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n)
	{
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

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

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,.single .format-aside:first-of-type,.format-aside+.format-aside,.format-aside+.format-link,.format-link+.format-aside
	{
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,.format-audio .entry-meta a,.format-audio .entry-content a:hover,.format-audio .entry-meta a:hover
	{
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,.format-quote .entry-meta a,.format-quote .linked
	{
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,.sidebar .format-status .entry-meta
	{
	padding-left: 95px;
}

.format-status .entry-content:before,.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,.sidebar .format-status .entry-meta:before
	{
	left: 70px;
}

.format-status .categories-links,.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content>p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

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

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,.format-video .entry-meta a,.format-video .entry-content a:hover,.format-video .entry-meta a:hover
	{
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not (.image-attachment ) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

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

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,.attachment .entry-meta .edit-link:before,.attachment .full-size-link:before
	{
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,.attachment .entry-description p:last-child
	{
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	/*color: #bc360a;*/
	
}

.navigation a:hover {
	/*color: #ea9629;
	text-decoration: none;*/
	
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */
.archive-header {
	background-color: #e8e5ce;
}

.archive-title,.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
 
 
 
.ui-datepicker { 
background: #fff; /* Old browsers */

background: #fff -moz-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* FF3.6+ */ 
background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#fff)); /* Chrome,Safari4+ */ 
background: #fff -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Chrome10+,Safari5.1+ */ 
background: #fff -o-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Opera11.10+ */ 
background: #fff -ms-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* IE10+ */ 
background: #fff linear-gradient(top, #fcfcfc 0%, #fff 100%); /* W3C */ 
font-size:11px; 
padding:10px; 
border:1px solid #ccc; 
} 

#ui-datepicker-div { display: none; }

.ui-datepicker table { 
width:278px; 
} 

.ui-datepicker table td { 
text-align:center; 
} 

.ui-datepicker a { 
cursor:pointer; 
text-decoration:none; 
} 

.ui-datepicker-prev { 

} 

.ui-datepicker-next { 
float:right; 
} 

.ui-datepicker-title { 
text-align: center; 
font-weight:bold; 
} 

 
.comments-title,.comment-list,.comment-reply-title,.must-log-in,.comment-respond .comment-form,.comment-respond iframe
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,.sidebar .comment-list,.sidebar .must-log-in,.sidebar .comment-reply-title,.sidebar .comment-navigation,.sidebar .comment-respond .comment-form
	{
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list>li:after,.comment-list .children>li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list>li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,.comment-author .url,.comment-reply-link,.comment-reply-login
	{
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,.no-avatars .comment-content,.no-avatars .comment-list .reply
	{
	width: 100%;
}

.bypostauthor>.comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,.comment-awaiting-moderation,.comment-content,.comment-list .reply
	{
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,.sidebar .comment-list .comment-respond .comment-form
	{
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url
	{
	margin-bottom: 8px;
}

.comment-form [for="author"],.comment-form [for="email"],.comment-form [for="url"],.comment-form [for="comment"]
	{
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]
	{
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */
.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],.site-main .mu_register #blog_title,.site-main .mu_register #user_email,.site-main .mu_register #blogname,.site-main .mu_register #user_name
	{
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.site-main .widget-area {
	float: right;
	width: 300px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li>ul,.widget li>ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,.widget_rss li>cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
	clear: both;
}

.site-footer .widget-area,.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),.sidebar .site-footer .widget:nth-of-type(3)
	{
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,.site-footer .widget-title a,.site-footer .wp-caption-text
	{
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.pdflogo {
	float: left;
	margin-right: 20px;
	width: 50px;
	padding-bottom: 5px;
}

.pdftext {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}

.pdftext i {
	font-size: 14px;
}

.pdftext a {
	color: #cbbe7e;
}

.pdftext a:hover {
	text-decoration: none;
	color: #85714d;
}

.cny_pdftext {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: 400;
}

.cny_pdftext i {
	font-size: 14px;
	font-weight: 400;
}

.cny_pdftext a {
	color: #fff3a2;
	font-weight: 400;
}

.cny_pdftext a:hover {
	text-decoration: none;
	color: #85714d;
	font-weight: 400;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media screen and (max-width: 1069px) {
	.sidebar img.alignleft,.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}
	.sidebar img.alignright,.sidebar .wp-caption.alignright {
		margin-right: 0;
	}
	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}
	.archive-header,.search .page-header,.archive .page-header,.blog .page-header,.error404 .page-content,.search .page-content,.archive .page-content,.attachment .entry-header,.attachment .entry-content,.post-navigation .nav-links,.sidebar .site-info,.site-footer .widget-area
		{
		padding-left: 20px;
		padding-right: 20px;
	}
	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}
	.error404 .page-title:before {
		font-size: 554px;
	}
	.attachment .image-navigation {
		max-width: 724px;
	}
	.image-navigation .nav-previous,.image-navigation .nav-next {
		position: static;
	}
	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media screen and (max-width: 999px) {
	.sidebar .entry-header,.sidebar .entry-content,.sidebar .entry-summary,.sidebar .entry-meta,.sidebar .comment-list,.sidebar .comment-reply-title,.sidebar .comment-navigation,.sidebar .comment-respond .comment-form,.sidebar .featured-gallery,.sidebar .post-navigation .nav-links,.author.sidebar .author-info
		{
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar .site-info,.search.sidebar .page-content,.blog.sidebar .page-content,.attachment .entry-header,.sidebar .comments-title
		{
		max-width: 604px;
	}
	.sidebar .archive-meta,.attachment .entry-header,.search.sidebar .page-content,.blog.sidebar .page-content,.sidebar .site-info,.sidebar .comments-title,.sidebar .no-comments
		{
		padding-left: 0;
		padding-right: 0;
	}
	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}
	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}
	.format-status .entry-content {
		padding-top: 40px;
	}
	.format-status .entry-meta {
		padding-bottom: 40px;
	}
	.sidebar .format-status .entry-content,.sidebar .format-status .entry-meta
		{
		padding-left: 35px;
	}
	.sidebar .format-status .entry-content:before,.sidebar .format-status .entry-meta:before
		{
		left: 10px;
	}
	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}
	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}
	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}
	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media screen and (max-width: 767px) {
	.entry-content img.alignleft,.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.attachment .image-navigation,.attachment .entry-attachment .attachment
		{
		max-width: 604px;
		padding: 0;
		width: 100%;
	}
	.gallery-caption {
		display: none;
	}
}

@media screen and (max-width: 1180px) {
	.site-title {
		font-size: 30px;
	}
	#content .entry-header,#content .entry-content,#content .entry-summary,#content footer.entry-meta,#content .featured-gallery,.search.sidebar .page-content,.blog.sidebar .page-content,.sidebar .post-navigation .nav-links,.paging-navigation .nav-links,#content .author-info,.comments-area .comments-title,.comments-area .comment-list,.comments-area .comment-navigation,.comment-respond,.sidebar .site-info,.sidebar .paging-navigation .nav-links
		{
		/*padding-left: 20px;
		padding-right: 20px;*/
		
	}
	#content .format-status .entry-content,#content .format-status .entry-met
		{
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}
	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}
	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}
	.toggled-on .nav-menu,.toggled-on .nav-menu>ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.toggled-on .nav-menu1,.toggled-on .nav-menu1>ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		margin-top: 55px;
	}
	.toggled-on li,.toggled-on .children {
		display: block;
	}
	.toggled-on .nav-menu li>ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}
	.toggled-on .nav-menu li>ul a {
		color: white;
		width: auto;
	}
	.toggled-on .nav-menu li:hover>a,.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: black;
	}
	.toggled-on .nav-menu li a:hover,.toggled-on .nav-menu ul a:hover {
		background-color: #85714d;
		color: #fff;
	}
	
	#content .featured-gallery {
		padding-left: 24px;
	}
	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}
	.entry-title,.format-chat .entry-title,.format-image .entry-title,.format-gallery .entry-title,.format-video .entry-title
		{
		font-size: 22px;
		font-weight: bold;
	}
	.format-quote blockquote,.format-status .entry-content {
		font-size: 18px;
	}
	.format-quote blockquote small,.format-quote blockquote cite {
		font-size: 13px;
	}
	.error404 .page-title {
		padding: 40px 0 0;
	}
	.error404 .page-title:before {
		content: normal;
	}
	.comment-author {
		margin-right: 30px;
	}
	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}
	.comment-metadata,.comment-content,.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width: calc(100% - 104px);
	}
	.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]
		{
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}
	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media screen and (max-width: 1023px) {
	.icon {
		float: right;
		padding-left: 10px;
		padding-bottom: 10px;
		margin-top: 6px;
	}
	.facebookmenu,.instagrammenu {
		background: #EEEEEE;
		position: absolute;
		left: 0;
		z-index: 10;
	}
}

@media screen and (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}
	.gallery .gallery-item,.gallery-columns-2.gallery-size-thumbnail .gallery-item
		{
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width: calc(50% - 4px);
	}
	.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail
		{
		display: block;
	}
	.gallery-columns-1 .gallery-item,.gallery-columns-1.gallery-size-medium .gallery-item,.gallery-columns-1.gallery-size-thumbnail .gallery-item
		{
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width: calc(100% - 4px);
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-9 .gallery-item:nth-of-type(9n)
		{
		margin-right: 4px;
	}
	.gallery br {
		display: none;
	}
	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}
	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}
	.comment-metadata,.comment-content,.comment-list .reply {
		width: 100%;
	}
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print , ( -o-min-device-pixel-ratio : 5/4) , (
		-webkit-min-device-pixel-ratio : 1.25) , ( min-resolution : 120dpi) {
	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}
	.format-audio .audio-content,.format-status .entry-content:before,.format-status .entry-meta:before,.comment-list>li:after,.comment-list .children>li:before
		{
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel="bookmark"]:link:after,footer a[rel="bookmark"]:visited:after
		{
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.site {
		max-width: 98%;
	}
	.site-header {
		background-image: none !important;
	}
	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}
	.site-title {
		color: #000;
		font-size: 21pt;
	}
	.site-description {
		font-size: 10pt;
	}
	.author-avatar,.site-footer,.comment-respond,.comments-area .comment-edit-link,.comments-area .reply,.comments-link,.entry-meta .edit-link,.page-links,.site-content nav,.widget-area,.main-navigation,.navbar,.more-link
		{
		display: none;
	}
	.entry-header,.entry-content,.entry-summary,.entry-meta {
		margin: 0;
		width: 100%;
	}
	.page-title,.entry-title {
		font-size: 21pt;
	}
	.entry-meta,.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.entry-content img.alignleft,.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area>li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.comment-metadata {
		float: none;
	}
	.comment-author .fn,.comment-reply-link,.comment-reply-login {
		color: #333;
	}
}

.custfooter {
	list-style-type: none;
	max-width: 1540px;
	margin: auto;
	margin-top: 20px;
}

.footerheader {
	font-size: 16px;
	font-weight: 00;
	color: #85714d;
}

.custfooter a {
	color: #9A202B;
	font-size: 14px;
	font-weight: 400;
}

.custfooter a:hover {
	text-decoration: none;
}

.footercontent {
	font-size: 22px;
	font-weight: 300;
	color: #85714d;
	padding: 0px 20px;
	padding-bottom: 5px;
}

.footeritalic {
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
	color: #808080;
}

.footerword {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	color: #808080;
}

.footerword a {
	color: #808080;
	font-weight: 500;
}

.footerword a:hover {
	color: #85714d;
}

.footer1 {
	line-height: 1;
	float: left;
	min-width: 260px;
	width: 16%;
	padding: 0px 20px;
}

.footer2 {
	float: left;
	min-width: 260px;
	width: 32%;
	padding: 0px 20px;
}

.footer3 {
	float: left;
	min-width: 260px;
	width: 18%;
	padding: 0px 20px;
}

.footer4 {
	line-height: 1;
	float: left;
	min-width: 260px;
	width: 10%;
	padding: 0px 10px 0px 20px;
}

@media screen and (min-width: 760px) {
	.footer4 {
		line-height: 1.5;
		float: left;
		min-width: 120px;
		width: 10%;
		padding: 5px 10px 5px 20px;
	}
}

.powerbypentacle {
	clear: both;
	font-size: 10px;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #BEBBBB;
}

.custfooter .powerbypentacle a {
	font-size: 10px;
	color: #BEBBBB;
}

.custfooter .powerbypentacle a:hover {
	font-size: 10px;
	color: #9A202B;
}

.f_subfulinmenjcc,.f_subfulinmenrcc,.f_subfukuya,.f_subgreen,.f_subgolfers,.f_subgrand,.f_subzebra,.f_b_subfulinmen,.f_b_subgrand,.f_b_subproduct,.f_b_subprivate
	{
	display: none;
}

.f_add1,.f_add2,.f_add3,.f_add4,.f_add5,.f_add6,.f_add7,.f_add8,.f_add9,.f_add10,.f_add11
	{
	display: inline-block;
}

.f_negative-1,.f_negative-2,.f_negative-3,.f_negative-4,.f_negative-5,.f_negative-6,.f_negative-7,.f_negative-8,.f_negative-9,.f_negative-10,.f_negative-11,.f_negative-12
	{
	display: none;
}

.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;
}

/*outlets*/
#menu-item-65 a {
	color: black;
	width: 250px;
	float: left;
	padding: 0px 40px;
	font-style: italic;
}

/*other*/
#menu-item-76 a {
	color: black;
	width: 200px;
	padding: 20px 10px;
	font-style: italic;
}

/*fulinmen*/
#menu-item-79 a {
	color: black;
	width: 250px;
	padding: 10px 40px;
	font-weight: 400;
}

/*grandbanque*/
#menu-item-89 a {
	color: black;
	width: 200px;
	padding: 10px 10px;
	font-weight: 400;
}

/*FUKUYA*/
#menu-item-92 a {
	color: black;
	width: 250px;
	padding: 10px 40px;
	font-weight: 400;
}

/*Zebra*/
#menu-item-95 a {
	color: black;
	width: 200px;
	padding: 10px 10px;
	font-weight: 400;
}

/*Green*/
#menu-item-98 a {
	color: black;
	width: 500px;
	padding: 10px 40px;
	font-weight: 400;
}

/*Golf*/
#menu-item-101 a {
	color: black;
	width: 250px;
	padding: 10px 40px;
	padding-bottom: 20px;
	font-weight: 400;
}

#menu-item-103 {
	position: absolute;
	margin-left: -105px;
	margin-top: -15px;
}

#menu-item-103 a {
	font-size: 30px;
	padding: 5px;
	width: 30px;
	color: #85714d;
	background: url(images/headers/arrownav.png);
	background-repeat: no-repeat;
}

#menu-item-79 a:hover,#menu-item-89 a:hover,#menu-item-92 a:hover,#menu-item-95 a:hover,#menu-item-98 a:hover,#menu-item-101 a:hover
	{
	color: white;
}

/*menu*/
.menucontrol {
	padding: 10px 10px;
	display: inline-block;
	cursor: pointer;
}

.menucontrol1 {
	padding: 0px 5px;
	display: inline-block;
}

#menu-menu-1 {
	display: block;
}

/* Responsive Header Breakpoint */
/*@media screen and (min-width: 981px) { original without CNY icon */
/*@media screen and (min-width: 1110px) {*/
@media screen and (min-width: 1px) {
	.menucontrol,.menucontrol1 {
		padding: 0px 10px;
		display: none;
	}
/*	#menu-menu-1 {
		display: block;
	}*/
	.nav-menu {
		display: none;
	}
}

.phonemenu .nav-menu li {
	margin: 2px 0;
	background: #8f8f8f;
}

.phonemenu .nav-menu li ul {
	padding: 0px;
	margin-left: 0px;
}

.phonemenu .nav-menu li ul li {
	padding: 0px;
}

.phonemenu .nav-menu li a {
	padding: 10px 22px;
}
/*AllPage*/
.all {
	width: 100%;
}

.allleft {
	font-size: 16px;
	font-weight: 300;
	padding-top: 25px;
	float: none;
	width: 100%;
}

.allmiddle {
	font-size: 16px;
	font-weight: 300;
	float: none;
	width: 100%;
}

.allright {
	font-size: 16px;
	font-weight: 300;
	float: left;
	width: 100%;
}



.allrighttext {
	padding-bottom: 30px;
	padding-top: 10px;
	border-top: 1px dotted #141412;
}

.allmiddle .allrighttext {
	margin-right: 10px;
	padding-bottom: 30px;
}

.allrighttext1,.allrighttext2 {
	padding-top: 20px;
	border: none;
}

.allrighttext p {
	margin: 0px;
}

.form {
	width: 100%;
	padding: 3px 0px;
}

.form label {
	float: none;
	width: 100px;
}



.form input[type="submit"] {
	width: 110px;
	border: none;
}

.form input {
	width: 98%;
	border: 1px solid #d4d0ba;
}

.form .mooncakeinput {
	padding: 5px;
	width: 50px;
	border: 1px solid #d4d0ba;
	float: right;
}

.form textarea {
	width: 98%;
	border: 1px solid #d4d0ba;
}

.form .ver_input {
	width: 98%;
}

.form .ver1 {
	float: none;
	width: 100%;
}

.form .ver2 {
	float: left;
	margin-top: 5px;
}

.form .ver3 {
	margin-top: 5px;
}

.form .ver3 img {
	margin-top: 5px;
	margin-left: 5px;
	width: 28px;
}

/*Banquet*/
.banquet {
	margin-top: -400px;
	z-index: 2;
	min-height: 400px;
	position: relative;
}

.b_wedding {
	margin-top: -450px;
	z-index: 2;
	min-height: 450px;
	position: relative;
}

.b_wedding1 {
	margin-top: -356px;
	z-index: 2;
	min-height: 356px;
	position: relative;
	background: #cbbe7e;
	opacity: 0.95;
}

.banquet1 {
	width: 1080px;
	margin: auto;
}

.banquet2 {
	width: 1080px;
	margin: auto;
	padding-right: 200px;
}

.banquet_title {
	font-size: 58px;
	font-weight: 100;
	padding: 2px 25px;
	background: black;
	opacity: 0.8;
	color: white;
	float: left;
	padding-left: 50%;
	margin-left: -50%;
}

.banquet_subtitle {
	font-size: 42px;
	font-weight: 300;
	padding: 14px 25px;
	background: #85714d;
	opacity: 0.9;
	color: black;
	float: left;
	margin-left: 5px;
	min-height: 90px;
}

.bsubmenu {
	margin-top: -245px;
	margin-left: -25px;
	margin-right: -25px;
	line-height: 0.9;
}

.bsubmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bsubmenu ul li {
	background: #e4e0cf;
	margin: 3px 0;
	padding: 0px 20px;
	padding-bottom: 15px;
}

.bsubmenu a {
	font-size: 22px;
	color: black;
	font-weight: 400;
}

.bsubmenu a:hover {
	color: #85714d;
	text-decoration: none;
}

.banquet_word {
	background: #cbbe7e;
	opacity: 0.95;
	margin-top: 4px;
	color: #141412;
	float: left;
	margin-left: -48.2%;
	padding-left: 46.5%;
	width: 1405px;
}

.banquet_table {
	width: 100%;
	font-size: 20px;
	border: none;
	margin: 0px;
	line-height: 1;
}

.banquet_table  .borderfulinmen {
	border-right: 2px solid black;
	width: 140px;
}

.banquet_table a {
	color: black;
}

.banquet_table a:hover {
	color: #85714d;
	text-decoration: none;
}

.banquet_table  .padding_grand {
	padding-left: 30px;
}

.banquet_table td {
	border: none;
}

.paddingtext {
	padding: 20px 0px;
	padding-left: 20px;
}

.b_smalltitle {
	font-size: 16px;
	padding-top: 60px;
	padding-bottom: 5px;
	font-weight: 400;
}

.b_title {
	font-size: 44px;
	font-weight: 400;
	line-height: 1.2;
}

.b_word {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	padding-top: 30px;
}

.s_word {
	font-size: 23px;
	font-weight: 600;
	padding-top: 60px;
}

.dl_word {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	padding-top: 25px;
	padding-bottom: 80px;
}

/*Restaurant*/
.tableres {
	display: block;
}

.resdrawline {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #929292;
}

.cnydrawline {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #fff3a2;
}

/*
@media screen and (min-width: 1580px) {
	.tableres {
		max-width: 1580px;
		width: 1580px;
		margin: auto;
		border-bottom: none;
		display: block;
	}
	#post-45 .tableres {
		max-width: 1580px;
		width: 1580px;
		margin: auto;
		border-bottom: none;
		display: block;
		margin-top: 8px;
	}
}
*/

#post-45 .tableres td {
	width: 23.5%;
	padding: 0px 5px;
	max-width: 368px;
	border: none;
}

.tableres td {
	width: 12.5%;
	padding: 0px 5px;
	max-width: 249px;
}

#post-45 .tableres img {
	margin: 0px;
	width: 100%;
	background: white;
}

.tableres img {
	margin: 0px;
	width: 100%;
	background: white;
}

.tableres img:hover {
	margin: 0px;
	opacity: 0.8;
}

.tableres a {
	color: #141412;
	text-decoration: none;
}

.tableres a:hover {
	color: #85714d;
	text-decoration: none;
}

.tabletext {
	position: relative;
	float: left;
	margin-top: -90px;
	font-size: 14px;
	line-height: 1.2;
	padding: 0px 3px;
}

#post-45 .tabletext {
	position: relative;
	float: left;
	margin-top: -100px;
	font-size: 17px;
	line-height: 1.3;
	padding: 0px 5px;
}

.tableres .tableheader1 {
	background: rgba(145, 127, 95, 0.9);
	border: 10px solid white;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 20px;
	color: #000000;
	line-height: 1;
}

.tableres .tableheader2 {
	background: rgba(145, 127, 95, 0.85);
	border: 10px solid white;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 10px;
	color: #000000;
	line-height: 1;
}

.tableres .tableheader3 {
	background: rgba(145, 127, 95, 0.75);
	border: 10px solid white;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 20px;
	color: #000000;
	line-height: 1;
}

.tableres .tableheader4 {
	background: rgba(145, 127, 95, 0.65);
	border: 10px solid white;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 20px;
	color: #000000;
	line-height: 1;
}

@media screen and (min-width: 750px) {
	#post-45 .tabletext {
		margin-top: -120px;
		font-size: 20px;
		padding: 0px 8px;
	}
}

@media screen and (min-width: 860px) {
	#post-45 .tabletext {
		margin-top: -120px;
		font-size: 23px;
		padding: 0px 10px;
	}
	.tableres .tableheader1,.tableres .tableheader2,.tableres .tableheader3,.tableres .tableheader4
		{
		font-size: 16px;
	}
}

@media screen and (min-width: 960px) {
	.tabletext {
		margin-top: -100px;
		font-size: 15px;
		padding: 0px 5px;
		position: absolute;
	}
	#post-45 .tabletext {
		margin-top: -120px;
		font-size: 24px;
		padding: 0px 10px;
	}
}

@media screen and (min-width: 1080px) {
	.tabletext {
		margin-top: -120px;
		font-size: 18px;
		padding: 0px 15px;
	}
	#post-45 .tabletext {
		margin-top: -150px;
		font-size: 24px;
		padding: 0 20px;
	}
	.tableres .tableheader1,.tableres .tableheader2,.tableres .tableheader3,.tableres .tableheader4
		{
		font-size: 20px;
	}
}

/*animate top*/
.animatetop {
	position:relative;

	animation:anitop 1s ;
	animation-direction:alternate;

	-moz-animation:anitop 1s;
	-moz-animation-direction:alternate;
	/* Safari and Chrome */
	-webkit-animation:anitop 1s ;
	-webkit-animation-direction:alternate;
	background: black;
}

@keyframes anitop
{
/*0%   {opacity: 0;}
100% {opacity: 1;}*/
0% {left:0px; top:-500px;opacity: 0;}
100% {left:0px; top:0px;opacity: 1;}
}

@-webkit-keyframes anitop /* Safari and Chrome */
{
/*0%   {opacity: 0;}s
100% {opacity: 1;}*/
0% {left:0px; top:-500px;opacity: 0;}
100% {left:0px; top:0px;opacity: 1;}
}

/*animate bottom*/
.animatebottom {
	position:relative;

	animation:anibottom 1s ;
	animation-direction:alternate;

	-moz-animation:anibottom 1s;
	-moz-animation-direction:alternate;

	/* Safari and Chrome */
	-webkit-animation:anibottom 1s ;
	-webkit-animation-direction:alternate;
	background: black;
}

@keyframes anibottom
{
/*0%   {opacity: 0;}
100% {opacity: 1;}*/
0% {left:0px; top:500px;opacity: 0;}
100% {left:0px; top:0px;opacity: 1;}
}

@-webkit-keyframes anibottom /* Safari and Chrome */
{
/*0%   {opacity: 0;}s
100% {opacity: 1;}*/
0% {left:0px; top:500px;opacity: 0;}
100% {left:0px; top:0px;opacity: 1;}
}

.phonerestable {
	display: table;
	border: none;
	margin: 0px;
}

.phonerestable p {
	margin: 0px;
}

.phonerestable img {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 7px;
}

.phonerestable td {
	padding: 0px;
	border: none;
}

.phonerestable  .tablephoneheader {
	background: #85714d;
	padding: 2px 20px;
	font-size: 17px;
	opacity: 0.9;
}

.phonerettext {
	margin-top: -47px;
	min-height: 40px;
	background: black;
	opacity: 0.7;
	position: relative;
	padding: 4px 20px;
	margin-bottom: 7px;
	font-size: 16px;
}

.phonerettext a {
	color: white;
}

.phonerettext a:hover {
	color: #FFDA64;
	text-decoration: none;
}

/*animate left*/
.animateleft {
	position: relative;
	animation: anileft 1s;
	animation-direction: alternate;
	-moz-animation: anileft 1s;
	-moz-animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: anileft 1s;
	-webkit-animation-direction: alternate;
	/*background: black;*/
}

@keyframes anileft {
	/*0%   {opacity: 0;}
100% {opacity: 1;}*/ 0% {
	left: -500px;
	top: 0px;
	opacity: 0;
}

100%
{
left
:
0px;
 
top
:
0px;opacity
:
 
1;
}
}
@-webkit-keyframes anileft /* Safari and Chrome */ {
	/*0%   {opacity: 0;}s
100% {opacity: 1;}*/ 0% {
	left: -500px;
	top: 0px;
	opacity: 0;
}

100%
{
left
:
0px;
 
top
:
0px;opacity
:
 
1;
}
}

/*animate right*/
.animateright {
	position: relative;
	animation: aniright 1s;
	animation-direction: alternate;
	-moz-animation: aniright 1s;
	-moz-animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: aniright 1s;
	-webkit-animation-direction: alternate;
	/*background: black;*/
}

@keyframes aniright {
	/*0%   {opacity: 0;}
100% {opacity: 1;}*/ 0% {
	left: 500px;
	top: 0px;
	opacity: 0;
}

100%
{
left
:
0px;
 
top
:
0px;opacity
:
 
1;
}
}
@-webkit-keyframes aniright /* Safari and Chrome */ {
	/*0%   {opacity: 0;}s
100% {opacity: 1;}*/ 0% {
	left: 500px;
	top: 0px;
	opacity: 0;
}

100%
{
left
:
0px;
 
top
:
0px;opacity
:
 
1;
}
}



/*restaurant Inside Page*/

.rest_insidepage {
	width: 100%;
	position: relative;
	margin-top: 0px;
	min-height: 0px;
	z-index: 5;
	/*background: white;*/
}


.rest_insidepagemiddle {
	max-width: 1560px;
	margin: auto;
	padding: 0px 20px;
}



.rest_insidepage td {
	padding: 0px;
	border: none;
	font-weight: 500;
	vertical-align: top;
}

.rest_insidepage table {
	border: none;
}

.rest_insidepage .restab {
	vertical-align: top;
}

.rest_insidepage .resttablemenu div {
	cursor: pointer;
}

.rest_insidepage .resttablemenu div:hover {
	color: #85714d;
}

.rest_insidepage .resttablemenu {
	font-size: 24px;
	width: 280px;
	border-top: 12px solid #85714d;
	float: right;
	display: none;
}

.resttablemenuphone div {
	cursor: pointer;
}

.resttablemenuphone img {
	margin: 0px;
}

.resttablemenuphone {
	font-size: 24px;
	width: 40px;
	float: right;
	display: block;
	position: fixed;
	bottom: 10%;
	right: 0%;
	z-index: 9;
}

/*
@media screen and (min-width: 600px) {
	.resttablemenuphone {
		font-size: 24px;
		width: 40px;
		float: right;
		display: block;
		position: fixed;
		bottom: 25%;
		right: 0%;
		z-index: 9;
	}
	.rest_insidepagemiddle {
		max-width: 1560px;
		margin: auto;
		padding: 0px 30px;
	}
}
*/

.resttablemenu a {
	color: #121214;
	cursor: pointer;
}

.resttablemenu a:hover {
	color: #85714d;
	text-decoration: none;
}

/* CNY Menu */

.rest_insidepage .cnytablemenu div {
	cursor: pointer;
}

.rest_insidepage .cnytablemenu div:hover {
	color: #85714d;
}

.rest_insidepage .cnytablemenu {
	font-size: 24px;
	width: 280px;
	border-top: 6px solid #fff3a2;
	float: right;
	display: none;
}


.rest_insidepage .cnytablemenu {
		font-size: 24px;
		width: 270px;
		border-top: 6px solid #fff3a2;
		float: right;
		display: block;
	}

.cnytablemenu a {
	color: #FFFFFF;
	cursor: pointer;
}

.cnytablemenu a:hover {
	color: #85714d;
	text-decoration: none;
}

.rest_insidepage .cnymenuborderbottom {
	border-bottom: 1px dotted #FFFFFF;
}

.rest_insidepage .restinsideheader {
	padding-right: 30px;
	position: relative;
	animation: aniright 1s;
	animation-direction: alternate;
	-moz-animation: aniright 1s;
	-moz-animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: aniright 1s;
	-webkit-animation-direction: alternate;
}

.rest_insidepage .restinsideword {
	padding-right: 30px;
	position: relative;
	animation: anileft 1s;
	animation-direction: alternate;
	-moz-animation: anileft 1s;
	-moz-animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: anileft 1s;
	-webkit-animation-direction: alternate;
}

.rest_insidepage .menupaddingtop {
	padding-top: 25px;
	padding-bottom: 5px;
}

.rest_insidepage .restmenuborderbottom {
	border-bottom: 1px dotted #141412;
}

.rest_insidepage .restmenupadding {
	padding: 5px 0;
}

.restlandingpage1,.restlandingpage2 {
	display: none;
}

.restmenupage1,.restmenupage2 {
	display: none;
}

.restpromopage1,.restpromopage2 {
	display: none;
}

.restinfopage1,.restinfopage2 {
	display: none;
}

.restphotopage1,.restphotopage2 {
	display: none;
}

.resttestimonypage1,.resttestimonypage2 {
	display: none;
}

.resttestimonyimg {
	float: left;
	max-width: 240px;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
}

.resttestimonyfullimg {	
	max-width: 100%;	
	height: auto;
	line-height: 150%;
}

.resttestimonyhidetext {
    display: none;
    float: left;
    position: absolute;
    padding: 10px; 
}

.resttestimony_hspacer {
	float: left;
	width: 40px;
	height: 1px;
}

.resttestimonycontent {
	float: left;
}

.resttestimonycontent2 {
	max-width: 850px;
}

.resttestimonytitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 125%;
}

.resttestimonydate {
	font-size: 16px;
	font-weight: normal;
	line-height: 125%;
}

.resttestimonytext {
	font-size: 18px;
	font-style: italic;
	line-height: 150%;
}

.resttestimony_vspacer05 {
	width: 1px;
	height: 5px;
}

.resttestimonyclear {
	clear: both;
}

/*menu resturant*/
.menurest {
	width: 100%;
	z-index: 6;
	position: relative;
}

.menurest a {
	color: #141412;
}

.menurest a:hover {
	text-decoration: none;
	color: #85714d;
}

.menurest ul {
	padding: 0px;
	margin: 0px;
}

.menurest td {
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: top;
}

.menurest table {
	font-size: 16px;
	border: none;
}

.menurest1 {
	max-width: 1560px;
	margin: auto;
	margin-top: 0px;
}

.menuleft {
	float: left;
	font-weight: 400;
	width: 100%;
}

.menuleft li {
	background: #927F5D;
	list-style: none;
	margin-bottom: 5px;
	padding: 7px 10px;
	padding-left: 30px;
	/*padding-left: 45%;
	margin-left: -40%;*/
	opacity: 1;
	cursor: pointer;
}

.menuleft li:hover {
	background: #434040;
	color: white;
}

.menuright {
	float: left;
	font-weight: 400;
	width: 100%;
}

.menuright li {
	background: #A2947A;
	color: #383832;
	list-style: none;
	margin-bottom: 5px;
	padding: 7px 10px;
	padding-left: 30px;
	/*margin-right: -40%;*/
	opacity: 1;
	cursor: pointer;
}

.mobilebq1 .menuright li {
	background: #A2947A;
	color: #383832;
	list-style: none;
	margin-bottom: 2px;
	padding: 7px 20px;
	/*margin-right: -40%;*/
	opacity: 0.9;
	cursor: pointer;
}

.menuright li:hover {
	background: #434040;
	color: white;
}

.menurest .menusize {
	width: 300px;
	float: right;
	display: none;
}

.menubq .menusize {
	display: none;
}

@media screen and (min-width: 1560px) {
	.menurest .menusize {
		width: 280px;
		float: right;
	}
	.menubq .menusize {
		width: 265px;
		float: right;
		background: none;
	}
}

.rest_arrow {
	float: right;
}

/*Banquet*/
.menubq {
	width: 100%;
	z-index: 6;
	position: relative;
	margin-top: 0px;
}

.menubq1 {
	max-width: 1560px;
	margin: auto;
}

.menubq table {
	border: none;
	font-size: 16px;
	height: 55px;
}

.menubq  a {
	color: #141412;
	font-weight: 400;
}

.menubq  a:hover {
	color: #ffffff;
	text-decoration: none;
}

.menubq td {
	border: none;
	text-align: center;
	background: #927F5D;
	width: 22%;
	opacity: 0.99;
	border-right: 5px solid transparent;
}

.breakline {
	display: block;
	line-height: 1.3;
}

.nobreakline {
	display: none;
}

.mobilebq {
	display: none;
}

.mobilebq1 {
	display: block;
}

.mobilebq1 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.mobilebq1 li {
	list-style: none;
	padding: 7px 20px;
	background: #927F5D;
	margin-bottom: 2px;
}

/*form Error*/
.errorformmargintop {
	margin-top: 5px;
}

.errorform {
	padding-left: 0px;
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
	color: #85714d;
}

label[generated="true"] {
	width: 100%;
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
	color: #85714d;
}

.form .ver1 label {
	display: none;
}

.formclose label {
	display: none;
}

.formbutton {
	margin-top: -5px;
}

#overlay {
   display:none;    
   position:fixed;  
   left:0px;        
   top:0px;         
   width:100%;      
   height:100%;     
   background:#000; 
   opacity:0.5;     
   z-index:99999;   
}

#popup {
   display:none;
   position:fixed;
   left:50%;            
   top:50%;             
   width:300px;         
   height:150px;
   margin-top:-75px;   
   margin-left:-150px;   
   background:#FFFFFF; 
   border:2px solid #000;  
   z-index:100000;      
}

.mooncakelabel {
	width: 70%;
	float: left;
	padding: 5px;
	color: #000000;
}

.mooncakeprice {
	width: 10%;
	float: left;
	padding: 5px;
	color: #000000;
}

.mooncakeset {
	width: 100%;
	font-size: 70%;
	float: left;
	color: #707070;
}

.mooncake {
	width: 90%;
	float: left;
}

.mooncakeheader1 {
	width: 90%;
	background: #85714d;
	padding: 5px;
	color: #FFFFFF;
	opacity: 0.85;
}

.bowstext {
	position: absolute; 
   	top: 1090px; 
   	left: 290px;
	max-width: 100%;	
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial;
	text-align: right;
}

.bowstc {
	position: absolute; 
   	top: 1270px; 
   	left: 290px;
	max-width: 100%;	
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	text-align: right;
	font-style: italic;
}

.googlemap {
	height: 600px;
        width: 100%;
}

.bowshead {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	color: #85714d;
}

.bowsmaptext {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	padding-top: 10px;
	color: #808080;
}

.contactusheader1 {
	background: #85714d;
	padding: 5px;
	color: #000000;
	opacity: 0.85;
}

.contactusheader2 {
	background: #85714d;
	padding: 5px;
	color: #141412;
	opacity: 0.85;
}

/*promotion*/
.blog article {
	width: 300px;
	float: left;
	background: #EEEEEE;
	margin: 5px;
}

.blog .site-content {
	max-width: 1560px;
	margin: auto;
}

.blog .entry-meta {
	display: none;
}

.proheader {
	color: #85714d;
	font-size: 22px;
	line-height: 1.2;
	display: block;
}

.prodate {
	color: #92895D;
	font-size: 16px;
	display: block;
}

.proword {
	color: #141412;
	font-size: 16px;
	line-height: 1.3;
	display: block;
	padding: 3px 0px;
}

.downloadpdf {
	font-size: 16px;
	display: block;
	padding-top: 5px;
}

/* masonry brick layout */
#container {
	width: 100%; /* width of the entire container for the wall */
	margin: auto;
	max-width: 1560px;
}

.contact-us-location {
    width: 33%;
    padding: 30px 10px;
}


.contact-us-form {
    width: 50%;
}

.border-remove {
    border-right: 1px solid;
}

.brick {
	width: 100%; /* last udpated on 18th April : 272px width of each brick less the padding inbetween */
	padding: 0px 10px 15px 10px;
	background-color: #EEEEEE;
	margin-bottom: 17px;
	min-height: auto;
	margin-right: 10px;
	float: left;
}

.brick_header {
	padding-bottom: 10px;
	padding-top: 10px;
}

.brick_header a {
	color: #92895D;
}

.brick_header img {
	margin: 0;
	margin-bottom: 5px;
}

.brick_header a:hover {
	color: #85714d;
	text-decoration: none;
}

.brick_featured_image {
	width: 100%;
	margin-top: 10px;
}

.brick_featured_image img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 650px) {
	.footercontent {
		font-size: 30px;
		font-weight: 300;
		color: #85714d;
		padding: 0px 30px;
		padding-bottom: 5px;
	}
	.custfooter a {
		font-size: 16px;
		font-weight: 300;
	}
	.footeritalic {
		font-style: italic;
		font-weight: 300;
		font-size: 16px;
		color: #808080;
	}
	.footerword {
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
		color: #808080;
	}
	.footer1 {
		line-height: 1.5;
		float: left;
		min-width: 260px;
		width: 16%;
		padding: 5px 20px;
		padding-left: 30px;
	}
	.footer2 {
		float: left;
		min-width: 260px;
		width: 32%;
		padding: 5px 20px;
	}
	.footer3 {
		float: left;
		min-width: 260px;
		width: 18%;
		padding: 5px 20px;
		padding-left: 30px;
	}
	.footer4 {
		line-height: 1.5;
		float: left;
		min-width: 260px;
		width: 10%;
		padding: 5px 10px 5px 20px;
	}
	#post-45 .tableres {
		max-width: 1580px;
		margin: auto;
		border-bottom: none;
		width: 100%;
		display: block;
		margin-top: 8px;
	}
}

/*@media screen and (min-width: 768px) {*/
@media screen and (min-width: 1px) {
	.phonerestable {
		display: none;
	}
	.tableres {
		max-width: 1580px;
		margin: auto;
		border-bottom: none;
		width: 100%;
		display: block;
	}
}

@media screen and (min-width: 780px) {
	.footer4 {
		line-height: 1.5;
		float: left;
		min-width: 260px;
		width: 10%;
		padding: 5px 10px 5px 30px;
	}
}

@media screen and (min-width: 690px) {
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 20px;
	}
	.pdftext {
		font-size: 20px;
		line-height: 24px;
		padding-top: 15px;
		
	}
	.pdftext i {
		font-size: 16px;
	}
	.cny_pdftext {
		font-size: 20px;
		line-height: 24px;
		padding-top: 15px;
		font-weight: 400;
	}
	.cny_pdftext i {
		font-size: 16px;
		font-weight: 400;
	}
	.pdflogo {
		float: left;
		margin-right: 20px;
		width: 45px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	h4 {
		font-size: 38px;
	}

	h5 {
		font-size: 17px;
	}
	.allleft {
		font-size: 20px;
		font-weight: 300;
		padding-top: 25px;
		float: none;
		width: 90%;
	}
	.allmiddle {
		font-size: 18px;
		font-weight: 300;
		float: left;
		width: 45%;
	}
	.allright {
		font-size: 18px;
		font-weight: 300;
		float: left;
		width: 45%;
	}


	.allmiddle .allrighttext {
		margin-right: 30px;
		padding-bottom: 30px;
	}
	.allrighttext1 {
		padding-top: 20px;
		border: none;
	}
	.form label {
		float: left;
		width: 150px;
	}
	.form select {
	    width: 70%;
		border: 1px solid #d4d0ba;
	}
	.form input {
		width: 70%;
		border: 1px solid #d4d0ba;
	}
	.form textarea {
		width: 70%;
		border: 1px solid #d4d0ba;
	}
	.form .ver1 {
		float: left;
		width: 25%;
	}
	.form .ver2 {
		float: left;
		margin-top: 0px;
		margin-left: 13px;
	}
	.form .ver3 {
		margin-top: 0px;
	}
	.menurest {
		width: 100%;
		z-index: 6;
		position: absolute;
		margin-top: -45px;
	}
	.menubq {
		width: 100%;
		z-index: 6;
		position: absolute;
		margin-top: -55px;
	}
	.mobilebq {
		display: inline-table;
	}
	.formclose label {
		display: block;
	}
	.formbutton {
		margin-top: 22px;
	}
	label[generated="true"] {
		width: 100%;
		font-style: italic;
		font-size: 14px;
		font-weight: 400;
		color: #85714d;
	}
	.errorform {
		padding-left: 150px;
		font-weight: 400;
		font-size: 14px;
		font-style: italic;
		color: #85714d;
	}
	.mobilebq1 {
		display: none;
	}
}

/*@media screen and (min-width: 1015px) {*/
@media screen and (min-width: 1px) {
	.allleft {
		font-size: 20px;
		font-weight: 300;
		float: left;
		padding-top: 25px;
		width: 50%;
	}
	.allmiddle {
		font-size: 18px;
		font-weight: 300;
		float: left;
		width: 25%;
		padding-top: 55px;
	}
	.allright {
		font-size: 18px;
		font-weight: 300;
		float: left;
		width: 23%;
		padding-top: 55px;
		padding-left: 15px;
	}
	.allmiddle .allrighttext {
		margin-right: 10px;
		padding-bottom: 30px;
	}
	.form label {
		float: left;
	}
	.form input {
		width: 60%;
		border: 1px solid #d4d0ba;
	}
	.form textarea {
		width: 60%;
		border: 1px solid #d4d0ba;
	}
	.rest_insidepage .resttablemenu {
		font-size: 24px;
		width: 270px;
		border-top: 12px solid #85714d;
		float: right;
		display: block;
	}
	.resttablemenuphone {
		display: none;
	}
	.rest_insidepage .restinsideheader {
		padding-right: 80px;
	}
	.rest_insidepage .restinsideword {
		vertical-align: top;
		padding-right: 80px;
	}
	.menubq .menusize {
		width: 300px;
		float: right;
		background: none;
		display: block;
	}
	.menurest .menusize {
		width: 300px;
		float: right;
		display: block;
		background: #B3A68E;
		min-height: 46px;
	}
	.errorform {
		padding-left: 150px;
		font-weight: 400;
		font-size: 14px;
		font-style: italic;
		color: #85714d;
	}
}

@media screen and (min-width: 1024px) {
	.brick {
		/*min-height: 488px;*/
	}
	
    .contact-us-location {
        width: 33%;
    }	
    
    .contact-us-form {
        width: 50%;
    }
    
.border-remove {
    border-right: 1px solid;
}

}

@media screen and (min-width: 1280px) {
	.allright {
		font-size: 18px;
		font-weight: 300;
		float: left;
		width: 23%;
		padding-top: 55px;
		padding-left: 24px;
	}
	.form input {
		width: 70%;
		border: 1px solid #d4d0ba;
	}
	.form textarea {
		width: 70%;
		border: 1px solid #d4d0ba;
	}
	.form select {
	    width: 70%;
		border: 1px solid #d4d0ba;
	}
	}
	.breakline {
		display: none;
	}
	.nobreakline {
		display: block;
	}
	.footerword {
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		color: #808080;
	}
}

input.error,select.error,textarea.error {
	border: 2px solid #ff0000;
}

/*meta slider*/
@keyframes anifade {
	/*0%   {opacity: 0;}
100% {opacity: 1;}*/ 0% {
	opacity: 0;
}

100%
{
opacity
:
 
1;
}
}
@-webkit-keyframes anifade /* Safari and Chrome */ {
	/*0%   {opacity: 0;}s
100% {opacity: 1;}*/ 0% {
	opacity: 0;
}

100%
{
opacity
:
 
1;
}
}
.hometitle1 {
	font-size: 25px;
	font-weight: 100;
	margin-left: -40px;
	position: relative;
	animation: anileft 2s;
	animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: anileft 2s;
	-webkit-animation-direction: alternate;
}

.homecntext {
	font-size: 20px;
}

.hometitle2 {
	font-size: 15px;
	font-weight: 100;
	margin-left: 40px;
	position: relative;
	animation: aniright 2s;
	animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: aniright 2s;
	-webkit-animation-direction: alternate;
}

.hometitle3 {
	font-size: 25px;
	font-weight: 100;
	margin-left: 30px;
	position: relative;
	animation: anileft 2s;
	animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: anileft 2s;
	-webkit-animation-direction: alternate;
}

.hometitle4 {
	font-size: 15px;
	font-weight: 100;
	margin-left: 80px;
	margin-top: 3px;
	position: relative;
	animation: aniright 2s;
	animation-direction: alternate;
	/* Safari and Chrome */
	-webkit-animation: aniright 2s;
	-webkit-animation-direction: alternate;
}

@media screen and (min-width: 425px) {
	.hometitle1 {
		font-size: 30px;
		font-weight: 100;
		margin-left: -90px;
	}
	.homecntext {
		font-size: 25px;
	}
	.hometitle2 {
		font-size: 20px;
		font-weight: 100;
		margin-left: 0px;
	}
	.hometitle3 {
		font-size: 30px;
		font-weight: 100;
		margin-left: 20px;
	}
	.hometitle4 {
		font-size: 20px;
		font-weight: 100;
		margin-left: 75px;
	}
}

@media screen and (min-width: 650px) {
	.hometitle1 {
		font-size: 45px;
		font-weight: 100;
		margin-left: -95px;
	}
	.homecntext {
		font-size: 35px;
	}
	.hometitle2 {
		font-size: 30px;
		font-weight: 100;
		margin-left: 30px;
	}
	.hometitle3 {
		font-size: 45px;
		font-weight: 100;
		margin-left: 50px;
	}
	.hometitle4 {
		font-size: 30px;
		font-weight: 100;
		margin-left: 130px;
	}
}

@media screen and (min-width: 750px) {
	.hometitle1 {
		font-size: 45px;
		font-weight: 100;
		margin-left: -45px;
	}
	.homecntext {
		font-size: 35px;
	}
	.hometitle2 {
		font-size: 30px;
		font-weight: 100;
		margin-left: 80px;
	}
	.hometitle3 {
		font-size: 50px;
		font-weight: 100;
		margin-left: 30px;
	}
	.hometitle4 {
		font-size: 30px;
		font-weight: 100;
		margin-left: 130px;
	}
	.infoleft {
		float: left;
		width: 220px;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
	}
	.inforight {
		font-size: 18px;
		line-height: 1.6;
		padding-bottom: 0px;
		padding-left: 220px;
	}
	
	.cnywhole {
		width: 420px;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
		padding-bottom: 0px;
		color:#FFFFFF;
	}
	
	.cnyleft {
		float: left;
		width: 220px;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
		color:#FFFFFF;
	}
	.cnyright {
		font-size: 18px;
		line-height: 1.6;
		padding-bottom: 0px;
		padding-left: 220px;
		color:#FFFFFF;
	}
}

@media screen and (min-width: 810px) {
	.hometitle1 {
		font-size: 50px;
		font-weight: 100;
		margin-left: -90px;
	}
	.homecntext {
		font-size: 40px;
	}
	.hometitle2 {
		font-size: 35px;
		font-weight: 100;
		margin-left: 50px;
	}
	.hometitle3 {
		font-size: 60px;
		font-weight: 100;
		margin-left: 10px;
	}
	.hometitle4 {
		font-size: 35px;
		font-weight: 100;
		margin-left: 130px;
	}
}

@media screen and (min-width: 1024px) {
	.hometitle1 {
		font-size: 70px;
		font-weight: 100;
		margin-left: -195px;
	}
	.homecntext {
		font-size: 55px;
	}
	.hometitle2 {
		font-size: 50px;
		font-weight: 100;
		margin-left: 0px;
	}
	.hometitle3 {
		font-size: 80px;
		font-weight: 100;
		margin-left: 10px;
	}
	.hometitle4 {
		font-size: 50px;
		font-weight: 100;
		margin-left: 160px;
	}
}

@media screen and (min-width: 1280px) {
	.hometitle1 {
		font-size: 80px;
		font-weight: 100;
		margin-left: -220px;
	}
	.homecntext {
		font-size: 65px;
	}
	.hometitle2 {
		font-size: 60px;
		font-weight: 100;
		margin-left: 0px;
	}
	.hometitle3 {
		font-size: 100px;
		font-weight: 100;
		margin-left: -30px;
	}
	.hometitle4 {
		font-size: 60px;
		font-weight: 100;
		margin-left: 160px;
	}
}

#metaslider_930 .caption-wrap,#metaslider_1880 .caption-wrap,#metaslider_2068 .caption-wrap
	{
	position: absolute;
	bottom: 10%;
	left: 35%;
	background: transparent;
	color: white;
	line-height: 0.9;
	opacity: 1;
	margin: 0;
	display: block;
	width: 100%;
}

@media screen and (min-width: 425px) {
	#metaslider_930 .caption-wrap,#metaslider_1880 .caption-wrap,#metaslider_2068 .caption-wrap
		{
		position: absolute;
		bottom: 10%;
		left: 47%;
		background: transparent;
		color: white;
		line-height: 0.9;
		opacity: 1;
		margin: 0;
		display: block;
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	#metaslider_930 .caption-wrap,#metaslider_1880 .caption-wrap,#metaslider_2068 .caption-wrap
		{
		position: absolute;
		bottom: 10%;
		left: 47%;
		background: transparent;
		color: white;
		line-height: 0.9;
		opacity: 1;
		margin: 0;
		display: block;
		width: 100%;
	}
}

@media screen and (min-width: 1350px) {
	#metaslider_930 .caption-wrap,#metaslider_1880 .caption-wrap,#metaslider_2068 .caption-wrap
		{
		position: absolute;
		bottom: 10%;
		left: 55%;
		background: transparent;
		color: White;
		line-height: 0.9;
		opacity: 1;
		margin: 0;
		display: block;
		width: 100%;
	}
}

.setheight {
	height: 1px;
}

.galleryimage {
	width: 230px;
	float: left;
	padding-right: 10px;
}

.galleryimage-venues {
	width: 33%;
	float: left;
	padding-right: 10px;
}

@media screen and (min-width: 1540px) {
	.footercontent {
		font-size: 30px;
		font-weight: 300;
		color: #85714d;
		padding: 0px 20px;
		padding-bottom: 5px;
	}
	.footer1 {
		line-height: 1.5;
		float: left;
		min-width: 260px;
		width: 16%;
		padding: 5px 20px;
		padding-left: 20px;
	}
	
	.resize-promotion{
    max-width:50%;    
    }
}

.firststage {
	float: left;
	width: 150px;
	font-weight: bold;
}

.firststage1 {
	display: block;
}

.secondstage {
	float: left;
	width: 370px;
}

.secondstage1 {
	float: left;
	width: 370px;
}

.thirdstage {
	font-weight: 300;
	font-style: italic;
}

.fourstage {
	clear: both;
	padding-left: 150px;
}

.breakdown {
	padding-bottom: 30px;
	font-size: 25px;
	border-top: 1px dotted #fff;
	width: 50%;
	padding-top: 10px;
}

.cnytext {
	margin-top: -20%;
}

#metaslider_930 #rslides1_s1 .caption-wrap,#metaslider_2068 #rslides2_s1 .caption-wrap
	{
	position: absolute;
}

.cnyhomemobile {
	display: none;
}

.cnyhome {
	display: block;
}

.cnybigheader {
	font-size: 38px;
	line-height: 1.3;
	padding-bottom: 10px;
}

@media screen and (max-width: 1600px) {
	.cnybigheader {
		font-size: 28px;
	}
	.breakdown {
		font-size: 21px;
	}
	.firststage {
		width: 150px;
	}
	.secondstage {
		width: 330px;
	}
	.secondstage1 {
		width: 330px;
	}
	.fourstage {
		padding-left: 150px;
	}
}

@media screen and (max-width: 1400px) {
	.cnybigheader {
		font-size: 28px;
	}
	.breakdown {
		font-size: 19px;
	}
	.cnytext {
		margin-top: -18%;
	}
	.firststage {
		width: 120px;
	}
	.secondstage {
		width: 300px;
	}
	.secondstage1 {
		width: 300px;
	}
	.fourstage {
		padding-left: 120px;
	}
	#metaslider_930 .caption-wrap {
		bottom: 4%;
	}
}

@media screen and (max-width: 1200px) {
	.breakdown {
		font-size: 16px;
	}
	.firststage {
		width: 100px;
	}
	.secondstage {
		width: 250px;
	}
	.secondstage1 {
		width: 250px;
	}
	.fourstage {
		padding-left: 100px;
	}
	.cnytext {
		margin-top: -15%;
	}
	#metaslider_930 .caption-wrap {
		bottom: -1%;
	}
}

@media screen and (max-width: 1000px) {
	.cnyhomemobile {
		display: none;
	}
	.cnyhome {
		display: block;
	}
	.breakdown {
		border-top: 1px dotted #000;
		width: 100%;
	}
	#metaslider_930 #rslides1_s1 .caption-wrap,#metaslider_2068 #rslides2_s1 .caption-wrap
		{
		position: relative;
		clear: both;
		bottom: 0%;
		left: 0;
		color: #000;
		padding: 0px 20px;
		background: #F5F5F5;
	}
	.cnytext {
		margin-top: 20px;
		font-size: 22px;
		line-height: 1.1;
	}
	.tableres .tableheader3 {
		padding: 7px 10px;
	}
}

@media screen and (max-width: 600px) {
	.firststage {
		float: none;
	}
	.firststage1 {
		display: none;
	}
	.secondstage {
		clear: both;
		width: auto;
		padding-right: 5px;
	}
	.secondstage1 {
		width: auto;
	}
	.fourstage {
		padding-left: 0px;
	}
}

@media screen and (max-width: 749px) {
	.inforight {
		float: left;
	}
}

span.opentopublic {
	font-size: 20px;
	color: #9A202B;
}

table.narrow {
	width: auto;
	border: none;
	border-spacing: 0px;
	padding: 0px;
}

table.narrow tr td {
	border: none;
	border-spacing: 0px;
	padding: 0px;
}

#contactForm input[type="radio"], #contactForm input[type="checkbox"] {
	width: auto;
	float: none;
}

#contactForm .contact-radio {
	float: left;
	padding-right: 5px;
}

#contactForm .contact-caption {
	float: left;
	padding-right: 30px;
	padding-top: 2px;
}

#contactForm .contact-caption > label {
	cursor: pointer;
	width: auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

/*
JAlert CSS
*/

@charset "UTF-8";
/*
	jAlert version 4.5.1
	Made with love by Versatility Werks (http://flwebsites.biz)
	MIT Licensed
*/

/* Resets */
html,body
{
	min-height: 100%;
}

 /*
	 WRAPPER
*/
.ja_wrap
{
    padding: 0px;
    margin: 0px;
    text-align: center;
	position: fixed;
	z-index: 99999;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.ja_wrap.ja_wrap_white
{
	background: rgba(255,255,255,.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#BFFFFFFF', EndColorStr='#BFFFFFFF')";
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#BFFFFFFF', EndColorStr='#BFFFFFFF');
	zoom: 1!important;
}

.ja_wrap.ja_wrap_black
{
	background: rgba(0,0,0,.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#BF000000', EndColorStr='#BF000000')";
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#BF000000', EndColorStr='#BF000000');
	zoom: 1!important;
}

body.ja_blur > *:not(.ja_wrap)
{
    -webkit-filter: blur(5px) grayscale(.7);
    filter: blur(5px) grayscale(.7);
}

 /*
	 jAlert
*/
.jAlert
{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    word-wrap: break-word;
	background: white;
	border-radius: 5px;
	max-width: 96%;
	margin: 2% auto;
	margin-top: 100px;
	margin-bottom: 100px;
	display: inline-block;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}

 /*
	 INSIDE WRAPPER (RELATIVE IN CASE THERE IS POSITION: ABSOLUTE CONTENT WITHIN
*/
.jAlert > div{
	position: relative;
}
.jAlert.ja_setheight > div
{
    height: 100%;
}

 /*
	 SIZES
*/
.ja_xsm{ width: 250px; }
.ja_sm{ width: 350px; }
.ja_md{ width: 550px; }
.ja_lg{ width: 850px; }
.ja_xlg{ width: 1200px; }
.ja_full{ width: 100%; }
.ja_auto{ width: auto; }

/*
    CLOSE BTN
*/
.ja_close{
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 5px;
    background: #F3F3F3;
    color: #555;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-weight: bold;
    z-index: 99999;
}

.ja_close_round, .ja_close_round_white {
    border-radius: 50%;
    background: #e0e0e0;
    color: #232323;
    padding: 5px 7px;
    right: 10px;
    top: 6px;
    border: 0px;
    line-height: 13px;
    font-size: 18px;
}

.ja_default .ja_close_round, .ja_default .ja_close_round_white
{
    color: #FFF;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
}

.ja_close_alt
{
    border-radius: 50%;
    background: #D51C1C;
    color: rgb(255, 255, 255);
    top: -16px;
    right: -18px;
    border: 1px solid rgb(55, 55, 55);
    padding: 3px 8px 1px 7px;
}

.ja_close:hover{
    background: #d4d4d4;
}
.ja_close_alt:hover{
    background: #DF2020;
}
.ja_close_round:hover, .ja_close_round:active
{
    color: #FFF;
    background: rgba(0,0,0,.5);
}
.ja_close_round_white:hover, .ja_close_round_white:active
{
    background: white;
}

/*
	 TITLE
*/
.ja_noTitle .ja_body
{
	border-radius: 5px;
}

.ja_noTitle .ja_close_round
{
    right: -11px;
    top: -11px;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
}

.ja_noTitle .ja_close_round:hover
{
    background: black;
}

.ja_noTitle .ja_close_round_white
{
    background: #e0e0e0;
    color: #232323;
}
.ja_noTitle .ja_close_round_white:hover
 {
     background: white;
 }

.ja_title
{
	width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ja_title > div
{
	color: #505050;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}

/*
	 THEMES
*/
.ja_default
{
	background: #E0E0E0;
}

.ja_green
{
	background: #00B700;
}

.ja_dark_green
{
    background: #006D00;
}

.ja_yellow
{
	background: #FFFF54;
}

.ja_gray
{
	background: #616161;
}

.ja_dark_gray
{
    background: #424242;
}

.ja_brown
{
    background: #633824;
}

.ja_black
{
    background: #232323;
}

.ja_blue
{
	background: #008FE4;
}

.ja_dark_blue
{
    background: #024986;
}

.ja_red
{
	background: #DE0E0E;
}

.ja_dark_red
{
    background: #A20000;
}

.ja_default > div
{
    color: #505050 !important;
}

.ja_yellow .ja_title > div
{
	color: #636300 !important;
}

.ja_green .ja_title > div,
.ja_dark_green .ja_title > div,
.ja_gray .ja_title > div,
.ja_brown .ja_title > div,
.ja_dark_gray .ja_title > div,
.ja_black .ja_title > div,
.ja_blue .ja_title > div,
.ja_dark_blue .ja_title > div,
.ja_red .ja_title > div,
.ja_dark_red .ja_title > div
{
	color: white !important;
}

 /*
	 CONTENT WRAP
*/
.ja_body
{
	background: white;
	color: #616161;
	padding: 20px;
	-moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text;
    user-select: text;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ja_setheight .ja_body
{
    height: 100%;
    height: calc(100% - 40px);
}

 /*
	 CONTENT
*/
.ja_media_wrap
{
	position: relative;
	text-align: center;
}

.ja_iframe
{
	width: 100%;
	border: 0px;
	display: none;
    border: 0px;
}

.ja_video
{
	width: 100%;
	height: 0px;
	padding-bottom: 65%;
	position: relative;
	display: none;
}

.ja_video iframe
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    border: 0px;
}

.ja_img
{
	max-width: 100%;
	display: inline-block;
	display: none;
}

/**
    Full Screen
*/
.ja_fullscreen
{
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 0px;
    margin-top: 0px !important;
}
.ja_fullscreen .ja_title
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ja_fullscreen .ja_body
{
    height: 100%;
}
.ja_fullscreen .ja_close_round
{
    right: 5px;
    top: 5px;
}

 /*
	 BTNS
*/
.ja_btn_wrap
{
	text-align: center;
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: -10px;
}

.ja_btn_wrap.optBack
{
  background: #f3f3f3;
  margin-top: 25px;
  margin: 25px -20px -20px -20px;
  padding: 5px 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ja_btn, .ja_btn:link, .ja_btn:visited, .ja_btn:active
{
  margin-top: 3px;
  padding: 3px 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}

@media (max-width: 450px)
{
	.ja_btn
	{
		width: 90%;
	}
}

.ja_btn:hover
{
	text-decoration: none;
}

.ja_btn_default, .ja_btn_default:link, .ja_btn_default:visited
{
  color: #575757;
  background: #f3f3f3;
}

.ja_btn_default:hover
{
	background: #FBFBFB;
}

 .ja_btn_default:active
 {
 	background: #EEE;
 }

.ja_btn_green, .ja_btn_green:link, .ja_btn_green:visited
{
	background: #00A000;
	color: white;
}

.ja_btn_green:hover
{
	background: #2EB71F;
}

 .ja_btn_green:active
 {
	background: #259818;
 }

.ja_btn_red, .ja_btn_red:link, .ja_btn_red:visited
{
	background: #B90808;
	color: white;
}

.ja_btn_red:hover
{
	background: #D62828;
}

 .ja_btn_red:active
 {
	background: #9F2020;
 }

.ja_btn_black, .ja_btn_black:link, .ja_btn_black:visited
{
	background: #535353;
	color: white;
}

.ja_btn_black:hover
{
	background: #666666;
}

 .ja_btn_black:active
 {
	background: #444444;
 }

.ja_btn_blue, .ja_btn_blue:link, .ja_btn_blue:visited
{
	background: #0877B9;
	color: white;
}

.ja_btn_blue:hover
{
	background: #0896E9;
}

 .ja_btn_blue:active
 {
	background: #056FAD;
 }

 /*
	 LOADER
*/
 @-moz-keyframes ja-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ja-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ja-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.ja_loader:not(:required) {
  -moz-animation: ja-loader 1500ms infinite linear;
  -webkit-animation: ja-loader 1500ms infinite linear;
  animation: ja-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

 /*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/

.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*
    No padding option
*/
.ja_no_pad .ja_body
{
    padding: 0px;
}

.ja_no_pad .ja_loader
{
    margin: 40px 0px;
}
.entry-content{
	text-align: center;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

.column1 {
  float: left;
  width: 75%;
  padding: 10px;
  vertical-align: top;font-weight: 500;text-align: left;font-size: 16px;line-height: 1.5;
}

.column2 {
  float: left;
  width: 25%;
  padding: 10px;
}

.column33 {
  float: left;
  width: 33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .column {
    width: 100%;
  }
  .column1 {
    width: 100%;
    vertical-align: top;font-weight: 500;text-align: left;font-size: 16px;line-height: 2;
  }
  .column2 {
    width: 100%;
  }  
  
  .column33 {
    width: 100%;
  }  
  
.galleryimage-venues {
    width: 100%;
    float: left;
    padding-right: 10px;
}  
  
  .galleryimage {
    width: 100%;
    float: left;
    padding-right: 10px;
}

.brick {
    width: 100%;
    padding: 0px 10px 15px 10px;
    background-color: #EEEEEE;
    margin-bottom: 17px;
    min-height: auto;
    margin-right: 10px;
    float: left;
}

.contact-us-location {
    width: 100%;
    padding-bottom: 20px;
}

.contact-us-form {
    width:100%;
}

.border-remove {
    border-right: 0px solid;

}

.border-add{
    border-top: 1px solid;
    padding-top: 25px;    
}

}

