/*---------------------------------------------------------------------------------

	Theme Name: Wilson
	Version: 1.21
	Description: Wilson is a clean, simple and responsive theme for personal sites and blogs. Features responsive design, retina-ready assets, custom accent color support, custom logo support, custom widgets (video, Flickr and Dribbble), page templates, editor styles and translation-ready code. Included translations: Swedish/svenska, German/deutsch.
	Tags: black, dark, white, red, two-columns, fluid-layout, responsive-layout, custom-menu, custom-colors, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	Theme URI: http://www.andersnoren.se/teman/wilson-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html


-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.	Structure
	3.	Header
	4.	Navigation
	5.	Widgets
	6.	Main Content
	7.	Post formats
	8.	Single post
	9.	Post Content
	10.	Comments
	11.	Pagination
	12.	Page & Page Templates
	13.	Footer
	14.	Credits
	15.	Tistory (Version: 1.3.2)
	16.	Responsive

----------------------------------------------------------------------------------- */

/* 한글 웹폰트 */
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}

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

ol, ul { list-style:none; }

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

a { outline:none; }

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

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


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	color: #444;
	background: #FFF;
	font-family: 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
}

body a {
	color: #FF706C;
	text-decoration: none;
}

body a:hover {
	color: #FF706C;
	text-decoration: none;
}

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

img {
	max-width: 100%;
	height: auto;
}

.hidden { display: none !important; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

::selection {
	background: #333;
	color: #FFF;
}

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }


/* Transitions --------------------------------------- */


body a,
.post-tags a::after {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media img,
.featured-media a img,
.imageblock img,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
.archive-nav a,
#s,
.searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
.article-related-item a img,
.mobile-menu a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-toggle,
.nav-toggle p,
.nav-toggle .bar,
.tothetop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.wrapper {
	position: relative;
	width: 1160px;
	max-width: 86%;
	margin: 0 auto;
	background: url('images/1px-white.png') right repeat-y;
	background-size: 68% auto;
}

.sidebar {
	width: 32%;
	float: left;
	margin: 7.5% 0;
}

.content {
	position: relative;
	width: 68%;
	float: right;
	background: #FFF;
	z-index: 2;
}


/* -------------------------------------------------------------------------------- */
/*	3. Sidebar
/* -------------------------------------------------------------------------------- */


.blog-header,
.blog-menu,
.sidebar .widgets {
	padding-left: 15%;
	padding-right: 15%;
}

.blog-header { text-align: center; }


/* Blog logo --------------------------------------- */


.blog-logo { display: inline-block; }

.blog-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
}


/* Blog title --------------------------------------- */


.blog-title a {
	display: block;
	margin-bottom: 10px;
	font-size: 1.75em;
	line-height: 120%;
	font-weight: bold;
	color: #F59F0E;
	text-transform: uppercase;
}

.blog-title a:hover { color: #FF706C; }

.blog-description {
	color: rgba(255,255,205);
	font-weight: normal;
	line-height: 120%;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.nav-toggle,
.mobile-menu { display: none; }

.blog-menu {
	padding-top: 15%;
	padding-bottom: 15%;
	margin-top: 15%;
	margin-bottom: 15%;
	background: #F59F0E;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.blog-menu a {
	position: relative;
	display: block;
	padding: 8px 0;
	color: #FFF;
}

.blog-menu a:hover { padding-left: 10px; color: #FF706C; }

.blog-menu .current-menu-item > a { color: #FF706C; }
.blog-menu .current-menu-item a:hover { padding-left: 0; }

.blog-menu > ul > li > a {
	display: none;
}
.blog-menu > ul > li > ul > li > ul > li {
	margin-left: 25px;
}
.blog-menu .children {
	margin-left: 25px;
}
.blog-menu hr {
	height: 1px;
	background: #EEE;
	margin: 1em auto;
	border: 0;
}


/* -------------------------------------------------------------------------------- */
/*	5. Widgets
/* -------------------------------------------------------------------------------- */


.widget {
	color: #FFF;
	padding-bottom: 40px;
	border-bottom: 4px solid rgba(255,255,255,0.1);
	margin-bottom: 40px;
	font-size: 0.9em;
}

.widget:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.widget-title {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #FFF;
}

/* widget content */

.widget-content {
	color: rgba(255,255,255,0.7);
	line-height: 150%;
}

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

.widget-content a:hover { text-decoration: underline }

.widget-content .textwidget { position: relative; }

.widget-content p {
	line-height: 160%;
	margin-bottom: 1em;
}

.widget-content li ul { padding-left: 8px; }

.widget-content ul li {
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	line-height: 140%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.widget-content ul li:first-child { border-top: 0; }


/* Widget search --------------------------------------- */


.widget_search .searchform #s {
	padding: 16px 45px 16px 16px;
	background: #F59F0E;
	font-family: 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif;
	font-size: 1rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #FFFFFF;
}

.widget_search .searchform #s:focus { color: #FFFFFF; }
.widget_search .searchform .searchsubmit { right: 21px; }
.widget_search .searchform .searchsubmit,
.widget_search .searchform .searchsubmit:before { background: #FFF; }
.widget_search .searchform .searchsubmit:after { background: #FFF; }


/* Widget tag cloud --------------------------------------- */


.widget_tag_cloud .tagcloud a {
	font-size: 13px !important;
	text-transform: lowercase;
}

.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	background: rgba(0,0,0,0.2);
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tagcloud a:hover {
	background: #FF706C;
	text-decoration: none;
	color: #FFF;
}


/* Widget calendar --------------------------------------- */


.tt-calendar {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.tt-calendar a { color: #FF706C; }

.tt-calendar,
.tt-calendar caption,
.tt-calendar tr,
.tt-calendar td,
.tt-calendar th {
	text-align: center;
}

.tt-calendar caption,
.tt-calendar th,
.tt-calendar td {
	padding: 4% 2%;
}

.tt-calendar caption { text-transform: capitalize; }

.tt-calendar thead {
	border-top: 1px solid #48515C;
	border-bottom: 1px solid #48515C;
}

.tt-calendar thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

.tt-calendar tfoot { border-top: 1px solid #48515C; }
.tt-calendar tfoot td { padding: 0; }
.tt-calendar tfoot #prev { text-align: left; }
.tt-calendar tfoot #next { text-align: right; }

.tt-calendar tfoot a {
	display: block;
	color: rgba(255,255,255,0.5);
	padding: 0.6em 0;
}

.tt-calendar tfoot a:hover {
	text-decoration: none;
	color: #FF6558;
}


/* Widget Adsense --------------------------------------- */

.widget_adsense {
	margin: 0;
}


/* Widget Social --------------------------------------- */
.widget_social .fb-page {
	display: block;
	margin-bottom: 10px;
}
.widget_social .tw-follow {
	height: 30px;
}


/* -------------------------------------------------------------------------------- */
/*	6. Main content
/* -------------------------------------------------------------------------------- */

.post.badge {
	width: 25.3%;
	float: left;
	vertical-align: top;
	padding-top: 8%;
}
.page-title ~ .post.badge:nth-child(3n+2) {
	margin-left: 8%;
	clear: both;
}
.page-title ~ .post.badge:nth-child(3n) {
	margin-left: 4%;
	margin-right: 4%;
	clear: none;
}
.page-title ~ .post.badge:nth-child(3n+1) {
	margin-right: 8%;
	clear: none;
}
#tt-body-index .post.badge:nth-child(3n+1) {
	margin-right: 0;
	margin-left: 8%;
	clear: both;
}
#tt-body-index .post.badge:nth-child(3n+2) {
	margin-left: 4%;
	margin-right: 4%;
	clear: none;
}
#tt-body-index .post.badge:nth-child(3n) {
	margin-right: 8%;
	margin-left: 0;
	clear: none;
}
#tt-body-index .posts + .clear,
#tt-body-category .posts + .clear,
#tt-body-search .posts + .clear,
#tt-body-tag .posts + .clear,
#tt-body-archive .posts + .clear {
	padding-top: 8%;
}
.post.list {
	vertical-align: top;
	padding-top: 8%;
	margin: 0 8%;
	overflow: hidden;
}
.post hr {
	display: none;
	width: 50%;
	height: 4px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}
.post:first-child { border-top: none; }

.post-inner { padding: 8%; }
.featured-media + .post-inner { padding-top: 6%; }
.post-outer { margin: 0 -9.6% 2em; }


/* Featured media --------------------------------------- */

.featured-media {
	position: relative;
  margin: 0 8%;
	padding-top: 8%;
}

.post .featured-media + .featured-media {
	display: none;
}

.post.badge .featured-media {
  margin: 0 0 8%;
	padding: 0;
}

.post.list .featured-media {
	margin: 0 4% 0 0;
	padding: 0;
	width: 25%;
	height: 100px;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page-template-reference .featured-media {
	position: relative;
  margin: 0 0 2em;
  padding: 0;
}

#tt-body-guestbook .featured-media {
	margin-bottom: 8%;
}

.featured-media img {
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.post.list .featured-media img {
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	position: absolute;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
}

.featured-media iframe {
	display: block;
	border: none;
	max-width: 100%;
	height: auto !important;
}

.featured-media img:hover,
.featured-media a:hover img {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.featured-media .sticky-post {
	position: absolute;
	top: 5%;
	right: 0;
	padding: 8px 10px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 4px 0 0 4px;
	background: #FF706C;
	color: #FFF;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
}

.media-caption-container {
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	bottom: 1.5em;
	text-align: center;
	font-size: 0.85em;
}

#tt-body-page .media-caption-container {
	display: none;
}

.media-caption {
	display: inline-block;
	padding: 7px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #262626;
	background: rgba(38,38,38,0.75);
	color: #FFF;
	text-align: center;
	line-height: 130%;
}

.featured-media a:hover .media-caption {
	background: #262626;
	color: #FFF;
}

/* Post header --------------------------------------- */

.post-header { margin-bottom: 6%; }

.post.list .post-header {
	margin-bottom: 0;
	height: auto;
}

.post-meta {
	font-size: 0.8rem;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

.post-meta.light {
	text-align: center;
	margin-bottom: 20px;
}

.post-meta a { color: #999; }
.post-meta a:hover { color: #FF706C; }

.post-meta .date-sep { margin: 0 5px; color: #DDD; }

.post-title {
	font-size: 2em;
	line-height: 120%;
	margin-bottom: 15px;
	font-weight: bold;
	color: #272F38;

	-ms-word-break: break-all;
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.post .featured-media + .post-header .post-title {
	font-size: 1em;
}

.post-title a { color: #272F38; }


/* -------------------------------------------------------------------------------- */
/*	7. Post formats
/* -------------------------------------------------------------------------------- */


.post.format-aside,
.post.format-aside + .post,
.post.format-quote,
.post.format-quote + .post {
	border-top: none;
}

/* Format aside --------------------------------------- */

.blog .format-aside,
.archive .format-aside,
.search .format-aside { background: #EEE; }

/* Format quote --------------------------------------- */

.blog .format-quote,
.archive .format-quote,
.search .format-quote { background: #272F38; }

.blog .format-quote .post-meta.light,
.archive .format-quote .post-meta.light,
.search .format-quote .post-meta.light {
	text-align: center;
	margin-bottom: 25px;
}

.blog .format-quote .post-meta.light a,
.archive .format-quote .post-meta.light a,
.search .format-quote .post-meta.light a { color: rgba(255,255,255,0.4); }
.blog .format-quote .post-meta.light a:hover,
.archive .format-quote .post-meta.light a:hover,
.search .format-quote .post-meta.light a:hover { color: #FFF; }

.blog .format-quote .date-sep,
.archive .format-quote .date-sep,
.search .format-quote .date-sep { color: rgba(255,255,255,0.2); }

.blog .format-quote blockquote,
.archive .format-quote blockquote,
.search .format-quote blockquote {
	padding: 0;
	text-align: center;
	color: #FFF;
	background: none;
	font-size: 1.3em;
}

.blog .format-quote blockquote p,
.archive .format-quote blockquote p,
.search .format-quote blockquote p { text-align: center; }

.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite {
	font-weight: normal;
	font-size: 0.9rem;
	text-align: center;
	letter-spacing: 2px;
}

.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite,
.blog .format-quote blockquote cite a,
.archive .format-quote blockquote cite a,
.search .format-quote blockquote cite a {
	color: #FFF;
}

.blog .format-quote blockquote cite a:hover,
.archive .format-quote blockquote cite a:hover,
.search .format-quote blockquote cite a:hover {
	color: #FF706C;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Single post
/* -------------------------------------------------------------------------------- */


.post-cat-tags {
	margin-bottom: 4%;
	position: relative;
	font-size: 0.8em;
	color: #999;
}

.post-cat-tags a { font-weight: bold; color: #FF706C; text-transform: lowercase; }
.post-cat-tags a:hover { text-decoration: underline; }

.post-cat-tags p {
	display: inline-block;
	line-height: 130%;
}

.post-categories { margin-bottom: 10px; font-weight: bold; }

.post-tags { margin-top: 10px; }

.post-tags a:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f292";
}

/* post-nav */

.archive-nav.post-nav { background: #272F38; }

.archive-nav.post-nav a { background: #1B2027; margin-top: 10px; }


/* -------------------------------------------------------------------------------- */
/*	9. Post content
/* -------------------------------------------------------------------------------- */

.post-sidebar { float: right; width: 320px; height: 270px; background: #fff; margin-left: 15px; margin-bottom: 10px; position: relative; z-index: 1000; }


.post-content { font-size: 1em; -ms-word-break: break-all; word-break: break-all; }

.post-content a { font-weight: bold; }
.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content q,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre,
.post-content .moreless_content {
	line-height: 180%;
	margin-bottom: 2em;
}

.post.badge .post-content p {
	display: block;
	display: -webkit-box;
	height: 65px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8rem;
	color: #999;
	letter-spacing: 1px;
}

.post.list .post-content {
	display: block;
	display: -webkit-box;
	height: 65px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8rem;
	color: #999;
	letter-spacing: 1px;
}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 25px;
	color: #444;
	line-height: 120%;
}

.post-content h1 { font-size: 2em; font-weight: bold; }

.post-content h2 { font-size: 1.75em; font-weight: bold; }

.post-content h3 { font-size: 1.5em; font-weight: bold; }

.post-content h4 { font-size: 1.25em; }

.post-content h5 { font-size: 1.1em; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 25px;
}

.post-content blockquote {
	padding: 1em;
	font-size: 1em;
	line-height: 150%;
	color: #666;
	background: #EEE;
}

.post-content footer, .post-content cite {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140%;
	color: #666;
	font-size: 0.9rem;
}

.post-content footer:before, .post-content cite:before { content: "— "; }

.post-content blockquote footer, .post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote footer em, .post-content blockquote cite em { font-style: italic; font-weight: bold; }

em {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-family: Consolas, 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content small { font-size: 0.9em; }

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 4px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	line-height: 170%;
}

.post-content ul ul li,
.post-content ul ol li,
.post-content ol ul li,
.post-content ol ol li {
	margin-top: 0.5em;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content a.more-link {
	display: inline-block;
	background: #272F38;
	padding: 15px 18px 18px;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post-content a.more-link:hover {
	background: #FF706C;
	color: #FFF;
	text-decoration: none;
}


/* Post media --------------------------------------- */


.wp-caption a,
.wp-caption img { display: block; }

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 40%;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1.2em;
}

.post-content .alignright {
	float: right;
	margin-left: 1.2em;
}

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

.post-content .alignnone { display: inline-block; }

.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content .cap1 {
	font-size: 0.75em;
	font-style: italic;
	padding-top: 0.5em;
	color: #888;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px 15px;
}

.post-content .gallery { margin-bottom: 1em !important; }

.post-content .gallery img { border: none !important; max-width: 100% !important; height: auto !important; }

.post-content .gallery a { display: block; padding: 10px; }

.post-content .gallery .gallery-item { margin: 0 !important; }


/* Tables --------------------------------------- */


.post-content table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
	margin: 0;
	overflow: visible;
	line-height: 120%;
}

.post-content caption {
	color: #444;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #444;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.9rem;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #FF706C;
	color: #fff;
}

.post-content label {
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content input { font-family: 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif; }

.post-content input[type="file"] {
	padding: 12px;
	background: #FDFDFD;
	border: 1px solid #eee;
	border-radius: 3px;
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-family: 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 1px solid #eee;
	background: #FDFDFD;
	border-radius: 4px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea {
	height: 180px;
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="button"] + input[type="submit"] {
	margin-left: 8px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #FF706C;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	10. Comments
/* -------------------------------------------------------------------------------- */


.commentlist {
	border-top: 1px solid #EEE;
	padding-top: 25px;
}

.comments-actions {
	padding: 8%;
}

.comments-actions .gotoform {
	float: right;
}

.comments-actions .gotoform a {
	color: #BBB;
}

.comments, .comment-respond {
	padding: 0 8% 8%;
}

.post + .comments { border-top: 2px solid #EEE; }

.comments-title {
	font-size: 1.5em;
	font-weight: normal;
	color: #272F38;
	float: left;
}

.comments-title a { color: #272F38; }

li.comment,
li > div.comment {
	margin-bottom: 25px;
	position: relative;
}

li > div.comment {
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE;
}

.commentlist > li:first-child > div.comment:first-child { border-top: 0; }

.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }

.comment .children li:last-child { margin-bottom: 0; }

.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
	margin-bottom: 0;
}


/* Comment meta --------------------------------------- */


.comment-meta { margin-bottom: 1em; }

.comment-meta-content:before {
	content: "";
	position: absolute;
	z-index: 1;
	background-color: #ffffff;
	background-image: url(images/guest-rp.png);
	background-size: contain;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 64px;
	width: 64px;
	left: 0;
}

.children .comment-meta-content:before {
	content: "";
	position: absolute;
	z-index: 1;
	background-color: #ffffff;
	background-image: url(images/guest-rp.png);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 64px;
	width: 64px;
	left: 10%;
}

.comment-meta-content {
	margin-left: 80px;
	padding-top: 7px;
}

.comment-meta-content img {
	background-color: #eee;
	display: block;
	height: 64px;
	width: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.children .comment-meta-content img {
	background-color: #eee;
	display: block;
	height: 64px;
	width: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 10%;
}

.comment-author {
	font-size: 1.075em;
	color: #444;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}

.comment-meta-content a { color: #444; }
.comment-meta-content a:hover { color: #FF706C; }

.comment-meta-content p {
	font-size: 0.8em;
	text-transform: uppercase;
}

.comment-meta-content p a { color: #BBB; }
.comment-meta-content p a:hover { color: #FF706C; }

.comment-actions {
	font-size: 0.7rem;
	text-transform: uppercase;
	float: right;
}

.comment-actions a { margin-left: 8px; color: #BBB; }
.comment-actions a:first-child { margin-left: 0; }


/* Comment nav below --------------------------------------- */


.comment-nav-below {
	padding-top: 5%;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 0.9rem;
}

.comment-nav-below a { color: #666; }


/* Comment content --------------------------------------- */


.comment-content {
	margin-left: 80px;
	font-size: 0.9em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: none;
}

.comment-content p {
	line-height: 200%;
	margin-bottom: 1em;
	word-break: break-all;
}


/* Respond --------------------------------------- */


#respond a:hover { text-decoration: underline; }

#respond .content-section-right {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #EEE;
	z-index: 12;
}

.nocomments {
	padding: 8%;
	color: #666;
	text-align: center;
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#respond p,
#respond code {
	line-height: 150%;
}

.comment-form p { margin-bottom: 20px; }

.comment-form p:last-child { margin-bottom: 0; }

p.comment-notes,
p.logged-in-as {
	margin-bottom: 2em;
	color: #666;
}

#respond .comment-form label,
.comment-form .required { display: none; }

.comment-form input[type="text"],
.comment-form input[type="password"],
.comment-form textarea {
	border: none;
	background: #FAFAFA;
	border-radius: 3px;
	padding: 16px;
	margin: 0;
	width: 100%;
	border: 1px solid #EEE;
	-webkit-appearance: none;
	font-size: 1em;
	color: #444;
	font-family: 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif;
}

.comment-form textarea { line-height: 160%; height: 150px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="password"]:focus,
.comment-form textarea:focus {
	outline: none;
	background-color: #EEE;
	color: #444;
}

.comment-form input {
	margin-bottom: 1em;
}

.comment-form input[type="submit"] {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 16px;
	margin-bottom: 0;
	border: none;
	background: #272F38;
	color: #FFF;
	font-family: 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif;
	font-size: 0.925rem;
	line-height: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.comment-form input[type="submit"]:hover {
	cursor: pointer;
	background: #FF706C;
	color: #FFF;
	text-decoration: none;
}

.comment-form input[type="submit"]:active {
	top: 1px;
	position: relative;
}

.comment-form-author { float:left; width:48%; }
.comment-form-password { float:right; width:48%; }
.comment-form-secret { font-size: 0.85em; }
.comment-form-secret .secret-label { display: block !important; }
.comment-form-secret .secret-checkbox:checked ~ .secret-label span:before {
	display: block !important;
	content: "비밀글로 설정되었습니다.";
	font-weight: bold;
	opacity: 1;
}
.comment-form-secret .secret-checkbox:not(checked) ~ .secret-label span:before {
	display: block !important;
	content: "비밀글로 설정합니다.";
	font-weight: bold;
	opacity: 0.5;
	margin-left: 20px;
	width: 180px;
}
.comment-form-secret {
  position: relative;
  margin: 20px auto;
}
.comment-form-secret .secret-checkbox:not(checked) ~ .secret-label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f096";
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	color: #EEEEEE;
}
.comment-form-secret .secret-checkbox:checked ~ .secret-label:before {
	content: "\f046";
	color: #46433A;
}
.comment-form-secret input[type=checkbox] {
	display: none;
}

p.form-allowed-tags {
	margin-top: 1.5em;
	line-height: 160%
}


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */


.page-title {
	position: relative;
	padding: 4% 8%;
	background: #EEE;
}

.page-title h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: normal;
	color: #999;
}

.page-title .name:before {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background: #CCC;
	margin: 0 auto 15px auto;
}

.page-title .name {
	display: block;
	text-align: center;
	font-size: 1.25em;
	margin-top: 15px;
	color: #666;
	font-weight: bold;
}

.page-title p {
	display: block;
	margin-top: 25px;
	color: #888;
	text-align: center;
	font-style: italic;
	text-transform: none;
}

.page-title p:before {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	background: #CCC;
	margin: 0 auto 20px;
}


/* Archive nav --------------------------------------- */


.archive-nav {
	padding: 7% 8%;
	background: #EEE;
	font-size: 0.9em;
}

.archive-nav a {
	margin: 0;
	padding: 18px 20px;
	background: #353E49;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
}

.archive-nav a:hover { background: #FF706C; color: #FFF; }

.archive-nav .post-nav-older { margin-right: 10px; }
.archive-nav .post-nav-newer { float: right; text-align: right; margin-left: 10px; }


/* -------------------------------------------------------------------------------- */
/*	12. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Search --------------------------------------- */


.searchform {
	position: relative;
	margin: 0;
}

.searchform #s {
	width: 99%;
	padding: 4.5% 12% 4.5% 4.5%;
	margin: 0;
	background: #DDD;
	font-family: 'Century Gothic', SimHei, 'Jeju Gothic', 'Malgun Gothic', sans-serif;
	font-size: 1.1rem;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #555;
}

.searchform #s:focus {
	outline: none;
	color: #555;
}

.searchform .searchsubmit {
	position: absolute;
	overflow: visible;
	right: 6%;
	top: 50%;
	margin-top: -12px;
	width: 19px;
	height: 19px;
	z-index: 2;
	border: none;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	background: #272F38;
	text-indent: -99999px;
}

.searchform .searchsubmit::before,
.searchform .searchsubmit::after {
	content: "";
	display: block;
	position: absolute;
}

.searchform .searchsubmit::before {
	height: 5px;
	width: 12px;
	top: 16px;
	right: -6px;
	z-index: 1;
	background: #272F38;
	-webkit-border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	border-radius: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.searchform .searchsubmit::after {
	width: 13px;
	height: 13px;
	background: #DDD;
	top: 3px;
	left: 3px;
	z-index: 3;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}

.searchform .searchsubmit:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}


/* Archives template --------------------------------------- */

.page-template-archives .post-content { display: none; }

.page-template-archives .post-content ul {
	margin-left: 0;
	list-style: none;
}

.page-template-archives .post-content ul li { margin-bottom: 0; line-height: 130%; }

.page-template-archives .post-content ul li a {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 8px 0;
}

.page-template-archives .post-content ul li:last-child a { border-bottom: none; }

.page-template-archives .post-content ul.children li:first-child a { border-bottom: 1px solid #EEE; }

.page-template-archives .post-content ul li a span { color: #999; }

.page-template-archives .post-content ul li a:hover {
	text-decoration: none;
	color: #666;
}

.page-template-archives .post-content ul li a:hover {
	background-color: #F9F9F9;
	padding-left: 12px;
}

/* Reference template --------------------------------------- */

.page-template-reference .post-content ul li a {
	color: #666;
}

/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.footer {
	padding: 8%;
	background: #272F38;
}

.footer .column {
	width: 46%;
	margin-left: 8%;
}

.footer .column:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits {
	background: #FFF;
	color: #777;
	padding: 5% 8%;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits a { color: #777; }

.credits-left { float: left; }
.credits-right { float: right; }

.tothetop:hover { cursor: pointer; }

img#wpstats { display: none; }


/* -------------------------------------------------------------------------------- */
/*	15. Tistory
/* -------------------------------------------------------------------------------- */

/* No Display Objects --------------------------------------- */

#tistorytoolbarid, .tistoryProfileLayerTrigger, img[src*="/extension/"] { display: none !important; }

/* Navigation --------------------------------------- */

a.no-more-prev, a.no-more-next { display: none; }

/* Imageblock --------------------------------------- */

.imageblock {
	height: auto;
	overflow: hidden;
}

.imageblock img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.imageblock img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Caption & Embed Objects --------------------------------------- */

span.cap1, span.header-caption, .embed-responsive + p > small {
  width: 100% !important;
}
.daum_like_wrapper { margin-top: 8%; }

/* Google Adsense --------------------------------------- */

.ad-top {  margin: 0 8% 0; padding-top: 8%; }
.ad-mid { width: 300px; height: 250px; margin: 0 0 0 auto; }
.ad-btm { max-width: 730px; margin: 0 auto; }
.ad-slot-sidebar { display: inline-block; }
@media (max-width: 788px) {
	.ad-slot-sidebar { display: none; }
	.ad-top { display: none; }
	.post-sidebar { display: none; }
	.ad-btm { margin: 8% 0 0; }
}

/* Category List --------------------------------------- */

.page-template-free ul { margin-left: 0; list-style: none; }
.page-template-free ul li { width: 48%; float: left; position: relative; }
.page-template-free ul li:nth-child(2n) { margin-left: 2%; }
.page-template-free ul li img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page-template-free ul li:hover img {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.page-template-free ul li span { display: none; }

/* Article Related --------------------------------------- */

.article-related-wrap.badge {
	text-align: center;
}
.article-related li {
	width: 23.8%;
	display: block;
	float: left;
	margin: 0 0 0 1.6%;
	position: relative;
}
.article-related li:first-child {
	margin-left: 0;
}
.article-related-item a img + img {
	display: none;
}
.article-related-item a img {
	display: block;
	padding: 5px;
	background: rgba(255,255,255,0.1);
}
.article-related-item a:hover img {
	background: #FF706C;
}
.article-related-item h4 {
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	padding: 10px;
	line-height: 130%;
}

/* Common License --------------------------------------- */

.entry-ccl { text-align: right !important; }

/* Social Share --------------------------------------- */

.article-share {
	margin: 8% 0 0;
}
.article-share .share-list {
	text-align: center;
	color: #fff;
}
.article-share .share-container {
	display: inline-block;
}
.article-share .link-kt {
	display: none;
}
.article-share .fa {
	cursor: pointer;
}
.article-share .link-fb .fa-stack {
	background: #3B5998;
}
.article-share .link-tw .fa-stack {
	background: #50ABF1;
}
.article-share .link-ks .fa-stack {
	background: #FCB700;
}
.article-share .link-kt .fa-stack {
	background: #FFEB00;
}
.article-share .link-gp .fa-stack {
	background: #DC4E41;
}
.article-share .link-tb .fa-stack {
	background: #34465D;
}
.article-share .link-pr .fa-stack {
	background: #BE091C;
}
.article-share .link-fb .fa-square {
	color: #3B5998;
}
.article-share .link-tw .fa-square {
	color: #50ABF1;
}
.article-share .link-ks .fa-square {
	color: #FCB700;
}
.article-share .link-kt .fa-square {
	color: #FFEB00;
}
.article-share .link-gp .fa-square {
	color: #DC4E41;
}
.article-share .link-tb .fa-square {
	color: #34465D;
}
.article-share .link-pr .fa-square {
	color: #BE091C;
}


/* Featured Timeline --------------------------------------- */

.featured-timeline {
	margin: 2em 0;
	position: relative;
}

.featured-timeline .line {
	position: absolute;
	width: 4px;
	left: 50%;
	margin: 0 -2px;
	top: 0;
	bottom: 0;
	background: #ff706c;
}
.featured-timeline p,
.featured-timeline blockquote {
	position: relative;
}

.featured-timeline .sticky-post {
	padding: 8px 10px;
	-moz-border-radius: 3px 0 0 3px;
	font-size: 0.65em;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 9px;
	width: 82px;
	height: 32px;
	background: #272F38;
	color: #fff;
	line-height: 150%;
}

.featured-timeline .sticky-post:before, .featured-timeline .sticky-post:after {
	content: "";
	display: block;
	border: 8px solid transparent;
	position: absolute;
	right: -16px;
}

.featured-timeline .sticky-post:before {
	top: 0;
	border-top-color: #272F38;
	border-left-color: #272F38;
}

.featured-timeline .sticky-post:after {
	bottom: 0;
  border-left-color: #272F38;
  border-bottom-color: #272F38;
}

.featured-timeline > p {
	background: #FF706C;
	color: white;
	padding: 8%;
}

.featured-timeline > p + p {
	margin-top: -2em;
	padding: 0 8% 8%;
}


/* Facebook Widget --------------------------------------- */

.fb-post.fb_iframe_widget {
	text-align: center;
	width: 100%;
	margin-bottom: 2em;
	background: #eee;
	padding: 4% 0;
}

.featured-timeline .fb-post.fb_iframe_widget {
	margin: 0;
}

.fb-like {
	width: 100px;
	height: 21px;
}


/* Moreless --------------------------------------- */
p.tab-moreless {
	display: inline-block;
	margin-top: 20px;
	font-size: 0.9rem;
}
p.tab-moreless span.title {
	background: none;
	color: #666;
	padding: 5px 12px 5px 0;
	font-size: 1rem;
}
p.tab-moreless span.title:hover {
	background: none;
}
p.tab-moreless a {
	padding: 5px 12px;
	color: #666;
	font-weight: normal;
}
p.tab-moreless a:hover {
	background: #FF706C;
	color: #fff;
}
p.tab-moreless .active a {
	background: #eee;
}
p.tab-moreless .active a {
	color: #444;
}


/* -------------------------------------------------------------------------------- */
/*	16. Responsive
/* -------------------------------------------------------------------------------- */


@media (max-width: 1100px) {

	/* Fonts --------------------------------------- */
	body,input,textarea,code,kbd,pre { font-family:applesdgothicneo-ultralight, sans-serif; font-weight:100 }

	/* Structure --------------------------------------- */

	.wrapper { max-width: 100%; }

	/* Navigation --------------------------------------- */

	.blog-menu {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

}

@media (max-width: 788px) {

	body { background: #FFF; }

	/* Structure --------------------------------------- */

	.wrapper {
		max-width: 100%;
		background: none;
	}

	.sidebar,
	.content {
		float: none;
		clear: both;
		width: 100%;
	}

	.post-inner { padding: 6%; }
	.post-outer { margin: 0 -6.9% 2em; }

	/* Sidebar --------------------------------------- */

	.sidebar {
		position: relative;
		margin: 0;
		background: #353E49;
	}

	.sidebar .blog-header {
		padding: 40px 0;
		position: relative;
		max-width: 90%;
		margin: 0 auto;
	}

	.sidebar .blog-title,
	.sidebar .blog-description { text-align: center; }

	.sidebar .blog-title { margin-bottom: 10px; }
	.sidebar .blog-title a { display: inline; }

	.blog-menu,
	.sidebar .widgets { display: none; }

	/* Navigation toggle --------------------------------------- */

	.nav-toggle {
		display: block;
		padding: 20px 0 23px;
		background: #272F38;
		text-align: center;
	}

	.nav-toggle:hover { cursor: pointer; }

	.nav-toggle .bars,
	.nav-toggle p {
		display: inline-block;
	}

	.nav-toggle .bars {
		height: 10px;
		width: 15px;
		position: relative;
	}

	.nav-toggle .bar {
		width: 15px;
		height: 2px;
		background: #767676;
		border-radius: 2px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.nav-toggle .bar:nth-child(2) { top: 4px; }
	.nav-toggle .bar:nth-child(3) { top: 8px; }

	.nav-toggle p {
		font-size: 13px;
		line-height: 10px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #767676;
		margin-right: 6px;
		position: relative;
	}

	.nav-toggle .hide { display: none; }

	.nav-toggle:hover { cursor: pointer; }

	.nav-toggle.active p { color: #fff; }

	.nav-toggle.active .bar { background: #fff; }

	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { top: 4px; }

	.nav-toggle.active .bar:nth-child(2) { opacity: 0; }

	.nav-toggle.active .bar:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.nav-toggle.active .bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-toggle.active .hide { display: inline; }
	.nav-toggle.active .show { display: none; }

	/* Navigation --------------------------------------- */

	.mobile-menu { background: #272F38; }

	.mobile-menu a {
		display: block;
		padding: 25px 8%;
		font-size: 1rem;
		color: rgba(255,255,255,0.5);
	}

	.mobile-menu a.link_tit { display: none; }

	.mobile-menu li { border-top: 1px solid #363E46; }

	.mobile-menu li li a { padding-left: 16%; }
	.mobile-menu li li li a { padding-left: 24%; }
	.mobile-menu li li li li a { padding-left: 32%; }
	.mobile-menu li li li li li a { padding-left: 40%; }
	.mobile-menu li li li li li li a { padding-left: 48%; }
	.mobile-menu li li li li li li li a { padding-left: 56%; }

	.mobile-menu a:hover {
		color: #FFF;
		background: #FF706C;
	}

	/* Main content --------------------------------------- */

	.featured-media { margin: 0; padding: 0; }

	.post .featured-media, .featured-media img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.post.badge {
		vertical-align: top;
		padding-top: 8%;
		margin: 0 8%;
		overflow: hidden;
		width: auto;
		float: none;
	}
	.page-title ~ .post.badge:nth-child(3n+2),
	.page-title ~ .post.badge:nth-child(3n),
	.page-title ~ .post.badge:nth-child(3n+1) {
		margin: 0 8%;
		clear: both;
	}
	#tt-body-index .post.badge:nth-child(3n+1),
	#tt-body-index .post.badge:nth-child(3n+2),
	#tt-body-index .post.badge:nth-child(3n) {
		margin: 0 8%;
		clear: both;
	}
	.post.list .featured-media,
	.post.badge .featured-media {
		margin: 0 4% 0 0;
		padding: 0;
		width: 120px;
		height: 80px;
		float: left;
		overflow: hidden;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
  .post.list .featured-media img,
	.post.badge .featured-media img {
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
		position: absolute;
		margin: auto;
		min-height: 100%;
		min-width: 150%;
	}
	.post.badge .post-header {
		margin-bottom: 0;
		width: auto;
		height: auto;
	}
	.post.list .post-content p,
	.post.badge .post-content p {
		display: block;
		display: -webkit-box;
		width: auto;
		height: 45px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 0.8rem;
		color: #999;
		letter-spacing: 1px;
	}
	.article-share .link-kt {
		display: inline-block;
	}
	.article-share .share-list {
		font-size: 1.2em;
	}

	/* Credits --------------------------------------- */

	.credits { padding: 40px 8%; }

}

@media (max-width: 600px) {

	body { font-size: 15px; }

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

	.sidebar .blog-header { padding: 50px 0; }

	/* Navigation --------------------------------------- */

	.mobile-menu li a { padding: 20px 8%; }

	/* Main content --------------------------------------- */

	.post-header { margin-bottom: 25px; }

	.post-title { font-size: 1.75em; }

	.post-header .post-author,
	.post-header .date-sep:nth-of-type(2) { display: none; }

	.media-caption-container {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		margin: 0;
	}

	.media-caption {
		padding: 10px;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		background: #EEE;
		color: #666;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.featured-media a:hover .media-caption { background: #EEE; color: #666; }

	/* Single post --------------------------------------- */

	.post-cat-tags { margin-bottom: 20px; }

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

	.blog .format-quote blockquote,
	.archive .format-quote blockquote,
	.search .format-quote blockquote { font-size: 1.1em; }

	.blog .format-quote blockquote p,
	.archive .format-quote blockquote p,
	.search .format-quote blockquote p { line-height: 150%; }

	/* Post content --------------------------------------- */

	.post-content h1,
	.post-content h2,
	.post-content h3 { font-size: 1.25em; font-weight: bold; }
	.post-content h4 { font-size: 1.1em; }
	.post-content h5 { font-size: 1em; }

	.post-content .alignleft,
	.post-content .alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 1.2em auto;
	}

	.post-content .alignleft img,
	.post-content .alignright img {
		display: block;
		margin: 0 auto;
	}

	.post hr {
		display: block;
	}

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

	.comment-meta-content { padding-top: 4px; margin-left: 45px; }

	.comment-content { margin-left: 0; }

	.comment-meta-content:before { height: 36px; width: 36px; top: 0; }

	.children .comment-meta-content:before { height: 36px; width: 36px; left: 10%; top: 0; }

	.comment-meta-content img { height: 36px; width: 36px; top: 0 }

	.children .comment-meta-content img { height: 36px; width: 36px; left: 10%; top: 0 }

	.comment-nav-below { font-size: 0.85em; letter-spacing: 1px; }

	.comment-nav-below span { display: none; }

	/* Respond --------------------------------------- */

	.comment-form input { max-width: 100%; }

	/* Pagination --------------------------------------- */

	.page-title { padding: 25px 8%; }

	.page-title h4 { line-height: 1em; }

	.archive-nav a { padding: 14px 16px; }

	.archive-nav.post-nav a { margin: 5px 0; }

	/* Pagination --------------------------------------- */

	.footer { padding: 30px; }

	.footer .column {
		width: 100%;
		margin-left: 0;
		padding-top: 40px;
		border-top: 4px solid rgba(255,255,255,0.1);
		margin-top: 40px;
	}

	.footer .column:first-child { margin-top: 0; border-top: 0; padding-top: 0; }

	.widget {
		margin-bottom: 40px;
		border-bottom: 4px solid rgba(255,255,255,0.1);
		padding-bottom: 40px;
	}

	/* Credits --------------------------------------- */

	.credits {
		padding: 30px 8%;
		text-align: center;
	}

	.credits-inner { padding: 0; border: none; }

	.credits p {
		display: inline-block;
		float: none;
	}

	.credits-right span { display: none; }

}

@media ( max-width: 500px ) {

	/* sidebar */

	.sidebar .blog-header { padding: 25px 0; }

	.featured-timeline > p { padding-top: 16%; }

	.fb-post.fb_iframe_widget {
		background: none;
		padding: 0;
	}
}


}

@media (max-width: 400px) {

	/* Page & Page Templates --------------------------------------- */

	.searchform #s {
		font-size: 1rem;
		padding: 16px 45px 16px 16px;
	}

	.searchform .searchsubmit { right: 20px; }

}