/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/* Splash Table of Contents
	= Defaults
	= Typography
		- Custom Fonts
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	= Layout
		- Structure
		- CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Miscellaneous
	= Menus
	= Headings
	= Lists
	= Post Navigation
	= Comments
	= Sidebars
		- Widgets
	= Footer
		- Footer Widgets
	= Forms & Buttons
		- Gravity Forms
	= Images & Captions
	= Page Templates
		- Landing Page
	= Featured Areas
	= Animations
	= Mobile Menu
	= Media Queries
*/
/* = Defaults ----------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, input, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-text-size-adjust: none;
    font-size: 100%; /* 16px browser default */
}
body {
    background-color: #ffffff;
    line-height: 1;
}
body, input, select, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:visited, button, input[type="button"], input[type="submit"], .btn {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	text-decoration: none;
}
::-moz-selection {
    background-color: #2E373F;
    color: #fff;
}
::selection {
    background-color: #2E373F;
    color: #fff;
}
a img {
    border: none
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#thesis_launcher input {
	padding: 5px !important;
}
.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.mobile-menu .screen-reader-text {
	top: 0;
}
/* = Typography ----------- */
/* - Custom Fonts ----------- */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);
@font-face {
	font-family: 'icosplash';
	src:url('lib/fonts/icosplash.eot');
	src:url('lib/fonts/icosplash.eot?#iefix') format('embedded-opentype'),
		url('lib/fonts/icosplash.woff') format('woff'),
		url('lib/fonts/icosplash.ttf') format('truetype'),
		url('lib/fonts/icosplash.svg#icosplash') format('svg');
	font-weight: normal;
	font-style: normal;
}
	@font-face {
	font-family: 'fontawesome';
	src:url('http://wildgrounds.com/wp-content/plugins/font-awesome/assets/font/fontawesome-webfont.eot');
	src:url('http://wildgrounds.com/wp-content/plugins/font-awesome/assets/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://wildgrounds.com/wp-content/plugins/font-awesome/assets/font/fontawesome-webfont.woff') format('woff'),
		url('http://wildgrounds.com/wp-content/plugins/font-awesome/assets/font/fontawesome-webfont.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before { content: attr(data-icon); }
/*ie hax*/  span.data-icon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = rel); }
			a span.data-icon { cursor: pointer; }
.data-icon, [data-icon]:before, .entry .read-more a:before, .post-info .author a:before, .post-info .post_cats:before,.post-info .post_tags:before, .post-info .post_edit:before, .sharrre .share:before, .sharrre .share span, .children .comment:before, #cancel-comment-reply-link:before, #comment_form_name:before, #comment_form_email:before, #comment_form_url:before, .entry-content pre code:before, blockquote:before {
	font-family: 'icosplash';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/* - Font Color ----------- */
body, input, .menu-primary a, .menu-primary li li a, .post-comments, input, select, textarea {
    color: #000000;
}
blockquote:before, .sharrre .share span, #featured .content h2 em {
    color: #ED523F;
}
.post-info, .post-meta, .post-info a, .post-meta a, .post-meta a:hover, #description, .author, .comment-meta a {
    color: #999999;
}
a:hover, .menu-primary li a:hover, .menu-primary li a:hover, .menu-primary li li a:hover, .menu-primary .current-menu-item > a, h1, h2, h3, h4, h5, h6, .entry-title, .entry-title a, .comments_intro, .comment_form_title {
    color: #2E373F;
}
a, .entry-title a:hover, #site_title a:hover {
	color: #ED523F;
}
/* - Font Family ----------- */
body, input, textarea, .author-box h1 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}
.entry-content code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.entry-content pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
/* - Font Size ----------- */
#site_title {
	line-height: 76px;
	margin: 0;
}
h1, .entry-title, .entry-title a, .comments_intro, .comment_form_title {
    font-size: 36px;
    font-size: 2.25rem;
	font-weight: bold;
}
blockquote:before {
    font-size: 64px;
    font-size: 4rem;
	font-style: normal;
}
h2 {
    font-size: 30px;
    font-size: 1.875rem;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
h4, .archive-title, .taxonomy-description h1, .comment-author {
    font-size: 20px;
    font-size: 1.25rem;
}
body, h5, .entry-content {
    font-size: 18px;
    font-size: 1.125rem;
}
h6, .author-box h1, .sidebar h2 a {
    font-size: 16px;
    font-size: 1rem;
}
input, select, textarea, .menu-primary, .post-info, .post-meta, .wp-caption, .comment-meta {
    font-size: 16px;
    font-size: 1rem;
}
/* - Font Miscellaneous ----------- */
h1, h2, h3, h4, h5, h6, .entry-title a {
	font-weight: 700;
}
blockquote p, blockquote {
	font-style: italic;
    color: #999999;
}
cite {
    font-style: normal
}
button, input[type="button"], input[type="submit"], h1, h2, h3, h4, h5, h6, .btn, .entry-title a, .menu-primary, .post-comments, #site_title {
    font-weight: 700
}
#title_area a {
   background: url("http://www.wildgrounds.com/wp-content/thesis/skins/splash-t2/images/wildgrounds-logo.png") no-repeat !important;
   width: 284px;
   height: 56px;
   display: block;
   text-indent: -9999px;
}
.wp-caption {
    text-align: center
}
h2 a, h2 a:visited, .menu-primary a, .navigation li a, .widget_title a, #site_title a {
    text-decoration: none
}
#content span.dropcap {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: normal;
	margin: 7px 6px 0 0;
}
#content abbr {
	border: 1px dotted #ddd;
	padding: 0 3px;
	font-style: italic;
}
#content .th-sc-hr, #content .th-sc-divider {
	margin-bottom: 26px;
    margin-bottom: 1.625rem;
}
.wp-caption {
	font-style: italic;
}
.comments_intro, .comment_form_title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
#sidebar {
	color: #000000;
}
.widget_title {
	text-transform: uppercase;
	font-size: 20px; 
	font-size: 1.25rem;
	color: #999999;
}
h1, .entry-title, .entry-title a, .comments_intro, .comment_form_title {
	font-size: 36px; 
	font-size: 2.25rem;
	color: #2E373F;
}
#site_title, #site_title a {
	font-size: 24px; 
	font-size: 1.5rem;
	color: #2E373F;
}
#footer p {
	font-size: 18px; 
	font-size: 1.125rem;
}
/* = Layout ----------- */
/* - Structure ----------- */
body div > .wrap {
    margin: 0 auto;
    max-width: 1010px;
	padding: 0 20px;
}
#inner {
    clear: both;
    overflow: hidden;
    padding: 48px 0 112px;
    padding: 3rem 0 7rem;
}
/* - CSS Grid ----------- */
.sidebar {
    width: 30.555555555%;
}
.content-sidebar #content, .sidebar-content #content {
    width: 65.277777777%;
}
.full-width-content #content{
    width: 100%;
}
.sidebar-content #sidebar, #title-area, .content-sidebar #content {
    float: left
}
.sidebar, .sidebar-content #content {
    float: right
}
/* - Header ----------- */
.wrapper-sticky {
	position: relative;
	height:76px;
	background: #fff;
	*z-index: 10;
}
.header_area {
	position: relative;
	z-index: 9;
}
#header {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 76px;
}
#header .wrap {
    overflow: hidden;
}
#header #nav .wrap {
    padding: 0
}
#title-area .logo a, #title.logo {
    line-height: 0;
}
#title-area .logo a {
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#title-area img#thesis_header_image {
	display: block;
	height: auto;
	max-height: 100%;
	width: auto;
	padding: 8px 0;
	padding: .5rem 0;
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
}
.header_spacer {
	clear: both;
	display: block;
	height: 76px;
}
#header .wrap, #header #title-area, #header #site_title {
	height: 100%;
}
#header #title-area {
	height: 76px;
}
#site_title {
	margin: 0;
}
#thesis_header_image {
	line-height: 1;
}
/* - Main Content ----------- */
#content .type-post.entry, .search #content .post_box.entry, #content .type-attachment.entry {
    margin-bottom: 15px;
    margin-bottom: 1rem;
    padding-left: 0px;
    position: relative;
	min-height: 270px;
}
.entry-content {
    overflow: hidden
}
.entry-content, .entry-content p {
    line-height: 1.75
}
.entry-content p {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}
blockquote {
	min-height: 64px;
	min-height: 4rem;
    padding: 36px 0 0 96px;
    padding: 1.5rem 0 0 6rem;
	position: relative;
}
blockquote:before {
    content: "\e013";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
	margin-bottom: 10000px;
}
.entry-content blockquote p {
	line-height: 1.85;
}
.entry-content .th-quote {
	background: none;
	padding: 0;
}
.entry-content .th-quote p {
	margin: 0;
}
.entry-content .th-quote.right {
	border-right: 10px solid #ddd;
	padding-right: 16px;
	padding-right: 1rem;
}
.entry-content .th-quote.left {
	border-left: 10px solid #ddd;
	padding-left: 16px;
	padding-left: 1rem;
}
.entry-content pre {
	background: #fdfdfd;
	border: 1px solid #ddd;
	font-size: 15px;
	margin-bottom: 1.625rem;
	max-width: 100%;
	overflow: auto;
	padding: 32px;
	padding: 2rem;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.entry-content pre code:before {
	color: #e5e5e5;
	content: "\e010";
	position: absolute;
	font-size: 18px;
	left: 10px;
	top: 8px;
}
/* - Post Info & Meta ----------- */
.post-info {
    clear: both;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.post-info .author a, .post-info .post_cats, .post-info .post_tags, .post-info .post_edit {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
}
.post-info .author a:before {
    content: "\e001";
	padding-right: 8px;
	padding-right: .5rem;
}
.post-info .post_cats:before {
	content: "\e00f";
	padding-right: 8px;
	padding-right: .5rem;
}
.post-info .post_edit:before, .post-info .post_tags:before {
	content: "\e002";
	padding-right: 8px;
	padding-right: .5rem;
}
.post-info .post_cats, .post-info .post_tags, .post-info .post_edit {
	margin-left: 16px;
	margin-left: 1rem;
}
.post-info a:hover, .post-info .post_cats:hover, .post-info .post_tags:hover, .post-meta a:hover .day, .post-meta a:hover .num, .post-meta .shares:hover .count {
    color: #444;
}
.post-meta {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 100px;
	padding-left:0px;
}
.wrapper-sticky .scroll_box {
	background: #fff;
	height:76px;
	padding: 15px;
	margin: -15px;
    left: 0;
    position: absolute;
    top: 0;
	border-radius: 5px;
	z-index: 6;
}
.post-meta li {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 20px 0;
    padding: 0 0 21px 0;
    list-style: none;
}
.post-meta li:last-child, .post-meta li.shares {
    border: none;
    margin: 0;
    padding: 0;
}
.post-meta .day, .post-meta .num, .post-meta .count {
    display: block;
    font-size: 60px;
	font-size: 3.75rem;
    margin-top: -10px;
    padding-bottom: 5px;
}
.sharrre {
    position: relative
}
.sharrre .box {
    width: 100px
}
.sharrre .share span {
	opacity: .4;
	padding-right: 8px;
	padding-right: .5rem;
		-webkit-animation-name: partialfade;
		-moz-animation-name: partialfade;
		-o-animation-name: partialfade;
		animation-name: partialfade;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		-o-animation-timing-function: ease;
    	animation-timing-function: ease;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		-moz-animation-direction: alternate;
		-o-animation-direction: alternate;
		animation-direction: alternate;
}
.sharrre .buttons {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: none;
    padding: 15px;
    position: absolute;
    margin-left: 0;
    min-height: 50px;
    z-index: 10;
    width: 220px;
    text-align: center;
    top: 0;
    left: 0;
}
.sharrre .button {
    display: inline-block;
    max-width: 50px;
    margin: 0 10px;
}
.sharrre iframe {
	max-width: none;
}
.read-more {
    clear: both;
    display: block;
    width: auto;
	text-align:center;
}
.entry .read-more a {
    margin-top: 10px;
    margin-top: .315rem;
	padding-left: 56px;
	position: relative;
	line-height: 30px;
	*padding-left: 16px;
}
.entry .read-more a:after {
	color: #aaa;
	font-family: FontAwesome;
	content: "\f064";
	font-size: 24px;
	position: absolute;
	line-height: 2px;
	left: 18px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* - Miscellaneous ----------- */
p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}
p.pages, .clear, .clear-line, .first {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.alignleft, .archive-page {
	float: left;
}
.alignright {
	float: right;
}
.archive-page {
	width: 50%;
}
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}
.breadcrumb, .taxonomy-description {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.author_description {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.author_description, .author_description h1, .taxonomy-description {
	line-height: 1.5;
}
.author_description, .breadcrumb, .sticky, .taxonomy-description {
	background-color: #eeeeee;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}
.sticky .post-meta {
	top: 36px;
	top: 2.25rem;
}
.author_description .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.author_description_intro {
	display: block;
	font-weight: bold;
}
/* = Menus ----------- */
.menu-primary {
    clear: both;
    overflow: hidden;
}
#header .menu-primary {
    float: right;
    width: auto;
}
.menu-primary ul {
    float: left;
    width: 100%;
}
.menu-primary li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: left;
}
.menu-primary a {
    border-left: 1px solid #e3e3e3;
    display: block;
    padding: 2px 16px;
    padding: 0.125rem 1rem;
    position: relative;
}
.menu-primary > li {
	line-height: 76px;
	height: 76px;
	/* ie hax */
	*line-height: 16px;
	*height: 16px;
}
.menu-primary li li {
	line-height: 1;
}
.menu-primary > li > a {
	display: inline;
	/* ie hax */
	*display: block;
	*height: 16px;
	*margin-top: 30px;
}
.menu-primary > li:first-child a {
    border-left: none;
}
.menu-primary li li a {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 16px;
    padding: 1rem;
    position: relative;
    width: 170px;
}
.menu-primary li ul {
    left: -9999px;
    position: absolute;
    width: 212px;
    z-index: 99;
}
.menu-primary li ul ul {
    margin: -49px 0 0 200px
}
.menu-primary li:hover ul ul, .menu-primary li.sfHover ul ul {
    left: -9999px
}
.menu-primary li:hover, .menu-primary li.sfHover {
    position: static
}
ul.menu-primary li:hover>ul, ul.menu-primary li.sfHover ul {
    left: auto
}
ul.menu-primary li:hover ul { *padding-top: 26px; }
ul.menu-primary li:hover ul ul { *padding-top: 0; }
.menu-primary li a .sf-sub-indicator, .menu-primary li li a .sf-sub-indicator, .menu-primary li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}
#wpadminbar li:hover ul ul {
    left: 0
}
/* = Headings ----------- */
h1, h2, h3, h4, h5, h6, .entry-title a {
	line-height: 1.2;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.author_description h1 {
	margin: 0
}
.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}
.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
/* = Lists ----------- */
.entry-content ol, .entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.entry-content ol li, .entry-content ul li {
	line-height: 1.625;
}
.entry-content ol li, .entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}
/* = Post Navigation ----------- */
.navigation {
    clear: both;
	text-align: center;
	border-top: 1px solid #E7E7E7;
}
.navigation .page-numbers, .navigation .page-numbers:hover {
    cursor: pointer;
    padding: 8px 12px;
    padding: .5rem .75rem;
	font-size: 14px;
	margin: 0 2px;
}
.navigation .page-numbers.current {
    background: none;
	border: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.more_posts {
	margin-top: 48px;
	margin-top: 3rem;
}
.previous_post {
	margin-top: 16px;
	margin-top: 1rem;
}
/* = Comments ----------- */
#comments, #respond {
    line-height: 1.5;
}
.ping_list, .comment_list {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}
#author, #email, #url {
    width: 50%;
	margin-bottom: 20px;
	padding-left: 44px;
	height: 50px;
	/* ie hax */
	*padding-top: 0;
	*padding-bottom: 0;
	*padding-left: 20px;
	*line-height: 50px;
}
#comment_form_name, #comment_form_email, #comment_form_url  {
	position: relative;
}
#comment_form_name:before, #comment_form_email:before, #comment_form_url:before {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	line-height: 50px;
	left: 16px;
	left: 1rem;
}
#comment_form_name:before {
	content: "\e001";
	left: 18px;
	left: 1.125rem;
}
#comment_form_email:before {
	content: "\e00c";
}
#comment_form_url:before {
	content: "\e011";
}
.commentmetadata {
	text-transform: uppercase;
}
#comment {
   	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.comment_list li, .ping-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-top: 1.5rem;
}
.comment-header {
    overflow: hidden;
	padding-right: 50px;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.comment-author  {
	font-weight: 700;
	margin-top: 16px;
}
.comment_list li img.avatar {
    float: left;
    margin: -6px 16px 5px 5px;
    margin: -6px 1rem 5px 5px;
}
.comment {
	position: relative;
}
.comment-content p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
#comments .navigation {
    margin-top: 32px;
    margin-top: 2rem;
}
img.avatar {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	overflow: visible;
	box-shadow: 0 0 0px 5px #e1e1e1;
	-webkit-box-shadow: 0 0 0 5px #e1e1e1;
	-moz-box-shadow: 0 0 0 5px #e1e1e1;
	*border: 5px solid #e1e1e1;
}
.bypostauthor > .comment-header img.avatar {
    -webkit-box-shadow: 0 0 0 5px #ED523F;
	-moz-box-shadow: 0 0 0 5px #ED523F;
	box-shadow: 0 0 0px 5px #ED523F;
	*border: 5px solid #ED523F;
}
.children .comment {
    padding-left: 42px;
    padding-left: 2.625rem;
	position: relative;
}
.children .comment:first-child:before {
	content: "\e004";
	font-size: 18px;
	position: absolute;
	top: 32px;
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.reply {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	text-transform: uppercase;
	text-align: right;
}
.comment_list #commentform {
	padding-top: 40px;
	background: #f7f7f7;
	padding: 30px;
	border-top: 1px solid #e7e7e7;
	margin-top: 16px;
	margin-top: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.comment_list .children #respond {
	margin-left: 42px;
}
#cancel-comment-reply-link {
	float: right;
	text-transform: capitalize;
}
#cancel-comment-reply-link:before {
	content: "\f00d";
	padding-right: 8px;
	padding-right: .5rem;
}
.comment_toggle {
	color: #aaa;
	background: #e3e3e3;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	padding: .5rem;
	font-size: 14px;
	font-size: .875rem;
	top: 24px;
	-webkit-border-radius: 40px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 40px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 40px;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: none;
}
.comment:hover .comment_toggle {
	opacity: 1;
}
.hide_comment {
	border-bottom: 1px solid #e8e8e8;
}
.hide_comment .children, .hide_comment .reply, .hide_comment .comment-content {
	display: none;
}
.hide_comment .comment_toggle [data-icon]:before {
	content: "\e012" !important;
	font-size: 14px;
}
.hide_comment .comment-header {
	opacity: .5;
		-webkit-animation-name: partialfade;
		-moz-animation-name: partialfade;
		-o-animation-name: partialfade;
		animation-name: partialfade;
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		-o-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		-o-animation-timing-function: ease;
    	animation-timing-function: ease;
}
/* = Sidebars ----------- */
.sidebar {
    display: inline;
    line-height: 1.5;
}
.sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.sidebar .widget {
    margin-bottom: 64px;
    margin-bottom: 4rem;
    overflow: hidden;
}
.sidebar.widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}
.sidebar input {
	margin: 8px 0;
	margin: .5rem 0;
}
/* - Widgets ----------- */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 500;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* = Footer ----------- */
#footer {
    background: rgb(221, 219, 211);
	border-top: 1px solid #dddddd;
    color: #999;
    clear: both;
	padding:10px;
	position: relative;
	text-align: center;
	line-height: 36px;
	font-size: 18px; 
	font-size: 1.125rem;
}
.attribution {
	background-color: white;
    padding-top: 10px;
}
#footer .wrap {
    overflow: hidden
}
#footer a {
    color: #999;
	background: #fff;
	padding: 2px 5px;
}
#footer a:hover {
	color: #666;
}
#footer .gototop {
	position: absolute;
	top: -34px;
	text-align: center;
	width: 100%;
	left: 0;
}
#footer .gototop a {
	background: #ddd;
	display: inline-block;
	color: #fff;
	font-size: 42px;
	height: 50px;
	width: 50px;
	padding: 0;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border: 8px solid #fff;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
#footer .gototop a:hover {
	background: #fff;
	color:#000;
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
#footer .gototop a [data-icon]:before {
	line-height: 46px;
}
#footer li {
	list-style: none;
}
/* - Footer Widgets ----------- */
#footer .widget {
	clear: both;
	margin-top: 32px;
	margin-top: 2rem;
}
#footer .footer-panel {
	float: left;
width: 400px;
margin-right: 25px;
}
#footer .widget_nav_menu li, #footer .menu li, #footer .widget_nav_menu ul {
	list-style: none;
	display: inline;
}
#footer .widget_nav_menu li a, #footer .menu li a {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-right: 0.625rem;
	text-transform: uppercase;
}
/* = Forms & Buttons ----------- */
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    padding: .75rem;
    width: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-moz-transition: border-color 0.1s ease-in-out;
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
}
input:focus, select:focus, textarea:focus {
	border-color: #bbb;
}
button, input[type="button"], input[type="submit"], .btn, .read-more a, .navigation a {
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #dedede;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 16px;
    padding: .75rem 1rem;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	text-shadow: 1px 1px 0 #fff;
}
button:hover, input:hover[type="button"], input:hover[type="submit"], .btn:hover, .read-more a:hover, .navigation a:hover {
    border-color: #ccc;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	color: #666;
}
button:active, input:active[type="button"], input:active[type="submit"], .btn:active, .read-more a:active, .navigation a:active {
    border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
	color: #666;
}
/* - Gravity Forms ----------- */
#content div.gform_wrapper input, #content div.gform_wrapper select, #content div.gform_wrapper textarea, #content div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    padding: 1rem;
}
#content div.gform_wrapper input[type="submit"] {
    padding: 14px 20px;
    padding: 0.875rem 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
}
#content div.gform_wrapper .ginput_complex label {
    padding: 0
}
div.gform_wrapper li, div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1rem 0 0;
}
.entry-content .gform_fields > li {
	padding: 0;
}
.gform_wrapper ul li:before {
	background: none;
	content: '';
}
/* = Images & Captions ----------- */
embed, img, object, video {
    max-width: 100%
}
img {
    height: auto
}
.alignleft .avatar {
    margin-right: 24px;
    margin-right: 1.5rem;
}
.alignright .avatar {
    margin-left: 24px;
    margin-left: 1.5rem;
}
.author-box .avatar {
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
}
img.alignnone {
    display: inline;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}
img.alignleft, .wp-post-image, .wp-caption.alignleft {
    display: inline;
    margin: 0 24px 24px 0;
    margin: 0 1.5rem 1.5rem 0;
}
.wp-post-image {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
img.alignright, .wp-caption.alignright {
    display: inline;
    margin: 0 0 24px 24px;
    margin: 0 0 1.5rem 1.5rem;
}
p.wp-caption-text {
	color: #666;
	background: #eeeeee;
    line-height: 1.2;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
}
.gallery-caption {
}
/* = Page Templates ----------- */
/* - Landing Page ----------- */
#landingpage {
    width: 710px;
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #555;
    background-color: #fff;
	border: 5px solid #ddd;
	margin: 25px auto;
	padding: 20px;
}
body.template_landing-page {
    background: #eee
}
#landingpage h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}
#landingpage h2 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
}
#landingpage h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
#landingpage h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
}
#landingpage h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#landingpage h6 {
    font-size: 1em;
    font-weight: bold;
}
#landingpage h1, #landingpage h2, #landingpage h3, #landingpage h4, #landingpage h5, #landingpage h6 {
    color: #111
}
#landingpage h1.headline {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
#landingpage ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
#landingpage ul li {
    margin: 10px 0;
    line-height: 1.5em;
}
#landingpage p {
    margin-bottom: 1.5em
}
#landingpage #mobile_menu_area {
    display: none
}
@media only screen and (max-width: 768px) {
    #landingpage {
        margin: 0;
        border-width: 10px 0;
        width: auto;
    }    #landingpage img {
        max-width: 100%;
        height: auto;
    }
}
/* = Featured Areas ----------- */
#featured, #featured_post_image {
	background: #dddbd3;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	padding: 96px 0;
	padding: 2rem 0;
}
#featured_post_image_critique #featured_img.featured_img {
	display: inline;
	float: left;
	margin: 0 64px 10px 0;
	margin: 0 4rem 10px 0;
	height: auto;
	max-width: 32%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	margin-top: 10px;
	overflow: visible;
	-webkit-box-shadow: 0 0 0 10px #ED523F;
	-moz-box-shadow: 0 0 0 10px #ED523F;
	box-shadow: 0 0 0px 10px #ED523F;
	*border: 10px solid #ED523F;
	*margin-top: 0;
}
#featured .wrap {
	overflow: hidden;
}
#featured .backstretch, #featured_post_image .backstretch {
	background: #dddbd3;
}
#featured img.featured_img {
	display: inline;
	float: left;
	margin: 0 64px 10px 0;
	margin: 0 4rem 10px 0;
	height: auto;
	max-width: 32%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	margin-top: 10px;
	overflow: visible;
	-webkit-box-shadow: 0 0 0 10px #ED523F;
	-moz-box-shadow: 0 0 0 10px #ED523F;
	box-shadow: 0 0 0px 10px #ED523F;
	*border: 10px solid #ED523F;
	*margin-top: 0;
}
#featured .content h2, #featured .content p, #featured .content {
	color: #272727;
}
#featured .content h2 {
	font-size: 50px;
	font-size: 3.125rem;
}
#featured .content h2 em {
	font-style: normal;
}
#featured .content p {
	font-size: 20px;
	font-size: 1.25rem;
}
#featured_post_image {
	padding: 64px 0;
	padding: 4rem 0;
	height: auto;
}
#featured_post_image .entry-title {
	background: #111;
	background: rgba(0,0,0,.75);
	color: #fff;
	display: inline-block;
	font-size: 50px;
	font-size: 3.125rem;
	padding: 10px 32px;
	margin: 0 0 0 0;
}
.featured_box .social_list a, .featured_form .submit {
	color: #272727;
	display: inline-block;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	margin: 0 16px 0 0;
	margin: 0 .875rem 0 0;
	text-align: center;
	width: 48px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.featured_box .social_list a:hover {
	background-color: #fff;
}
.featured_box .social_list a:last-child {
	margin: 0;
}
.featured_box .social_list [data-icon]:before {
	line-height: 48px;
}
.featured_box .social_list {
	margin-top: 28px;
	margin-top: 1.75rem;
}
#featured input[type="text"], #featured input[type="email"] {
	min-width: 200px;
}
.featured_form {
	white-space: nowrap;
}
#featured .featured_form .email, #featured .featured_form #email {
	border: 1px solid #ED523F;
	border-width: 1px 0 1px 1px;
	display: inline-block;
	padding: 16px 12px;
	padding: 1rem .75rem;
	font-size: 18px;
	font-size: 1.125rem;
	width: 280px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	line-height: 18px;
	height: 57px;
	margin-bottom: 0;
	/* ie hax */
	*padding-top: 0;
	*padding-bottom: 0;
	*height: 54px;
	*line-height: 54px;
}
.featured_form button.submit {
	overflow: visible;
	background: #ED523F;
	color: #fff;
	display: inline-block;
	padding: 0;
	font-size: 32px;
	height: 57px;
	width: 80px;
	position: relative;
	vertical-align: top;
	text-shadow: none;
	border: 0;
	left: -5px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.featured_form .submit:before {
	content: "";
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ED523F;
	top: 20px;
	top: 1.25rem;
	left: -10px;
}
.featured_form .submit span:before {
	font-size: 32px;
	line-height: 23px;
}
#inner #featured {
	padding: 48px;
	padding: 3rem;
	border: none;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#inner #featured > .wrap {
	padding: 0;
	text-align: center;
}
/* = Animations ----------- */
/* - Fade In----------- */
.fadein {
    -moz-animation: fadein 1s ease .5s;
    -webkit-animation: fadein 1s ease .5s;
    -o-animation: fadein 1s ease .5s;
	animation: fadein 1s ease .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-moz-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-o-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
/* - Quick Fade In ------------- */
.quick_fadein, #inner {
    -moz-animation: fadein 1s ease .2s;
    -webkit-animation: fadein 1s ease .2s;
    -o-animation: fadein 1s ease .2s;
	animation: fadein 1s ease .2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-moz-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-o-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
/* - Swide Fade ----------- */
@-webkit-keyframes swipein_left {
	0% { opacity: 0; -webkit-transform: translateX(-30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes swipein_left {
	0% { opacity: 0; -moz-transform: translateX(-30px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes swipein_left {
	0% { opacity: 0; -ms-transform: translateX(-30px); }
	100% { opacity: 1; -ms-transform: translateX(0); }
}
@keyframes swipein_left {
	0% { opacity: 0; transform: translateX(-30px); }
	100% { opacity: 1; transform: translateXY(0); }
}
.swipein_left {
    -moz-animation: swipein_left 1s;
    -webkit-animation: swipein_left 1s;
    -o-animation: swipein_left 1s;
	animation: swipein_left 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
/* - Partial Fade ----------- */
@-webkit-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@-moz-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@-o-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
/* = Mobile Menu ----------- */
.mobile-menu {
	color: #888;
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
}
.mobile-menu:hover {
	color: #888;
}
.mobile-menu, .mobile-menu:hover, .mobile-menu:active {
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: none;
}
.mobile-menu.active {
	color: #222;
}
.mobile-menu span:before {
	font-size: 32px;
	font-weight: normal;
}
#nav.active {
	display: block !important;
}
	/* MOBILE MENU IE HAX */
	.ie-mobile .mobile-menu { display: block;  width: 70px; font-size: 32px; }
	.ie-mobile #nav { background: #fff; position: absolute; top: 76px; left: 0; width: 100%; display: none; padding-bottom: 16px; border-bottom: 1px solid #E3E3E3; max-height: 480px; overflow: auto;  }
	.ie-mobile #nav .wrap { margin: 0 20px; }
	.ie-mobile #header .menu-primary { float: none; }
	.ie-mobile #nav .menu-primary li { line-height: normal; height: auto; float: none; display: inline; }
	.ie-mobile #nav .menu-primary li a { background: #eeeeee; margin: 4px 2px; display: inline-block; padding: 8px 15px; border: none; width: auto !important; font-size: 12px; font-size: .75rem; }
	.ie-mobile .menu-primary li ul { left: 0; position: static; float: none; width: auto; display: inline !important; visibility: visible !important;  }
	.ie-mobile .menu-primary li ul ul, .ie-mobile .menu-primary li ul ul ul, .ie-mobile .menu-primary li ul ul ul ul { margin: 0; }
/* = Media Queries ----------- */
@media only screen and (max-width: 800px) {
	.mobile-menu { display: block; }
	#nav { background: #fff; position: absolute; top: 76px; left: 0; width: 100%; display: none; padding-bottom: 16px; border-bottom: 1px solid #E3E3E3; max-height: 480px; overflow: auto;  }
	#nav .wrap { margin: 0 20px; }
	#header .menu-primary { float: none; }
	#nav .menu-primary li { line-height: normal; height: auto; float: none; display: inline; }
	#nav .menu-primary li a { background: #eeeeee; margin: 4px 2px; display: inline-block; padding: 8px 15px; border: none; width: auto !important; font-size: 12px; font-size: .75rem; }
	.menu-primary li ul { left: 0; position: static; float: none; width: auto; display: inline !important; visibility: visible !important;  }
	.menu-primary li ul ul, .menu-primary li ul ul ul, .menu-primary li ul ul ul ul { margin: 0; }
}
@media only screen and (max-width: 700px) {
	#featured { text-align: center; padding: 48px 0; padding: 3rem 0; }
	#featured img.featured_img { float: none; max-width: none; margin: 10px 0 20px 0; }
	#featured .content h2 { font-size: 40px; font-size: 2.5rem; }
}
@media only screen and (max-width: 600px) {
	#featured_post_image .entry-title { margin: 0; width: 100%; margin: 0 -20px; }
  	#content .type-post.entry, .search #content .post_box.entry, #content .type-attachment.entry { padding: 0; width: auto; }
	#featured_post_image { padding: 48px 0; padding: 3rem 0; }
	#featured_post_image .entry-title { font-size: 32px; font-size: 2rem; }
	.scroll_box { position: static !important; height: auto !important; width: 100% !important; }
	.post .wrapper-sticky { position: static !important; height: 76px !important; width: 100% !important; }
  	.post-meta { position: static; width: 100%; clear: both; display: inline-block; border-top: 1px solid #e3e3e3; }
	.post-meta li, .post-meta li:last-child { float: left; border: none; margin-right: 20px; margin-bottom: 0; padding: 20px 0 0 0; }
	.post-meta .cal { padding-right: 20px; border-right: 1px solid #E3E3E3; }
	.post-meta .day, .post-meta .num, .post-meta .count { font-size: 48px; font-size: 3rem; }
	.post-meta.scroll_box li { float: right; }
	.post-meta.scroll_box .cal { margin: 0; padding: 20px 0 0 20px; border-left: 1px solid #E3E3E3; border-right: none; }
	.post-meta #share { float: left; text-align: left; }
	.sharrre .box { width: 80px; }
	.read-more { display: none; }
	#author, #email, #url { width: 70%; }
	#sidebar { margin-top: 32px; margin-top: 2rem; }
	#sidebar, .content-sidebar #content, .sidebar-content #content { float: none; width: auto; clear: both; display: block; }
	.children .comment { padding-left: 24px; padding-left: 1.5rem; }
	#cancel-comment-reply-link { clear: both; float: none; display: block; }
}
@media only screen and (max-width: 480px) {
    html { font-size: 87.5%; /* 14px base */  }
	#featured { text-align: center; padding: 32px 0; padding: 2rem 0; }
	#featured img.featured_img { float: none; max-width: 60%; }
	#featured .featured_form .email, #featured .featured_form #email { width: 77%; height: 51px; }
	.featured_form button.submit { width: 20%; height: 51px; padding-left: .75rem; padding-right: .75rem; }
	.post-meta li, .post-meta li:last-child { margin-right: 7px; }
	.post-meta.scroll_box .cal { padding-left: 5px; }
	#share { margin-right: 0; }
	.sharrre .box { width: 70px; }
	#inner #featured { margin-left: -20px; margin-right: -20px; padding: 32px 20px; }
	.comment_list .children #respond { margin: 0; }
	.comment_list li img.avatar { max-width: 50px; margin: 6px 1rem 5px 5px; }
	.children .comment img.avatar { margin: 6px 1rem 5px 10px; }
	#commentform label, #commentform .required { display: none; }
	#author, #email, #url, #submit { width: 100%; }
	.comment_toggle { opacity: 1; }
}
#header #site_title, #header #site_tagline {
	display: none;
}

/*---:[ custom CSS ]:---*/
#featured .content h2{ color: whitesmoke; }
.featured_form {
 opacity: 0.8;
    filter: alpha(opacity=80);
}	

.genericond{
width: 44px;
height: 44px;
font-size:44px;
	display: inline-block;
-webkit-font-smoothing: antialiased;
line-height: 1;
font-family: Genericons;
text-decoration: inherit;
font-weight: normal;
font-style: normal;
vertical-align: top;
}

#adsxpls1 {margin:15px;}

.shortcode-quote {
  font-style: italic;
color: rgba(66, 66, 66, 0.81);
}
.header-search {display:none;}

@media screen and (min-width: 600px) {
	.header-search {
		display:block;
		float:right;
		position:relative;
		margin-top:-40px;
	}
}

.review_wrap {
    margin: 0 auto;
    max-width: 1010px;
	padding: 0 20px;
}
#review_inner {
    clear: both;
    overflow: hidden;
    padding: 48px 0 112px;
    padding: 3rem 0 7rem;
}


.pagination_review {padding: 40px;
text-align: center;
font-size: 40px;
font-weight: bold;}

.pagination_review a {background:#E8E8E8; color:#000; margin-left:0.6em; margin-right:0.6em;padding:0.5em 0.7em; text-decoration:none;}
a.firstchap:hover {color:#fff; background:rgb(218, 148, 59);}
a.deuxchap:hover {color:#fff; background:#D9453A;}
a.troischap:hover {color:#fff; background:#A1C2ED;}

.bodyspecial_review img, .wp-caption {
max-width: 100%;
height: auto;
}

.post_box_image_review {margin-top: -36px;
margin-bottom: -65px;
width: 95%;}

.scaling_image img {
width: 100%;
}

.float-right {
float: right;
padding: 0 0 0 20px;
}

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

.bigquotec_review {
text-align: center;
margin: 20px 0 20px 20px;
font-size: 45px;
line-height: 44px;
letter-spacing: -1px;
width: 900px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #D9453A;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

.quotec_review_1stchap{
text-align: center;
margin: 20px 0 20px 20px;
font-size: 29px;
line-height: 33px;
letter-spacing: -1px;
width: 900px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: rgb(218, 148, 59);
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

.quotec_review_2ndchap{
text-align: center;
margin: 20px 0 20px 20px;
font-size: 29px;
line-height: 33px;
letter-spacing: -1px;
width: 900px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #D9453A;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

.quotec_review_3echap{
text-align: center;
margin: 20px 0 20px 20px;
font-size: 29px;
line-height: 33px;
letter-spacing: -1px;
width: 900px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #8BB4E9;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}
.quoter_review{
float:right;
margin:20px 0 20px 20px;
font-size: 38px;
line-height: 38px;
letter-spacing: -1px;
width: 500px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #698B1B;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

.quotel_review{
float: left;
font-size: 27px;
line-height: 34px;
letter-spacing: -1px;
width: 400px;
margin: 0px 24px 0px 0px;
font-weight: bold;
text-transform: uppercase;
color: #D9453A;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

.float-left-pic {
float: left;
margin-left: -73px;
}

.bandeau_milieu {width: 1090px;
margin-left: -76px;
border: 5px solid rgb(218, 148, 59);}

.cover {
position: absolute;
top: 55px;
left: 0;
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover  !important;
background-position: top center;
height: 37.59em;
width: 100%;
margin-top: -20px;
z-index: -1;
}

.social_facebook_fin {padding-bottom: 0px;
padding-left: 0px;
position: absolute;
z-index: 2;
top: 260em;
right: 28.25em;
width: 50px;
padding: 0;}
.social_twitter_fin {padding-bottom: 0px;
padding-left: 0px;
position: absolute;
z-index: 2;
top: 260em;
right: 12.25em;
width: 92px;
padding: 0;}

.post_box_review {margin-top:10px;background: none repeat scroll 0 0 #FFFFFF;margin-left: 40px;margin-bottom: 20px;padding:20px;border-left: 2px solid #e7e6eb;}

.post_content {background-color:transparent;}
.template-custom .post_box {background-color:transparent;}

.template-custom p {margin-bottom:15px;}

.specs_film td#specs {max-width: 260px;
border: 1px solid #eee;
vertical-align: middle;
text-align: center;
background-color:white;
font-size: 14px;
}

.specs_film {
float: left;
height: 100%;
zoom: 1;
margin-right: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-top:-20px;
font-family: 'Source Sans Pro';}

#specs_spoilers {color: white;}

.diduknow {float: left;
width: 310px;
margin: 10px;
padding: 9px;
margin-top: -350px;
position: relative;
background-color: #e7e6eb;
font-family: 'Source Sans Pro';}

.diduknow td{max-width: 310px;
border: 1px dashed #eee;
border-bottom:1px solid #AAAAAA;
vertical-align: middle;
text-align: center;
background-color:white;
font-size: 14px;
padding-left:5px;
padding-right:5px;}

h2#reviewfeat {text-shadow: none !important;
font-family: 'Source Sans Pro';
font-weight: 900 !important;
font-style: normal;
color: rgb(0, 0, 0);
width: 22em;
height: 58px;
margin-bottom: 5px;
font-size: 2.415em;}


h1#reviewtitle {font-family: 'Source Sans Pro';
color: black;
font-size: 16px;
margin-top: -20px;
margin-left: -42px;
height: 79px;
width: 90%;
padding: 18px 20px 16px 25px;
margin-bottom: 20px;
background-color: #e7e6eb;
line-height: 35px;
text-transform: none;
text-shadow: none;
font-style: italic;}

.pic_illustration {float: right;
margin-left: 30px;
margin-top: 50px;}

.wrapup{margin-top: 50px;
margin-bottom: 50px;
padding-bottom: 20px;
background-color: whitesmoke;
width: 106%;
margin-left: -70px;
padding: 30px;
border: 1px solid black;}

.wrapup h4 {
font-family: 'Dosis';
font-weight: 400;
font-style: normal;
font-size: inherit;
text-transform: uppercase;
color: black;
display: block;
font-size: 2.75em;
font-weight: 500;
}
.wrapup blockquote {
font-family: 'Source Sans Pro';
font-weight: 400;
font-style: normal;
font-size: inherit;
text-transform: uppercase;
font-style: italic;
color: #ff0052;
font-size: 2.375em;
line-height: 110%;
background: -webkit-gradient(linear,left top,left bottom,from(#4B3B4A),to(#DA6B6B));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

blockquote {
display: block;
border:none;
-webkit-margin-before: .5em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}

.trailer {float:right;margin-right:-75px}
.share_review {float: left;
font-family: 'Source Sans Pro';
margin-top: 10px;
font-size: 28px;
text-align:center;}

.post_box_title_review {width:1080px;margin-top:150px;height:300px;font-family: 'Gotham A', 'Gotham B';letter-spacing: 0.5px;line-height: 1.5em;margin-bottom:97px;color:white;}
h1#title_review {color:black;font-size: 4.125em;
margin-top: -61px;margin-bottom: 35px;line-height: 1;font-weight: 900;font-style: normal;text-align: center;font-family:'Source Sans Pro';}
p#subtitle_review {text-align:center;color:black;font-size: 2em;text-transform: uppercase;font-weight: bold;margin: 0;line-height: .8;font-family:'Source Sans Pro';}

.post_box_title_list {width:1080px;margin-top:150px;height:300px;font-family: 'Gotham A', 'Gotham B';letter-spacing: 0.5px;line-height: 1.5em;margin-bottom:97px;color:white;}
h1#title_list {color:black;font-size: 4.125em;
margin-top: -61px;margin-bottom: 35px;line-height: 1;font-weight: 900;font-style: normal;text-align: center;font-family:'Source Sans Pro';}
p#subtitle_list {text-align:center;color:black;font-size: 2em;text-transform: uppercase;font-weight: bold;margin: 0;line-height: .8;font-family:'Source Sans Pro';}


.bodyspecial_schrader{position:absolute; top: 0px; height: auto;width: 100%; display: block;margin: 0;background-color:#e7e7e2 !important;}

.bodyspecial_schrader p{padding-top: 8px;padding-bottom:10px;}

.pagination_schrader {padding: 10px;
margin-top: -23px;
text-align: center;
background-color: transparent;}
.pagination_schrader a {background:#E8E8E8; color:#000; margin-left: 2.6em;margin-right: 2.6em;padding: 0.5em 0.7em;font-size: 2.425em;font-weight: bold;}
a.partone:hover {color:#fff; background:rgb(218, 148, 59);}
a.parttwo:hover {color:#fff; background:#D9453A;}
a.partthree:hover {color:#fff; background:#A1C2ED;}

h2#schraderfeat {text-shadow: none !important;
padding: 35px 0px 45px 6px;
font-family: 'Pathway Gothic One';
font-weight: 900 !important;
font-style: normal;
color: rgb(221, 87, 97);
text-align:left;
font-size:5em;
margin-bottom: -1.5rem;}

h1#chaptitle_schrader {color: rgb(238, 238, 238);
font-family: 'Pathway Gothic One';
text-shadow: 3px 0 0 black;
font-size: 10em;
margin-top: -20px;
padding-top: 50px;
margin-left: -35px;
height: 100px;
line-height: 0.2;
width: 107%;
background-color: rgb(0, 0, 0);}

#container_intro_schrader{width: 1020px;
max-width: 1050px;
margin-right: auto;
margin-left: auto;
padding-top: 43px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

#container_schrader {width: 1050px;
max-width: 1140px;
background-color: #fff;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

.profils{
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;
}

.profils_bis{
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
height: 340px;
}

div#namefilm {position: relative;
background-color: white;
right: 10px;
width: 45%;
margin-top: -40px;
font-weight: bold;
font-size: 25px;
padding: 5px 5px;}

.title_profils {background-color: black;
color: white;
font-size: 2.525em;
padding: 10px 10px;
margin-bottom: 12px;
margin-left: -30px;
text-transform: uppercase;}

img#sympathy_underdogs {width:100%;margin: -30px 0 -8px;margin-bottom: -35px;}
img#theaterlife {width:100%;margin: -30px 0 -15px;}
img#nihonkyo{width:290px;margin-left:15px;}

.chorus-snippet.image_overlay .overlay {
position: absolute;
z-index: 2;
right: 1.25em;
top: 1.25em;
width: 40%;
padding: 1.25em;
background-color: white;
background-color: rgba(255,255,255,0.9);
}

img#takakura_marche{float:left; margin-top: 20px;margin-left: -70px;padding: 15px 20px 10px 10px;}
img#fleur_pale{float:center; padding: 15px 20px 10px 10px;}
img#pic_takakura {float:left; margin-left: -70px;padding: 5px 20px;height: 350px;}
img#pic_tsuruta {float:right; margin-right: -70px; padding: 5px 20px;}
img#pic_jfuji {float:left; margin-left: -70px;padding: 25px 20px;height: 350px;}
img#pic_kinejun {float:right; margin-right: -88px; padding: 5px 20px;height:400px;}
.chorus-snippet.single_column_big_photo {
zoom: 1;
}
.chorus-snippet.single_column_big_photo.right_photo .float {
float: left;
}
.chorus-snippet.single_column_big_photo .float .scaling_image img {
width: 100%;
}

.chorus-snippet.single_column_big_photo.right_photo .big_photo {
float: right;
}
.scaling_image img {
width: 100%;
}

.content-wrap {
max-width: 45em;
}

.content-gosha-itw {
max-width: 75em;
}

.contentquote_schrader {
max-width: 65em;
}

.content-quote2 {
max-width:55em;
}

.float-right {
float: right;
padding: 0 0 0 20px;
}

.quotec_schrader{
text-align: center;
margin: 20px 0 20px 20px;
font-size: 30px;
line-height: 38px;
letter-spacing: -1px;
width: 900px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #698B1B;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}
.quoter_schrader{
float:right;
margin:20px 0 20px 20px;
font-size: 38px;
line-height: 38px;
letter-spacing: -1px;
width: 500px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #698B1B;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

.quotel_schrader{
float:left;
font-size: 38px;
line-height: 38px;
letter-spacing: -1px;
width: 350px;
padding: 15px;
font-weight: bold;
text-transform: uppercase;
color: #698B1B;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

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

.cover {
position: absolute;
top: 55px;
left: 0;
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover  !important;
background-position: top center;
height: 46em;
width: 100%;
margin-top: -30px;
z-index: -1;
}

.post_box_social_schrader {text-align:left;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;}

.social_facebook, .social_twitter {font-weight: 700;
text-transform: uppercase;
width: 55px;
display: inline;position:relative;}
.social_twitter {padding-left: 90px;}

.post_box_title_schrader {width:1080px;margin-top:82px;height:300px;font-family: 'Gotham A', 'Gotham B';letter-spacing: 0.5px;line-height: 1.5em;margin-bottom:10px;color:white;}
h1#title_schrader {color:white;font-size: 4.125em;margin-left: -4px;
margin-bottom: 22px;text-shadow: 5px 2px 1px #000;line-height: 1;font-weight: 900;font-style: normal;text-align: center;font-family:'Artifika';}
p#subtitle_schrader {text-align:center;color:white;font-size: 2em;margin: 0;text-shadow: 0 2px 1px #000;line-height: .8;}

.post_box_chapter_schrader {margin-top:10px;padding:15px; background: none repeat scroll 0 0 #FFFFFF;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;}

.post_box_com_schrader {margin-top:12px;background: none repeat scroll 0 0 #FFFFFF;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding:20px;}

.post_box_intro_schrader {margin-top:5px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-right: 1px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding: 20px;}

.accroche_schrader {font-family: 'Gotham SSm A','Gotham SSm B';
font-weight: 400;
font-style: normal;
font-size: inherit;
background-color: #FFF;
color: #888;
font-size: 1.875em;
line-height: 1.25em;
padding: 0 1.25em .625em;text-align:center;}

p.schrader_intro::first-letter {
color: rgb(221, 87, 97) !important;
background: transparent !important;
-webkit-text-fill-color: rgb(221, 87, 97) !important;
-webkit-background-clip: none !important;
font-family: 'Gotham A', 'Gotham B';
font-weight: 900;
font-style: normal;
float: left;
font-size: 5em;
line-height: .875em;
padding: 2px .125em 0 0;
margin-left: -5px;
}

.post_box_yokoo_schrader {position:relative; width: 100%;
margin-top: -35px;
padding-top: 5px;
margin-bottom: -38px;
color: black;}

.pyokoo_title{background-color: rgb(170, 192, 190);text-align:center;font-size:4em;margin:0px;padding:20px;font-weight: bold;
font-family: 'Artifika';}
.pyokoo {background-color:rgb(170, 192, 190);padding: 10px 36% 10px 36%;text-align: justify;margin-top: 50px;}

.post_box_slideshow_schrader {position:relative; width: 100%;
margin-top: -30px;
padding-top: 5px;
background-color: rgb(170, 192, 190);
margin-bottom: -38px;
color: black;}

h1#titleslider {margin: -77px 0 0 0;
color:black;
font-weight:bold;
font-size: 48px;
line-height: 42px;
margin-top: 20px;
margin-left: 29px;
margin-bottom:20px;
text-align: center;
font-family: 'Artifika';}

.pslider {color:black;
font-family: Georgia;
font-size: 16px;
letter-spacing: 0.5px;
line-height: 1.5em;
margin-bottom: 20px;
margin-left: 120px;
margin-right: 120px;
text-align: justify;}

.rs-slideshow {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	height: 383px;
	margin: 24px auto;
	overflow: hidden;
	position: relative;
	width: 900px;
}

.rs-slideshow .slide-container {
	position: absolute;
	height: 100%;
	left: 0;
	overflow: hidden;
	bottom: 0;
	width: 900px;
}



.rs-slideshow .slide-container .slide-caption {
	background-color: whitesmoke;
	bottom: 0;
	color: black;
	display: block;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	text-align: center;
	right: 0;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}

.rs-slideshow .slides {
	display: none;
}

.rs-slideshow .slide-container img,
.rs-slideshow .slide-container .slide-caption,
.rs-slideshow .slide-container a {
	filter: inherit;
}


/**
*	These styles make the list of links to slide images visible to users
*	who don't have JavaScript enabled. By adding the 'no-js' class to 
*	the HTML element, and using Modernizr to remove this class for JS
*	users, we can style for both scenarios.
*	http://www.modernizr.com/
*/

.no-js .rs-slideshow {
	height: auto;
}
.no-js .rs-slideshow .slide-container, 
.no-js .rs-slideshow .slide-container img {
	position: relative;
}
.no-js .rs-slideshow .slides {
	display: block;
	margin: 24px 48px;
}
.no-js .rs-slideshow .slides li {
	margin: 0;
}



/**
*	The following styles are used in the demos with slideshow controls, 
*	such as play/pause and prev/next buttons.
*/

.rs-controls {
	clear: both;
	margin: 12px auto;
	width: 700px;
float: center;
}
.rs-play-pause, .rs-prev, .rs-next {
	float: left;
	margin-right: 12px;
}
.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
	width: auto;
}
.rs-index-list li {
	float: left;
	margin-right: 6px;
}
.rs-controls a {
	background-color: rgb(220,220,220);
	border: 1px solid #ddd;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	padding: 3px 5px;
	text-decoration: none;
}
.rs-controls a:hover {
	background-color: rgb(200,200,200);
	color: #444;
}
.rs-controls a.rs-active {
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}


#callback-messages,
#slide-class-message {
	margin: 48px auto;
	width: 700px;
}
.slide-container.some-custom-class .slide-caption {
	background-color: #890;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	bottom: 0;
	width: 28%;
}

/*	Clearfix	*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/* Hideo Gosha Feature */

.bodyspecial{position: absolute; top: 0px; height: auto;width: 100%; display: block;margin: 0;background:url('http://asiafilm.fr/wp-content/thesis/skins/classic/images/gosha.jpg');background-attachment: fixed;}

.content-wrap {
max-width: 45em;
}

.content-gosha-itw {
max-width: 75em;
}

.content-quote {
max-width: 65em;
}

.content-quote2 {
max-width:55em;
}

.float-right {
float: right;
padding: 0 0 20px 20px;
}

.quote-center{
text-align: center;
margin: 20px 0 20px 20px;
font-size: 38px;
line-height: 38px;
letter-spacing: -1px;
width: 900px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #74808F;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}
.quote-right{
float:right;
margin:20px 0 20px 20px;
font-size: 38px;
line-height: 38px;
letter-spacing: -1px;
width: 450px;
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color: #74808F;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

.quote-left{
float:left;
font-size: 38px;
line-height: 38px;
letter-spacing: -1px;
width: 350px;
padding: 15px;
font-weight: bold;
text-transform: uppercase;
color: #74808F;
font-family: ff-din-web-condensed,helvetica,sans-serif;
font-style: italic;
display: block;
}

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

#goshacontainer {max-width: 1050px;
margin-right: auto;
margin-left: auto;
margin-top:auto;
padding-top: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

#goshacontainer p {margin-top:10px;}

.post_box_image {margin-top:5px;border: 3px solid white;border-shadow:5px 0 grey; font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom:5px; }

div.legende {background:white; padding:20px;margin-top:-15px;}

.post_box_social {text-align:left;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;}

.social_facebook, .social_twitter {margin: -10px 6px 10px 0;
font-weight: 700;
text-transform: uppercase;
width: 55px;
display: inline-block;position:relative;}
.social_twitter {padding-left: 90px;}

.post_box_title {width:1080px;margin-top:150px;height:400px;font-family: 'Gotham A', 'Gotham B';letter-spacing: 0.5px;line-height: 1.5em;margin-bottom:10px;color:white;}
h1#title {color:white;font-size: 5.125em;margin: 0;text-shadow: 5px 2px 1px #000;line-height: .8;font-weight: 900;font-style: normal;margin-bottom:100px;}
p#subtitle {text-align:center;color:white;font-size: 3rem;margin: 0;text-shadow: 0 2px 1px #000;line-height: .8;}

.post_box_intro {margin-top:5px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-right: 1px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding: 20px;}

.accroche {font-family: 'Gotham SSm A','Gotham SSm B';
font-weight: 400;
font-style: normal;
font-size: inherit;
background-color: #FFF;
color: #888;
font-size: 1.875em;
line-height: 1.25em;
padding: 0 1.25em .625em;text-align:center;}

p.intro::first-letter {
color: #8f758d !important;
background: transparent !important;
-webkit-text-fill-color: #8f758d !important;
-webkit-background-clip: none !important;
font-family: 'Gotham A', 'Gotham B';
font-weight: 900;
font-style: normal;
float: left;
font-size: 5em;
line-height: .875em;
padding: 2px .125em 0 0;
margin-left: -5px;
}

.post_box_1stchap {margin-top:100px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-left:2px solid #CDCDCD;border-right: 2px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding:20px;}

h2#goshafeat {text-shadow: none !important;
font-family: 'Roboto Slab';
font-weight: 900 !important;
font-style: normal;
color: #8f758d;
margin-top:90px;
text-align:left;
font-size:3em;
text-transform:uppercase;
margin-bottom:30px;}
h1#chaptitle {margin: -77px 0 0 0;color:white;text-shadow:3px 0 0 black;font-size: 7em;text-transform:uppercase; margin-bottom:70px;line-height: 0.4;}

.post_box_2ndchap {margin-top:100px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-right: 1px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding: 20px;}

.post_box_3rdchap {margin-top:100px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-right: 1px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding: 20px;}

.post_box_gcomments {margin-top:100px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-left:2px solid #CDCDCD;border-right: 2px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding:20px;}

h1#chaptitle {margin: -77px 0 0 0;color:white;text-shadow:3px 0 0 black;font-size: 7em;margin-bottom:50px;}

.post_box_dvd {margin-top:100px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-right: 1px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding: 20px;}

.post_box_goshamore {margin-top:100px;margin-bottom:70px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-right: 1px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding: 20px;}

.post_box_goshanotes {margin-top:100px;background: none repeat scroll 0 0 #FFFFFF;border-bottom: 1px solid #CDCDCD;border-left:2px solid #CDCDCD;border-right: 2px solid #CDCDCD;font-family: Georgia;font-size: 16px;letter-spacing: 0.5px;line-height: 1.5em;margin-bottom: 20px;padding:20px;}